Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Mon Nov 7 21:29:49 EST 2005
Patch / Bug Summary
___________________
Patches : 365 open ( +5) / 2961 closed ( +5) / 3326 total (+10)
Bugs : 904 open (+11) / 5367 closed (+14) / 6271 total (+25)
RFE : 200 open ( +1) / 189 closed ( +0) / 389 total ( +1)
New / Reopened Patches
______________________
new function: os.path.relpath (2005-10-27)
http://python.org/sf/1339796 opened by Richard Barran
commands.getstatusoutput() (2005-11-02)
http://python.org/sf/1346211 opened by Dawa Lama
Better dead code elimination for the AST compiler (2005-11-02)
http://python.org/sf/1346214 opened by Rune Holm
A constant folding optimization pass for the AST (2005-11-02)
http://python.org/sf/1346238 opened by Rune Holm
Remove inconsistent behavior between import and zipimport (2005-11-03)
http://python.org/sf/1346572 opened by Osvaldo Santana Neto
Patch f. bug 495682 cannot handle http_proxy with user:pass@ (2005-11-05)
CLOSED http://python.org/sf/1349117 opened by Johannes Nicolai
Patch f. bug 495682 cannot handle http_proxy with user:pass@ (2005-11-05)
http://python.org/sf/1349118 opened by Johannes Nicolai
[PATCH] 100x optimization for ngettext (2005-11-06)
http://python.org/sf/1349274 opened by Joe Wreschnig
Fix for signal related abort in Visual Studio 2005 (2005-11-07)
http://python.org/sf/1350409 opened by Adal Chiriliuc
Redundant connect() call in logging.handlers.SysLogHandler (2005-11-07)
http://python.org/sf/1350658 opened by Ken Lalonde
Patches Closed
______________
tarfile.py: fix for bug #1336623 (2005-10-26)
http://python.org/sf/1338314 closed by nnorwitz
Python 2.4.2 doesn't build with "--without-threads" (2005-10-22)
http://python.org/sf/1335054 closed by nnorwitz
Speedup PyUnicode_DecodeCharmap (2005-10-05)
http://python.org/sf/1313939 closed by lemburg
Allow use of non-latin1 chars in interactive shell (2005-10-21)
http://python.org/sf/1333679 closed by loewis
Patch f. bug 495682 cannot handle http_proxy with user:pass@ (2005-11-05)
http://python.org/sf/1349117 closed by birkenfeld
New / Reopened Bugs
___________________
CVS webbrowser.py (1.40) bugs (2005-10-27)
CLOSED http://python.org/sf/1339806 opened by Greg Couch
TAB SETTINGS DONT WORK (win) (2005-10-27)
http://python.org/sf/1339883 opened by reson5
time.strptime() with bad % code throws bad exception (2005-10-27)
CLOSED http://python.org/sf/1340337 opened by Steve R. Hastings
mmap does not accept length as 0 (2005-10-28)
http://python.org/sf/1341031 opened by liturgist
"\n" is incorrectly represented (2005-10-30)
CLOSED http://python.org/sf/1341934 opened by Pavel
Tkinter.Menu.delete doesn't delete command of entry (2005-10-30)
http://python.org/sf/1342811 opened by Sverker Nilsson
Broken docs for os.removedirs (2005-10-31)
http://python.org/sf/1343671 opened by David Kågedal
UNIX mmap leaks file descriptors (2005-11-01)
CLOSED http://python.org/sf/1344508 opened by Erwin S. Andreasen
colorsys tests, bug in frange (2005-11-01)
CLOSED http://python.org/sf/1345263 opened by Rune Holm
Python 2.4 and 2.3.5 won't build on OpenBSD 3.7 (2005-11-01)
http://python.org/sf/1345313 opened by Dan
doc typo (2005-11-02)
CLOSED http://python.org/sf/1346026 opened by Keith Briggs
Segfaults from unaligned loads in floatobject.c (2005-11-02)
http://python.org/sf/1346144 opened by Rune Holm
Missing import in documentation (2005-11-03)
CLOSED http://python.org/sf/1346395 opened by Aggelos Orfanakos
selectmodule.c calls PyInt_AsLong without error checking (2005-11-03)
CLOSED http://python.org/sf/1346533 opened by Luke
_subprocess.c calls PyInt_AsLong without error checking (2005-11-03)
http://python.org/sf/1346547 opened by Luke
httplib simply ignores CONTINUE (2005-11-03)
http://python.org/sf/1346874 opened by Mike Looijmans
FeedParser does not comply with RFC2822 (2005-11-04)
http://python.org/sf/1347874 opened by Julian Phillips
pydoc seems to run some scripts! (2005-11-04)
http://python.org/sf/1348477 opened by Olly Betts
email.Generators does not separates headers with "\r\n" (2005-11-05)
http://python.org/sf/1349106 opened by Manlio Perillo
xmlrpclib does not use http proxy (2005-11-06)
http://python.org/sf/1349316 opened by greatred
urllib.urlencode provides two features in one param (2005-11-06)
http://python.org/sf/1349732 opened by Ori Avtalion
urllib2 blocked from news.google.com (2005-11-07)
CLOSED http://python.org/sf/1349977 opened by Michael Hoisie
built-in method .__cmp__ (2005-11-07)
http://python.org/sf/1350060 opened by Armin Rigo
"setdlopenflags" leads to crash upon "import" (2005-11-07)
http://python.org/sf/1350188 opened by John Pye
CVS migration not in www.python.org docs (2005-11-07)
http://python.org/sf/1350498 opened by Jim Jewett
zlib.crc32 doesn't handle 0xffffffff seed (2005-11-07)
http://python.org/sf/1350573 opened by Danny Yoo
Bugs Closed
___________
CVS webbrowser.py (1.40) bugs (2005-10-27)
http://python.org/sf/1339806 deleted by gregcouch
Memory keeping (2005-10-26)
http://python.org/sf/1338264 closed by tim_one
tarfile can't extract some tar archives.. (2005-10-24)
http://python.org/sf/1336623 closed by nnorwitz
time.strptime() with bad % code throws bad exception (2005-10-27)
http://python.org/sf/1340337 closed by bcannon
_socket module not build under cygwin (2005-09-22)
http://python.org/sf/1298709 closed by jlt63
"\n" is incorrectly represented (2005-10-30)
http://python.org/sf/1341934 closed by perky
pydoc HTTP reload failure (2001-04-21)
http://python.org/sf/417833 closed by ping
UNIX mmap leaks file descriptors (2005-10-31)
http://python.org/sf/1344508 closed by nnorwitz
colorsys tests, bug in frange (2005-11-01)
http://python.org/sf/1345263 closed by nnorwitz
Python.h should include system headers properly [POSIX] (2005-10-25)
http://python.org/sf/1337400 closed by loewis
doc typo (2005-11-02)
http://python.org/sf/1346026 closed by nnorwitz
Missing import in documentation (2005-11-02)
http://python.org/sf/1346395 closed by bcannon
selectmodule.c calls PyInt_AsLong without error checking (2005-11-02)
http://python.org/sf/1346533 closed by nnorwitz
pydoc ignores $PAGER if TERM='dumb' (2002-12-09)
http://python.org/sf/651124 closed by ping
urllib2 blocked from news.google.com (2005-11-06)
http://python.org/sf/1349977 closed by bcannon
New / Reopened RFE
__________________
please support the free visual studio sdk compiler (2005-11-04)
http://python.org/sf/1348719 opened by David McNab
More information about the Python-list
mailing list