Weekly Python Patch/Bug Summary
Patch / Bug Summary ___________________ Patches : 257 open ( -2) / 2715 closed ( +8) / 2972 total ( +6) Bugs : 807 open (-15) / 4717 closed (+32) / 5524 total (+17) RFE : 163 open ( +3) / 139 closed ( +0) / 302 total ( +3) New / Reopened Patches ______________________ sgmllib.SGMLParser does not unescape attribute values; patch (2004-12-18) http://python.org/sf/1087808 opened by Titus Brown Patch for bug 1088077 (2004-12-19) http://python.org/sf/1088078 opened by Mike Meyer msi.py patch to build mingw library (2004-12-20) CLOSED http://python.org/sf/1088716 opened by Paul Moore acknowledge signals in non-main threads (2004-12-21) http://python.org/sf/1088832 opened by Andrew Langmead Patches Closed ______________ CGIHTTPServer can't redirect (2004-10-27) http://python.org/sf/1055159 closed by jhylton urllib2 HTTP digest authentication fix (2004-09-30) http://python.org/sf/1037974 closed by jhylton fix bsddb memory leaks (2004-06-06) http://python.org/sf/967763 closed by greg fast dictionary lookup by name (2002-09-07) http://python.org/sf/606098 closed by rhettinger add time elapsed to gc debug output (2003-06-26) http://python.org/sf/760990 closed by rhettinger Argument passing from /usr/bin/idle2.3 to idle.py (2003-11-30) http://python.org/sf/851459 closed by jafo fix bug in StringIO.truncate - length not changed (2004-05-11) http://python.org/sf/951915 closed by rhettinger msi.py patch to build mingw library (2004-12-21) http://python.org/sf/1088716 closed by loewis New / Reopened Bugs ___________________ inspect.py module (2004-12-18) CLOSED http://python.org/sf/1087551 opened by sprasanna199 mmap instance method access bug (2004-12-18) http://python.org/sf/1087735 opened by Josiah Carlson Mac: make frameworkinstall skips docs, scripts (2004-12-19) http://python.org/sf/1087737 opened by Jack Jansen example code not working (2004-12-19) CLOSED http://python.org/sf/1087975 opened by perica CGIHTTPServer: directories/scripts with spaces in their name (2004-12-19) http://python.org/sf/1088039 opened by LT [PATCH] tty needs a way to restore the terminal mode. (2004-12-19) http://python.org/sf/1088077 opened by Mike Meyer Comments regarding 'macintosh' behaviour wrong for MacOS X (2004-12-20) CLOSED http://python.org/sf/1088119 opened by James Matthew Farrow zlib decompressobj documentation typo (2004-12-20) CLOSED http://python.org/sf/1088206 opened by Scott David Daniels calculation wrong rounding (2004-12-20) CLOSED http://python.org/sf/1088563 opened by Sebastian Rockel _sre.c references uninitialised memory (2004-12-21) CLOSED http://python.org/sf/1088891 opened by Andrew McNamara need siginterrupt() on Linux - impossible to do timeouts (2004-12-21) http://python.org/sf/1089358 opened by Jason segfault/assert in tokenizer (2004-12-21) http://python.org/sf/1089395 opened by Walter Dörwald Carbon.Res misses GetIndString (2004-12-21) http://python.org/sf/1089399 opened by Jack Jansen Carbon.File.FSCatalogInfo.createDate implementation (2004-12-22) http://python.org/sf/1089624 opened by Ronald Oussoren _DummyThread() objects not freed from threading._active map (2004-12-22) http://python.org/sf/1089632 opened by saravanand Carbon.File.FSCatalogInfo.createDate implementation (2004-12-22) CLOSED http://python.org/sf/1089643 opened by Ronald Oussoren special methods become static (2004-11-14) http://python.org/sf/1066490 reopened by kquick mmap missing offset parameter (2004-12-22) http://python.org/sf/1089974 opened by James Y Knight exec scoping problem (2004-12-22) http://python.org/sf/1089978 opened by Kevin Quick Defaults in ConfigParser.get overrides section values (2004-12-22) http://python.org/sf/1090076 opened by Gabriel Genellina presentation typo in lib: 6.21.4.2 How callbacks are called (2004-12-22) http://python.org/sf/1090139 opened by Jesse Weinstein Bugs Closed ___________ Tests fail instead of skip (2004-12-11) http://python.org/sf/1083645 closed by bcannon readline module doesn't build on MacOSX (2004-12-07) http://python.org/sf/1081045 closed by bcannon Python 2.4 crashes (2004-12-12) http://python.org/sf/1083793 closed by axel_kaiser inspect.py module (2004-12-18) http://python.org/sf/1087551 closed by jlgijsbers Possible error during LINKCC check in Configure.in (2004-06-25) http://python.org/sf/980127 closed by bcannon example code not working (2004-12-19) http://python.org/sf/1087975 closed by rhettinger Shared object modules in Windows have no __file__. (2003-10-05) http://python.org/sf/818315 closed by loewis Easier-to-create alternative Python installer for Windows (2003-08-22) http://python.org/sf/793078 closed by loewis datetime module documentation missing critical detail (2004-12-17) http://python.org/sf/1087216 closed by rhettinger "Limitations" section of profiler docs is incorrect (2004-11-15) http://python.org/sf/1066607 closed by rhettinger Incorrect error message (somewhat) (2004-12-04) http://python.org/sf/1079011 closed by rhettinger test_shelve failures (2004-12-01) http://python.org/sf/1076819 closed by nijel input from numeric pad always dropped when numlock off (2004-11-27) http://python.org/sf/1074333 closed by kbk mkarg undocumented (2004-11-24) http://python.org/sf/1072410 closed by rhettinger C:\Python24\Lib\compileall.py returns False (2004-11-19) http://python.org/sf/1069409 closed by kbk Comments regarding 'macintosh' behaviour wrong for MacOS X (2004-12-19) http://python.org/sf/1088119 closed by bcannon zlib decompressobj documentation typo (2004-12-19) http://python.org/sf/1088206 closed by rhettinger socket object method "makefile" has wrong doc (2003-11-03) http://python.org/sf/835300 closed by rhettinger calculation wrong rounding (2004-12-20) http://python.org/sf/1088563 closed by tim_one _sre.c references uninitialised memory (2004-12-21) http://python.org/sf/1088891 closed by niemeyer Incorrect behaviour of StreamReader.readline leads to crash (2004-12-01) http://python.org/sf/1076985 closed by doerwalter SSL-ed sockets don't close correct? (2004-06-24) http://python.org/sf/978833 closed by bcannon Carbon.File.FSCatalogInfo.createDate implementation (2004-12-22) http://python.org/sf/1089643 closed by ronaldoussoren Installation ends prematurely (2004-12-14) http://python.org/sf/1085208 closed by loewis python-2.4.msi install error (2004-12-05) http://python.org/sf/1079545 closed by loewis Windows 2.4c1 installer default location issues (2004-11-28) http://python.org/sf/1074873 closed by loewis Bad IDLE shortcut by 2.4 installer on XP (2004-12-01) http://python.org/sf/1076861 closed by loewis Uninstaller should restore file associations if possible (2004-12-14) http://python.org/sf/1085172 closed by loewis urllib2's HTTPPasswordMgr and uri's with port numbers (2004-06-17) http://python.org/sf/974757 closed by jhylton wininst --install-script leaves residual files on C: (2004-11-17) http://python.org/sf/1067732 closed by theller bdist_wininst improvements (2004-07-09) http://python.org/sf/988022 closed by theller Installing w/o admin generates key error (2002-08-27) http://python.org/sf/600952 closed by theller Windows installer halts (2003-11-25) http://python.org/sf/848871 closed by theller New / Reopened RFE __________________ long int bitwise ops speedup (patch included) (2004-12-18) http://python.org/sf/1087418 opened by Gregory Smith subclassable mmap (2004-12-18) http://python.org/sf/1087741 opened by Josiah Carlson optparse .error() should print options list (2004-12-22) http://python.org/sf/1089955 opened by Mike Orr
participants (1)
-
Kurt B. Kaiser