[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 27 Apr 2003 07:01:17 -0500


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

407 open / 3569 total bugs (+12)
129 open / 2106 total patches (+1)

New Bugs
--------

socketmodule doesn't compile on strict POSIX systems (2003-04-20)
	http://python.org/sf/724588
email/quopriMIME.py exception on int (lstrip) (2003-04-20)
	http://python.org/sf/724621
Minor /Tools/Scripts/crlf.py bugs (2003-04-20)
	http://python.org/sf/724767
Possible OSX module location bug (2003-04-21)
	http://python.org/sf/725026
SRE bug with capturing groups in alternatives in repeats (2003-04-21)
	http://python.org/sf/725106
SRE bugs with capturing groups in negative assertions (2003-04-21)
	http://python.org/sf/725149
urlopen object's read() doesn't read to EOF (2003-04-21)
	http://python.org/sf/725265
Broken links (2003-04-23)
	http://python.org/sf/726150
textwrap.wrap infinite loop (2003-04-23)
	http://python.org/sf/726446
platform module needs docs (LaTeX) (2003-04-24)
	http://python.org/sf/726911
valgrind python fails (2003-04-24)
	http://python.org/sf/727051
use bsddb185 if necessary in dbhash (2003-04-24)
	http://python.org/sf/727137
Core Dumps : Python2.2.2  (2003-04-24)
	http://python.org/sf/727241
test_bsddb3 fails (2003-04-25)
	http://python.org/sf/727571
Documentation formatting bugs (2003-04-25)
	http://python.org/sf/727692
email parsedate still wrong (PATCH) (2003-04-25)
	http://python.org/sf/727719
getpath.c-generated prefix wrong for Tru64 scripts (2003-04-25)
	http://python.org/sf/727732
Test failures on Linux, Python 2.3b1 tarball (2003-04-26)
	http://python.org/sf/728051
tmpnam problems on windows 2.3b, breaks test.test_os (2003-04-26)
	http://python.org/sf/728097
Tools/msgfmt.py results in two warnings under Python 2.3b1 (2003-04-26)
	http://python.org/sf/728277
setup.py breaks during build of Python-2.3b1 (2003-04-27)
	http://python.org/sf/728322
IRIX, 2.3b1, socketmodule.c compilation errors (2003-04-27)
	http://python.org/sf/728330

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

Improved output for unittest failUnlessEqual (2003-04-22)
	http://python.org/sf/725569
Modules/addrinfo.h patch (2003-04-22)
	http://python.org/sf/725942
help() with readline support (2003-04-23)
	http://python.org/sf/726204
Clarify docs for except target assignment (2003-04-24)
	http://python.org/sf/726751
AUTH_TYPE and REMOTE_USER for CGIHTTPServer.py:run_cgi() (2003-04-25)
	http://python.org/sf/727483
Editing of __str__ and __repr__ docs (2003-04-25)
	http://python.org/sf/727789
Remove extra line ending in CGI XML-RPC responses (2003-04-25)
	http://python.org/sf/727805
Multiple webbrowser.py bug fixes / improvements (2003-04-26)
	http://python.org/sf/728278

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

netrc module can't handle all passwords (2002-05-18)
	http://python.org/sf/557704
netrc & special chars in passwords (2002-12-01)
	http://python.org/sf/646592
optparse store_true uses 1 and 0 (2002-12-28)
	http://python.org/sf/659604
filter() treatment of str and tuple inconsistent (2003-01-10)
	http://python.org/sf/665835
StringIO self-iterator (2003-01-31)
	http://python.org/sf/678519
repr() of large array objects takes quadratic time (2003-02-05)
	http://python.org/sf/680789
math.log(0) differs from math.log(0L) (2003-03-27)
	http://python.org/sf/711019
sys.path on MacOSX (2003-04-10)
	http://python.org/sf/719297
Icon on applets is wrong (2003-04-10)
	http://python.org/sf/719303
tarfile gets filenames wrong (2003-04-15)
	http://python.org/sf/721871
logging.setLoggerClass() doesn't support new-style classes (2003-04-18)
	http://python.org/sf/723801

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

Fix for seg fault on test_re on mac osx (2002-07-12)
	http://python.org/sf/580869
[mingw patches] alloca and posixmodule (2002-10-04)
	http://python.org/sf/618791
Generator form of os.path.walk (2002-12-12)
	http://python.org/sf/652980
Add inet_pton and inet_ntop to socket (2002-12-24)
	http://python.org/sf/658327
Deprecate rotor module (2003-02-03)
	http://python.org/sf/679505
fix for 680789: reprs in arraymodule (2003-02-11)
	http://python.org/sf/685051
fix bug 678519: cStringIO self iterator (2003-03-01)
	http://python.org/sf/695710
allow timeit to see your globals() (2003-04-08)
	http://python.org/sf/717575
Patch to distutils doc for metadata explanation (2003-04-09)
	http://python.org/sf/718027