Patch / Bug Summary ___________________ Patches : 382 open ( +3) / 3003 closed ( +1) / 3385 total ( +4) Bugs : 903 open (-11) / 5479 closed (+27) / 6382 total (+16) RFE : 203 open ( -1) / 195 closed ( +2) / 398 total ( +1)
New / Reopened Patches ______________________ NotImplemented->TypeError in __add__ and __mul__ (2005-12-26) CLOSED http://python.org/sf/1390657 opened by Armin Rigo dict.merge (2005-12-27) http://python.org/sf/1391204 opened by Nicolas Lehuen cookielib LWPCookieJar and MozillaCookieJar exceptions (2005-02-06) http://python.org/sf/1117398 reopened by jjlee Optional second argument for startfile (2005-12-29) http://python.org/sf/1393157 opened by Thomas Heller Add restart debugger command to pdb.py (2005-12-30) http://python.org/sf/1393667 opened by Rocky Bernstein Patches Closed ______________ NotImplemented->TypeError in __add__ and __mul__ (2005-12-26) http://python.org/sf/1390657 closed by arigo weakref callbacks are called only if the weakref is alive (2005-12-12) http://python.org/sf/1379023 closed by arigo New / Reopened Bugs ___________________ Incorrectly docs for return values of set update methods (2005-12-24) CLOSED http://python.org/sf/1389673 opened by Collin Winter Fxn call in _elementtree.c has incorrect signedness (2005-12-24) CLOSED http://python.org/sf/1389809 opened by Brett Cannon _winreg specifies EnvironmentError instead of WindowsError (2005-12-21) CLOSED http://python.org/sf/1386675 reopened by birkenfeld ScrolledText hungs up in some conditions (2005-12-25) http://python.org/sf/1390086 opened by dani_filth README mention --without-cxx (2005-12-25) http://python.org/sf/1390321 opened by Aahz time docs lack %F in strftime! (2005-12-26) CLOSED http://python.org/sf/1390605 opened by Nikos Kouremenos split() breaks no-break spaces (2005-12-26) CLOSED http://python.org/sf/1390608 opened by MvR time.strftime('%F', local_time) is okay but time.strptime no (2005-12-26) CLOSED http://python.org/sf/1390629 opened by Nikos Kouremenos lambda functions confused when mapped in dictionary object (2005-12-27) CLOSED http://python.org/sf/1390991 opened by Samuel Hsiung missing module names in email package (2005-12-27) http://python.org/sf/1391608 opened by Gabriel Genellina floating point literals don't work in non-US locale in 2.5 (2005-12-28) http://python.org/sf/1391872 opened by Fredrik Lundh build fails on BSD 3.8 (2005-12-30) http://python.org/sf/1392915 opened by George Yoshida cannot build SVN trunk on old systems (2005-12-29) http://python.org/sf/1393109 opened by Fredrik Lundh Deleting first item causes anydbm.first() to fail (2005-12-30) http://python.org/sf/1394135 opened by Dan Bisalputra urllib2 raises exception when page redirects to itself (2005-12-31) CLOSED http://python.org/sf/1394453 opened by René Pijlman SimpleHTTPServer doesn't understand query arguments (2005-12-31) http://python.org/sf/1394565 opened by Aaron Swartz 'Plus' filemode exposes uninitialized memory on win32 (2005-12-31) http://python.org/sf/1394612 opened by Cory Dodt Bugs Closed ___________ Decimal sqrt() ignores rounding (2005-12-23) http://python.org/sf/1388949 closed by facundobatista Incorrect docs for return values of set update methods (2005-12-24) http://python.org/sf/1389673 closed by birkenfeld Fxn call in _elementtree.c has incorrect signedness (2005-12-25) http://python.org/sf/1389809 closed by effbot _winreg specifies EnvironmentError instead of WindowsError (2005-12-21) http://python.org/sf/1386675 closed by birkenfeld time docs lack %F in strftime! (2005-12-26) http://python.org/sf/1390605 closed by birkenfeld split() breaks no-break spaces (2005-12-26) http://python.org/sf/1390608 closed by lemburg time.strftime('%F', local_time) is okay but time.strptime no (2005-12-26) http://python.org/sf/1390629 closed by birkenfeld metaclasses, __getattr__, and special methods (2003-04-29) http://python.org/sf/729913 closed by arigo special methods become static (2004-11-15) http://python.org/sf/1066490 closed by arigo len() on class broken (2005-12-16) http://python.org/sf/1382740 closed by arigo urllib.url2pathname, pathname2url doc strings inconsistent (2002-12-07) http://python.org/sf/649974 closed by birkenfeld PyLong_AsVoidPtr()/PyLong_FromVoidPtr() (2002-12-14) http://python.org/sf/653542 closed by birkenfeld Acrobat Reader 5 compatibility (2003-04-14) http://python.org/sf/721160 closed by birkenfeld Calling socket.recv() with a large number breaks (2003-06-17) http://python.org/sf/756104 closed by birkenfeld Automated daily documentation builds (2002-06-26) http://python.org/sf/574241 closed by birkenfeld String formatting operator % badly documented (2003-11-10) http://python.org/sf/839585 closed by birkenfeld Document that highly recursive data cannot be pickled (2003-11-10) http://python.org/sf/839075 closed by birkenfeld os.exec* and first 'arg' (2003-11-19) http://python.org/sf/845342 closed by birkenfeld Error in urllib2 Examples (2004-05-16) http://python.org/sf/954981 closed by birkenfeld Lib/profile.doc should be updated (2001-12-05) http://python.org/sf/489256 closed by birkenfeld exec statement link in index broken (2005-12-19) http://python.org/sf/1385004 closed by birkenfeld Tutorial errors (2005-12-07) http://python.org/sf/1375599 closed by birkenfeld Dict docstring error Python-2.3.5 (2005-02-26) http://python.org/sf/1152424 closed by birkenfeld lambda functions confused when mapped in dictionary object (2005-12-27) http://python.org/sf/1390991 closed by birkenfeld Can't build Python on POSIX w/o $HOME (2004-05-24) http://python.org/sf/959576 closed by birkenfeld Setup.local ignored by setup.py (2004-07-29) http://python.org/sf/999767 closed by birkenfeld PyXxx_Check(x) trusts x->ob_type->tp_mro (2005-02-27) http://python.org/sf/1153075 closed by arigo urllib2 raises exception when page redirects to itself (2005-12-31) http://python.org/sf/1394453 closed by rpijlman New / Reopened RFE __________________ tempfile misses usecase which requirs renaming (2005-12-25) http://python.org/sf/1390197 opened by Dennis Allison RFE Closed __________ split() string method has two splitting algorithms (2005-11-28) http://python.org/sf/1367936 closed by rhettinger future warning in commets (2005-02-18) http://python.org/sf/1144057 closed by mcherm -- http://mail.python.org/mailman/listinfo/python-list