[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 28 Apr 2002 07:00:17 -0500


Bug/Patch Summary
-----------------

235 open / 2455 total bugs (-2)
99 open / 1449 total patches (+2)

New Bugs
--------

base64 newlines - documentation (again) (2002-04-22)
	http://python.org/sf/547037
urllib/httplib vs corrupted tcp/ip stack (2002-04-22)
	http://python.org/sf/547093
rlcompleter does not expand on [ ] (2002-04-22)
	http://python.org/sf/547176
Warn for __coerce__ in new-style classes (2002-04-22)
	http://python.org/sf/547211
cStringIO mangles Unicode (2002-04-23)
	http://python.org/sf/547537
Build fails in _curses module (2002-04-24)
	http://python.org/sf/548109
urlparse doesn't handle host?bla (2002-04-24)
	http://python.org/sf/548176
Fix the METH_CLASS implementation (2002-04-25)
	http://python.org/sf/548651
os.popen w/o using the shell (2002-04-25)
	http://python.org/sf/548661
Missing or wrong index entries (2002-04-25)
	http://python.org/sf/548693
pydoc doesn't show C types (2002-04-25)
	http://python.org/sf/548845
Lists do have __getitem__ method (2002-04-25)
	http://python.org/sf/548874
cgitb variable dumps a little flaky (2002-04-26)
	http://python.org/sf/549038
test_signal hangs -- signal broken on OpenBSD? (2002-04-26)
	http://python.org/sf/549081
urllib2 POSTs on redirect (2002-04-26)
	http://python.org/sf/549151
lib-dynload/*.so permissions wrong (2002-04-26)
	http://python.org/sf/549338
xml.dom.minidom doesn't pass CDATA (2002-04-28)
	http://python.org/sf/549725
Unicode encoders appears to leak references (2002-04-28)
	http://python.org/sf/549731

New Patches
-----------

Distutils & non-installed Python (2002-04-23)
	http://python.org/sf/547734
Adds cookie support to urllib2.py (2002-04-24)
	http://python.org/sf/548197
Floating point issues in body of text (2002-04-26)
	http://python.org/sf/548943
ConfigParser: optional section header (2002-04-26)
	http://python.org/sf/549037
RFC 2231 support for email package (2002-04-26)
	http://python.org/sf/549133
warn on assignment to None, True, False (2002-04-26)
	http://python.org/sf/549213
iterzip() implementation (2002-04-27)
	http://python.org/sf/549662

Closed Bugs
-----------

cStringIO rejects Unicode strings (2000-10-08)
	http://python.org/sf/216388
Emacs Python mode bugs (2001-02-14)
	http://python.org/sf/232398
python-mode indentation bug (2001-08-16)
	http://python.org/sf/451841
Emacs: python-mode.el (2001-10-22)
	http://python.org/sf/473623
urllib problems (2002-01-30)
	http://python.org/sf/511073
bsddb: enable dbopen (file==NULL) (2002-02-07)
	http://python.org/sf/514433
test_email fails on Mac in summer (2002-04-07)
	http://python.org/sf/540720
Memory leak with stackframes + inspect (2002-04-12)
	http://python.org/sf/543148
gcc warning in Modules/readline.c (2002-04-15)
	http://python.org/sf/544265
Internet Config -666 error (2002-04-17)
	http://python.org/sf/545059
walk() walks aliases (2002-04-17)
	http://python.org/sf/545388
py-execute-string doesn't work (2002-04-17)
	http://python.org/sf/545436
cannot save buffer (2002-04-18)
	http://python.org/sf/545655
IDLE calltips cause application error (2002-04-19)
	http://python.org/sf/546078
readlines() bombs - last line incomplete (2002-04-19)
	http://python.org/sf/546117
load_false/true() not used (2002-04-19)
	http://python.org/sf/546156

Closed Patches
--------------

Emacs auto-detect J/Python mode (2002-01-29)
	http://python.org/sf/510288
{a,b} in fnmatch.translate (2002-04-17)
	http://python.org/sf/545150
interactive help in python-mode (2002-04-17)
	http://python.org/sf/545439
make test_linuxaudiodev ignore EBUSY (2002-04-17)
	http://python.org/sf/545486
patch for 514433  bsddb.dbopen (NULL) (2002-04-18)
	http://python.org/sf/545523