[Python-Dev] Summary of Tracker Issues

Tracker status at bugs.python.org
Fri Nov 30 19:06:05 CET 2007


ACTIVITY SUMMARY (11/23/07 - 11/30/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.


 1323 open (+24) / 11687 closed (+11) / 13010 total (+35)

Open issues with patches:   418

Average duration of open issues: 699 days.
Median duration of open issues: 844 days.

Open Issues Breakdown
   open  1315 (+23)
pending     8 ( +1)

Issues Created Or Reopened (36)
_______________________________

Warning required when calling register() on an ABCMeta subclass  11/30/07
CLOSED http://bugs.python.org/issue1109    reopened gvanrossum               
       py3k, patch                                                             

Patch to remove unbound methods                                  11/24/07
CLOSED http://bugs.python.org/issue1493    created  tiran                    
       py3k, patch                                                             

DOM-Documentation should mention that appendChild() removes the  11/24/07
CLOSED http://bugs.python.org/issue1494    created  dennda                   
                                                                               

Unicode in a comment.                                            11/24/07
CLOSED http://bugs.python.org/issue1495    created  wiscados                 
                                                                               

add str.maketrans()                                              11/25/07
CLOSED http://bugs.python.org/issue1496    created  georg.brandl             
       py3k, patch                                                             

Patch to remove API to create new unbound methods                11/25/07
       http://bugs.python.org/issue1497    created  tiran                    
       py3k, patch                                                             

Rename __builtins__ to __root_namespace__?                       11/26/07
       http://bugs.python.org/issue1498    created  gvanrossum               
       py3k                                                                    

failure behaviour of compile() is missing                        11/26/07
       http://bugs.python.org/issue1499    created  AchimGaedke              
                                                                               

Example using range doesn't give claimed results                 11/26/07
CLOSED http://bugs.python.org/issue1500    created  basingwerk               
                                                                               

0 ** 0 documentation                                             11/26/07
       http://bugs.python.org/issue1501    created  jimjjewett               
                                                                               

itertools should grow chunkify                                   11/26/07
CLOSED http://bugs.python.org/issue1502    created  arkanes                  
                                                                               

test_xmlrpc is still flakey                                      11/27/07
       http://bugs.python.org/issue1503    created  gvanrossum               
                                                                               

Add 2to3 fixer for (un)bound methods                             11/27/07
       http://bugs.python.org/issue1504    reopened tiran                    
       py3k                                                                    

Changes to PyMethod_New breaks ctypes on Windows                 11/27/07
CLOSED http://bugs.python.org/issue1505    created  tiran                    
       py3k                                                                    

func alloca inside ctypes lib needs #include <alloca.h> on solar 11/27/07
       http://bugs.python.org/issue1506    created  mthibaut                 
                                                                               

complex constructor loses signs of zeros                         11/27/07
       http://bugs.python.org/issue1507    created  marketdickinson          
                                                                               

Removal of stale code in _csv.c / pyexpat.c                      11/27/07
CLOSED http://bugs.python.org/issue1508    created  JosephArmbruster         
       py3k                                                                    

Documentation lacking for the sqlite3 module.                    11/28/07
       http://bugs.python.org/issue1509    created  pmawhorter               
                                                                               

help for file/open should state which is prefered.               11/28/07
       http://bugs.python.org/issue1510    created  carlfk                   
                                                                               

csv input converts \r\n to \n but csv output does not when a fie 11/28/07
       http://bugs.python.org/issue1511    created  fenner                   
                                                                               

Removal of stale code in pyconfig.h                              11/28/07
       http://bugs.python.org/issue1512    created  JosephArmbruster         
                                                                               

object.c do_compare comparison ordering error                    11/28/07
CLOSED http://bugs.python.org/issue1513    created  JosephArmbruster         
                                                                               

missing constants in socket module                               11/28/07
       http://bugs.python.org/issue1514    created  dbinger                  
       py3k, patch                                                             

deepcopy doesn't copy instance methods                           11/29/07
       http://bugs.python.org/issue1515    created  mlvanbie                 
                                                                               

make _ctypes work with non-gcc compilers                         11/29/07
       http://bugs.python.org/issue1516    created  gregcouch                
                                                                               

lookdict should INCREF/DECREF startkey around PyObject_RichCompa 11/29/07
CLOSED http://bugs.python.org/issue1517    created  rhamphoryncus            
       patch                                                                   

Fast globals/builtins access (patch)                             11/29/07
       http://bugs.python.org/issue1518    created  ntoronto                 
       patch                                                                   

async_chat.__init__() parameters                                 11/29/07
       http://bugs.python.org/issue1519    created  nvawda                   
                                                                               

'without make' documentation build anomaly                       11/29/07
       http://bugs.python.org/issue1520    created  JosephArmbruster         
                                                                               

string.decode() fails on long strings                            11/29/07
       http://bugs.python.org/issue1521    created  eisele                   
                                                                               

pyvm module patch                                                11/29/07
       http://bugs.python.org/issue1522    created  tiran                    
       py3k, patch                                                             

xdrlib fails to detect overflow (struct bug?)                    11/29/07
       http://bugs.python.org/issue1523    created  lloyd                    
                                                                               

os.system() fails for commands with multiple quoted file names   11/29/07
       http://bugs.python.org/issue1524    created  Quigon                   
                                                                               

Executing Python script using subprocess.Popen twice interactive 11/30/07
CLOSED http://bugs.python.org/issue1525    created  canhuth                  
                                                                               

DeprecationWarning in zipfile.py while zipping 113000 files      11/30/07
       http://bugs.python.org/issue1526    created  bialix                   
                                                                               

Problem with static libs on Windows                              11/30/07
       http://bugs.python.org/issue1527    created  tiran                    
       py3k, patch                                                             



Issues Now Closed (34)
______________________

Warning required when calling register() on an ABCMeta subclass     0 days
       http://bugs.python.org/issue1109    tiran                    
       py3k, patch                                                             

Fixer needed for __future__ imports                                82 days
       http://bugs.python.org/issue1138    tiran                    
       py3k                                                                    

popen3 website documentation inconsistency                         55 days
       http://bugs.python.org/issue1220    georg.brandl             
                                                                               

email module example email-unpack.py error                         43 days
       http://bugs.python.org/issue1273    georg.brandl             
                                                                               

Bug in pstats.print_callers                                        32 days
       http://bugs.python.org/issue1315    georg.brandl             
                                                                               

subprocess.communication doc could use clarification               28 days
       http://bugs.python.org/issue1344    georg.brandl             
                                                                               

xml.dom refers to PyXML, which is no longer maintained             26 days
       http://bugs.python.org/issue1355    georg.brandl             
                                                                               

Interpreter cleanup: order of _PyGILState_Fini and PyInterpreter   22 days
       http://bugs.python.org/issue1402    amaury.forgeotdarc       
                                                                               

new keyword-only function parameters interact badly with nested    15 days
       http://bugs.python.org/issue1409    amaury.forgeotdarc       
       py3k                                                                    

test_subprocess fails on SuSE 10                                   16 days
       http://bugs.python.org/issue1412    tiran                    
                                                                               

SystemError accessing uninitialised cell contents                   9 days
       http://bugs.python.org/issue1445    amaury.forgeotdarc       
                                                                               

error in TestResult.addError and TestResult.addFailure              5 days
       http://bugs.python.org/issue1467    georg.brandl             
                                                                               

MSI installer does not include SSL test .pem files                  6 days
       http://bugs.python.org/issue1468    loewis                   
                                                                               

csv module is leaking references                                    4 days
       http://bugs.python.org/issue1479    georg.brandl             
       py3k                                                                    

sqlite module is leaking lots of references                         4 days
       http://bugs.python.org/issue1480    georg.brandl             
       py3k                                                                    

Patch to remove unbound methods                                     2 days
       http://bugs.python.org/issue1493    gvanrossum               
       py3k, patch                                                             

DOM-Documentation should mention that appendChild() removes the     0 days
       http://bugs.python.org/issue1494    loewis                   
                                                                               

Unicode in a comment.                                               0 days
       http://bugs.python.org/issue1495    facundobatista           
                                                                               

add str.maketrans()                                                 3 days
       http://bugs.python.org/issue1496    georg.brandl             
       py3k, patch                                                             

Example using range doesn't give claimed results                    0 days
       http://bugs.python.org/issue1500    gvanrossum               
                                                                               

itertools should grow chunkify                                      0 days
       http://bugs.python.org/issue1502    rhettinger               
                                                                               

Changes to PyMethod_New breaks ctypes on Windows                    1 days
       http://bugs.python.org/issue1505    tiran                    
       py3k                                                                    

Removal of stale code in _csv.c / pyexpat.c                         0 days
       http://bugs.python.org/issue1508    tiran                    
       py3k                                                                    

object.c do_compare comparison ordering error                       0 days
       http://bugs.python.org/issue1513    georg.brandl             
                                                                               

lookdict should INCREF/DECREF startkey around PyObject_RichCompa    1 days
       http://bugs.python.org/issue1517    gvanrossum               
       patch                                                                   

Executing Python script using subprocess.Popen twice interactive    0 days
       http://bugs.python.org/issue1525    canhuth                  
                                                                               

inspect, class instances and __getattr__                         1692 days
       http://bugs.python.org/issue718532  gvanrossum               
                                                                               

Subclassing from Modules                                         1607 days
       http://bugs.python.org/issue765228  gvanrossum               
                                                                               

profiler: Bad return and Bad call errors with exceptions         1022 days
       http://bugs.python.org/issue1117670 georg.brandl             
                                                                               

cannot change cursor color in IDLE                                221 days
       http://bugs.python.org/issue1705362 georg.brandl             
                                                                               

sqlite3 causes memory read error                                  169 days
       http://bugs.python.org/issue1734164 ghaering                 
                                                                               

Add O_NOATIME to os module                                        165 days
       http://bugs.python.org/issue1735632 georg.brandl             
                                                                               

Decimal.__int__ overflows for large values                        107 days
       http://bugs.python.org/issue1770416 facundobatista           
                                                                               

Unify __builtins__ -> __builtin__                                 107 days
       http://bugs.python.org/issue1774369 georg.brandl             
       py3k, patch                                                             



Top Issues Most Discussed (10)
______________________________

 12 pyvm module patch                                                  1 days
open    http://bugs.python.org/issue1522   

 11 string.decode() fails on long strings                              1 days
open    http://bugs.python.org/issue1521   

  9 Patch to remove unbound methods                                    2 days
closed  http://bugs.python.org/issue1493   

  8 Add 2to3 fixer for (un)bound methods                               3 days
open    http://bugs.python.org/issue1504   

  6 func alloca inside ctypes lib needs #include <alloca.h> on sola    3 days
open    http://bugs.python.org/issue1506   

  6 Patch to remove API to create new unbound methods                  5 days
pending http://bugs.python.org/issue1497   

  6 Interpreter cleanup: order of _PyGILState_Fini and PyInterprete   22 days
closed  http://bugs.python.org/issue1402   

  5 lookdict should INCREF/DECREF startkey around PyObject_RichComp    1 days
closed  http://bugs.python.org/issue1517   

  5 object.c do_compare comparison ordering error                      0 days
closed  http://bugs.python.org/issue1513   

  5 Rename __builtins__ to __root_namespace__?                         4 days
open    http://bugs.python.org/issue1498   





More information about the Python-Dev mailing list