[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Mon, 10 Jun 2002 10:42:15 -0500


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

263 open / 2562 total bugs (-3)
131 open / 1541 total patches (-5)

New Bugs
--------

Missing operator docs (2002-06-02)
	http://python.org/sf/563530
urllib2 can't cope with error response (2002-06-02)
	http://python.org/sf/563665
os.tmpfile should use w+b, not w+ (2002-06-02)
	http://python.org/sf/563750
getttext defaults with unicode (2002-06-03)
	http://python.org/sf/563915
FixTk.py logic wrong (2002-06-04)
	http://python.org/sf/564729
compile traceback must include filename (2002-06-05)
	http://python.org/sf/564931
IDLE needs printing (2002-06-06)
	http://python.org/sf/565373
urllib FancyURLopener.__init__ / urlopen (2002-06-06)
	http://python.org/sf/565414
ImportError: No module named _socket (2002-06-07)
	http://python.org/sf/565710
crash on gethostbyaddr (2002-06-07)
	http://python.org/sf/565747
string.replace() can corrupt heap (2002-06-07)
	http://python.org/sf/565993
telnetlib makes Python dump core (2002-06-07)
	http://python.org/sf/566006
Popen exectuion blocking w/threads (2002-06-07)
	http://python.org/sf/566037
Bgen should generate 7-bit-clean code (2002-06-08)
	http://python.org/sf/566302
PyUnicode_Find() returns wrong results (2002-06-09)
	http://python.org/sf/566631
rotormodule's set_key calls strlen (2002-06-10)
	http://python.org/sf/566859
Typo in "What's new in Python 2.3" (2002-06-10)
	http://python.org/sf/566869

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

experimental support for extended slicing on lists (2000-07-27)
	http://python.org/sf/400998
posixmodule.c RedHat 6.1 (bug #535545) (2002-06-03)
	http://python.org/sf/563954
error in weakref.WeakKeyDictionary (2002-06-04)
	http://python.org/sf/564549
modulefinder and string methods (2002-06-05)
	http://python.org/sf/564840
email Parser non-strict mode (2002-06-06)
	http://python.org/sf/565183
Expose _Py_ReleaseInternedStrings (2002-06-06)
	http://python.org/sf/565378
Rationalize DL_IMPORT and DL_EXPORT (2002-06-07)
	http://python.org/sf/566100
fix bug in shutil.rmtree exception case (2002-06-09)
	http://python.org/sf/566517

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

Coercion rules incomplete (2001-05-07)
	http://python.org/sf/421973
clean doesn't (2002-01-29)
	http://python.org/sf/510186
__slots__ may lead to undetected cycles (2002-02-18)
	http://python.org/sf/519621
make fails at posixmodule.c (2002-03-26)
	http://python.org/sf/535545
Warn for __coerce__ in new-style classes (2002-04-22)
	http://python.org/sf/547211
possible to fail to calc mro's (2002-05-02)
	http://python.org/sf/551412
UTF-16 BOM handling counterintuitive (2002-05-13)
	http://python.org/sf/555360
TclError is a str should be an Exception (2002-05-17)
	http://python.org/sf/557436
Shutdown of IDLE blows up (2002-05-19)
	http://python.org/sf/558166
rfc822.Message.get() incompatibility (2002-05-20)
	http://python.org/sf/558179
imaplib.IMAP4.open() typo (2002-05-23)
	http://python.org/sf/559884
PyType_IsSubtype can segfault (2002-05-24)
	http://python.org/sf/560215
foo() doesn't use __getattribute__ (2002-05-25)
	http://python.org/sf/560438
Maximum recursion limit exceeded (2002-05-27)
	http://python.org/sf/561047
Module can be used as a base class (2002-05-31)
	http://python.org/sf/563060
Heap corruption in debug (2002-06-01)
	http://python.org/sf/563303
Add separator argument to readline() (2002-06-02)
	http://python.org/sf/563491

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

Remote execution patch for IDLE (2001-07-11)
	http://python.org/sf/440407
GNU/Hurd doesn't have large file support (2001-12-27)
	http://python.org/sf/497099
building a shared python library (2001-12-27)
	http://python.org/sf/497102
make setup.py less chatty by default (2002-01-17)
	http://python.org/sf/504889
Make doc strings optional (2002-01-18)
	http://python.org/sf/505375
Distutils & non-installed Python (2002-04-23)
	http://python.org/sf/547734
test_commands.py using . incorrectly (2002-05-03)
	http://python.org/sf/551911
Fix breakage of smtplib.starttls() (2002-05-03)
	http://python.org/sf/552060
Cygwin AH_BOTTOM cleanup patch (2002-05-14)
	http://python.org/sf/555929
Expose xrange type in builtins (2002-05-23)
	http://python.org/sf/559833
isinstance error message (2002-05-24)
	http://python.org/sf/560250
webchecker chokes at charsets. (2002-05-28)
	http://python.org/sf/561478
Getting rid of string, types and stat (2002-05-30)
	http://python.org/sf/562373