[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Sat Dec 18 04:21:15 CET 2004
Patch / Bug Summary
___________________
Patches : 259 open ( +0) / 2707 closed ( +2) / 2966 total ( +2)
Bugs : 822 open (+22) / 4685 closed (+23) / 5507 total (+45)
RFE : 160 open ( +0) / 139 closed ( +2) / 299 total ( +2)
New / Reopened Patches
______________________
repair typo (2004-12-08)
CLOSED http://python.org/sf/1080684 opened by George Yoshida
Description of message_set and command option to store() (2004-12-13)
http://python.org/sf/1084092 opened by Sean Reifschneider
Patches Closed
______________
repair typo (2004-12-07)
http://python.org/sf/1080684 closed by jlgijsbers
fix inspect.getsource breaking with line-continuation & more (2004-08-19)
http://python.org/sf/1011890 closed by jlgijsbers
New / Reopened Bugs
___________________
Inplace set merge produces wrong results (2004-12-07)
CLOSED http://python.org/sf/1080424 opened by Matthias Klose
float issue for NaN type in .pyc file (2004-12-07)
http://python.org/sf/1080440 opened by Dileep Nirala
Python Icon in system Tray (2004-12-07)
CLOSED http://python.org/sf/1080634 opened by Dileep Nirala
thread.error: release unlocked lock on Queue put (2004-12-07)
CLOSED http://python.org/sf/1080660 opened by John Speno
os.ttyname() accepts wrong arguments (2004-12-07)
http://python.org/sf/1080713 opened by Christian Höltje
full test with all unicode text files (2004-12-07)
CLOSED http://python.org/sf/1080811 opened by Grzegorz Makarewicz
locale.py doesn't recognize valid locale setting (2004-12-07)
CLOSED http://python.org/sf/1080864 opened by stas Z
readline module doesn't build on MacOSX (2004-12-07)
http://python.org/sf/1081045 opened by Skip Montanaro
Bad reference in whrandom docs (2004-12-08)
CLOSED http://python.org/sf/1081370 opened by Lars Marius Garshol
LDAP search segfaults on RedHat FC3 (2004-12-08)
CLOSED http://python.org/sf/1081633 opened by Tessa Lau
Rewrite of docs for compiler.visitor (2004-12-09)
http://python.org/sf/1081824 opened by Kent Johnson
Pydoc can't find browser (bug+solution!) (2004-12-08)
http://python.org/sf/1081879 opened by Stewart Midwinter
PyString_AsString() segfaults when passed a unicode string (2004-12-09)
CLOSED http://python.org/sf/1082085 opened by Andreas Jung
Documentation for PyUnicode_TailMatch incorrrectly says it r (2004-12-10)
CLOSED http://python.org/sf/1082944 opened by Jim Fulton
truncated gzip file triggers zlibmodule segfault (2004-12-10)
http://python.org/sf/1083110 opened by Sam Rushing
Change in signal function in the signal module (2004-12-10)
http://python.org/sf/1083177 opened by Gary H. Loechelt
Unable to see Python binary (2004-12-10)
http://python.org/sf/1082874 opened by Prabal Rakshit
UnboundLocalError raised by atexit module (2004-12-10)
CLOSED http://python.org/sf/1083202 opened by Gary H. Loechelt
Distutils doesn't pick up all the files it should. (2004-12-10)
http://python.org/sf/1083299 opened by Mike Meyer
font lock keyword regular expressions (2004-12-09)
http://python.org/sf/1082487 opened by Robert Brown
Tests fail instead of skip (2004-12-12)
http://python.org/sf/1083645 opened by Detlef Vollmann
Python 2.4 crashes (2004-12-12)
http://python.org/sf/1083793 opened by Axel Kaiser
functions replaced should point to its docs (2004-12-12)
http://python.org/sf/1083895 opened by Johannes Gijsbers
status of small floats in xml-rpc ? (2004-12-13)
CLOSED http://python.org/sf/1084279 opened by Antoine Pitrou
ossaudiodev no longer undocumented (2004-12-13)
CLOSED http://python.org/sf/1084457 opened by Gregory H. Ball
sys.stdin segfaults on invalid stdin (2004-12-13)
http://python.org/sf/1084766 opened by Mihai Ibanescu
list initialization bug (2004-12-14)
CLOSED http://python.org/sf/1084906 opened by py_py
gethostbyaddr on redhat for multiple hostnames (2004-12-14)
http://python.org/sf/1085069 opened by Dave Kirby
Fix stale link in PEP (2004-12-14)
CLOSED http://python.org/sf/1085096 opened by Michael Chermside
Uninstaller unclear about the app it's uninstalling (2004-12-14)
CLOSED http://python.org/sf/1085168 opened by Giles Antonio Radford
Uninstaller should restore file associations if possible (2004-12-14)
http://python.org/sf/1085172 opened by Giles Antonio Radford
Installation ends prematurely (2004-12-14)
http://python.org/sf/1085208 opened by anamh0001
binascii.b2a_qp oddities (2004-12-14)
http://python.org/sf/1085283 opened by DSM
Mac Library Modules 1.1.1 Bad Info (2004-12-14)
http://python.org/sf/1085300 opened by Walrus
Make array.array pickle-able (2004-12-14)
CLOSED http://python.org/sf/1085304 opened by Nicolas Fleury
Bad interaction between PySequence_Fast and itertools (2004-12-15)
CLOSED http://python.org/sf/1085744 opened by Nick Coghlan
subprocess.Popen feature request (2004-12-15)
http://python.org/sf/1085861 opened by Michele Simionato
PySequence_Tuple not as fast as PySequence_List (2004-12-15)
http://python.org/sf/1085744 reopened by rhettinger
two strings holding the same value have different id (2004-12-15)
CLOSED http://python.org/sf/1086096 opened by Stefan Seefeld
Typo in module os documentation (2004-12-15)
CLOSED http://python.org/sf/1086127 opened by Connelly
refcount problem in syslog (2004-12-16)
CLOSED http://python.org/sf/1086555 opened by DSM
segfault in readline (2004-12-16)
http://python.org/sf/1086603 opened by DSM
Compile of _socket fails on 2.4 (2004-12-16)
http://python.org/sf/1086642 opened by A. Stocker
optparse docs missing section on Extending (2004-12-16)
http://python.org/sf/1086675 opened by Kent Johnson
"slots" member variable in object.h confuses Qt moc utility (2004-12-17)
http://python.org/sf/1086854 opened by Jeremy Friesner
datetime module documentation missing critical detail (2004-12-17)
http://python.org/sf/1087216 opened by Mike Meyer
Bugs Closed
___________
Inplace set merge produces wrong results (2004-12-07)
http://python.org/sf/1080424 closed by tim_one
thread.error: release unlocked lock on Queue put (2004-12-07)
http://python.org/sf/1080660 closed by rhettinger
full test with all unicode text files (2004-12-07)
http://python.org/sf/1080811 closed by makaron
locale.py doesn't recognize valid locale setting (2004-12-07)
http://python.org/sf/1080864 closed by lemburg
Bad reference in whrandom docs (2004-12-08)
http://python.org/sf/1081370 closed by rhettinger
PythonWin Tray Icon in system Tray on Windows platform (2004-12-07)
http://python.org/sf/1080634 closed by loewis
LDAP search segfaults on RedHat FC3 (2004-12-08)
http://python.org/sf/1081633 closed by loewis
PyString_AsString() segfaults when passed a unicode string (2004-12-09)
http://python.org/sf/1082085 closed by dcjim
Documentation for PyUnicode_TailMatch incorrrectly says it r (2004-12-10)
http://python.org/sf/1082944 closed by rhettinger
UnboundLocalError raised by atexit module (2004-12-10)
http://python.org/sf/1083202 closed by rhettinger
Python 1.5.2 security vulnerability still present in 2.3.4 (2004-08-05)
http://python.org/sf/1003471 closed by aimacintyre
test_subprocess fails on cygwin (2004-11-22)
http://python.org/sf/1071516 closed by jlt63
Error building _bsddb extension (2004-12-01)
http://python.org/sf/1077040 closed by greg
status of small floats in xml-rpc ? (2004-12-13)
http://python.org/sf/1084279 closed by rhettinger
ossaudiodev no longer undocumented (2004-12-13)
http://python.org/sf/1084457 closed by rhettinger
list initialization bug (2004-12-14)
http://python.org/sf/1084906 closed by rhettinger
Fix stale link in PEP (2004-12-14)
http://python.org/sf/1085096 closed by jlgijsbers
Uninstaller unclear about the app it's uninstalling (2004-12-14)
http://python.org/sf/1085168 closed by loewis
Bad interaction between PySequence_Fast and itertools (2004-12-15)
http://python.org/sf/1085744 closed by rhettinger
Signal reception problem. FreeBSD 4.8 and 4.9 after forkpty (2004-04-28)
http://python.org/sf/944119 closed by levis501
PySequence_Tuple not as fast as PySequence_List (2004-12-15)
http://python.org/sf/1085744 closed by rhettinger
two strings holding the same value have different id (2004-12-15)
http://python.org/sf/1086096 closed by goodger
Typo in module os documentation (2004-12-16)
http://python.org/sf/1086127 closed by doerwalter
refcount problem in syslog (2004-12-16)
http://python.org/sf/1086555 closed by rhettinger
New / Reopened RFE
__________________
Add encoding to DocFileSuite (2004-12-07)
http://python.org/sf/1080727 opened by Bjorn Tillenius
RFE Closed
__________
ignore element format character for PyArg_ParseTuple (2004-11-30)
http://python.org/sf/1075902 closed by rhettinger
Make array.array pickle-able (2004-12-14)
http://python.org/sf/1085304 closed by rhettinger
More information about the Python-Dev
mailing list