[Python-Dev] Weekly Python Bug/Patch Summary
Skip Montanaro
skip at manatee.mojam.com
Sun Oct 19 08:00:48 EDT 2003
Bug/Patch Summary
-----------------
545 open / 4255 total bugs (+44)
210 open / 2423 total patches (+13)
New Bugs
--------
tarfile exception on large .tar files (2003-10-13)
http://python.org/sf/822668
Telnet.read_until() timeout parameter misleading (2003-10-13)
http://python.org/sf/822974
cmath.log doesn't have the same interface as math.log. (2003-10-13)
http://python.org/sf/823209
urllib2 digest auth is broken (2003-10-14)
http://python.org/sf/823328
os.strerror doesn't understand windows error codes (2003-10-14)
http://python.org/sf/823672
ntpath.expandvars doesn't expand Windows-style variables. (2003-10-15)
http://python.org/sf/824371
exception with Message.get_filename() (2003-10-15)
http://python.org/sf/824417
Package Manager Scrolling Behavior (2003-10-15)
http://python.org/sf/824430
bad value of INSTSONAME in Makefile (2003-10-15)
http://python.org/sf/824565
dict.__init__ doesn't call subclass's __setitem__. (2003-10-16)
http://python.org/sf/824854
Memory error on AIX in email.Utils._qdecode (2003-10-16)
http://python.org/sf/824977
code.InteractiveConsole interprets escape chars incorrectly (2003-10-17)
http://python.org/sf/825676
reference to Built-In Types section in file() documentation (2003-10-17)
http://python.org/sf/825810
Class Problem with repr and getattr on PY2.3.2 (2003-10-18)
http://python.org/sf/826013
New Patches
-----------
add option to NOT use ~/.netrc in nntplib.NNTP() (2003-10-13)
http://python.org/sf/823072
Updated .spec file. (2003-10-14)
http://python.org/sf/823259
use just built python interp. to build the docs. (2003-10-14)
http://python.org/sf/823775
Add additional isxxx functions to string object. (2003-10-16)
http://python.org/sf/825313
telnetlib timeout fix (bug 822974) (2003-10-17)
http://python.org/sf/825417
let's get rid of cyclic object comparison (2003-10-17)
http://python.org/sf/825639
Add list.copysort() (2003-10-17)
http://python.org/sf/825814
cmath.log optional base argument, fixes #823209 (2003-10-18)
http://python.org/sf/826074
Closed Bugs
-----------
tempfile.mktemp() for directories (2002-11-22)
http://python.org/sf/642391
MacOS.Error for platform.mac_ver under OS X (2003-07-30)
http://python.org/sf/780461
access fails on Windows with Unicode file name (2003-08-17)
http://python.org/sf/789995
a bug in IDLE on Python 2.3 i think (2003-08-17)
http://python.org/sf/790162
mkstemp doesn't return abspath (2003-09-21)
http://python.org/sf/810408
Google kills socket lookup (2003-10-04)
http://python.org/sf/817611
installer wakes up Windows File Protection (2003-10-05)
http://python.org/sf/818029
PythonIDE interactive window Unicode bug (2003-10-08)
http://python.org/sf/819860
tkinter's 'after' and 'threads' on multiprocessor (2003-10-09)
http://python.org/sf/820605
reduce docs neglect a very important piece of information. (2003-10-11)
http://python.org/sf/821701
Closed Patches
--------------
642391: tempfile.mktemp() docs to include dir info (2003-01-04)
http://python.org/sf/662475
Documentation for platform module (2003-08-08)
http://python.org/sf/785752
Tidying error messages in compile.c (2003-08-21)
http://python.org/sf/792869
Windows installer changes for 2.3.1 (2003-08-28)
http://python.org/sf/796919
Mention behavior of seek() on text files (2003-09-19)
http://python.org/sf/809535
fix for mkstemp with relative paths (bug #810408) (2003-09-22)
http://python.org/sf/810914
fix doc typos (2003-10-10)
http://python.org/sf/821093
More information about the Python-Dev
mailing list