[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@manatee.mojam.com
Sun, 25 Aug 2002 07:00:16 -0500


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

273 open / 2793 total bugs (+4)
109 open / 1663 total patches (+3)

New Bugs
--------

Empty genindex.html pages (2002-07-26)
	http://python.org/sf/586926
import cycle in distutils (2002-08-19)
	http://python.org/sf/597604
spawn*() doesn't handle errors well (2002-08-20)
	http://python.org/sf/597795
exec*() doesn't handle errors well (2002-08-20)
	http://python.org/sf/597797
compiler package and SET_LINENO (2002-08-20)
	http://python.org/sf/597919
Core dump when using mmap. (2002-08-20)
	http://python.org/sf/597938
import _tkinter python dumps core. (2002-08-21)
	http://python.org/sf/598160
The KeyError message doesn't use repr on the key value reported (2002-08-21)
	http://python.org/sf/598451
HTTPConnection memory leak (2002-08-22)
	http://python.org/sf/598797
Python not handling cText (2002-08-22)
	http://python.org/sf/598981
execfile() not show filename when IOErro (2002-08-23)
	http://python.org/sf/599163
ext module generation problem (2002-08-23)
	http://python.org/sf/599248
re searches don't work with 4-byte unico (2002-08-23)
	http://python.org/sf/599377
Method resolution order in Py 2.2 - 2.3 (2002-08-23)
	http://python.org/sf/599452
CRAM-MD5 module (2002-08-24)
	http://python.org/sf/599679
SocketServer wrong about allow_reuse_add (2002-08-24)
	http://python.org/sf/599681
sub[n] not working as expected. (2002-08-24)
	http://python.org/sf/599757
httplib.connect broken in 2.1 branch (2002-08-25)
	http://python.org/sf/599838
NameError value is not the name error (2002-08-25)
	http://python.org/sf/599869

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

Pure Python strptime() (PEP 42) (2001-10-23)
	http://python.org/sf/474274
"simplification" to ceval.c (2002-08-19)
	http://python.org/sf/597221
Oren Tirosh's fastnames patch (2002-08-20)
	http://python.org/sf/597907
textwrap.dedent, inspect.getdoc-ish (2002-08-21)
	http://python.org/sf/598163
Failure building the documentation (2002-08-22)
	http://python.org/sf/598996
PEP 269 Implementation (2002-08-23)
	http://python.org/sf/599331
Bugfix for urllib2.py (2002-08-25)
	http://python.org/sf/599836

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

Summary: "BuildApplet can destory the source file on Mac OS X" (2002-01-18)
	http://python.org/sf/505562
** in doc/current/lib/operator-map.html (2002-07-04)
	http://python.org/sf/577513
bug in splituser(host) in urllib (2002-07-14)
	http://python.org/sf/581529
imaplib: prefix-quoted strings (2002-07-30)
	http://python.org/sf/588711
add main to py_pycompile (2002-07-30)
	http://python.org/sf/588768
Mixin broken for new-style classes (2002-08-05)
	http://python.org/sf/591135
comments taken as values in ConfigParser (2002-08-08)
	http://python.org/sf/592527
string method bugs w/ 8bit, unicode args (2002-08-14)
	http://python.org/sf/595350
pythonw has a console on Win98 (2002-08-15)
	http://python.org/sf/595537
IDLE/Command Line Output Differ (2002-08-15)
	http://python.org/sf/595791
pickle_complex in copy_reg.py (2002-08-15)
	http://python.org/sf/595837
popenN return only text mode pipes (2002-08-16)
	http://python.org/sf/595919
textwrap has problems wrapping hyphens (2002-08-17)
	http://python.org/sf/596434

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

Alternative implementation of interning (2002-07-01)
	http://python.org/sf/576101
new version of Set class (2002-07-13)
	http://python.org/sf/580995
Update environ for CGIHTTPServer.py (2002-08-15)
	http://python.org/sf/595846
urllib.splituser(): '@' in usrname (2002-08-17)
	http://python.org/sf/596581