[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Sat Nov 19 07:34:23 CET 2005
Patch / Bug Summary
___________________
Patches : 379 open (+14) / 2968 closed ( +7) / 3347 total (+21)
Bugs : 910 open ( +6) / 5384 closed (+17) / 6294 total (+23)
RFE : 200 open ( +0) / 191 closed ( +2) / 391 total ( +2)
New / Reopened Patches
______________________
PythonD DJGPP-specific patch set for porting to DOS. (2005-11-08)
http://python.org/sf/1351020 opened by Ben Decker
PythonD new file: python2.4/plat-ms-dos5/djstat.py (2005-11-08)
http://python.org/sf/1351036 opened by Ben Decker
askyesnocancel helper for tkMessageBox (2005-11-08)
http://python.org/sf/1351744 opened by Fredrik Lundh
fix for resource leak in _subprocess (2005-11-09)
CLOSED http://python.org/sf/1351997 opened by Fredrik Lundh
[PATCH] Bug #1351707 (2005-11-10)
http://python.org/sf/1352711 opened by Thomas Lee
Small upgrades to platform.platform() (2005-11-10)
http://python.org/sf/1352731 opened by daishi harada
a faster Modulefinder (2005-11-11)
http://python.org/sf/1353872 opened by Thomas Heller
support whence argument for GzipFile.seek (bug #1316069) (2005-11-12)
http://python.org/sf/1355023 opened by Fredrik Lundh
PEP 341 - Unification of try/except and try/finally (2005-11-14)
http://python.org/sf/1355913 opened by Thomas Lee
Delete Python-ast.[ch] during "make depclean" (#1355883) (2005-11-14)
CLOSED http://python.org/sf/1355940 opened by Thomas Lee
Python-ast.h & Python-ast.c generated twice (#1355883) (2005-11-14)
http://python.org/sf/1355971 opened by Thomas Lee
Sort nodes when writing to file (2005-11-14)
CLOSED http://python.org/sf/1356571 opened by Johan Ström
potential crash and free memory read (2005-11-15)
http://python.org/sf/1357836 opened by Neal Norwitz
ftplib dir() problem with certain servers (2005-11-17)
http://python.org/sf/1359217 opened by Stuart D. Gathman
Iterating closed StringIO.StringIO (2005-11-18)
http://python.org/sf/1359365 opened by Walter Dörwald
Speed charmap encoder (2005-11-18)
http://python.org/sf/1359618 opened by Martin v. Löwis
Patch for (Doc) #1357604 (2005-11-18)
http://python.org/sf/1359879 opened by Peter van Kampen
Add XML-RPC Fault Interoperability to XMLRPC libraries (2005-11-18)
http://python.org/sf/1360243 opened by Joshua Ginsberg
correct display of pathnames in SimpleHTTPServer (2005-11-18)
http://python.org/sf/1360443 opened by Ori Avtalion
Auto Complete module for IDLE (2005-11-19)
http://python.org/sf/1361016 opened by Jerry
Patches Closed
______________
Redundant connect() call in logging.handlers.SysLogHandler (2005-11-07)
http://python.org/sf/1350658 closed by vsajip
incomplete support for AF_PACKET in socketmodule.c (2004-11-19)
http://python.org/sf/1069624 closed by gustavo
fix for resource leak in _subprocess (2005-11-09)
http://python.org/sf/1351997 closed by effbot
Info Associated with Merge to AST (2005-01-07)
http://python.org/sf/1097671 closed by kbk
Delete Python-ast.[ch] during "make depclean" (#1355883) (2005-11-13)
http://python.org/sf/1355940 closed by montanaro
Sort nodes when writing to file (2005-11-14)
http://python.org/sf/1356571 closed by effbot
CodeContext - an extension to show you where you are (2004-04-16)
http://python.org/sf/936169 closed by kbk
New / Reopened Bugs
___________________
win32serviceutil bug (2005-11-08)
CLOSED http://python.org/sf/1351545 opened by Tim Graber
Switch to make pprint.pprint display ints and longs in hex (2005-11-08)
http://python.org/sf/1351692 opened by Mark Hirota
zipimport produces incomplete IOError instances (2005-11-08)
http://python.org/sf/1351707 opened by Fred L. Drake, Jr.
CVS webbrowser.py (1.40) bugs (2005-10-26)
CLOSED http://python.org/sf/1338995 reopened by montanaro
SVN webbrowser.py fix 41419 didn't (2005-11-09)
http://python.org/sf/1352621 opened by Greg Couch
poplib.POP3_SSL() class incompatible with socket.timeout (2005-11-10)
http://python.org/sf/1353269 opened by Charles
Http redirection error in urllib2.py (2005-11-10)
http://python.org/sf/1353433 opened by Thomas Dehn
Python drops core when stdin is bogus (2005-11-10)
http://python.org/sf/1353504 opened by Skip Montanaro
Error in documentation for os.walk (2005-11-11)
CLOSED http://python.org/sf/1353793 opened by Martin Geisler
logging: Default handlers broken (2005-11-11)
CLOSED http://python.org/sf/1354052 opened by Jonathan S. Joseph
Interactive help fails with Windows Installer (2005-11-11)
CLOSED http://python.org/sf/1354265 opened by Colin J. Williams
shutil.move() does not preserve ownership (2005-11-13)
http://python.org/sf/1355826 opened by lightweight
Incorrect Decimal-float behavior for + (2005-11-13)
http://python.org/sf/1355842 opened by Connelly
make depend/clean issues w/ ast (2005-11-13)
http://python.org/sf/1355883 opened by Skip Montanaro
Division Error (2005-11-13)
CLOSED http://python.org/sf/1355903 opened by Azimuth
Ctrl+C for copy does not work when caps-lock is on (2005-11-14)
http://python.org/sf/1356720 opened by Lenny Domnitser
Tix.py class HList missing info_bbox (2005-11-14)
http://python.org/sf/1356969 opened by Ron Provost
urllib/urllib2 cannot ftp files which are not listable. (2005-11-15)
http://python.org/sf/1357260 opened by Bugs Fly
os.path.makedirs DOES handle UNC paths (2005-11-15)
http://python.org/sf/1357604 opened by j vickroy
suprocess cannot handle shell arguments (2005-11-16)
http://python.org/sf/1357915 opened by Pierre Ossman
Incorrect handling of unicode "strings" in asynchat.py (2005-11-16)
CLOSED http://python.org/sf/1358186 opened by Holger Lehmann
subprocess.py fails on Windows when there is no console (2005-11-16)
http://python.org/sf/1358527 opened by Martin Blais
Incorrect documentation of raw unidaq string literals (2005-11-17)
http://python.org/sf/1359053 opened by Michael Haggerty
Prefer configured browser over Mozilla and friends (2005-11-17)
http://python.org/sf/1359150 opened by Ville Skyttä
bdist_rpm still can't handle dashes in versions (2005-11-18)
http://python.org/sf/1360200 opened by jared jennings
telnetlib expect() and read_until() do not time out properly (2005-11-18)
http://python.org/sf/1360221 opened by Duncan Grisby
Bugs Closed
___________
"setdlopenflags" leads to crash upon "import" (2005-11-07)
http://python.org/sf/1350188 closed by nnorwitz
pydoc seems to run some scripts! (2005-11-04)
http://python.org/sf/1348477 closed by nnorwitz
cgitb.py report wrong line number (2005-04-06)
http://python.org/sf/1178148 closed by ping
win32serviceutil bug (2005-11-08)
http://python.org/sf/1351545 closed by nnorwitz
CVS webbrowser.py (1.40) bugs (2005-10-27)
http://python.org/sf/1338995 closed by birkenfeld
__getslice__ taking priority over __getitem__ (2005-10-17)
http://python.org/sf/1328278 closed by birkenfeld
_subprocess.c calls PyInt_AsLong without error checking (2005-11-03)
http://python.org/sf/1346547 closed by effbot
Syntax error on large file with MBCS encoding (2005-03-15)
http://python.org/sf/1163244 closed by mhammond
setgroups rejects long integer arguments (2004-01-02)
http://python.org/sf/869197 closed by loewis
Error in documentation for os.walk (2005-11-11)
http://python.org/sf/1353793 closed by tim_one
logging: Default handlers broken (2005-11-11)
http://python.org/sf/1354052 closed by vsajip
Significant memory leak with PyImport_ReloadModule (2005-08-11)
http://python.org/sf/1256669 closed by birkenfeld
Interactive help fails with Windows Installer (2005-11-11)
http://python.org/sf/1354265 closed by loewis
os.remove fails on win32 with read-only file (2004-12-29)
http://python.org/sf/1092701 closed by effbot
Division Error (2005-11-13)
http://python.org/sf/1355903 closed by effbot
IDLE, F5 – wrong external file content. (on error!) (2005-10-25)
http://python.org/sf/1337987 closed by kbk
Random core dumps (2004-11-10)
http://python.org/sf/1063937 closed by nnorwitz
Incorrect handling of unicode "strings" in asynchat.py (2005-11-16)
http://python.org/sf/1358186 closed by effbot
New / Reopened RFE
__________________
python.desktop (2005-11-10)
http://python.org/sf/1353344 opened by Björn Lindqvist
RFE Closed
__________
please support the free visual studio sdk compiler (2005-11-05)
http://python.org/sf/1348719 closed by loewis
fix for ms stdio tables (2005-10-11)
http://python.org/sf/1324176 closed by loewis
More information about the Python-Dev
mailing list