[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 14 18:07:06 CEST 2009


ACTIVITY SUMMARY (08/07/09 - 08/14/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue 
number.  Do NOT respond to this message.


 2329 open (+26) / 16195 closed ( +8) / 18524 total (+34)

Open issues with patches:   925

Average duration of open issues: 659 days.
Median duration of open issues: 414 days.

Open Issues Breakdown
   open  2297 (+26)
pending    31 ( +0)

Issues Created Or Reopened (34)
_______________________________

TarFile.getmembers fails at struct.unpack: unpack requires a str 08/07/09
       http://bugs.python.org/issue6669    created  srid                          
                                                                               

Printing the 'The Python Tutorial'                               08/08/09
       http://bugs.python.org/issue6670    created  brimac                        
                                                                               

webbrowser.py doesn't respect xfce default browser               08/09/09
       http://bugs.python.org/issue6671    created  ava1ar                        
       patch                                                                   

Add Mingw recognition to pyport.h to allow building extensions   08/09/09
       http://bugs.python.org/issue6672    created  f0k                           
                                                                               

Py3.1 hangs in coroutine and eats up all memory                  08/09/09
CLOSED http://bugs.python.org/issue6673    created  scoder                        
                                                                               

Fatal error: deallocating None                                   08/10/09
CLOSED http://bugs.python.org/issue6674    created  shashi                        
                                                                               

inf == inf (wrong IEEE 754 behaviour)                            08/10/09
CLOSED http://bugs.python.org/issue6675    created  Cyborg16                      
                                                                               

expat parser throws Memory Error when parsing multiple files     08/10/09
       http://bugs.python.org/issue6676    created  realpolitik                   
                                                                               

Place the term "delete" within the documentation for os.remove() 08/10/09
       http://bugs.python.org/issue6677    created  mcow                          
                                                                               

inspect.currentframe documentation omits optional depth paramete 08/10/09
       http://bugs.python.org/issue6678    created  llimllib                      
                                                                               

obsolete paragraph in re doc for re.sub                          08/10/09
CLOSED http://bugs.python.org/issue6679    created  MLModel                       
                                                                               

Python 3.1 fails to build when db.h contains non-UTF-8 character 08/10/09
CLOSED http://bugs.python.org/issue6680    created  Arfrever                      
       patch                                                                   

email.parser clips trailing \n of multipart/mixed part if part e 08/10/09
       http://bugs.python.org/issue6681    created  gvanrossum                    
                                                                               

Default traceback does not handle PEP302 loaded modules          08/11/09
       http://bugs.python.org/issue6682    created  anders.blomdell at control.lth.se
                                                                               

smtplib authentication - try all mechanisms                      08/11/09
       http://bugs.python.org/issue6683    created  shubes                        
                                                                               

"x / 1" and "x * 1" should return x                              08/11/09
CLOSED http://bugs.python.org/issue6684    created  mrjbq7                        
                                                                               

CGI module documentation references method 'toupper'; should be  08/11/09
       http://bugs.python.org/issue6685    created  troy                          
                                                                               

xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.propert 08/11/09
       http://bugs.python.org/issue6686    created  cms103                        
       patch                                                                   

Move the special-case for integer objects out of PyBytes_FromObj 08/11/09
       http://bugs.python.org/issue6687    created  alexandre.vassalotti          
       patch, 26backport                                                       

Optimize PyBytes_FromObject.                                     08/11/09
       http://bugs.python.org/issue6688    created  alexandre.vassalotti          
       patch                                                                   

subprocess doesn't pass arguments correctly on Linux when shell= 08/12/09
       http://bugs.python.org/issue6689    created  davidfraser                   
       patch                                                                   

BUILD_SET followed by COMPARE_OP (in) can be optimized if all it 08/12/09
       http://bugs.python.org/issue6690    created  alex                          
                                                                               

Support for nested classes and function for pyclbr               08/12/09
       http://bugs.python.org/issue6691    created  gpolo                         
       patch                                                                   

asyncore kqueue support                                          08/13/09
       http://bugs.python.org/issue6692    created  Ikinoki                       
                                                                               

New functions in site.py to get user/global site packages paths  08/13/09
       http://bugs.python.org/issue6693    created  tarek                         
       patch                                                                   

itertools documentation still contains references to ifilterfals 08/13/09
CLOSED http://bugs.python.org/issue6694    created  alex.morega                   
                                                                               

PyXXX_ClearFreeList for dict, set, and list                      08/13/09
       http://bugs.python.org/issue6695    created  matthiastroffaes              
       patch                                                                   

Profile objects should be documented                             08/13/09
       http://bugs.python.org/issue6696    created  honeyman                      
                                                                               

Python 3.1 segfaults when invalid UTF-8 characters are passed fr 08/13/09
       http://bugs.python.org/issue6697    created  Arfrever                      
                                                                               

IDLE no longer opens only an edit window when configured to do s 08/13/09
       http://bugs.python.org/issue6698    created  gpolo                         
                                                                               

IDLE: Warn user about overwriting a file that has a newer versio 08/13/09
       http://bugs.python.org/issue6699    created  gpolo                         
       patch                                                                   

inspect.getsource() returns incorrect source lines               08/14/09
       http://bugs.python.org/issue6700    created  gagenellina                   
       patch                                                                   

Make custom xmlrpc extension easier                              08/14/09
       http://bugs.python.org/issue6701    created  bogdan.opanchuk               
       patch                                                                   

Tkinter: modify xview of entry widget                            08/14/09
CLOSED http://bugs.python.org/issue6702    created  paolo                         
                                                                               



Issues Now Closed (22)
______________________

xview/yview of Tix.Grid is broken                                 705 days
       http://bugs.python.org/issue1135    gpolo                         
       patch                                                                   

IDLE - use enumerate instead of zip(count(), ...)                 399 days
       http://bugs.python.org/issue3344    gpolo                         
       patch                                                                   

subprocess fails in select when descriptors are large             392 days
       http://bugs.python.org/issue3392    benjamin.peterson             
       patch                                                                   

Idle doesn't obey the new improved warnings arguements            327 days
       http://bugs.python.org/issue3926    gpolo                         
       patch                                                                   

Idle hangs when given a nonexistent filename.                     207 days
       http://bugs.python.org/issue4985    gpolo                         
       patch                                                                   

IDLE to support reindent.py                                       190 days
       http://bugs.python.org/issue5150    gpolo                         
                                                                               

Python 3 pdb: shows internal code, breakpoints don't work          78 days
       http://bugs.python.org/issue6126    georg.brandl                  
       patch                                                                   

Missing Shell menu in Linux IDLE                                   67 days
       http://bugs.python.org/issue6168    gpolo                         
                                                                               

Tkinter.Entry: fix for xview and some doc clarifications           73 days
       http://bugs.python.org/issue6180    gpolo                         
       patch                                                                   

test_ttk_guionly buildbot test crash: Tcl_FinalizeNotifier: noti   18 days
       http://bugs.python.org/issue6527    gpolo                         
                                                                               

2to3 fails to fix test.test_support                                13 days
       http://bugs.python.org/issue6583    benjamin.peterson             
                                                                               

2to3 test_print_function_option fails on Windows                   14 days
       http://bugs.python.org/issue6599    benjamin.peterson             
       patch                                                                   

Desire python.org documentation link to user contribution wiki (    5 days
       http://bugs.python.org/issue6660    keenethery                    
                                                                               

re.findall does not always return a list of strings                 2 days
       http://bugs.python.org/issue6663    pitrou                        
                                                                               

Py3.1 hangs in coroutine and eats up all memory                     2 days
       http://bugs.python.org/issue6673    alexandre.vassalotti          
                                                                               

Fatal error: deallocating None                                      0 days
       http://bugs.python.org/issue6674    benjamin.peterson             
                                                                               

inf == inf (wrong IEEE 754 behaviour)                               0 days
       http://bugs.python.org/issue6675    marketdickinson               
                                                                               

obsolete paragraph in re doc for re.sub                             2 days
       http://bugs.python.org/issue6679    georg.brandl                  
                                                                               

Python 3.1 fails to build when db.h contains non-UTF-8 character    2 days
       http://bugs.python.org/issue6680    benjamin.peterson             
       patch                                                                   

"x / 1" and "x * 1" should return x                                 0 days
       http://bugs.python.org/issue6684    rhettinger                    
                                                                               

itertools documentation still contains references to ifilterfals    0 days
       http://bugs.python.org/issue6694    georg.brandl                  
                                                                               

Tkinter: modify xview of entry widget                               0 days
       http://bugs.python.org/issue6702    gpolo                         
                                                                               



Top Issues Most Discussed (10)
______________________________

 15 Regexp 2.7 (modifications to current re 2.2.2)                   486 days
open    http://bugs.python.org/issue2636   

  5 Python 3 pdb: shows internal code, breakpoints don't work         78 days
closed  http://bugs.python.org/issue6126   

  5 urllib.quote() escapes characters unnecessarily and contrary to  486 days
open    http://bugs.python.org/issue2637   

  4 inf == inf (wrong IEEE 754 behaviour)                              0 days
closed  http://bugs.python.org/issue6675   

  4 Py3.1 hangs in coroutine and eats up all memory                    2 days
closed  http://bugs.python.org/issue6673   

  4 subprocess fails in select when descriptors are large            392 days
closed  http://bugs.python.org/issue3392   

  3 PyXXX_ClearFreeList for dict, set, and list                        1 days
open    http://bugs.python.org/issue6695   

  3 subprocess doesn't pass arguments correctly on Linux when shell    2 days
open    http://bugs.python.org/issue6689   

  3 xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.proper    3 days
open    http://bugs.python.org/issue6686   

  3 email.parser clips trailing \n of multipart/mixed part if part     4 days
open    http://bugs.python.org/issue6681   





More information about the Python-Dev mailing list