[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@manatee.mojam.com
Sun, 13 Oct 2002 07:00:18 -0500


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

310 open / 2943 total bugs (+15)
96 open / 1727 total patches (-16)

New Bugs
--------

PythonLauncher Dialogs do not work (2002-10-06)
	http://python.org/sf/619245
test_builtin hangs on MacOSX 10.2.1 (2002-10-06)
	http://python.org/sf/619400
Import fails in Idle (2002-10-07)
	http://python.org/sf/619713
imaplib fails with literals in LIST resp (2002-10-07)
	http://python.org/sf/619732
segmentation fault importing huge source (2002-10-07)
	http://python.org/sf/619789
__ipow__ broken for 'object's (2002-10-08)
	http://python.org/sf/620179
inspect and object instances (2002-10-08)
	http://python.org/sf/620190
HTMLParser:endtag events in comments (2002-10-08)
	http://python.org/sf/620243
core setup.py fails on Windows (2002-10-08)
	http://python.org/sf/620364
Max recursion limit with "*?" pattern (2002-10-08)
	http://python.org/sf/620412
distutils mixed stdin/stdout output (2002-10-08)
	http://python.org/sf/620630
websucker relative-URL errors (2002-10-09)
	http://python.org/sf/620705
missing mappings in locale tables (2002-10-09)
	http://python.org/sf/620739
SocketServer/socket allow_reuse_address  (2002-10-09)
	http://python.org/sf/620783
File write examples are inadequate (2002-10-09)
	http://python.org/sf/621057
email: ASCII decoding error on 8bit data (2002-10-10)
	http://python.org/sf/621457
Tix Checklist getselection getstatus bug (2002-10-10)
	http://python.org/sf/621511
sizeof(struct stat) changes (2002-10-10)
	http://python.org/sf/621523
docs do not include spec info from PEPs (2002-10-10)
	http://python.org/sf/621526
Numerous defunct threads left behind (2002-10-10)
	http://python.org/sf/621548
menues in emacs21 in transient mode (2002-10-10)
	http://python.org/sf/621554
httplib HEAD request fails - keepalive (2002-10-11)
	http://python.org/sf/622042

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

C3 MRO algorithm implementation (2002-10-06)
	http://python.org/sf/619475
tkFileDialog multiple option (2002-10-11)
	http://python.org/sf/621891
dummy_thread.py implementation (2002-10-13)
	http://python.org/sf/622537

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

header file problems (2002-09-10)
	http://python.org/sf/607253
Numpy doesn't build for Python.framework (2002-09-17)
	http://python.org/sf/610730
broken link in documentation (2002-09-25)
	http://python.org/sf/614821
Connecting to IPv4 addrs from IPv6 socke (2002-10-04)
	http://python.org/sf/618594
list(xrange(sys.maxint/4)) again (2002-10-04)
	http://python.org/sf/618623

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

a move function for shutil.py (2001-08-04)
	http://python.org/sf/448038
--python-build for install (2001-09-05)
	http://python.org/sf/458898
Multibyte string on string::string_print (2001-11-08)
	http://python.org/sf/479898
binary packagers (2002-03-19)
	http://python.org/sf/531901
2.2 patches for BSD/OS 5.0 (2002-03-26)
	http://python.org/sf/535335
Webbrowser.py and konqueror (2002-04-04)
	http://python.org/sf/539360
addition of cmath.arg function (2002-04-16)
	http://python.org/sf/544909
Fix broken smtplib.login() (2002-05-05)
	http://python.org/sf/552605
Mutable object change flag (2002-05-12)
	http://python.org/sf/555251
Implementation of major, minor and makedev (2002-06-14)
	http://python.org/sf/569139
AUTH method LOGIN for smtplib (2002-06-21)
	http://python.org/sf/572031
Adds Galeon support to webbrowser.py (2002-07-24)
	http://python.org/sf/585913
galeon support in webbrowser (2002-07-25)
	http://python.org/sf/586437
Bugfix for urllib2.py (2002-08-25)
	http://python.org/sf/599836
Updated .spec file for 2.2 series. (2002-09-18)
	http://python.org/sf/611191
"Bare" text tag_configure in Tkinter (2002-09-21)
	http://python.org/sf/612602
fix for urllib2.AbstractBasicAuthHandler (2002-09-25)
	http://python.org/sf/614596
textwrap: prefix short lines (2002-09-30)
	http://python.org/sf/616496
Fix test_pep277 on Win9x (2002-10-05)
	http://python.org/sf/619108