[Python-Dev] Weekly Python Bug/Patch Summary (original) (raw)

Skip Montanaro skip@manatee.mojam.com
Sun, 17 Nov 2002 07:00:17 -0600


Bug/Patch Summary

305 open / 3051 total bugs (-6) 101 open / 1784 total patches (+2)

New Bugs

--with-dl-dld section of the readme (2002-11-10) http://python.org/sf/636313 ftplib bails out on empty responses (2002-11-11) http://python.org/sf/636685 print to unicode stream should __unicode (2002-11-12) http://python.org/sf/637094 inspect.getargspec: None instead of () (2002-11-12) http://python.org/sf/637217 "u#" doesn't check object type (2002-11-12) http://python.org/sf/637547 logging package undocumented (2002-11-13) http://python.org/sf/637847 getstate() documentation is vague (2002-11-13) http://python.org/sf/637941 Move bdist_wininst source code into PC (2002-11-14) http://python.org/sf/638595 Instantiation init-less class with param (2002-11-14) http://python.org/sf/638610 optparse module undocumented (2002-11-14) http://python.org/sf/638703 Install script goes into infinite loop (2002-11-15) http://python.org/sf/639022 archiver should use zipfile before zip (2002-11-15) http://python.org/sf/639118 Tkinter sliently discards all Tcl errors (2002-11-15) http://python.org/sf/639266 urllib.basejoin() mishandles '' (2002-11-16) http://python.org/sf/639311 crash (SEGV) in Py_EndInterpreter() (2002-11-17) http://python.org/sf/639611

New Patches

Fix for major rexec bugs (2002-11-11) http://python.org/sf/636769 Modulefinder doesn't handle PyXML (2002-11-13) http://python.org/sf/637835 Allow any file-like object on dis module (2002-11-13) http://python.org/sf/637906 SimpleSets (2002-11-13) http://python.org/sf/638095 LaTeX documentation for logging package (2002-11-14) http://python.org/sf/638299 Added Proxyauth command to imaplib (2002-11-14) http://python.org/sf/638673 Logging 0.4.7 & patches thereto (2002-11-15) http://python.org/sf/638825 _strptime fixes for None locale and tz (2002-11-15) http://python.org/sf/639112 Remove type-check from urllib2 (2002-11-15) http://python.org/sf/639139 new string method -- format (2002-11-16) http://python.org/sf/639307 Removal of FreeBSD 5.0 specific test (2002-11-16) http://python.org/sf/639371 New icon for .py files (2002-11-17) http://python.org/sf/639635

Closed Bugs

PyImport_ExecCodeModule not correct (2001-05-14) http://python.org/sf/424106 list.sort crasher (2001-08-20) http://python.org/sf/453523 freeze doesn't like DOS files on Linux (2001-09-24) http://python.org/sf/464405 Upgrade TCL for windows installer (2001-11-22) http://python.org/sf/484715 Support for page & shortcut icons (2001-11-27) http://python.org/sf/486360 socket module fails to build on HPUX10 (2002-01-18) http://python.org/sf/505427 Version number handling (2002-04-29) http://python.org/sf/550364 ext module generation problem (2002-08-23) http://python.org/sf/599248 time.struct_time undocumented (2002-09-03) http://python.org/sf/604128 Use C3 MRO algorithm (2002-10-04) http://python.org/sf/618704 HTMLParser:endtag events in comments (2002-10-08) http://python.org/sf/620243 distutils mixed stdin/stdout output (2002-10-08) http://python.org/sf/620630 Broken link in local documentation. (2002-10-16) http://python.org/sf/624024 strptime() always returns 0 in dst field (2002-10-21) http://python.org/sf/626570 int("123123123123123123") doesn't work (2002-10-28) http://python.org/sf/629989 https via httplib trips over IIS defect (2002-10-31) http://python.org/sf/631683 cgi.py drops commandline arguments (2002-11-04) http://python.org/sf/633504 Don't define _XOPEN_SOURCE on OpenBSD (2002-11-07) http://python.org/sf/635034 Misleading description of \w in regexs (2002-11-08) http://python.org/sf/635595 2.2.2 build on Solaris (2002-11-09) http://python.org/sf/635929 No error "not all arguments converted" (2002-11-09) http://python.org/sf/635969

Closed Patches

Fast-path for interned string compares (2001-11-08) http://python.org/sf/479615 hasattr catches only AttributeError (2002-01-16) http://python.org/sf/504714 PEP 282 Implementation (2002-07-07) http://python.org/sf/578494 py2texi.el update (2002-08-02) http://python.org/sf/590352 Bugfix: content-type header parsing (2002-09-23) http://python.org/sf/613605 C3 MRO algorithm implementation (2002-10-06) http://python.org/sf/619475 Bytecode copy bug in freeze (2002-10-24) http://python.org/sf/627900 Add a sample selection method to random.py (2002-10-27) http://python.org/sf/629637 os.tempnam behavior in Windows (2002-11-08) http://python.org/sf/635656 Typo in PEP249 (2002-11-10) http://python.org/sf/636159