[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 22 Jun 2003 07:00:18 -0500


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

361 open / 3746 total bugs (-2)
164 open / 2229 total patches (+7)

New Bugs
--------

AssertionError from urllib.retrieve / httplib (2003-06-15)
	http://python.org/sf/755080
Tutorial: 4.7.2 Keyword Arguments **name output order wrong (2003-06-16)
	http://python.org/sf/755564
os module: Need a better description of "mode" (2003-06-16)
	http://python.org/sf/755617
complex pow() crash on Alpha (2003-06-17)
	http://python.org/sf/756093
Calling socket.recv() with a large number breaks (2003-06-17)
	http://python.org/sf/756104
Recursion limit too high for MacOSX (2003-06-18)
	http://python.org/sf/756576
Ms VC 2003 not supported (2003-06-18)
	http://python.org/sf/756842
SIGSEGV causes hung threads (Linux) (2003-06-18)
	http://python.org/sf/756924
can't CNTRL-C when running os.system in a thread (2003-06-18)
	http://python.org/sf/756940
FutureWarning: %u/%o/%x/%X of negative int will return a sig (2003-06-19)
	http://python.org/sf/757365
irreproducable segfault on int(1e100) (2003-06-19)
	http://python.org/sf/757520
Need to register PythonLauncher as handler for .py (2003-06-19)
	http://python.org/sf/757542
Mac/OSX/README outdated (2003-06-19)
	http://python.org/sf/757567
logging module docs (2003-06-20)
	http://python.org/sf/757821
Additional index items, other minor details (2003-06-20)
	http://python.org/sf/757822
socket timeout exception unhelpful (2003-06-20)
	http://python.org/sf/758239
asyncore with non-default map problems (2003-06-20)
	http://python.org/sf/758241
test_sax fails on python 2.2.3 & patch for regrtest.py (2003-06-21)
	http://python.org/sf/758504
IDE needs to remember status of interactive window (2003-06-21)
	http://python.org/sf/758565
IDE preferences cleanup (2003-06-21)
	http://python.org/sf/758566
cgi module should handle large post attack (2003-06-21)
	http://python.org/sf/758665

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

SSL crash interpreter on error (2003-06-15)
	http://python.org/sf/754870
Generate rpm filelist including directories (2003-06-16)
	http://python.org/sf/755286
allow HTMLParser to continue after a parse error (2003-06-16)
	http://python.org/sf/755660
improve HTMLParser attribute processing regexps (2003-06-16)
	http://python.org/sf/755670
755617: better docs for os.chmod (2003-06-16)
	http://python.org/sf/755677
Allow socket.inet_aton("255.255.255.255") on Windows (2003-06-17)
	http://python.org/sf/756021
re reads an uninitialized memory (2003-06-17)
	http://python.org/sf/756032
itertools roundrobin() and window() (2003-06-17)
	http://python.org/sf/756253
test_itertools for roundrobin() and window() (2003-06-17)
	http://python.org/sf/756255
Bare except in ZipFile.testzip() (2003-06-18)
	http://python.org/sf/756996
Fixing recursive problem in SRE (2003-06-19)
	http://python.org/sf/757624
Using __slots__ with str derived classes can cause segfault (2003-06-20)
	http://python.org/sf/757997

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

Programs using Tkinter sometimes can't shut down (Windows) (2000-10-06)
	http://python.org/sf/216289
Codec naming scheme and aliasing support (2000-12-12)
	http://python.org/sf/225476
WIN32 os.path.normpath('./') incorrect (2002-01-31)
	http://python.org/sf/511261
raw_input non-ascii failure on Linux/KDE (2002-03-07)
	http://python.org/sf/527022
Framework.mainloop() - multiple threads (2002-04-05)
	http://python.org/sf/539990
Hint for speeding up cPickle (2002-08-07)
	http://python.org/sf/592112
IDE look and feel (2002-09-11)
	http://python.org/sf/607814
Can't run script from IDLE (2002-12-01)
	http://python.org/sf/646730
make error reporting better like cgi (2002-12-16)
	http://python.org/sf/654558
Freeze can not be made to exclude implicits (2003-02-11)
	http://python.org/sf/684679
Compiler Limits (indentation) (2003-03-10)
	http://python.org/sf/700827
Lookup of Mac error string can mess up resfile chain (2003-03-29)
	http://python.org/sf/711967
app-building with Bundlebuilder for framework builds (2003-04-18)
	http://python.org/sf/723562
OSX installer .pkg file permissions (2003-05-02)
	http://python.org/sf/731631
IMAP4_SSL broken (2003-05-19)
	http://python.org/sf/739909
_locale in Python-2.3b1/Tru64Unix 5.1A doesn't link (2003-05-22)
	http://python.org/sf/741843
exec documentation not updated (2003-06-06)
	http://python.org/sf/750092
Thread in threading.py can only be started once (2003-06-09)
	http://python.org/sf/751260
cPickle doesn't raise error, pickle does (recursiondepth) (2003-06-09)
	http://python.org/sf/751276
2.2.3 Latex documentation missing from web page? (2003-06-10)
	http://python.org/sf/751933
graminit.[ch] don't build on windows (2003-06-10)
	http://python.org/sf/751956
Object destruction is broken for slots (2003-06-10)
	http://python.org/sf/751998
print in __getattr__ causes seg fault (2003-06-10)
	http://python.org/sf/752221
classmethod abuse --> SystemError (2003-06-12)
	http://python.org/sf/753451
Installing idle from new location (2003-06-12)
	http://python.org/sf/753518

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

plain text enhancement for cgitb (2002-06-15)
	http://python.org/sf/569574
zlib.decompressobj under-described. (2002-11-18)
	http://python.org/sf/640236
Build _tkinter in setup.jaguar.py (2002-11-27)
	http://python.org/sf/644920
Don't FPE on FreeBSD... (2002-11-28)
	http://python.org/sf/645382
DESTDIR improvement (2003-05-12)
	http://python.org/sf/736413
Put DEFS back to Makefile.pre.in (2003-05-12)
	http://python.org/sf/736417
Bug fix 750092: exec doesn't need newline (2003-06-08)
	http://python.org/sf/751038