[Python-Dev] Weekly Python Bug/Patch Summary
Kurt B. Kaiser
kbk at shore.net
Sun Mar 7 22:02:12 EST 2004
Patch / Bug Summary
___________________
Patches : 250 open ( +7) / 2322 closed ( +3) / 2572 total (+10)
Bugs : 733 open ( +5) / 3914 closed (+10) / 4647 total (+15)
RFE : 131 open ( +1) / 119 closed ( +0) / 250 total ( +1)
New / Reopened Patches
______________________
move test() in SimpleDialog.py (2004-03-06)
http://python.org/sf/911176 opened by tox-the-wanderer
dict.update should take a 2-tuple sequence like dict.__init_ (2004-02-25)
CLOSED http://python.org/sf/904720 reopened by rhettinger
support CVS version of tcl/tk ("8.5") (2004-02-27)
http://python.org/sf/905863 opened by Jeff Epler
Fix typos in pystate.h comments (2004-02-28)
http://python.org/sf/906501 opened by Greg Chapman
Syntax-related improvements to IDLE (2004-02-29)
http://python.org/sf/906702 opened by Noam Raphael
Improvements to cStringIO.writelines() (2004-03-01)
http://python.org/sf/907403 opened by Raymond Hettinger
WinSock 2 support on Win32 w/ MSVC++ 6 (2004-03-02)
http://python.org/sf/908631 opened by Jeff Connelly
asyncore fixes and improvements (2004-03-03)
http://python.org/sf/909005 opened by Alexey Klimkin
_ssl.c compatibility (2004-03-03)
http://python.org/sf/909007 opened by Samuel Nicolary
Optimize list comprehensions (2004-03-06)
CLOSED http://python.org/sf/910929 opened by Raymond Hettinger
robot.txt must be robots.txt (2004-03-08)
http://python.org/sf/911431 opened by George Yoshida
Patches Closed
______________
dict.update should take a 2-tuple sequence like dict.__init_ (2004-02-25)
http://python.org/sf/904720 closed by rhettinger
dict.update should take a 2-tuple sequence like dict.__init_ (2004-02-25)
http://python.org/sf/904720 closed by nnorwitz
FreeBSD new pthread problem with system scope (2004-02-23)
http://python.org/sf/902444 closed by perky
Optimize list comprehensions (2004-03-06)
http://python.org/sf/910929 closed by rhettinger
New / Reopened Bugs
___________________
str.join() intercepts TypeError raised by iterator (2004-02-26)
http://python.org/sf/905389 opened by Lenard Lindstrom
BuildApplet needs to get more BuildApplication features (2004-02-27)
http://python.org/sf/905737 opened by Jack Jansen
Build fails on XP (2004-02-28)
http://python.org/sf/906405 opened by Con
Docs for os, popen2 omit list argument to popen2() et al (2004-03-01)
http://python.org/sf/907457 opened by Michael Hoffman
"\textttNone" in Index (2004-03-01)
CLOSED http://python.org/sf/907575 opened by Heiko Selber
pdb should hash stdout (2004-03-02)
http://python.org/sf/908316 opened by Miki Tebeka
default index for __getslice__ is not sys.maxint (2004-03-02)
http://python.org/sf/908441 opened by Matthias Drochner
rexec.r_eval() does not work like eval() (2004-03-03)
http://python.org/sf/908936 opened by Philippe Fremy
Can Not import a module with - (DASH) in filename (2004-03-03)
CLOSED http://python.org/sf/909226 opened by Benjamin Schollnick
bug in idna-encoding-module (2004-03-03)
http://python.org/sf/909230 opened by Rumpeltux
segmentation fault (2004-03-03)
http://python.org/sf/909295 opened by Chuck Mason
Embedded Python Interpreter in MFC apps leaks (2004-03-03)
http://python.org/sf/909308 opened by David
copy.copy fails for array.array (2004-03-06)
http://python.org/sf/910986 opened by Glenn Parker
string str.split() behaviour inconsistency (2004-03-06)
CLOSED http://python.org/sf/911080 opened by Pete Shinners
Bugs Closed
___________
test_threading (2003-08-19)
http://python.org/sf/791542 closed by bcannon
test_strptime failures on FC2-test (2004-02-15)
http://python.org/sf/897817 closed by bcannon
time.strftime crashes python (2004-02-15)
http://python.org/sf/897625 closed by bcannon
logging.StreamHandler encodes log message in UTF-8 (2003-11-03)
http://python.org/sf/835353 closed by vsajip
"\textttNone" in Index (2004-03-01)
http://python.org/sf/907575 closed by akuchling
Platform module not documented (2004-01-09)
http://python.org/sf/873652 closed by bcannon
Can Not import a module with - (DASH) in filename (2004-03-03)
http://python.org/sf/909226 closed by montanaro
string str.split() behaviour inconsistency (2004-03-06)
http://python.org/sf/911080 closed by sjoerd
New / Reopened RFE
__________________
int object need more informative error message (2004-02-29)
http://python.org/sf/906746 opened by George Yoshida
More information about the Python-Dev
mailing list