[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Wed Nov 24 07:23:33 CET 2004
Patch / Bug Summary
___________________
Patches : 254 open ( +8) / 2700 closed ( +1) / 2954 total ( +9)
Bugs : 784 open (+14) / 4629 closed (+15) / 5413 total (+29)
RFE : 156 open ( +0) / 135 closed ( +0) / 291 total ( +0)
New / Reopened Patches
______________________
os.path.exists returns False if no permission (2004-11-17)
http://python.org/sf/1068277 opened by Robert Brewer
small update for pdb docs (2004-11-17)
CLOSED http://python.org/sf/1068456 opened by Ilya Sandler
incomplete support for AF_PACKET in socketmodule.c (2004-11-19)
http://python.org/sf/1069624 opened by Gustavo J. A. M. Carneiro
xmlrpclib - marshalling new-style classes. (2004-11-20)
http://python.org/sf/1070046 opened by Gabriel Pastor
Add BLANK_LINE to token.py (2004-11-20)
http://python.org/sf/1070218 opened by logistix
bug#1021756: more informative error message (2004-11-23)
http://python.org/sf/1071739 opened by Christos Georgiou
raise error for common mistake with subprocess (2004-11-23)
http://python.org/sf/1071755 opened by Nick Craig-Wood
a new subprocess.call which raises an error on non-zero rc (2004-11-23)
http://python.org/sf/1071764 opened by Nick Craig-Wood
Add support for db 4.3 (2004-11-23)
http://python.org/sf/1071911 opened by Michal Čihař
Patches Closed
______________
small update for pdb docs (2004-11-18)
http://python.org/sf/1068456 closed by rhettinger
New / Reopened Bugs
___________________
subprocess is not EINTR-safe (2004-11-17)
http://python.org/sf/1068268 opened by Peter Åstrand
linecache.py::update_cache strips directory info from files (2004-11-18)
http://python.org/sf/1068477 opened by Tim Leslie
confusing new method names for lists (2004-11-18)
CLOSED http://python.org/sf/1068590 opened by McErnie
TclError not a subclass of StandardError (2004-11-18)
http://python.org/sf/1068881 opened by Russell Owen
segfault on printing nested sequences of None/Ellipsis (2004-11-19)
http://python.org/sf/1069092 opened by Jonas Kölker
PyThreadState_SetAsyncExc segfault (2004-11-18)
http://python.org/sf/1069160 opened by Tim Peters
OS X (Panther) Framework Install causes version mismatch (2004-11-18)
http://python.org/sf/1069198 opened by Dusty Harr
"Python/C API Reference Manual" lost one Function (2004-11-19)
CLOSED http://python.org/sf/1069287 opened by Raise L. Sail
C:\Python24\Lib\compileall.py returns False (2004-11-19)
http://python.org/sf/1069409 opened by PieterB
import on Windows: please call SetErrorMode first (2004-11-19)
http://python.org/sf/1069410 opened by Dimitri Papadopoulos
Python 2.4c1 does not have universal newline support (2004-11-19)
http://python.org/sf/1069433 opened by PieterB
setup.py fails - cannot find byteyears.py (2004-11-20)
http://python.org/sf/1070121 reopened by bcannon
setup.py fails - cannot find byteyears.py (2004-11-20)
CLOSED http://python.org/sf/1070121 opened by crescentd
endianness detection fails on IRIX 5.3 (2004-11-20)
http://python.org/sf/1070140 opened by Georg Schwarz
urllib2 authentication redirection error(?) (2004-11-21)
http://python.org/sf/1070735 opened by Allan B. Wilson
urllib2 authentication redirection error(?) (2004-11-22)
http://python.org/sf/1071147 opened by Allan B. Wilson
os.walk example for deleting a full tree is sometime wrong (2004-11-22)
CLOSED http://python.org/sf/1071087 opened by Olivier Bornet
some latex reject the pdfinfo macro while generating html (2004-11-22)
http://python.org/sf/1071094 opened by Marc-Antoine Parent
Documented grammar for List displays incorrect (testlist) (2004-11-22)
http://python.org/sf/1071248 opened by Lenard Lindstrom
email: no way to add additional parameter to Content-Type (2004-11-22)
CLOSED http://python.org/sf/1071459 opened by Tessa Lau
test_sutil fails on cygwin (2004-11-23)
http://python.org/sf/1071513 reopened by tebeka
test_sutil fails on cygwin (2004-11-23)
http://python.org/sf/1071513 opened by Miki Tebeka
test_tcl fails on cygwin (2004-11-23)
CLOSED http://python.org/sf/1071514 opened by Miki Tebeka
test_subprocess fails on cygwin (2004-11-23)
http://python.org/sf/1071516 opened by Miki Tebeka
moneyfmt recipe in decimal documentation has error (2004-11-23)
CLOSED http://python.org/sf/1071566 opened by Anna Ravenscroft
coercing decimal to int doesn't work between -1 and 1 (2004-11-23)
http://python.org/sf/1071588 opened by Anna Ravenscroft
Windows msi doesn't install site-packages directory (2004-11-23)
http://python.org/sf/1071594 opened by Anna Ravenscroft
configure problem on HP-UX 11.11 (2004-11-23)
http://python.org/sf/1071597 opened by Harri Pasanen
difflib HTML support description incorrect (2004-11-23)
CLOSED http://python.org/sf/1072124 opened by Dan Gass
bad arg type to isspace in struct module (2004-11-23)
http://python.org/sf/1072182 opened by Greg McFarlane
re module segfaulting in large regular expression (2004-11-23)
http://python.org/sf/1072259 opened by Erik Demaine
Bugs Closed
___________
Obsolete info in Tutorial 9.1 (2004-11-15)
http://python.org/sf/1067018 closed by rhettinger
Small typo (2004-11-15)
http://python.org/sf/1067023 closed by rhettinger
subprocess works poorly on Windows with Python 2.3 (2004-10-29)
http://python.org/sf/1057048 closed by astrand
Overflow error seek()ing with float values > (2 ** 31) - 1 (2004-11-16)
http://python.org/sf/1067728 closed by rhettinger
Typo about PyErr_WriteUnraisable() (2004-11-14)
http://python.org/sf/1066036 closed by rhettinger
confusing new method names for lists (2004-11-18)
http://python.org/sf/1068590 closed by rhettinger
"Python/C API Reference Manual" lost one Function (2004-11-19)
http://python.org/sf/1069287 closed by bcannon
test_socket fails (2004-11-06)
http://python.org/sf/1061429 closed by bcannon
setup.py fails - cannot find byteyears.py (2004-11-20)
http://python.org/sf/1070121 closed by bcannon
setup.py fails - cannot find byteyears.py (2004-11-20)
http://python.org/sf/1070121 closed by bcannon
os.walk example for deleting a full tree is sometime wrong (2004-11-22)
http://python.org/sf/1071087 closed by tim_one
Ctrl-C doesn't work with sleepy main thread (2004-01-12)
http://python.org/sf/875692 closed by kbk
email: no way to add additional parameter to Content-Type (2004-11-23)
http://python.org/sf/1071459 closed by bwarsaw
test_sutil fails on cygwin (2004-11-23)
http://python.org/sf/1071513 closed by jlgijsbers
test_tcl fails on cygwin (2004-11-23)
http://python.org/sf/1071514 closed by bcannon
moneyfmt recipe in decimal documentation has error (2004-11-23)
http://python.org/sf/1071566 closed by rhettinger
difflib HTML support description incorrect (2004-11-23)
http://python.org/sf/1072124 closed by jlgijsbers
More information about the Python-Dev
mailing list