[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
2002年3月24日 07:00:19 -0600


Bug/Patch Summary
-----------------
254 open / 2338 total bugs
95 open / 1386 total patches
Closed Bugs
-----------
Distutils should have a Setup parser (2001年03月23日)
	http://python.org/sf/410878
linuxaudiodev fails during "make test". (2001年03月24日)
	http://python.org/sf/410993
xmlrpclib won't marshal new types (2001年10月10日)
	http://python.org/sf/469972
Deprecate modules (2001年10月24日)
	http://python.org/sf/474585
python version benchmark (2001年10月25日)
	http://python.org/sf/474992
Uncaught MI order conflict (2001年11月14日)
	http://python.org/sf/481985
dumbdbm fails to overwrite existing key (2001年11月16日)
	http://python.org/sf/482460
Different behavior of readline() (2001年11月29日)
	http://python.org/sf/487277
Int(long) causes Integer Overflow (2002年01月04日)
	http://python.org/sf/499708
os.listdir("") bug on Windows (2002年01月07日)
	http://python.org/sf/500705
type.__module__ problems (again?) (2002年01月15日)
	http://python.org/sf/503837
Bad exceptions from pickle (2002年01月16日)
	http://python.org/sf/504723
Super method search quirk (2002年01月17日)
	http://python.org/sf/505028
python-mode.el sets TMPDIR to /usr/tmp (2002年01月18日)
	http://python.org/sf/505488
Fix hardlink against NavServices (2002年01月18日)
	http://python.org/sf/505587
urllib.urlopen results.readline is slow (2002年01月24日)
	http://python.org/sf/508157
make test failure on sunos5 (2002年02月01日)
	http://python.org/sf/512007
Very slow performance (2002年02月09日)
	http://python.org/sf/515434
urlparse can get fragments wrong (2002年02月11日)
	http://python.org/sf/516299
Error in tutorial chapter 4 (2002年02月15日)
	http://python.org/sf/518076
undocumented argument in filecmp.cmpfile (2002年02月25日)
	http://python.org/sf/522426
Segfault evaluating '%.100f' % 2.0**100 (2002年02月25日)
	http://python.org/sf/522699
pickle/cPickle Inconsistent EOF handling (2002年02月26日)
	http://python.org/sf/523020
Inaccuracy in PyErr_SetFromErrno()'s doc (2002年02月28日)
	http://python.org/sf/523833
breaking file iter loop leaves file in stale state (2002年03月02日)
	http://python.org/sf/524804
cmd.py does not flush stdout (2002年03月06日)
	http://python.org/sf/526357
raw_input does not flush stdout (2002年03月06日)
	http://python.org/sf/526382
tixwidgets.py improperly indented (2002年03月06日)
	http://python.org/sf/526548
popen3 hangs on windows (2002年03月09日)
	http://python.org/sf/527783
classmethod().__get__() segfault (2002年03月10日)
	http://python.org/sf/528132
PyTraceBack_Store/Fetch are absent (2002年03月12日)
	http://python.org/sf/528914
broken error handling in unicode-escape (2002年03月12日)
	http://python.org/sf/529104
ICGlue byte alignment issue (2002年03月12日)
	http://python.org/sf/529146
Linking under AIX failing (2002年03月13日)
	http://python.org/sf/529713
pydoc regression (2002年03月14日)
	http://python.org/sf/530070
Typo in 3.16 copy_reg doc (2002年03月14日)
	http://python.org/sf/530143
redefining SRE_CODE in Modules/sre.h (2002年03月15日)
	http://python.org/sf/530285
import and execfile don't handle utf-16 (2002年03月16日)
	http://python.org/sf/530882
New Bugs
--------
socket.sslerror is not a socket.error (2002年03月17日)
	http://python.org/sf/531145
Bugs in rfc822.parseaddr() (2002年03月17日)
	http://python.org/sf/531205
surprise overriding __radd__ in subclass of complex (2002年03月18日)
	http://python.org/sf/531355
221 still doesn't work on OS 8.1 (2002年03月18日)
	http://python.org/sf/531398
urllib ftp broken if Win32 proxy (2002年03月19日)
	http://python.org/sf/532007
6.9 The raise statement is confusing (2002年03月20日)
	http://python.org/sf/532467
Build python fails after fpectl (2002年03月20日)
	http://python.org/sf/532618
Confusions in formatfloat (2002年03月20日)
	http://python.org/sf/532631
Recursive class instance "error" (2002年03月20日)
	http://python.org/sf/532646
isinstance() should respect __class__ (2002年03月20日)
	http://python.org/sf/532767
NameError assigning to class in a func (2002年03月20日)
	http://python.org/sf/532860
configure.in Assumes cc_r Exists on AIX. (2002年03月21日)
	http://python.org/sf/533188
Complex power underflow raises exception (2002年03月21日)
	http://python.org/sf/533198
__reduce__ does not work as documented (2002年03月21日)
	http://python.org/sf/533291
not building on AIX (2002年03月21日)
	http://python.org/sf/533306
rexec: potential security hole (2002年03月22日)
	http://python.org/sf/533625
2.2 on HP-UX 11 64-bit - longs crash (2002年03月22日)
	http://python.org/sf/533632
cut-o/paste-o in Marshalling doc: 2.2.1 (2002年03月22日)
	http://python.org/sf/533735
AIX 3.2.5 Has No chroot/fsync Prototypes (2002年03月23日)
	http://python.org/sf/534108
CODESET Doesn't Infer ERA et al. (2002年03月23日)
	http://python.org/sf/534153
Running MacPython as non-priv user may fail (2002年03月23日)
	http://python.org/sf/534158
Closed Patches
--------------
Persistent connections in BaseHTTPServer (2001年06月06日)
	http://python.org/sf/430706
ncurses form module (2001年09月04日)
	http://python.org/sf/458534
allow dumbdbm to reuse space (2001年11月12日)
	http://python.org/sf/480902
Final set of patches to Demo/tix (2001年11月27日)
	http://python.org/sf/485959
Namespace selection for rlcompleter (2001年12月06日)
	http://python.org/sf/490026
Lets Tkinter work with MacOSX native Tk (2001年12月06日)
	http://python.org/sf/490100
make inspect.stack() work with PyShell (2001年12月07日)
	http://python.org/sf/490374
Opt for tok_nextc (2001年12月12日)
	http://python.org/sf/491936
Access to readline history elements (2001年12月16日)
	http://python.org/sf/494066
test exceptions in various types/methods (2001年12月18日)
	http://python.org/sf/494871
add an -q (quiet) option to pycompile (2001年12月20日)
	http://python.org/sf/495598
Mach-O MacPython IDE! (2001年12月22日)
	http://python.org/sf/496096
location of mbox (2001年12月27日)
	http://python.org/sf/497097
robotparser.py fails on some URLs (2002年01月04日)
	http://python.org/sf/499513
compileall.py -d errors (2002年01月10日)
	http://python.org/sf/501713
call warnings.warn with Warning instance (2002年01月17日)
	http://python.org/sf/504943
Script to move faqwiz entries. (2002年02月03日)
	http://python.org/sf/512466
build, install in HP-UX10.20 (2002年02月05日)
	http://python.org/sf/513329
Adding galeon support (2002年02月16日)
	http://python.org/sf/518675
minor fix for regen on IRIX (2002年03月04日)
	http://python.org/sf/525763
urllib2: duplicate call, stat attrs (2002年03月05日)
	http://python.org/sf/525870
Enable pymalloc (2002年03月15日)
	http://python.org/sf/530556
New Patches
-----------
PEP 4 update: deprecations (2002年03月18日)
	http://python.org/sf/531491
Add multicall support to xmlrpclib (2002年03月18日)
	http://python.org/sf/531629
binary packagers (2002年03月19日)
	http://python.org/sf/531901
fix xmlrpclib float marshalling bug (2002年03月19日)
	http://python.org/sf/532180
Better AttributeError formatting (2002年03月20日)
	http://python.org/sf/532638
specifying headers for extensions (2002年03月21日)
	http://python.org/sf/533008
Silence AIX C Compiler Warnings. (2002年03月21日)
	http://python.org/sf/533070
small seek tweak upon reads (gzip) (2002年03月22日)
	http://python.org/sf/533482
Apply semaphore code to Cygwin (2002年03月22日)
	http://python.org/sf/533681

AltStyle によって変換されたページ (->オリジナル) /