Bug/Patch Summary ----------------- 547 open / 4276 total bugs (+42) 205 open / 2432 total patches (+7) New Bugs -------- email/Generator.py: Incorrect header output (2003年10月20日) http://python.org/sf/826756 Proto 2 pickle vs dict subclass (2003年10月20日) http://python.org/sf/826897 wrong error message of islice indexing (2003年10月20日) http://python.org/sf/827190 List comprehensions leaking control variable name deprecated (2003年10月20日) http://python.org/sf/827209 Bug in dbm - long strings in keys and values (2003年10月21日) http://python.org/sf/827760 object.h misdocuments PyDict_SetItemString (2003年10月21日) http://python.org/sf/827856 ctime is not creation time (2003年10月21日) http://python.org/sf/827902 Registry key CurrentVersion not set (2003年10月21日) http://python.org/sf/827963 Idle fails on loading .idlerc if Home path changes. (2003年10月22日) http://python.org/sf/828049 sdist generates bad MANIFEST on Windows (2003年10月22日) http://python.org/sf/828450 bdist_rpm failure when no setup.py (2003年10月23日) http://python.org/sf/828743 setattr(obj, BADNAME, value) does not raises exception (2003年10月24日) http://python.org/sf/829458 os.makedirs() cannot handle "." (2003年10月24日) http://python.org/sf/829532 __mul__ taken as __rmul__ for mul-by-int only (2003年10月25日) http://python.org/sf/830261 python-mode.el: py-b-of-def-or-class looks inside strings (2003年10月25日) http://python.org/sf/830347 Config parser don't raise DuplicateSectionError when reading (2003年10月26日) http://python.org/sf/830449 New Patches ----------- absolute paths cause problems for MSVC (2003年10月21日) http://python.org/sf/827386 SimpleHTTPServer directory-indexing "bug" fix (2003年10月21日) http://python.org/sf/827559 Allow set swig include dirs in setup.py (2003年10月22日) http://python.org/sf/828336 ref. manual talks of 'sequence' instead of 'iterable' (2003年10月23日) http://python.org/sf/829073 Fixes smtplib starttls HELO errors (2003年10月24日) http://python.org/sf/829951 itertoolsmodule.c: islice error messages (827190) (2003年10月25日) http://python.org/sf/830070 python-mode.el: (py-point 'bod) doesn't quite work (2003年10月25日) http://python.org/sf/830341 Closed Bugs ----------- asyncore unhandled write event (2002年03月10日) http://python.org/sf/528295 missing important curses calls (2003年01月10日) http://python.org/sf/665572 Problems with non-greedy match groups (2003年03月01日) http://python.org/sf/695688 ncurses/curses on solaris (2003年03月10日) http://python.org/sf/700780 sigwinch crashes python with curses (2003年06月14日) http://python.org/sf/754455 asyncore with non-default map problems (2003年06月20日) http://python.org/sf/758241 HTMLParser chokes on my.yahoo.com output (2003年06月26日) http://python.org/sf/761452 minidom.py -- TypeError: object doesn't support slice assig (2003年07月25日) http://python.org/sf/777884 xmlrpclib's functions dumps() and loads() not documented. (2003年09月19日) http://python.org/sf/809174 Support for non-string data in ConfigParser unclear/buggy (2003年09月22日) http://python.org/sf/810843 test_tempfile fails on windows if space in install path (2003年09月23日) http://python.org/sf/811082 a Py_DECREF() too much (2003年09月25日) http://python.org/sf/812353 new.function raises TypeError for some strange reason... (2003年09月28日) http://python.org/sf/814266 webbrowser.open hangs under certain conditions (2003年10月02日) http://python.org/sf/816810 Need "new style note" (2003年10月04日) http://python.org/sf/817742 Ref Man Index: Symbols -- Latex leak (2003年10月08日) http://python.org/sf/820344 tarfile exception on large .tar files (2003年10月13日) http://python.org/sf/822668 urllib2 digest auth is broken (2003年10月14日) http://python.org/sf/823328 code.InteractiveConsole interprets escape chars incorrectly (2003年10月17日) http://python.org/sf/825676 reference to Built-In Types section in file() documentation (2003年10月17日) http://python.org/sf/825810 Class Problem with repr and getattr on PY2.3.2 (2003年10月18日) http://python.org/sf/826013 Closed Patches -------------- Mutable PyCObject (2001年11月02日) http://python.org/sf/477441 (?(id/name)yes|no) re implementation (2002年06月23日) http://python.org/sf/572936 Fixing recursive problem in SRE (2003年06月19日) http://python.org/sf/757624 small fix for setup.py (2003年07月15日) http://python.org/sf/772077 make test_fcntl 64bit clean (2003年09月13日) http://python.org/sf/805626 NetBSD py_curses.h fix (2003年09月15日) http://python.org/sf/806800 Fix many doc typos (2003年09月22日) http://python.org/sf/810751 normalize whitespace (2003年09月25日) http://python.org/sf/812378 Fix test_tempfile: space in Win32 install path bug #811082 (2003年09月26日) http://python.org/sf/813200 _sre stack overflow on FreeBSD/amd64 and /sparc64 (2003年09月26日) http://python.org/sf/813391 deprecated modules (2003年09月29日) http://python.org/sf/814560 fix import problem(unittest.py) (2003年10月07日) http://python.org/sf/819077 Updated .spec file. (2003年10月14日) http://python.org/sf/823259 Add additional isxxx functions to string object. (2003年10月16日) http://python.org/sf/825313