[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 23 Jun 2002 07:00:13 -0500


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

254 open / 2603 total bugs (-3)
128 open / 1565 total patches (no change)

New Bugs
--------

ConfigParser code cleanup (2002-04-17)
	http://python.org/sf/545096
odd index entries (2002-06-17)
	http://python.org/sf/570003
"python -u" not binary on cygwin (2002-06-17)
	http://python.org/sf/570044
Broken pre.subn() (and pre.sub()) (2002-06-17)
	http://python.org/sf/570057
inspect.getmodule symlink-related failur (2002-06-17)
	http://python.org/sf/570300
.PYO files not imported unless -OO used (2002-06-18)
	http://python.org/sf/570640
bdist_rpm and the changelog option (2002-06-18)
	http://python.org/sf/570655
CGIHTTPServer flushes read-only file. (2002-06-18)
	http://python.org/sf/570678
glob() fails for network drive in cgi (2002-06-19)
	http://python.org/sf/571167
imaplib fetch is broken (2002-06-19)
	http://python.org/sf/571334
Mixing framework and static Pythons (2002-06-19)
	http://python.org/sf/571343
Numeric Literal Anomoly (2002-06-19)
	http://python.org/sf/571382
test_import crashes/hangs for MacPython (2002-06-20)
	http://python.org/sf/571845
Segmentation fault in Python 2.3 (2002-06-20)
	http://python.org/sf/571885
python-mode IM parses code in docstrings (2002-06-21)
	http://python.org/sf/572341
Memory leak in object comparison (2002-06-22)
	http://python.org/sf/572567

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

Remove support for Win16 (2002-06-16)
	http://python.org/sf/569753
Fix bug in encodings.search_function (2002-06-20)
	http://python.org/sf/571603
Changes (?P=) with optional backref (2002-06-20)
	http://python.org/sf/571976
AUTH method LOGIN for smtplib (2002-06-21)
	http://python.org/sf/572031
Remove import string in Tools/ directory (2002-06-21)
	http://python.org/sf/572113
opt. timeouts for Queue.put() and .get() (2002-06-22)
	http://python.org/sf/572628

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

Incorporate timeoutsocket.py into core (2001-08-30)
	http://python.org/sf/457114
ext call doco warts (2001-12-14)
	http://python.org/sf/493243
It's the future for generators (2001-12-21)
	http://python.org/sf/495978
PyModule_AddObject doesn't set exception (2002-02-27)
	http://python.org/sf/523473
Incomplete list of escape sequences (2002-03-06)
	http://python.org/sf/526390
range() description: rewording suggested (2002-03-11)
	http://python.org/sf/528748
Popen3 might cause dead lock (2002-03-16)
	http://python.org/sf/530637
6.9 The raise statement is confusing (2002-03-20)
	http://python.org/sf/532467
cut-o/paste-o in Marshalling doc: 2.2.1 (2002-03-22)
	http://python.org/sf/533735
mimify.mime_decode_header only latin1 (2002-05-03)
	http://python.org/sf/551912
[RefMan] Special status of "as" (2002-05-07)
	http://python.org/sf/553262
Expat improperly described in setup.py (2002-05-15)
	http://python.org/sf/556370
\verbatiminput and name duplication (2002-05-20)
	http://python.org/sf/558279
Missing operator docs (2002-06-02)
	http://python.org/sf/563530
PyUnicode_Find() returns wrong results (2002-06-09)
	http://python.org/sf/566631
__slots__ attribute and private variable (2002-06-14)
	http://python.org/sf/569257

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

Pure python version of calendar.weekday (2001-11-20)
	http://python.org/sf/483864
Janitoring in ConfigParser (2002-04-17)
	http://python.org/sf/545096
add support for HtmlHelp output (2002-05-06)
	http://python.org/sf/552835
texi2html.py - add support for HTML Help (2002-05-06)
	http://python.org/sf/552837
OSX build -- make python.app (2002-05-18)
	http://python.org/sf/557719
unicode in sys.path (2002-06-10)
	http://python.org/sf/566999