ACTIVITY SUMMARY (10/30/07 - 11/06/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) / 11557 closed (+19) / 12880 total (+35) Open issues with patches: 419 Average duration of open issues: 683 days. Median duration of open issues: 785 days. Open Issues Breakdown open 1318 (+16) pending 5 ( +0) Issues Created Or Reopened (35) _______________________________ 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 CLOSED http://bugs.python.org/issue1384 created tiran py3k, patch hmac module violates RFC for some hash functions, e.g. sha512 11/04/07 CLOSED http://bugs.python.org/issue1385 created jowagner py3k 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 CLOSED 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: issue warnings / errors on str(bytes()) and simila 11/05/07 CLOSED http://bugs.python.org/issue1392 created tiran py3k, patch function comparing lacks NotImplemented error 11/05/07 http://bugs.python.org/issue1393 created Paul Pogonyshev simple patch, improving unreachable bytecode removing 11/05/07 http://bugs.python.org/issue1394 created Paul Pogonyshev patch py3k: duplicated line endings when using read(1) 11/06/07 http://bugs.python.org/issue1395 created amaury.forgeotdarc py3k-pep3137: patch for mailbox 11/06/07 http://bugs.python.org/issue1396 created tiran py3k, patch py3k-pep3137: failing unit test test_bsddb 11/06/07 http://bugs.python.org/issue1397 created tiran py3k Issues Now Closed (34) ______________________ 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 Fix for test_netrc on Windows 9 days http://bugs.python.org/issue1345 tiran py3k, patch 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 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 Windows fix for inspect tests 2 days http://bugs.python.org/issue1384 tiran py3k, patch hmac module violates RFC for some hash functions, e.g. sha512 2 days http://bugs.python.org/issue1385 jowagner py3k 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 py3k-pep3137: struct module is leaking references 1 days http://bugs.python.org/issue1389 gvanrossum py3k py3k-pep3137: issue warnings / errors on str(bytes()) and simila 1 days http://bugs.python.org/issue1392 tiran py3k, patch Logic Variable Thread Synchronization 1630 days http://bugs.python.org/issue738948 georg.brandl 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) ______________________________ 15 py3k-pep3137: issue warnings / errors on str(bytes()) and simil 1 days closed http://bugs.python.org/issue1392 8 datetime module missing some important methods 247 days open http://bugs.python.org/issue1673409 8 Preliminary stderr patch 5 days closed http://bugs.python.org/issue1352 7 py3k: duplicated line endings when using read(1) 1 days open http://bugs.python.org/issue1395 7 toxml generates output that is not well formed 2 days open http://bugs.python.org/issue1390 5 Windows fix for inspect tests 2 days closed http://bugs.python.org/issue1384 5 cmath is numerically unsound 3 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 Trailing slash in sys.path cause import failure 19 days open http://bugs.python.org/issue1293 4 hmac module violates RFC for some hash functions, e.g. sha512 2 days closed http://bugs.python.org/issue1385
_______________________________________________ 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