[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Thu Apr 14 20:43:28 CEST 2005
Patch / Bug Summary
___________________
Patches : 314 open ( +6) / 2824 closed ( +5) / 3138 total (+11)
Bugs : 898 open (+16) / 4921 closed ( +8) / 5819 total (+24)
RFE : 177 open ( +1) / 151 closed ( +0) / 328 total ( +1)
New / Reopened Patches
______________________
typos in rpc.py (2005-04-09)
CLOSED http://python.org/sf/1179503 opened by engelbert gruber
[AST] Fix for core in test_grammar.py (2005-04-08)
http://python.org/sf/1179513 opened by logistix
no html file for modulefinder (2005-04-10)
http://python.org/sf/1180012 opened by George Yoshida
fix typos in Library Reference (2005-04-10)
http://python.org/sf/1180062 opened by George Yoshida
great improvement for locale.py formatting functions (2005-04-10)
http://python.org/sf/1180296 opened by Georg Brandl
clarify behavior of StringIO objects when preinitialized (2005-04-10)
CLOSED http://python.org/sf/1180305 opened by Georg Brandl
st_gen and st_birthtime support for FreeBSD (2005-04-11)
http://python.org/sf/1180695 opened by Antti Louko
binary formats for marshalling floats (2005-04-11)
http://python.org/sf/1180995 opened by Michael Hudson
make float packing copy bytes when they can (2005-04-12)
http://python.org/sf/1181301 opened by Michael Hudson
range() in for loops, again (2005-04-12)
http://python.org/sf/1181334 opened by Armin Rigo
HMAC hexdigest and general review (2005-04-13)
http://python.org/sf/1182394 opened by Shane Holloway
Patches Closed
______________
Complex commented (2005-04-06)
http://python.org/sf/1177597 closed by loewis
typos in rpc.py (2005-04-08)
http://python.org/sf/1179503 closed by rhettinger
clarify behavior of StringIO objects when preinitialized (2005-04-10)
http://python.org/sf/1180305 closed by rhettinger
Improved output for unittest failUnlessEqual (2003-04-22)
http://python.org/sf/725569 closed by purcell
[AST] Generator expressions (2005-03-21)
http://python.org/sf/1167628 closed by bcannon
New / Reopened Bugs
___________________
256 should read 255 in operator module docs (2005-04-06)
CLOSED http://python.org/sf/1178255 opened by Dan Everhart
operator.isMappingType and isSequenceType on instances (2005-04-06)
CLOSED http://python.org/sf/1178269 opened by Dan Everhart
Erroneous line number error in Py2.4.1 (2005-04-07)
http://python.org/sf/1178484 opened by Timo Linna
configure: refuses setgroups (2005-04-07)
http://python.org/sf/1178510 opened by zosh
2.4.1 breaks pyTTS (2005-04-07)
http://python.org/sf/1178624 opened by Dieter Deyke
Variable.__init__ uses self.set(), blocking specialization (2005-04-07)
http://python.org/sf/1178863 opened by Emil
Variable.__init__ uses self.set(), blocking specialization (2005-04-07)
http://python.org/sf/1178872 opened by Emil
IDLE bug - changing shortcuts (2005-04-08)
http://python.org/sf/1179168 opened by Przemysław Gocyła
can't import thru cygwin symlink (2005-04-08)
http://python.org/sf/1179412 opened by steveward
Missing def'n of equality for set elements (2005-04-09)
CLOSED http://python.org/sf/1179957 opened by Skip Montanaro
codecs.readline sometimes removes newline chars (2005-04-02)
http://python.org/sf/1175396 reopened by doerwalter
locale.format question (2005-04-10)
CLOSED http://python.org/sf/1180002 opened by Andrew Ma
test_posix fails on cygwin (2005-04-10)
http://python.org/sf/1180147 opened by Henrik Wist
subprocess.Popen fails with closed stdout (2005-04-10)
http://python.org/sf/1180160 opened by neuhauser
broken pyc files (2005-04-10)
http://python.org/sf/1180193 opened by Armin Rigo
Python keeps file references after calling close methode (2005-04-10)
http://python.org/sf/1180237 opened by Eelco
expanding platform module and making it work as it should (2005-04-10)
http://python.org/sf/1180267 opened by Nikos Kouremenos
StringIO's docs should mention overwriting of initial value (2005-04-10)
CLOSED http://python.org/sf/1180392 opened by Leif K-Brooks
BaseHTTPServer uses deprecated mimetools.Message (2005-04-11)
http://python.org/sf/1180470 opened by Paul Jimenez
lax error-checking in new-in-2.4 marshal stuff (2005-04-11)
http://python.org/sf/1180997 opened by Michael Hudson
Bad sys.executable value for bdist_wininst install script (2005-04-12)
http://python.org/sf/1181619 opened by follower
asyncore.loop() documentation (2005-04-13)
http://python.org/sf/1181939 opened by Graham
re.escape(s) prints wrong for chr(0) (2005-04-13)
http://python.org/sf/1182603 opened by Nick Jacobson
dir() does not include _ (2005-04-13)
http://python.org/sf/1182614 opened by Nick Jacobson
ZipFile __del__/close problem with longint/long files (2005-04-14)
http://python.org/sf/1182788 opened by Robert Kiendl
Bugs Closed
___________
256 should read 255 in operator module docs (2005-04-06)
http://python.org/sf/1178255 closed by rhettinger
operator.isMappingType and isSequenceType on instances (2005-04-06)
http://python.org/sf/1178269 closed by rhettinger
GNU readline 4.2 prompt issue (2002-12-30)
http://python.org/sf/660083 closed by mwh
non-ascii readline input crashes python (2004-08-14)
http://python.org/sf/1009263 closed by mwh
readline+no threads (2003-09-24)
http://python.org/sf/811844 closed by mwh
compiler module didn't get updated for "class foo():pass" (2005-04-03)
http://python.org/sf/1176012 closed by bcannon
Missing def'n of equality for set elements (2005-04-09)
http://python.org/sf/1179957 closed by rhettinger
locale.format question (2005-04-10)
http://python.org/sf/1180002 closed by andrewma
StringIO's docs should mention overwriting of initial value/ (2005-04-10)
http://python.org/sf/1180392 closed by rhettinger
New / Reopened RFE
__________________
making builtin exceptions more informative (2005-04-13)
http://python.org/sf/1182143 opened by Sebastien de Menten
More information about the Python-Dev
mailing list