[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Thu Nov 11 05:01:21 CET 2004
Patch / Bug Summary
___________________
Patches : 244 open ( +3) / 2698 closed (+15) / 2942 total (+18)
Bugs : 771 open (-13) / 4595 closed (+28) / 5366 total (+15)
RFE : 157 open ( -1) / 134 closed ( +3) / 291 total ( +2)
New / Reopened Patches
______________________
add missing __all__ to pickletools.py (2004-11-07)
CLOSED http://python.org/sf/1061679 opened by George Yoshida
fix for bug 1055168 (pdb not entering the right frame) (2004-11-06)
CLOSED http://python.org/sf/1061767 opened by Ilya Sandler
use a new -m option in pdb and profile invocations (2004-11-06)
CLOSED http://python.org/sf/1061780 opened by Ilya Sandler
Source code encoding in IDLE console (2004-11-07)
http://python.org/sf/1061803 opened by Hye-Shik Chang
[ 1061857 ] Error and omission in logging docs (2004-11-07)
CLOSED http://python.org/sf/1061882 opened by Jeroen Vloothuis
fix for bug 878275 class MyTest(unittest.TestSuite) (2004-11-07)
CLOSED http://python.org/sf/1061904 opened by Irmen de Jong
Relative to bug #1061857 -- logging docs (2004-11-07)
CLOSED http://python.org/sf/1061924 opened by Rodrigo Dias Arruda Senra
[ 971872 ] An apparent bug in help (2004-11-07)
CLOSED http://python.org/sf/1061931 opened by Jeroen Vloothuis
fix for 988120 httplib.py not updating length correctly (2004-11-07)
CLOSED http://python.org/sf/1061941 opened by Irmen de Jong
fix for 764437 AF_UNIX socket special linux socket names (2004-11-07)
http://python.org/sf/1062014 opened by Irmen de Jong
Fix for bug issue #1038693 -- bad link in Tkinter docs (2004-11-07)
CLOSED http://python.org/sf/1062018 opened by Rodrigo Dias Arruda Senra
Half-fix for 1027771 - DOM insertBefore (2004-11-07)
CLOSED http://python.org/sf/1062033 opened by Rodrigo Dias Arruda Senra
fix for 1016880 urllib.urlretrieve silently truncates dwnld (2004-11-07)
http://python.org/sf/1062060 opened by Irmen de Jong
deque pickling problems (2004-11-08)
CLOSED http://python.org/sf/1062279 opened by Dima Dorfman
set pickling problems (2004-11-08)
CLOSED http://python.org/sf/1062353 opened by Dima Dorfman
Pickle breakage with reduction of recursive structures (2004-11-08)
http://python.org/sf/1062277 opened by Dima Dorfman
distutils and python 1.5.2 (2004-11-09)
CLOSED http://python.org/sf/1063059 opened by Davide Alberani
Tkinter clipboard_get method (new in Tk 8.4) (2004-11-10)
http://python.org/sf/1063914 opened by Martin Franklin
Patches Closed
______________
add missing __all__ to pickletools.py (2004-11-06)
http://python.org/sf/1061679 closed by tim_one
fix for bug 1055168 (pdb not entering the right frame) (2004-11-07)
http://python.org/sf/1061767 closed by jlgijsbers
use a new -m option in pdb and profile invocations (2004-11-07)
http://python.org/sf/1061780 closed by rhettinger
[ 1061857 ] Error and omission in logging docs (2004-11-07)
http://python.org/sf/1061882 closed by jlgijsbers
fix for bug 878275 class MyTest(unittest.TestSuite) (2004-11-07)
http://python.org/sf/1061904 closed by jlgijsbers
Check for NULL returns in compile.c:com_import_stmt (2004-09-10)
http://python.org/sf/1025636 closed by jhylton
Relative to bug #1061857 -- logging docs (2004-11-07)
http://python.org/sf/1061924 closed by jlgijsbers
[ 971872 ] An apparent bug in help (2004-11-07)
http://python.org/sf/1061931 closed by jlgijsbers
fix for 988120 httplib.py not updating length correctly (2004-11-07)
http://python.org/sf/1061941 closed by jhylton
Update HTTPRespnse.length (2004-07-10)
http://python.org/sf/988642 closed by jhylton
Fix for bug issue #1038693 -- bad link in Tkinter docs (2004-11-07)
http://python.org/sf/1062018 closed by jlgijsbers
Half-fix for 1027771 - DOM insertBefore (2004-11-07)
http://python.org/sf/1062033 closed by jlgijsbers
deque pickling problems (2004-11-08)
http://python.org/sf/1062279 closed by rhettinger
set pickling problems (2004-11-08)
http://python.org/sf/1062353 closed by rhettinger
distutils and python 1.5.2 (2004-11-09)
http://python.org/sf/1063059 closed by loewis
New / Reopened Bugs
___________________
test_socket fails (2004-11-06)
http://python.org/sf/1061429 opened by TPJ
spelling error in win installer (2004-11-06)
CLOSED http://python.org/sf/1061457 opened by Simon Dahlbacka
Manual typesets bit-shift operators as guillemet (2004-11-06)
http://python.org/sf/1061770 opened by Brion Vibber
Error and omission in logging docs (2004-11-07)
CLOSED http://python.org/sf/1061857 opened by Kent Johnson
"k" specifier in PyArg_ParseTuple incomplete documentated (2004-11-07)
http://python.org/sf/1061920 opened by Gustavo J. A. M. Carneiro
threads: segfault or Py_FatalError at exit (2004-11-07)
CLOSED http://python.org/sf/1061968 opened by Armin Rigo
test_subprocess fails on winXP (2004-11-07)
CLOSED http://python.org/sf/1061991 opened by Miki Tebeka
locale.getdefaultlocale() returns wrong encoding (2004-11-08)
CLOSED http://python.org/sf/1062261 opened by Andreas Jung
pwent objects from the pwd module ar e not pickle-able (2004-11-08)
http://python.org/sf/1062708 opened by Keith Dart
not enough information in SGMLParserError? (2004-11-09)
http://python.org/sf/1063229 opened by Alan Ezust
test_subprocess 2.4b2 fails on tru64 (2004-11-10)
http://python.org/sf/1063571 opened by roadkill
Modules/zipimport.c does not compile on solaris (2004-11-08)
CLOSED http://python.org/sf/1062495 opened by Niki W. Waibel
optparse docs mildly mangled (2004-11-10)
http://python.org/sf/1063757 opened by Michael Hudson
IDLE aborts on any error when started with "-n" (2004-11-10)
http://python.org/sf/1063840 opened by Miki Tebeka
asyncore should handle ECONNRESET in send (2004-11-10)
http://python.org/sf/1063924 opened by Florent Guillaume
Random core dumps (2004-11-10)
http://python.org/sf/1063937 opened by munder12
Bugs Closed
___________
spelling error in win installer (2004-11-06)
http://python.org/sf/1061457 closed by rhettinger
Why does Python link to Foundation? (2004-09-24)
http://python.org/sf/1034277 closed by bcannon
time module returns wrong timezone under windows (2004-10-24)
http://python.org/sf/1053539 closed by bcannon
incorrect "'yield' outside function" error (2004-11-04)
http://python.org/sf/1060135 closed by rhettinger
compiler.transformer, "from module import *" (2004-10-31)
http://python.org/sf/1057835 closed by mwh
pdb.set_trace should go up one more frame (2004-10-27)
http://python.org/sf/1055168 closed by jlgijsbers
Buffer overflow in socketmodule.c (2004-11-04)
http://python.org/sf/1060396 closed by jhylton
test_unicode_file fails on win2k (2004-07-12)
http://python.org/sf/989338 closed by loewis
2.4b1 Win32 installer eliminates 2.3 assoc (2004-10-20)
http://python.org/sf/1050486 closed by loewis
Error and omission in logging docs (2004-11-07)
http://python.org/sf/1061857 closed by jlgijsbers
Implicit close() should check for errors (2004-05-24)
http://python.org/sf/959379 closed by astrand
subprocess on Windows: extra windows (2004-10-29)
http://python.org/sf/1057061 closed by astrand
An apparent bug in help (2004-06-12)
http://python.org/sf/971872 closed by jlgijsbers
httplib.HTTPResponse.read() not updating the length correctl (2004-07-09)
http://python.org/sf/988120 closed by jhylton
subprocess on Windows 2: unexpected failure (2004-10-29)
http://python.org/sf/1057052 closed by astrand
threads: segfault or Py_FatalError at exit (2004-11-07)
http://python.org/sf/1061968 closed by arigo
subprocess fails for args="...", executable="..." (2004-10-29)
http://python.org/sf/1056441 closed by astrand
test_subprocess fails on winXP (2004-11-07)
http://python.org/sf/1061991 closed by tebeka
bad link in Tkinter docs (2004-10-01)
http://python.org/sf/1038693 closed by jlgijsbers
file.next() info hidden (2004-09-29)
http://python.org/sf/1036626 closed by jlgijsbers
In DOM Node Objects, add more explanations for insertBefore (2004-09-14)
http://python.org/sf/1027771 closed by jlgijsbers
httplib throws a TypeError when the target host disconnects (2002-08-06)
http://python.org/sf/591349 closed by jlgijsbers
locale.getdefaultlocale() returns wrong encoding (2004-11-08)
http://python.org/sf/1062261 closed by jlgijsbers
senddigest error (2004-09-01)
http://python.org/sf/1020605 closed by facundobatista
Memory leakage in SAX with exception (2002-07-31)
http://python.org/sf/589149 closed by facundobatista
Include/pyport.h: Bad LONG_BIT assumption on non-glibc sys (2004-09-07)
http://python.org/sf/1023838 closed by cdgregorr
test_xrange fails on osf1 v5.1b (2004-09-06)
http://python.org/sf/1022813 closed by dharma_roadkill
Modules/zipimport.c does not compile on solaris (2004-11-08)
http://python.org/sf/1062495 closed by rhettinger
New / Reopened RFE
__________________
Remove troublesome assert in trace.py (2004-11-07)
CLOSED http://python.org/sf/1062190 opened by Jp Calderone
RFE Closed
__________
lock-free data structures? (2004-11-03)
http://python.org/sf/1059545 closed by tim_one
optparse error method doesn't print option info (2004-07-29)
http://python.org/sf/1000439 closed by nestler
Remove troublesome assert in trace.py (2004-11-07)
http://python.org/sf/1062190 closed by rhettinger
More information about the Python-Dev
mailing list