[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 30 Mar 2003 07:00:29 -0600


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

379 open / 3499 total bugs (+9)
138 open / 2050 total patches (+7)

New Bugs
--------

Lineno calculation sometimes broken (2003-03-24)
	http://python.org/sf/708901
socket timeouts produce wrong errors in win32 (2003-03-24)
	http://python.org/sf/708927
sgmllib.SGMLParser.reset() problem (2003-03-25)
	http://python.org/sf/709491
IDE stdin doesn't have readlines (2003-03-26)
	http://python.org/sf/710373
Raise IDE output window over splash screen on early crash (2003-03-26)
	http://python.org/sf/710374
math.log(0) differs from math.log(0L) (2003-03-27)
	http://python.org/sf/711019
A large block of commands after an "if" cannot be compiled (2003-03-28)
	http://python.org/sf/711268
htmllib.HTMLParser.anchorlist problem (2003-03-28)
	http://python.org/sf/711632
SEEK_{SET,CUR,END} missing in 2.2.2 (2003-03-29)
	http://python.org/sf/711830
Lookup of Mac error string can mess up resfile chain (2003-03-29)
	http://python.org/sf/711967
gensuitemodule needs to be documented (2003-03-29)
	http://python.org/sf/711986
IDE textwindow scrollbar is over-enthusiastic (2003-03-29)
	http://python.org/sf/711989
IDE needs easy access to builtin help() (2003-03-29)
	http://python.org/sf/711991
OpenBSD 3.2: make altinstall dumps core (2003-03-29)
	http://python.org/sf/712056

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

add offset to mmap (2003-03-23)
	http://python.org/sf/708374
OpenVMS complementary patches (2003-03-23)
	http://python.org/sf/708495
unchecked return values - compile.c (2003-03-23)
	http://python.org/sf/708604
remove -static option from cygwinccompiler (2003-03-24)
	http://python.org/sf/709178
CALL_ATTR opcode (2003-03-25)
	http://python.org/sf/709744
Make "%c" % u"a" work (2003-03-26)
	http://python.org/sf/710127
Backport to 2.2.2 of codec registry fix (2003-03-27)
	http://python.org/sf/710576
new test_urllib and patch for found urllib bug (2003-03-27)
	http://python.org/sf/711002
Warn about inter-module assignments shadowing builtins (2003-03-28)
	http://python.org/sf/711448
Removing unnecessary lock operations (2003-03-29)
	http://python.org/sf/711835
urllib2 doesn't support non-anonymous ftp (2003-03-29)
	http://python.org/sf/711838
Cause pydoc to show data descriptor __doc__ strings (2003-03-29)
	http://python.org/sf/711902
Obsolete comment in urlparse.py (2003-03-30)
	http://python.org/sf/712124

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

2.3a2 build fails on Solaris: posixmodule (2003-02-20)
	http://python.org/sf/690317
string.atoi function causing TypeError (2003-03-04)
	http://python.org/sf/697591
Tk 8.4.2 and Tkinter.py _substitue function (2003-03-05)
	http://python.org/sf/698517
_tkinter.c won't build w/o threads? (2003-03-16)
	http://python.org/sf/704641
imap docs: s/criterium/criterion/ (2003-03-17)
	http://python.org/sf/705120
timeouts incompatible w/ line-oriented protocols (2003-03-20)
	http://python.org/sf/707074
DistributionMetaData error ? (2003-03-23)
	http://python.org/sf/708320

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

fix xmlrpclib float marshalling bug (2002-03-19)
	http://python.org/sf/532180
Add _winreg support for Cygwin (2002-05-11)
	http://python.org/sf/554807
New codecs: html, asciihtml (2002-08-03)
	http://python.org/sf/590682
Check for readline 2.2 features (2002-12-29)
	http://python.org/sf/659834
AE Inheritance fixes (2003-03-12)
	http://python.org/sf/702620
Improve code generation (2003-03-20)
	http://python.org/sf/707257
fix for #698517, Tkinter and tk8.4.2 (2003-03-21)
	http://python.org/sf/707701
unchecked return value in import.c (2003-03-22)
	http://python.org/sf/708201