Patch / Bug Summary ___________________ Patches : 421 open ( +3) / 3530 closed ( +8) / 3951 total (+11) Bugs : 963 open ( +4) / 6426 closed (+21) / 7389 total (+25) RFE : 255 open ( +5) / 246 closed ( +1) / 501 total ( +6)
New / Reopened Patches ______________________ The Unicode "lazy strings" patches (2007-01-06) http://python.org/sf/1629305 opened by Larry Hastings fast tuple[index] by inlining on BINARY_SUBSCR (2007-01-07) CLOSED http://python.org/sf/1629718 opened by Hirokazu Yamamoto Patch to add tempfile.SpooledTemporaryFile (for #415692) (2007-01-07) http://python.org/sf/1630118 opened by Dustin J. Mitchell Implement named exception cleanup (2007-01-07) CLOSED http://python.org/sf/1630248 opened by Collin Winter Fix crash when replacing sys.stdout in sitecustomize (2007-01-08) http://python.org/sf/1630975 opened by Thomas Wouters SyntaxWarning for backquotes (2007-01-09) http://python.org/sf/1631035 opened by Anthony Baxter implement warnings module in C (2007-01-08) http://python.org/sf/1631171 opened by Neal Norwitz sre module has misleading docs (2007-01-09) http://python.org/sf/1631394 opened by Tom Lynn New exception syntax (2007-01-09) CLOSED http://python.org/sf/1631942 opened by Collin Winter from __future__ import print_function (2007-01-12) http://python.org/sf/1633807 opened by Anthony Baxter Py3k: Fix pybench so it runs (2007-01-13) http://python.org/sf/1634499 opened by Larry Hastings Patches Closed ______________ Win32: Add bytesobject.c to pythoncore.vcproj (2007-01-04) http://python.org/sf/1628062 closed by loewis Win32: Fix build when you have TortoiseSVN but no .svn/* (2007-01-04) http://python.org/sf/1628061 closed by loewis fast tuple[index] by inlining on BINARY_SUBSCR (2007-01-07) http://python.org/sf/1629718 closed by loewis #1603424 subprocess.py wrongly claims 2.2 compatibility. (2006-12-05) http://python.org/sf/1609282 closed by astrand Implement named exception cleanup (2007-01-07) http://python.org/sf/1630248 closed by collinwinter (py3k) Remove the sets module (2006-06-04) http://python.org/sf/1500611 closed by gvanrossum New exception syntax (2007-01-09) http://python.org/sf/1631942 closed by collinwinter backticks will not be used at all (2007-01-03) http://python.org/sf/1627052 closed by gbrandl New / Reopened Bugs ___________________ Python 2.5 64 bit compile fails on Solaris 10/gcc 4.1.1 (2007-01-05) http://python.org/sf/1628484 opened by Bob Atkins Pydoc sets choices for doc locations incorrectly (2007-01-05) http://python.org/sf/1628895 opened by Skip Montanaro xml.dom.minidom parse bug (2007-01-05) CLOSED http://python.org/sf/1628902 opened by Pierre Imbaud clarify 80-char limit (2007-01-05) http://python.org/sf/1628906 opened by Jim Jewett inspect trouble when source file changes (2007-01-05) http://python.org/sf/1628987 opened by phil Incorrect type in PyDict_Next() example code (2007-01-05) http://python.org/sf/1629125 opened by Jason Evans email._parseaddr AddrlistClass bug (2007-01-06) http://python.org/sf/1629369 opened by Tokio Kikuchi array.array borks on deepcopy (2006-08-24) CLOSED http://python.org/sf/1545837 reopened by nnorwitz documentation of email.utils.parsedate is confusing (2007-01-06) http://python.org/sf/1629566 opened by Nicholas Riley Backward incompatibility in logging.py (2006-10-02) CLOSED http://python.org/sf/1569622 reopened by mklaas doc error for re.sub (2007-01-08) CLOSED http://python.org/sf/1630511 opened by Keith Briggs doc misleading in re.compile (2007-01-08) http://python.org/sf/1630515 opened by Keith Briggs Seg fault in readline call. (2007-01-08) http://python.org/sf/1630794 opened by gnovak fnmatch.translate undocumented (2007-01-08) http://python.org/sf/1630844 opened by Gabriel Genellina PyLong_AsLong doesn't check tp_as_number (2007-01-08) CLOSED http://python.org/sf/1630863 opened by Roger Upole Garbage output to file of specific size (2007-01-08) http://python.org/sf/1630894 opened by Michael Culbertson email.Generators does not separates headers with "\r\n" (2005-11-05) http://python.org/sf/1349106 reopened by bwarsaw Discrepancy between iterating empty and non-empty deques (2007-01-09) CLOSED http://python.org/sf/1631769 opened by Christos Georgiou logging.config.fileConfig doesn't clear logging._handlerList (2007-01-10) CLOSED http://python.org/sf/1632328 opened by Stefan H. Holek Hangs with 100% CPU load for certain regexes (2007-01-11) CLOSED http://python.org/sf/1633583 opened by Matthias Klose using locale does not display the intended behavior (2007-01-11) http://python.org/sf/1633600 opened by Matthias Klose logging module / wrong bytecode? (2007-01-12) http://python.org/sf/1633605 opened by Matthias Klose curses should reset curses.{COLS,LINES} when term. resized (2007-01-12) http://python.org/sf/1633621 opened by Matthias Klose time.strftime() accepts format which time.strptime doesnt (2007-01-12) http://python.org/sf/1633628 opened by Matthias Klose class derived from float evaporates under += (2007-01-12) http://python.org/sf/1633630 opened by Matthias Klose incomplete numerical comparisons (2007-01-12) http://python.org/sf/1633648 opened by Matthias Klose file(file) should succeed (2007-01-12) CLOSED http://python.org/sf/1633665 opened by Matthias Klose mailbox.py _fromlinepattern regexp does not support positive (2007-01-12) http://python.org/sf/1633678 opened by Matthias Klose AIX: configure ignores $CC; problems mit C++ comments (2007-01-12) http://python.org/sf/1633863 opened by Johannes Abt for line in sys.stdin: doesn't notice EOF the first time (2007-01-12) http://python.org/sf/1633941 opened by Matthias Klose re.compile("(.*$){1,4}", re.MULTILINE) fails (2007-01-12) http://python.org/sf/1633953 opened by Matthias Klose configure problem for sem_init() on HP-UX (2007-01-12) CLOSED http://python.org/sf/1634033 opened by Johannes Abt AIX: wrong flags for ld when linking standard .so modules (2007-01-12) CLOSED http://python.org/sf/1634105 opened by Johannes Abt subprocess swallows empty arguments under win32 (2007-01-12) http://python.org/sf/1634343 opened by Patrick Mézard Bugs Closed ___________ documentation error for "startswith" string method (2007-01-04) http://python.org/sf/1627956 closed by akuchling null bytes in docstrings (2006-12-26) http://python.org/sf/1622533 closed by akuchling gzip.GzipFile is slow (2003-11-25) http://python.org/sf/849046 closed by akuchling xml.dom.minidom parse bug (2007-01-05) http://python.org/sf/1628902 closed by loewis frame->f_lasti not always correct (2006-01-18) http://python.org/sf/1409443 closed by rhettinger Undocumented implicit strip() in split(None) string method (2005-01-19) http://python.org/sf/1105286 closed by rhettinger split() description not fully accurate (2005-12-14) http://python.org/sf/1380970 closed by rhettinger Underspecified behaviour of string methods split, rsplit (2006-01-25) http://python.org/sf/1414673 closed by rhettinger 32/64bit pickled Random incompatiblity (2006-04-18) http://python.org/sf/1472695 closed by rhettinger array.array borks on deepcopy (2006-08-24) http://python.org/sf/1545837 closed by nnorwitz subprocess.py (py2.5) wrongly claims py2.2 compatibility (2006-11-27) http://python.org/sf/1603424 closed by astrand subprocess.Popen closes fds for sys.stdout or sys.stderr (2006-11-28) http://python.org/sf/1604851 closed by astrand Backward incompatibility in logging.py (2006-10-02) http://python.org/sf/1569622 closed by vsajip doc error for re.sub (2007-01-08) http://python.org/sf/1630511 closed by mwh PyLong_AsLong doesn't check tp_as_number (2007-01-08) http://python.org/sf/1630863 closed by loewis RotatingFileHandler cannot recover from failed doRollover() (2007-01-04) http://python.org/sf/1627575 closed by vsajip Discrepancy between iterating empty and non-empty deques (2007-01-09) http://python.org/sf/1631769 closed by rhettinger ctypes: Returning c_void_p from callback doesn\'t work (2006-10-10) http://python.org/sf/1574593 closed by theller logging.config.fileConfig doesn't clear logging._handlerList (2007-01-10) http://python.org/sf/1632328 closed by vsajip logging's fileConfig causes KeyError on shutdown (2006-08-04) http://python.org/sf/1534765 closed by vsajip Hangs with 100% CPU load for certain regexes (2007-01-11) http://python.org/sf/1633583 closed by niemeyer configure problem for sem_init() on HP-UX (2007-01-12) http://python.org/sf/1634033 deleted by jabt AIX: wrong flags for ld when linking standard .so modules (2007-01-12) http://python.org/sf/1634105 deleted by jabt New / Reopened RFE __________________ Show "expected" token on syntax error (2007-01-12) http://python.org/sf/1634034 opened by Oliver Gramberg RFE Closed __________ file(file) should succeed (2007-01-11) http://python.org/sf/1633665 closed by akuchling -- http://mail.python.org/mailman/listinfo/python-list