Weekly Python Patch/Bug Summary

Patch / Bug Summary ___________________ Patches : 286 open ( +7) / 2801 closed ( +4) / 3087 total (+11) Bugs : 870 open (+19) / 4867 closed (+14) / 5737 total (+33) RFE : 175 open ( +2) / 150 closed ( +0) / 325 total ( +2) New / Reopened Patches ______________________ inspect.py fix for bug #1143895 (2005-03-09) CLOSED http://python.org/sf/1159931 reopened by arigo inspect.py fix for bug #1143895 (2005-03-09) CLOSED http://python.org/sf/1159931 opened by Simon Percivall use ReleaseItanium configuration for zlib IA64 build (2005-03-09) http://python.org/sf/1160164 opened by Trent Mick skip winsound for Windows/IA64 build (2005-03-09) http://python.org/sf/1160169 opened by Trent Mick Add method to function objects to simplify decoration (2005-03-12) http://python.org/sf/1161819 opened by Nick Coghlan python-config (2005-03-12) http://python.org/sf/1161914 opened by Andre Jonsson don't add -OPT:Olimit=0 for icc (2005-03-12) http://python.org/sf/1162023 opened by Michael Hoffman Heap class for heapq module (2005-03-13) http://python.org/sf/1162363 opened by Stefan Behnel EditorWindow's title with non-ASCII chars. (2005-03-14) http://python.org/sf/1162825 opened by SUZUKI Hisao _POSIX_SEMAPHORES checked incorrectly (2005-03-14) CLOSED http://python.org/sf/1163249 opened by Bob Ippolito the quotes page on the Web site links to something broken (2005-03-14) http://python.org/sf/1163314 opened by Shannon -jj Behrens small sanity checks for user-defined mros (2005-03-15) http://python.org/sf/1163731 opened by Michael Hudson Using size_t where appropriate (2005-03-18) http://python.org/sf/1166195 opened by Martin v. Löwis Patches Closed ______________ inspect.py fix for bug #1143895 (2005-03-09) http://python.org/sf/1159931 closed by jlgijsbers inspect.py fix for bug #1143895 (2005-03-09) http://python.org/sf/1159931 closed by jlgijsbers Syntax for iterator slicing, concatenation and repetition (2005-01-24) http://python.org/sf/1108272 closed by ncoghlan fix for a deadlock in the logging module (2005-03-07) http://python.org/sf/1158052 closed by vsajip _POSIX_SEMAPHORES checked incorrectly (2005-03-15) http://python.org/sf/1163249 closed by anthonybaxter New / Reopened Bugs ___________________ Setup file needs entries for collections, itertools, strop (2005-03-09) CLOSED http://python.org/sf/1160187 opened by Niraj Bajpai urllib2 post error when using httpproxy (2005-03-10) http://python.org/sf/1160328 opened by small tiger digit-only tag values are mishandled in Tkinter (2005-03-09) http://python.org/sf/1160383 opened by Ilya Sandler Autoconf failure on FreeBSD 5.3, and AC_INIT set incorrectly (2005-03-10) CLOSED http://python.org/sf/1160534 opened by Richard Brooksby Can't build Zope on Windows w/ 2.4.1c1 (2005-03-10) CLOSED http://python.org/sf/1160802 opened by Tim Peters Neverending warnings from asyncore (2005-03-11) http://python.org/sf/1161031 opened by Tony Meyer Install problem 2.4.1rc1 on Win98 (2005-03-11) CLOSED http://python.org/sf/1161187 opened by Spider Incorrect return value in gc docs (2005-03-11) CLOSED http://python.org/sf/1161476 opened by Aravind Minor error in section 3.2 (2005-03-11) http://python.org/sf/1161595 opened by Jeremy Barbay configure incorrectly adds -OPT:Olimit=0 for icc (2005-03-12) http://python.org/sf/1162001 opened by Michael Hoffman inspect.getmembers() breaks sometimes (2005-03-12) http://python.org/sf/1162154 opened by Doug Quale subprocess.Popen with copious output hangs (2005-03-13) http://python.org/sf/1162428 opened by neuhauser Parsing failures in parsedate_tz (2005-03-13) http://python.org/sf/1162477 opened by TH Unable to Install Python 2.4.1rc1 on windows XP SP2 (2005-03-13) http://python.org/sf/1162677 opened by Sergio Correia typesseq-mutable lacks note on combined key/cmp usage (2005-03-14) http://python.org/sf/1162912 opened by Stefan Behnel IDNA StreamReader broken (2005-03-14) http://python.org/sf/1163178 opened by Walter Dörwald Syntax error on large file with MBCS encoding (2005-03-14) http://python.org/sf/1163244 opened by Tim N. van der Leeuw "special" decimals aren't hashable (2005-03-14) CLOSED http://python.org/sf/1163325 opened by Marien Zwart correct/clarify documentation for super (2005-03-14) http://python.org/sf/1163367 opened by Steven Bethard uncaught AttributeError deep in urllib (2005-03-14) http://python.org/sf/1163401 opened by K Lars Lohn Sub threads execute in restricted mode (2005-03-15) http://python.org/sf/1163563 opened by anothermax subprocess pipe fails under Emacs (2005-03-15) http://python.org/sf/1163759 opened by Anders J. Munch super(...).__new__( ... ) behaves "unexpected" (2005-03-16) http://python.org/sf/1164631 opened by Dirk Brenckmann UserDict is not iterable (2005-03-16) CLOSED http://python.org/sf/1164726 opened by Kent Johnson Tkdnd.py crashes due to read-only attributes (2005-03-16) http://python.org/sf/1164742 opened by tynods xmlrpclib.DateTime.decode() should stringify argument (2005-03-16) http://python.org/sf/1164912 opened by Allan Saddi logging.basicConfig creates phantom handler (2005-03-16) CLOSED http://python.org/sf/1164953 opened by logistix Property access with decorator makes interpreter crash (2005-03-17) http://python.org/sf/1165306 opened by Remy Blank KeyboardInterrupt causes segmentation fault with threads (2005-03-17) http://python.org/sf/1165761 opened by Jeff Stearns SSL_pending is not used (2005-03-18) http://python.org/sf/1166206 opened by hahahhah missing sequence tests - pull from deque (2005-03-18) http://python.org/sf/1166274 opened by Jim Jewett No os.spawn*p* on Windows (2005-03-19) http://python.org/sf/1166378 opened by Chris Palmer Bugs Closed ___________ inspect.getsource() breakage in 2.4 (2005-02-18) http://python.org/sf/1143895 closed by jlgijsbers Setup file needs entries for collections, itertools, strop (2005-03-09) http://python.org/sf/1160187 closed by rhettinger unixccompiler.py should deal with env in linker (2005-03-07) http://python.org/sf/1158005 closed by jackjansen Autoconf failure on FreeBSD 5.3, and AC_INIT set incorrectly (2005-03-10) http://python.org/sf/1160534 closed by loewis Can't build Zope on Windows w/ 2.4.1c1 (2005-03-10) http://python.org/sf/1160802 closed by tim_one test_socket fails when not connected (2003-03-19) http://python.org/sf/706450 closed by bcannon Install problem 2.4.1rc1 on Win98 (2005-03-11) http://python.org/sf/1161187 closed by loewis Incorrect return value in gc docs (2005-03-11) http://python.org/sf/1161476 closed by iamfenris [2.4 regression] seeking in codecs.reader broken (2005-03-03) http://python.org/sf/1156259 closed by doerwalter configure and gmake fail in openbsd 3.5 i386 (2004-06-24) http://python.org/sf/978632 closed by loewis "special" decimals aren't hashable (2005-03-14) http://python.org/sf/1163325 closed by rhettinger Warnings in Python.h with gcc 4.0.0 (2005-01-20) http://python.org/sf/1105699 closed by loewis UserDict is not iterable (2005-03-16) http://python.org/sf/1164726 closed by rhettinger logging.basicConfig creates phantom handler (2005-03-17) http://python.org/sf/1164953 closed by vsajip New / Reopened RFE __________________ expm1 and log1p (2005-03-14) http://python.org/sf/1163139 opened by Keith Briggs ConfigParser alternative key-value delimitier (2005-03-17) http://python.org/sf/1165404 opened by Sergey Dorofeev
participants (1)
-
Kurt B. Kaiser