Bug/Patch Summary ----------------- 618 open / 4468 total bugs (+81) 224 open / 2514 total patches (+36) New Bugs -------- html problem in mailbox docs (2003年12月30日) http://python.org/sf/867556 Configure error with 2.3.3 on AIX 5.2 using gcc 3.3.2 (2003年12月31日) http://python.org/sf/868529 HTTPResponse.read(amt) fails when response length is UNKNOWN (2003年12月31日) http://python.org/sf/868571 Calling builtin function 'eval' from C causes seg fault. (2003年12月31日) http://python.org/sf/868706 os.tmpfile seek(0) fails on cygwin (2004年01月01日) http://python.org/sf/868743 Multiple problems with GC in 2.3.3 (2004年01月01日) http://python.org/sf/868896 setgroups rejects long integer arguments (2004年01月02日) http://python.org/sf/869197 Quicktime missing funcitonality (2004年01月02日) http://python.org/sf/869649 segmentation fault in test_re (2004年01月03日) http://python.org/sf/870120 New Patches ----------- Bad behavior of email.Charset.Charset when locale is tr_TR (2003年12月29日) http://python.org/sf/866982 regrtest.py -T for code coverage (2003年12月31日) http://python.org/sf/868499 Allow use of embedded Tcl without requiring Tk (2004年01月02日) http://python.org/sf/869468 Building on Mac OS X 10.1 (2004年01月02日) http://python.org/sf/869555 Add start and end optional args to array.index (2004年01月02日) http://python.org/sf/869688 make Demo/scripts/primes.py usable as a module (2004年01月04日) http://python.org/sf/870286 Fix docstring for posixpath.getctime (2004年01月04日) http://python.org/sf/870287 Closed Bugs ----------- Document sys.path on Windows (2001年09月05日) http://python.org/sf/459007 __cdecl / __stdcall unspecified in *.h (2001年10月15日) http://python.org/sf/471432 locale.setlocale is broken (2002年01月15日) http://python.org/sf/504219 isdir behavior getting odder on UNC path (2002年02月05日) http://python.org/sf/513572 long file name support broken in windows (2002年04月10日) http://python.org/sf/542314 Windows getpass bug (2002年04月20日) http://python.org/sf/546558 os.tmpfile() can fail on win32 (2002年08月05日) http://python.org/sf/591104 os.popen() negative error code IOError (2002年08月29日) http://python.org/sf/602245 long list in Pythonwin -> weird text (2002年09月03日) http://python.org/sf/604387 registry functions don't handle null characters (2003年01月21日) http://python.org/sf/672132 PyErr_Warn may cause import deadlock (2003年02月09日) http://python.org/sf/683658 print raises exception when no console available (2003年03月19日) http://python.org/sf/706263 test_socketserver: Fatal error: Invalid thread state (2003年05月26日) http://python.org/sf/743692 ipv6 sockaddr is bad (2003年05月27日) http://python.org/sf/744164 Failure in comparing unicode string (2003年06月26日) http://python.org/sf/761267 No syntax hilite on new file until saved as *.py (2003年07月21日) http://python.org/sf/775012 IDLE: "Save As..." keybind (Ctrl+Shift+S) does not work (2003年07月21日) http://python.org/sf/775353 Tooltip-window doesn't vanish if... (2003年07月22日) http://python.org/sf/775535 idle.py doesn't accept ( in some cases (2003年07月22日) http://python.org/sf/775541 Tab / Space Configuration Does Not Work in IDLE (2003年08月05日) http://python.org/sf/783887 IDLE starts with no menus (Cygwin build of python2.3) (2003年08月11日) http://python.org/sf/786827 Arguments tooltip wrong if def contains tuple (2003年08月20日) http://python.org/sf/791968 IDLE / PyOS_InputHook (2003年08月31日) http://python.org/sf/798058 color highlighting not working on EDIT windows (2003年09月04日) http://python.org/sf/800432 tarfile violates bufsize (2003年09月25日) http://python.org/sf/812325 Fatal Python error: GC object already tracked (2003年10月02日) http://python.org/sf/816476 Idle fails on loading .idlerc if Home path changes. (2003年10月22日) http://python.org/sf/828049 Inconsitent line numbering in traceback (2003年10月29日) http://python.org/sf/832535 Ctrl+key combos stop working in IDLE (2003年10月31日) http://python.org/sf/833957 os.chmod/os.utime/shutil do not work with unicode filenames (2003年11月20日) http://python.org/sf/846133 mbcs encoding ignores errors (2003年11月28日) http://python.org/sf/850997 HTMLParser parsers AT&T to AT (2003年12月08日) http://python.org/sf/856617 Hangs when opening 2nd shell with subprocess under windows (2003年12月23日) http://python.org/sf/865014 Closed Patches -------------- Fix for bug 494589 (2002年12月25日) http://python.org/sf/658599 Faster commonprefix (OS independent) (2003年02月06日) http://python.org/sf/681780 expose lowlevel setlocale (2003年07月24日) http://python.org/sf/776854 Tk Dialog Upon Subprocess Socket Error (2003年07月26日) http://python.org/sf/778323 Highlight builtins (2003年09月13日) http://python.org/sf/805830 cmath.log optional base argument, fixes #823209 (2003年10月18日) http://python.org/sf/826074 Small error in test_format (2003年11月25日) http://python.org/sf/849252 Modify Setup.py to Detect Tcl/Tk on BSD (2003年11月28日) http://python.org/sf/850977 heapq: A way to change the compare function (2003年12月28日) http://python.org/sf/866594