ACTIVITY SUMMARY (10/29/07 - 11/05/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 (+16) / 11552 closed (+19) / 12875 total (+35)

Open issues with patches:   421

Average duration of open issues: 682 days.
Median duration of open issues: 784 days.

Open Issues Breakdown
   open  1317 (+15)
pending     5 ( +0)

Issues Created Or Reopened (35)
_______________________________

Compile error on OS X 10.5                                       10/29/07
       http://bugs.python.org/issue1358    created  andres                   
                                                                               

py3k: out of bounds read in PyUnicode_DecodeUnicodeEscape        10/29/07
CLOSED http://bugs.python.org/issue1359    reopened gvanrossum               
                                                                               

Queue.get() can't be interrupted with Ctrl-C unless timed out    10/30/07
CLOSED http://bugs.python.org/issue1360    created  piro                     
                                                                               

please close: hashlib uses OpenSSL which is much slower than Aar 10/30/07
CLOSED http://bugs.python.org/issue1361    created  Omnifarious              
                                                                               

Simple mistake in http://docs.python.org/tut/node6.html          10/30/07
CLOSED http://bugs.python.org/issue1362    created  dmazz                    
                                                                               

python 2.4.4 fails on solaris (sun4u sparc SUNW,Sun-Fire-880)    10/30/07
       http://bugs.python.org/issue1363    created  theoryno3                
                                                                               

os.lstat documentation error                                     10/31/07
CLOSED http://bugs.python.org/issue1364    created  billiejoex               
                                                                               

bytes(<int>) constructor                                         10/31/07
CLOSED http://bugs.python.org/issue1365    created  tiran                    
                                                                               

popen spawned process may not write to stdout under windows      10/31/07
       http://bugs.python.org/issue1366    created  pmezard                  
                                                                               

mkdir+chdir problem in multiple threads                          10/31/07
CLOSED http://bugs.python.org/issue1367    created  anonyprog                
                                                                               

Bug tracker link in about tutorial page is wrong                 11/01/07
CLOSED http://bugs.python.org/issue1368    created  ksjohnson                
                                                                               

Reference to Python24 path in Python 2.5 doc                     11/01/07
CLOSED http://bugs.python.org/issue1369    created  ksjohnson                
                                                                               

Doc changes left over after mega-merge from trunk                11/01/07
CLOSED http://bugs.python.org/issue1370    created  gvanrossum               
                                                                               

Two bsddb tests temporarily commented out in py3k branch         11/01/07
CLOSED http://bugs.python.org/issue1371    created  gvanrossum               
       py3k                                                                    

zlibmodule.c: int overflow in PyZlib_decompress                  11/02/07
       http://bugs.python.org/issue1372    created  PeterW                   
       patch                                                                   

turn off socket timeout in test_xmlrpc                           11/02/07
CLOSED http://bugs.python.org/issue1373    created  hupp                     
       py3k, patch                                                             

IDLE - minor FormatParagraph bug fix                             11/02/07
       http://bugs.python.org/issue1374    created  taleinat                 
       patch                                                                   

hotshot IndexError when loading stats                            11/02/07
       http://bugs.python.org/issue1375    created  ratsberg                 
                                                                               

uu module catches a wrong exception type                         11/02/07
CLOSED http://bugs.python.org/issue1376    created  billiejoex               
                                                                               

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

fromfd() and dup() for _socket on WIndows                        11/03/07
       http://bugs.python.org/issue1378    created  roudkerk                 
       patch                                                                   

reloading imported modules sometimes fail with 'parent not in sy 11/03/07
CLOSED http://bugs.python.org/issue1379    created  Paul Pogonyshev          
       py3k, patch                                                             

fix for test_asynchat and test_asyncore on pep3137 branch        11/03/07
CLOSED http://bugs.python.org/issue1380    created  hupp                     
       py3k, patch                                                             

cmath is numerically unsound                                     11/03/07
       http://bugs.python.org/issue1381    created  inducer                  
                                                                               

py3k-pep3137: patch for test_ctypes                              11/04/07
CLOSED http://bugs.python.org/issue1382    created  amaury.forgeotdarc       
       py3k, patch                                                             

Backport abcoll to 2.6                                           11/04/07
       http://bugs.python.org/issue1383    created  baranguren               
       patch                                                                   

Windows fix for inspect tests                                    11/04/07
       http://bugs.python.org/issue1384    created  tiran                    
       py3k, patch                                                             

hmac module violates RFC for some hash functions, e.g. sha512    11/04/07
       http://bugs.python.org/issue1385    created  jowagner                 
       patch                                                                   

py3k-pep3137: patch to ensure that all codecs return bytes       11/04/07
CLOSED http://bugs.python.org/issue1386    created  amaury.forgeotdarc       
       py3k, patch                                                             

py3k-pep3137: patch for hashlib on Windows                       11/04/07
CLOSED http://bugs.python.org/issue1387    created  amaury.forgeotdarc       
       py3k, patch                                                             

py3k-pep3137: possible ref leak in ctypes                        11/05/07
CLOSED http://bugs.python.org/issue1388    created  tiran                    
       py3k                                                                    

py3k-pep3137: struct module is leaking references                11/05/07
       http://bugs.python.org/issue1389    created  tiran                    
       py3k                                                                    

toxml generates output that is not well formed                   11/05/07
       http://bugs.python.org/issue1390    created  drtomc                   
                                                                               

Adds the .compact() method to bsddb db.DB objects                11/05/07
       http://bugs.python.org/issue1391    created  gregory.p.smith          
       patch, rfe                                                              

py3k-pep3137: str(bytes()) and str(buffer()) should raise TypeEr 11/05/07
       http://bugs.python.org/issue1392    created  tiran                    
       py3k, patch                                                             



Issues Now Closed (37)
______________________

decode_unicode doesn't nul-terminate                               60 days
       http://bugs.python.org/issue1098    georg.brandl             
                                                                               

allow subclassing of bytes type                                    46 days
       http://bugs.python.org/issue1171    gvanrossum               
       py3k, patch                                                             

test fixes for immutable bytes change                              43 days
       http://bugs.python.org/issue1184    gvanrossum               
       py3k, patch                                                             

PEP 3137 patch (repr, names, parser)                               23 days
       http://bugs.python.org/issue1247    gvanrossum               
       patch                                                                   

Different 3.0a1 exit behavior                                       5 days
       http://bugs.python.org/issue1329    gvanrossum               
                                                                               

Error using >>> from OpenGL.GLUT import *                           3 days
       http://bugs.python.org/issue1346    nnorwitz                 
                                                                               

BaseHTTPServer writing strings to bytes interface                   3 days
       http://bugs.python.org/issue1347    janssen                  
       py3k, patch                                                             

more uses of ord() in plat-mac/ic.py                                3 days
       http://bugs.python.org/issue1349    janssen                  
       py3k, patch                                                             

Preliminary stderr patch                                            5 days
       http://bugs.python.org/issue1352    loewis                   
                                                                               

mp4 missing from mimetypes.py                                       0 days
       http://bugs.python.org/issue1353    gvanrossum               
                                                                               

3.0a1 Solaris w/ SUN C/C++                                          0 days
       http://bugs.python.org/issue1356    gvanrossum               
                                                                               

3.0a1 make test Error on  Solaris w/ SUN C/C++                      0 days
       http://bugs.python.org/issue1357    gvanrossum               
                                                                               

py3k: out of bounds read in PyUnicode_DecodeUnicodeEscape           0 days
       http://bugs.python.org/issue1359    gvanrossum               
                                                                               

Queue.get() can't be interrupted with Ctrl-C unless timed out       0 days
       http://bugs.python.org/issue1360    piro                     
                                                                               

please close: hashlib uses OpenSSL which is much slower than Aar    0 days
       http://bugs.python.org/issue1361    facundobatista           
                                                                               

Simple mistake in http://docs.python.org/tut/node6.html             1 days
       http://bugs.python.org/issue1362    georg.brandl             
                                                                               

os.lstat documentation error                                        2 days
       http://bugs.python.org/issue1364    billiejoex               
                                                                               

bytes(<int>) constructor                                            0 days
       http://bugs.python.org/issue1365    gvanrossum               
                                                                               

mkdir+chdir problem in multiple threads                             1 days
       http://bugs.python.org/issue1367    gvanrossum               
                                                                               

Bug tracker link in about tutorial page is wrong                    0 days
       http://bugs.python.org/issue1368    georg.brandl             
                                                                               

Reference to Python24 path in Python 2.5 doc                        0 days
       http://bugs.python.org/issue1369    georg.brandl             
                                                                               

Doc changes left over after mega-merge from trunk                   0 days
       http://bugs.python.org/issue1370    gvanrossum               
                                                                               

Two bsddb tests temporarily commented out in py3k branch            0 days
       http://bugs.python.org/issue1371    gregory.p.smith          
       py3k                                                                    

turn off socket timeout in test_xmlrpc                              0 days
       http://bugs.python.org/issue1373    gvanrossum               
       py3k, patch                                                             

uu module catches a wrong exception type                            1 days
       http://bugs.python.org/issue1376    gvanrossum               
                                                                               

reloading imported modules sometimes fail with 'parent not in sy    1 days
       http://bugs.python.org/issue1379    Paul Pogonyshev          
       py3k, patch                                                             

fix for test_asynchat and test_asyncore on pep3137 branch           0 days
       http://bugs.python.org/issue1380    tiran                    
       py3k, patch                                                             

py3k-pep3137: patch for test_ctypes                                 0 days
       http://bugs.python.org/issue1382    tiran                    
       py3k, patch                                                             

py3k-pep3137: patch to ensure that all codecs return bytes          0 days
       http://bugs.python.org/issue1386    tiran                    
       py3k, patch                                                             

py3k-pep3137: patch for hashlib on Windows                          0 days
       http://bugs.python.org/issue1387    tiran                    
       py3k, patch                                                             

py3k-pep3137: possible ref leak in ctypes                           1 days
       http://bugs.python.org/issue1388    tiran                    
       py3k                                                                    

Logic Variable Thread Synchronization                            1630 days
       http://bugs.python.org/issue738948  georg.brandl             
                                                                               

threading.Thread.join() cannot be interrupted by a Ctrl-C         952 days
       http://bugs.python.org/issue1167930 gvanrossum               
                                                                               

Module uuid: reduce pickle footprint                              486 days
       http://bugs.python.org/issue1516327 gvanrossum               
       patch                                                                   

Module uuid: functions for retrieving MAC addres                  486 days
       http://bugs.python.org/issue1516330 gvanrossum               
       patch                                                                   

PyHeapTypeObject fix                                              114 days
       http://bugs.python.org/issue1752184 gvanrossum               
       py3k, patch                                                             

Errors in site.py not reported properly                            82 days
       http://bugs.python.org/issue1771260 gvanrossum               
       py3k                                                                    



Top Issues Most Discussed (10)
______________________________

 10 Preliminary stderr patch                                           5 days
closed  http://bugs.python.org/issue1352   

  8 datetime module missing some important methods                   246 days
open    http://bugs.python.org/issue1673409

  6 py3k-pep3137: str(bytes()) and str(buffer()) should raise TypeE    0 days
open    http://bugs.python.org/issue1392   

  6 Different 3.0a1 exit behavior                                      5 days
closed  http://bugs.python.org/issue1329   

  5 cmath is numerically unsound                                       2 days
open    http://bugs.python.org/issue1381   

  5 Doc changes left over after mega-merge from trunk                  0 days
closed  http://bugs.python.org/issue1370   

  5 Compile error on OS X 10.5                                         7 days
open    http://bugs.python.org/issue1358   

  5 Trailing slash in sys.path cause import failure                   18 days
open    http://bugs.python.org/issue1293   

  4 toxml generates output that is not well formed                     1 days
open    http://bugs.python.org/issue1390   

  4 os.lstat documentation error                                       2 days
closed  http://bugs.python.org/issue1364   



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to