[Python-Dev] Weekly Python Bug/Patch Summary
Kurt B. Kaiser
kbk at shore.net
Tue Mar 30 01:13:04 EST 2004
Patch / Bug Summary
___________________
Patches : 243 open ( -7) / 2362 closed (+22) / 2605 total (+15)
Bugs : 736 open (-10) / 3960 closed (+33) / 4696 total (+23)
RFE : 130 open ( +2) / 124 closed ( +1) / 254 total ( +3)
New / Reopened Patches
______________________
simple (2004-03-17)
http://python.org/sf/918462 reopened by rhettinger
Patch to enable profiling of C functions called from python (2004-03-21)
CLOSED http://python.org/sf/920509 opened by Nick Bastin
Patch for Vinay Sajip's Python-logging package (2004-03-22)
http://python.org/sf/921318 opened by Mark E. Davidson
Reduce number of open calls on startup (2004-03-23)
http://python.org/sf/921466 opened by Martin v. Löwis
Rewrite of site.py (2004-03-23)
http://python.org/sf/921793 opened by Brett Cannon
Fixed a typo/thinko spelling "parameter" as "paramter" (2004-03-23)
CLOSED http://python.org/sf/921927 opened by Sean Reifschneider
PEP 292 reference implementation (2004-03-23)
http://python.org/sf/922115 opened by Barry A. Warsaw
unidiomatic str.replace (2004-03-23)
CLOSED http://python.org/sf/922117 opened by Andrew Gaul
Patch to 742342 Crash on recursive reload (2004-03-24)
http://python.org/sf/922167 opened by Brian Leair
Patch for substantial startup time reduction (2004-03-24)
CLOSED http://python.org/sf/922881 opened by Nick Bastin
Support for interned strings in marshal (2004-03-25)
http://python.org/sf/923098 opened by Martin v. Löwis
'os' patch to speed up import (and python startup) (2004-03-25)
CLOSED http://python.org/sf/923226 opened by Nick Bastin
'os' patch to speed up import (and python startup) (2004-03-25)
CLOSED http://python.org/sf/923236 opened by Nick Bastin
long <-> byte-string conversion (2004-03-25)
http://python.org/sf/923643 opened by Trevor Perrin
Updates to the Misc/RPM spec file. (2004-03-27)
http://python.org/sf/924497 opened by Sean Reifschneider
work around to compile \r\n file (2004-03-28)
http://python.org/sf/924771 opened by George Yoshida
Patches Closed
______________
fix bug 625698, speed up some comparisons (2003-02-25)
http://python.org/sf/693221 closed by tim_one
CGIHTTPServer execfile should save cwd (2002-01-25)
http://python.org/sf/508730 closed by tim_one
Improvement of cgi.parse_qsl function (2002-01-25)
http://python.org/sf/508665 closed by bcannon
CGIHTTPServer fix (2003-08-28)
http://python.org/sf/796772 closed by gvanrossum
Patch to enable profiling of C functions called from python (2004-03-21)
http://python.org/sf/920509 closed by mondragon
Updates to the .spec file. (2003-12-08)
http://python.org/sf/855999 closed by loewis
Tix hlist missing entry_configure and entry_cget methods (2003-12-03)
http://python.org/sf/853488 closed by loewis
math.sqrt EDOM handling for FreeBSD, OpenBSD (2004-01-06)
http://python.org/sf/871657 closed by perky
Modify Setup.py to Detect Tcl/Tk on BSD (2003-11-28)
http://python.org/sf/850977 closed by akuchling
support CVS version of tcl/tk ("8.5") (2004-02-27)
http://python.org/sf/905863 closed by akuchling
XHTML support for webchecker.py (2004-03-17)
http://python.org/sf/918212 closed by akuchling
Examples for urllib2 (2002-04-18)
http://python.org/sf/545480 closed by tim_one
skips.txt for regrtest.py (2002-12-24)
http://python.org/sf/658316 closed by bcannon
move test() in SimpleDialog.py (2004-03-07)
http://python.org/sf/911176 closed by loewis
Patch submission for #876533 (potential leak in ensure_froml (2004-03-20)
http://python.org/sf/920211 closed by loewis
unidiomatic str.replace (2004-03-23)
http://python.org/sf/922117 closed by bcannon
Patch for substantial startup time reduction (2004-03-24)
http://python.org/sf/922881 closed by mondragon
Fixed a typo/thinko spelling (2004-03-23)
http://python.org/sf/921927 closed by rhettinger
Improve "veryhigh.tex" API docs (2003-09-01)
http://python.org/sf/798638 closed by fdrake
build of html docs broken (liboptparse.tex) (2003-05-04)
http://python.org/sf/732174 closed by fdrake
'os' patch to speed up import (and python startup) (2004-03-25)
http://python.org/sf/923226 closed by mondragon
'os' patch to speed up import (and python startup) (2004-03-25)
http://python.org/sf/923236 closed by mondragon
Marshal clean-up (2004-01-08)
http://python.org/sf/873224 closed by arigo
New / Reopened Bugs
___________________
2.3a2 site.py non-existing dirs (2003-02-25)
CLOSED http://python.org/sf/693255 reopened by jvr
http libraries throw errors internally (2004-03-21)
http://python.org/sf/920573 opened by Bram Cohen
locale module is segfaulting on locale.ERA (2004-03-21)
CLOSED http://python.org/sf/920575 opened by Matthias Klose
Problem With email.MIMEText Package (2003-05-12)
http://python.org/sf/736407 reopened by judasiscariot
embedding in multi-threaded & multi sub-interpreter environ (2004-03-22)
http://python.org/sf/921077 opened by Atul
HTMLParser ParseError in start tag (2004-03-23)
http://python.org/sf/921657 opened by Bernd Zimmermann
socket_htons does not work under AIX 64-bit (2004-03-23)
http://python.org/sf/921868 opened by John Marshall
socket_htons does not work under AIX 64-bit (2004-03-23)
CLOSED http://python.org/sf/921898 opened by John Marshall
package manager page outdated link (2004-03-24)
http://python.org/sf/922690 opened by Russell Owen
Installer misplaces tcl library (2004-03-25)
CLOSED http://python.org/sf/922914 opened by WS Wong
tempfile.mkstemp() documentation discrepancy (2004-03-25)
CLOSED http://python.org/sf/922922 opened by Michael S. Fischer
file built-in object is after file() function (2004-03-25)
http://python.org/sf/922964 opened by Francesco Ricciardi
AIX POLLNVAL definition causes problems (2004-03-25)
http://python.org/sf/923315 opened by John Marshall
Incorrect __name__ assignment (2004-03-26)
http://python.org/sf/923576 opened by El cepi
SAX2 'property_encoding' feature not supported (2004-03-26)
http://python.org/sf/923697 opened by Joseph Walton
make fails using -std option (2004-03-26)
http://python.org/sf/924008 opened by Bob Benites
socket._fileobject._getclosed() returns wrong value (2004-03-26)
CLOSED http://python.org/sf/924218 opened by June Kim
socket._fileobject._getclosed() returns wrong value (2004-03-26)
CLOSED http://python.org/sf/924242 opened by June Kim
socket._fileobject._getclosed() returns wrong value (2004-03-26)
CLOSED http://python.org/sf/924242 reopened by tim_one
IPV6 not correctly ifdef'd in socketmodule.c (2004-03-26)
http://python.org/sf/924294 opened by David Meleedy
A leak case with cmd.py & readline & exception (2004-03-27)
http://python.org/sf/924301 opened by Sverker Nilsson
Build issues (lib path) on linux2-x86_64 (2004-03-26)
http://python.org/sf/924333 opened by Christopher Petrilli
unicodeobjct: bad argument to internal function (2004-03-27)
http://python.org/sf/924361 opened by Matthias Klose
test_unicode_file fails on Win98SE (2004-03-27)
http://python.org/sf/924703 opened by Tim Peters
email.Header.Header() produces wrong headers with utf8 enc. (2004-03-28)
http://python.org/sf/924806 opened by Andreas Jung
_Subfile.readline( ) in mailbox.py ignoring self.stop (2004-03-28)
http://python.org/sf/925107 opened by Sye van der Veen
buffer problem in pyexpat.c(xmlparse_GetInputContext) (2004-03-29)
http://python.org/sf/925152 opened by Tobias Sargeant
os.py uses #' - undocumented magic? (2004-03-29)
http://python.org/sf/925500 opened by Jim Jewett
dir(mod) OK or use vars(mod).keys()? (2004-03-29)
http://python.org/sf/925537 opened by Jim Jewett
help does not help with imported objects (2004-03-29)
http://python.org/sf/925628 opened by Jim Jewett
Bugs Closed
___________
Errors with recursive objects (2002-10-19)
http://python.org/sf/625698 closed by tim_one
os.rename() silently overwrites files (2004-03-19)
http://python.org/sf/919605 closed by pje
site.py should ignore trailing CRs in .pth files (2003-03-08)
http://python.org/sf/700055 closed by bcannon
2.3a2 site.py non-existing dirs (2003-02-25)
http://python.org/sf/693255 closed by bcannon
CGIHTTPServer and urls (2003-07-25)
http://python.org/sf/777848 closed by gvanrossum
cast from pointer to integer of different size (2003-07-30)
http://python.org/sf/780407 closed by gvanrossum
datetime.datetime initialization needs more strict checking (2003-11-21)
http://python.org/sf/847019 closed by tim_one
super passes bad arguments to __get__ when used w/class (2003-05-25)
http://python.org/sf/743267 closed by pje
profile.run makes assumption regarding namespace (2003-04-07)
http://python.org/sf/716587 closed by mondragon
Pathological case segmentation fault in issubclass (2003-12-10)
http://python.org/sf/858016 closed by bcannon
locale specific problem in test_strftime.py (2004-01-24)
http://python.org/sf/883604 closed by bcannon
Solaris Forte 7 &8 bug in test_long (2003-08-15)
http://python.org/sf/789294 closed by bcannon
"string".split behaviour for empty strings (2003-09-24)
http://python.org/sf/811604 closed by mondragon
warnings.py does not define _test() (2004-03-16)
http://python.org/sf/917108 closed by tim_one
locale module is segfaulting on locale.ERA (2004-03-22)
http://python.org/sf/920575 closed by perky
Allow traceback analysis from C/C++... (2001-12-27)
http://python.org/sf/497067 closed by mondragon
need to skip some build tests for sunos5 (2003-01-03)
http://python.org/sf/661981 closed by mondragon
need to skip some build tests for sunos5 (2003-01-03)
http://python.org/sf/661981 closed by bcannon
asyncore.py poll* missing urgent data (2004-01-29)
http://python.org/sf/887279 closed by akuchling
optparse: usage issues (2004-02-19)
http://python.org/sf/900071 closed by akuchling
posix needs to generate unicode filenames where necessary (2003-07-17)
http://python.org/sf/773356 closed by mondragon
test_poll fails in 2.3.2 on MacOSX(Panther) (2003-11-28)
http://python.org/sf/850981 closed by mondragon
Cannot step in debugger if line # doesn't change (2003-07-03)
http://python.org/sf/765624 closed by mondragon
bug in idna-encoding-module (2004-03-03)
http://python.org/sf/909230 closed by loewis
Python for BeOS/PPC Build Prob. (2001-05-01)
http://python.org/sf/420416 closed by mondragon
Segmentation fault running XSV (2004-02-09)
http://python.org/sf/893610 closed by jbcombes
potential leak in ensure_fromlist (import.c) (2004-01-14)
http://python.org/sf/876533 closed by loewis
socket_htons does not work under AIX 64-bit (2004-03-23)
http://python.org/sf/921898 closed by john_marshall
python accepts illegal "import mod.sub as name" syntax (2003-03-19)
http://python.org/sf/706253 closed by bcannon
urllib.basejoin() mishandles '' (2002-11-16)
http://python.org/sf/639311 closed by bcannon
Installer misplaces tcl library (2004-03-25)
http://python.org/sf/922914 closed by wswong
tempfile.mkstemp() documentation discrepancy (2004-03-25)
http://python.org/sf/922922 closed by otterley
platform module needs update (2004-01-08)
http://python.org/sf/873005 closed by lemburg
socket._fileobject._getclosed() returns wrong value (2004-03-26)
http://python.org/sf/924218 closed by gigamorph
socket._fileobject._getclosed() returns wrong value (2004-03-26)
http://python.org/sf/924242 closed by gigamorph
socket._fileobject._getclosed() returns wrong value (2004-03-26)
http://python.org/sf/924242 closed by tim_one
Can't create Carbon.File.FSSpec for non-existent file (2004-03-19)
http://python.org/sf/919776 closed by mwh
rexec.r_eval() does not work like eval() (2004-03-03)
http://python.org/sf/908936 closed by loewis
IDLE: "Save As..." keybind (Ctrl+Shift+S) does not work (2003-07-21)
http://python.org/sf/775353 closed by kbk
New / Reopened RFE
__________________
readline not implemented for UTF-16 (2004-03-21)
http://python.org/sf/920680 opened by Bob Ippolito
RFE Closed
__________
socket.sslerror is not a socket.error (2002-03-17)
http://python.org/sf/531145 closed by bcannon
More information about the Python-Dev
mailing list