[Python-Dev] Summary of Tracker Issues

Tracker status at bugs.python.org
Wed Nov 14 19:06:07 CET 2007


ACTIVITY SUMMARY (11/07/07 - 11/14/07)
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.


 1325 open (+18) / 11600 closed (+25) / 12925 total (+43)

Open issues with patches:   421

Average duration of open issues: 689 days.
Median duration of open issues: 797 days.

Open Issues Breakdown
   open  1320 (+18)
pending     5 ( +0)

Issues Created Or Reopened (44)
_______________________________

test_import breaks on Linux                                      11/09/07
       http://bugs.python.org/issue1377    reopened gvanrossum               
       py3k                                                                    

Py3k's print() flushing problem                                  11/07/07
       http://bugs.python.org/issue1400    created  wojtekwalczak            
       py3k                                                                    

urllib2 302 POST                                                 11/07/07
       http://bugs.python.org/issue1401    created  andresriancho            
                                                                               

Interpreter cleanup: order of _PyGILState_Fini and PyInterpreter 11/07/07
       http://bugs.python.org/issue1402    created  ronaldoussoren           
                                                                               

py_compile and compileall need unit tests                        11/08/07
       http://bugs.python.org/issue1403    created  tiran                    
       py3k                                                                    

warnings module bug: BytesWarning: str() on a bytes instance     11/08/07
CLOSED http://bugs.python.org/issue1404    created  tiran                    
       patch                                                                   

Garbage collection not working correctly in Python 2.3           11/09/07
CLOSED http://bugs.python.org/issue1405    reopened tiran                    
                                                                               

Use widechar api for os.environ                                  11/08/07
CLOSED http://bugs.python.org/issue1406    created  theller                  
       py3k, patch                                                             

[performance] Too many closed() checkings                        11/08/07
       http://bugs.python.org/issue1407    created  wojtekwalczak            
       py3k                                                                    

Inconsistence in multiply list                                   11/08/07
CLOSED http://bugs.python.org/issue1408    created  beco                     
                                                                               

new keyword-only function parameters interact badly with nested  11/08/07
       http://bugs.python.org/issue1409    created  _doublep                 
       py3k                                                                    

BaseHTTPServer cannot accept Unicode data                        11/08/07
CLOSED http://bugs.python.org/issue1410    created  isonno                   
                                                                               

A typo in tutorial                                               11/09/07
CLOSED http://bugs.python.org/issue1411    created  falsetru                 
                                                                               

test_subprocess fails on SuSE 10                                 11/09/07
       http://bugs.python.org/issue1412    created  dvadasz                  
                                                                               

int literal methods inaccessible                                 11/09/07
CLOSED http://bugs.python.org/issue1413    created  mykhal                   
                                                                               

Fix for refleak tests                                            11/09/07
       http://bugs.python.org/issue1414    created  tiran                    
       py3k, patch                                                             

py3k: pythonw.exe fails because std streams a missing            11/10/07
CLOSED http://bugs.python.org/issue1415    created  tiran                    
       py3k                                                                    

@prop.setter decorators                                          11/10/07
CLOSED http://bugs.python.org/issue1416    created  gvanrossum               
       patch                                                                   

Weakref not working properly                                     11/10/07
CLOSED http://bugs.python.org/issue1417    created  MHOOO                    
                                                                               

Python/hypot.c is never used                                     11/10/07
CLOSED http://bugs.python.org/issue1418    created  marketdickinson          
                                                                               

ssl module version 1.10 causes TypeError when accepting connecti 11/11/07
CLOSED http://bugs.python.org/issue1419    created  complex                  
                                                                               

Unicode literals in tokenize.py and tests.                       11/11/07
CLOSED http://bugs.python.org/issue1420    created  ron_adam                 
       py3k, patch                                                             

python.org: outdated and false information                       11/11/07
CLOSED http://bugs.python.org/issue1421    created  tiran                    
                                                                               

Writing to an invalid fd doesn't raise an exception              11/11/07
CLOSED http://bugs.python.org/issue1422    created  tiran                    
       py3k                                                                    

wave sunau aifc 16bit errors                                     11/11/07
       http://bugs.python.org/issue1423    created  jeroen                   
                                                                               

py3k: readline and rlcompleter doesn't list choices              11/11/07
CLOSED http://bugs.python.org/issue1424    created  tiran                    
       py3k                                                                    

readline: no display matches hook set                            11/11/07
CLOSED http://bugs.python.org/issue1425    created  tiran                    
       py3k                                                                    

readline module needs a review                                   11/11/07
CLOSED http://bugs.python.org/issue1426    created  tiran                    
       py3k                                                                    

Error in standard module calendar                                11/11/07
CLOSED http://bugs.python.org/issue1427    created  gdamjan                  
       patch                                                                   

Update to property.__doc__                                       11/11/07
CLOSED http://bugs.python.org/issue1428    created  tiran                    
       patch                                                                   

FD leak in SocketServer                                          11/12/07
       http://bugs.python.org/issue1429    created  luke-jr                  
                                                                               

Installing on Vista asks to close Explorer (and Nokia PC Suite)  11/12/07
CLOSED http://bugs.python.org/issue1430    created  dabarlow                 
                                                                               

pth files not loaded at startup                                  11/12/07
       http://bugs.python.org/issue1431    created  gbloisi                  
       patch                                                                   

Strange behavior of urlparse.urljoin                             11/13/07
       http://bugs.python.org/issue1432    created  yan                      
                                                                               

marshal roundtripping for unicode                                11/13/07
CLOSED http://bugs.python.org/issue1433    created  cfbolz                   
                                                                               

SocketServer creates non-blocking files                          11/13/07
       http://bugs.python.org/issue1434    created  luke-jr                  
                                                                               

Support for multiple handlers for the "with" statement           11/13/07
CLOSED http://bugs.python.org/issue1435    created  Stavros                  
                                                                               

logging.config.fileConfig, NameError: name 'RotatingFileHandler' 11/13/07
CLOSED http://bugs.python.org/issue1436    created  sebastian                
                                                                               

List member inside a class is shared by all instances of the cla 11/13/07
CLOSED http://bugs.python.org/issue1437    created  glubglub                 
                                                                               

Calling base class methods is slow due to __instancecheck__ over 11/13/07
       http://bugs.python.org/issue1438    created  gvanrossum               
                                                                               

proposed 3000 patch for socket.py - "socket GC worries"          11/13/07
       http://bugs.python.org/issue1439    created  janssen                  
       py3k, patch                                                             

Checks for PySys_GetObject("std???") == Py_None                  11/14/07
       http://bugs.python.org/issue1440    created  tiran                    
       py3k, patch                                                             

Cycles through ob_type aren't freed                              11/14/07
       http://bugs.python.org/issue1441    created  rhamphoryncus            
                                                                               

pythonstartup addition of minor error checking                   11/14/07
       http://bugs.python.org/issue1442    created  JosephArmbruster         
       patch                                                                   



Issues Now Closed (40)
______________________

test_glob fails with UnicodeDecodeError                            72 days
       http://bugs.python.org/issue1042    tiran                    
       rfe                                                                     

py3k: corrections for test_subprocess on windows                   72 days
       http://bugs.python.org/issue1047    tiran                    
       patch                                                                   

file.seek allows float arguments                                   68 days
       http://bugs.python.org/issue1081    tiran                    
       py3k                                                                    

test_email failed                                                  67 days
       http://bugs.python.org/issue1086    tiran                    
       rfe                                                                     

py3k os.popen result is not iterable, patch attached               67 days
       http://bugs.python.org/issue1087    tiran                    
       patch                                                                   

Problems with the msi installer - python-3.0a1.msi                 64 days
       http://bugs.python.org/issue1110    tiran                    
                                                                               

No tests for inspect.getfullargspec()                              63 days
       http://bugs.python.org/issue1127    tiran                    
       py3k, patch                                                             

test_urllib2net fails on test_ftp                                  57 days
       http://bugs.python.org/issue1157    tiran                    
       py3k                                                                    

Should itertools.count work for arbitrary integers?                53 days
       http://bugs.python.org/issue1165    rhettinger               
       py3k                                                                    

pdb fails to launch some script.                                   33 days
       http://bugs.python.org/issue1254    tiran                    
                                                                               

pdb bug with "with" statement                                      33 days
       http://bugs.python.org/issue1265    amaury.forgeotdarc       
       py3k                                                                    

Add getsize() to io instances                                      13 days
       http://bugs.python.org/issue1351    loewis                   
       py3k, patch                                                             

Can't pickle partial functions                                      1 days
       http://bugs.python.org/issue1398    tiran                    
                                                                               

warnings module bug: BytesWarning: str() on a bytes instance        0 days
       http://bugs.python.org/issue1404    tiran                    
       patch                                                                   

Garbage collection not working correctly in Python 2.3              1 days
       http://bugs.python.org/issue1405    gvanrossum               
                                                                               

Use widechar api for os.environ                                     0 days
       http://bugs.python.org/issue1406    theller                  
       py3k, patch                                                             

Inconsistence in multiply list                                      1 days
       http://bugs.python.org/issue1408    georg.brandl             
                                                                               

BaseHTTPServer cannot accept Unicode data                           1 days
       http://bugs.python.org/issue1410    tiran                    
                                                                               

A typo in tutorial                                                  0 days
       http://bugs.python.org/issue1411    georg.brandl             
                                                                               

int literal methods inaccessible                                    0 days
       http://bugs.python.org/issue1413    loewis                   
                                                                               

py3k: pythonw.exe fails because std streams a missing               4 days
       http://bugs.python.org/issue1415    amaury.forgeotdarc       
       py3k                                                                    

@prop.setter decorators                                             1 days
       http://bugs.python.org/issue1416    gvanrossum               
       patch                                                                   

Weakref not working properly                                        4 days
       http://bugs.python.org/issue1417    gagenellina              
                                                                               

Python/hypot.c is never used                                        2 days
       http://bugs.python.org/issue1418    loewis                   
                                                                               

ssl module version 1.10 causes TypeError when accepting connecti    3 days
       http://bugs.python.org/issue1419    janssen                  
                                                                               

Unicode literals in tokenize.py and tests.                          1 days
       http://bugs.python.org/issue1420    gvanrossum               
       py3k, patch                                                             

python.org: outdated and false information                          1 days
       http://bugs.python.org/issue1421    georg.brandl             
                                                                               

Writing to an invalid fd doesn't raise an exception                 1 days
       http://bugs.python.org/issue1422    gvanrossum               
       py3k                                                                    

py3k: readline and rlcompleter doesn't list choices                 1 days
       http://bugs.python.org/issue1424    tiran                    
       py3k                                                                    

readline: no display matches hook set                               0 days
       http://bugs.python.org/issue1425    loewis                   
       py3k                                                                    

readline module needs a review                                      1 days
       http://bugs.python.org/issue1426    tiran                    
       py3k                                                                    

Error in standard module calendar                                   0 days
       http://bugs.python.org/issue1427    doerwalter               
       patch                                                                   

Update to property.__doc__                                          0 days
       http://bugs.python.org/issue1428    tiran                    
       patch                                                                   

Installing on Vista asks to close Explorer (and Nokia PC Suite)     0 days
       http://bugs.python.org/issue1430    loewis                   
                                                                               

marshal roundtripping for unicode                                   0 days
       http://bugs.python.org/issue1433    loewis                   
                                                                               

Support for multiple handlers for the "with" statement              0 days
       http://bugs.python.org/issue1435    gvanrossum               
                                                                               

logging.config.fileConfig, NameError: name 'RotatingFileHandler'    0 days
       http://bugs.python.org/issue1436    vsajip                   
                                                                               

List member inside a class is shared by all instances of the cla    0 days
       http://bugs.python.org/issue1437    tiran                    
                                                                               

Intel icc build fails with optimizations -O2                      227 days
       http://bugs.python.org/issue1689617 loewis                   
                                                                               

interpreter crash when multiplying large lists                    206 days
       http://bugs.python.org/issue1704621 gvanrossum               
       patch                                                                   



Top Issues Most Discussed (10)
______________________________

 25 py3k: pythonw.exe fails because std streams a missing              4 days
closed  http://bugs.python.org/issue1415   

 21 py3k: duplicated line endings when using read(1)                   9 days
open    http://bugs.python.org/issue1395   

 11 int literal methods inaccessible                                   0 days
closed  http://bugs.python.org/issue1413   

  8 Parsing a simple script eats all of your memory                   67 days
open    http://bugs.python.org/issue1134   

  7 Unicode literals in tokenize.py and tests.                         1 days
closed  http://bugs.python.org/issue1420   

  7 Fix for refleak tests                                              5 days
open    http://bugs.python.org/issue1414   

  7 urllib2 302 POST                                                   7 days
open    http://bugs.python.org/issue1401   

  7 pdb bug with "with" statement                                     33 days
closed  http://bugs.python.org/issue1265   

  6 BaseHTTPServer cannot accept Unicode data                          1 days
closed  http://bugs.python.org/issue1410   

  6 new keyword-only function parameters interact badly with nested    6 days
open    http://bugs.python.org/issue1409   





More information about the Python-Dev mailing list