Patch / Bug Summary ___________________ Patches : 392 open ( +6) / 3094 closed ( +5) / 3486 total (+11) Bugs : 907 open (+18) / 5646 closed (+10) / 6553 total (+28) RFE : 213 open ( +1) / 202 closed ( +1) / 415 total ( +2)
New / Reopened Patches ______________________ new exit and quit objects (2006-03-09) CLOSED http://python.org/sf/1446372 opened by Georg Brandl zipfile: support for ZIP64 (2006-03-09) http://python.org/sf/1446489 opened by Ronald Oussoren patch for 1441408 compiler fails to spot extended slice (2006-03-09) http://python.org/sf/1446847 opened by Grant Olson Patch for bug 1441486: bad unary minus folding in compiler (2006-03-09) http://python.org/sf/1446922 opened by Grant Olson logging: findCaller() sometimes raises AttributeError (2006-03-10) CLOSED http://python.org/sf/1447410 opened by Kevin J Bluck ConnectRegistry blocks all threads (2006-03-12) http://python.org/sf/1448199 opened by Lars L decorator module (2006-03-12) http://python.org/sf/1448297 opened by Georg Brandl declspec for ssize_t (2006-03-12) http://python.org/sf/1448484 opened by Zooko O'Whielacronx const PyDict_Type ? (2006-03-12) http://python.org/sf/1448488 opened by Zooko O'Whielacronx email.message.py charset can be unicode instance (2006-03-13) http://python.org/sf/1449244 opened by Tokio Kikuchi Splitting CJK codecs from pythoncore dll (2006-03-14) http://python.org/sf/1449471 opened by Hye-Shik Chang Patches Closed ______________ new exit and quit objects (2006-03-09) http://python.org/sf/1446372 closed by gbrandl logging: findCaller() sometimes raises AttributeError (2006-03-10) http://python.org/sf/1447410 closed by vsajip Several minor fixes for NULL checks, etc. (2006-03-06) http://python.org/sf/1444030 closed by nnorwitz New with semantics (2006-03-08) http://python.org/sf/1445739 closed by nnorwitz Python memory allocator: Free memory (2005-02-15) http://python.org/sf/1123430 closed by tim_one New / Reopened Bugs ___________________ extended slice behavior inconsistent with docs (2006-03-09) http://python.org/sf/1446619 opened by Steven Bethard bug with xmlrpclib (2006-03-09) http://python.org/sf/1446690 opened by varun bhansaly whatsnew 2.5: pep 353, python -m (2006-03-09) http://python.org/sf/1447031 opened by Gene Tani tkinter Dialog fails when more than four buttons are used (2006-03-10) http://python.org/sf/1447222 opened by Hernan P. Dacharry tkinter Dialog fails when more than four buttons are used (2006-03-10) CLOSED http://python.org/sf/1447234 opened by Hernan P. Dacharry Mac Framework build fails on intel (2006-03-10) http://python.org/sf/1447587 opened by Michael Mondragon make frameworkinstall fails on Intel Macs (2006-03-10) http://python.org/sf/1447607 opened by Michael Mondragon "reindent.py" exposes bug in tokenize (2006-03-10) CLOSED http://python.org/sf/1447633 opened by Edward C. Jones traceback.format_exception_only() and SyntaxError (2006-03-11) http://python.org/sf/1447885 opened by Remy Blank Unable to stringify datetime with tzinfo (2006-03-11) http://python.org/sf/1447945 opened by Ilpo Nyyssönen Defining a class with __dict__ brakes attributes assignment (2006-03-11) http://python.org/sf/1448042 opened by Michal Kwiatkowski problems with too many sockets in FreeBSD (2006-03-12) http://python.org/sf/1448058 opened by aix-d gettext.py breaks on plural-forms header (2006-03-12) http://python.org/sf/1448060 opened by Danilo Segan re search infinite loop (2006-03-12) http://python.org/sf/1448325 opened by Don Allen Convertion error for latin1 characters with iso-2022-jp-2 (2006-03-12) CLOSED http://python.org/sf/1448490 opened by Francois Duranleau asyncore dispatcher.__getattr__() masks self._map (2006-03-12) http://python.org/sf/1448639 opened by Doug White datetime.__init__ cannot be overridden (2006-03-13) CLOSED http://python.org/sf/1448640 opened by Martin Blais Subscript operations generating incorrect code (2006-03-13) CLOSED http://python.org/sf/1448804 opened by Nick Coghlan urllib2+https+proxy not working (2006-03-13) http://python.org/sf/1448934 opened by Rui Martins urllib2+https+proxy not working (2006-03-14) CLOSED http://python.org/sf/1449397 opened by Rui Martins optparse: extending actions missing ALWAYS_TYPES_ACTIONS (2006-03-13) http://python.org/sf/1449311 opened by Christopher Build of readline fails (2006-03-14) CLOSED http://python.org/sf/1450019 opened by Sydney Weidman int() and isdigit() accept non-digit numbers when using unic (2006-03-15) CLOSED http://python.org/sf/1450212 opened by Pierre-Frédéric Caillaud windows python truncates files when reading them (2006-03-15) CLOSED http://python.org/sf/1450456 opened by tom berger Python build fails for gcc 4.x from Gnu (2006-03-15) http://python.org/sf/1450807 opened by John W. Grove msgfmt.py: fuzzy messages not correctly found (2006-03-16) http://python.org/sf/1451341 opened by Hanno Schlichting reading very large files (2006-03-16) http://python.org/sf/1451466 opened by christen os.startfile() still doesn't work with Unicode filenames (2006-03-16) http://python.org/sf/1451503 opened by roee88 segfault in optimize_code() (2006-03-16) CLOSED http://python.org/sf/1451641 opened by Kristján Valur OS/X on i386 framework build (2006-03-17) http://python.org/sf/1451717 opened by Ian Holsman Bugs Closed ___________ handling comments with markupbase and HTMLParser (2006-03-04) http://python.org/sf/1442874 closed by gbrandl tkinter Dialog fails when more than four buttons are used (2006-03-10) http://python.org/sf/1447234 closed by gbrandl "reindent.py" exposes bug in tokenize (2006-03-10) http://python.org/sf/1447633 closed by goodger PCbuild/readme.txt description not quite right (2005-04-15) http://python.org/sf/1183896 closed by gbrandl Convertion error for latin1 characters with iso-2022-jp-2 (2006-03-13) http://python.org/sf/1448490 closed by perky datetime.__init__ cannot be overridden (2006-03-13) http://python.org/sf/1448640 closed by mwh Subscript operations generating incorrect code (2006-03-13) http://python.org/sf/1448804 closed by ncoghlan urllib2+https+proxy not working (2006-03-14) http://python.org/sf/1449397 deleted by ruibmartins Build of readline fails (2006-03-14) http://python.org/sf/1450019 closed by nnorwitz int() and isdigit() accept non-digit unicode numbers (2006-03-15) http://python.org/sf/1450212 closed by lemburg windows python truncates files when reading them (2006-03-15) http://python.org/sf/1450456 deleted by object segfault in optimize_code() (2006-03-16) http://python.org/sf/1451641 closed by rhettinger New / Reopened RFE __________________ Python should use 3GB Address Space on Windows (2006-03-14) http://python.org/sf/1449496 opened by Martin Gfeller bisect should support a custom comparison function (2006-03-16) http://python.org/sf/1451588 opened by Jonathan S. Joseph RFE Closed __________ friendly quit object (2006-01-13) http://python.org/sf/1404859 closed by gbrandl -- http://mail.python.org/mailman/listinfo/python-list