[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Sun Jan 1 06:08:59 CET 2006


Patch / Bug Summary
___________________
Patches : 382 open ( +3) / 3003 closed ( +1) / 3385 total ( +4)
Bugs : 903 open (-11) / 5479 closed (+27) / 6382 total (+16)
RFE : 203 open ( -1) / 195 closed ( +2) / 398 total ( +1)
New / Reopened Patches
______________________
NotImplemented->TypeError in __add__ and __mul__ (2005年12月26日)
CLOSED http://python.org/sf/1390657 opened by Armin Rigo
dict.merge (2005年12月27日)
 http://python.org/sf/1391204 opened by Nicolas Lehuen
cookielib LWPCookieJar and MozillaCookieJar exceptions (2005年02月06日)
 http://python.org/sf/1117398 reopened by jjlee
Optional second argument for startfile (2005年12月29日)
 http://python.org/sf/1393157 opened by Thomas Heller
Add restart debugger command to pdb.py (2005年12月30日)
 http://python.org/sf/1393667 opened by Rocky Bernstein
Patches Closed
______________
NotImplemented->TypeError in __add__ and __mul__ (2005年12月26日)
 http://python.org/sf/1390657 closed by arigo
weakref callbacks are called only if the weakref is alive (2005年12月12日)
 http://python.org/sf/1379023 closed by arigo
New / Reopened Bugs
___________________
Incorrectly docs for return values of set update methods (2005年12月24日)
CLOSED http://python.org/sf/1389673 opened by Collin Winter
Fxn call in _elementtree.c has incorrect signedness (2005年12月24日)
CLOSED http://python.org/sf/1389809 opened by Brett Cannon
_winreg specifies EnvironmentError instead of WindowsError (2005年12月21日)
CLOSED http://python.org/sf/1386675 reopened by birkenfeld
ScrolledText hungs up in some conditions (2005年12月25日)
 http://python.org/sf/1390086 opened by dani_filth
README mention --without-cxx (2005年12月25日)
 http://python.org/sf/1390321 opened by Aahz
time docs lack %F in strftime! (2005年12月26日)
CLOSED http://python.org/sf/1390605 opened by Nikos Kouremenos
split() breaks no-break spaces (2005年12月26日)
CLOSED http://python.org/sf/1390608 opened by MvR
time.strftime('%F', local_time) is okay but time.strptime no (2005年12月26日)
CLOSED http://python.org/sf/1390629 opened by Nikos Kouremenos
lambda functions confused when mapped in dictionary object (2005年12月27日)
CLOSED http://python.org/sf/1390991 opened by Samuel Hsiung
missing module names in email package (2005年12月27日)
 http://python.org/sf/1391608 opened by Gabriel Genellina
floating point literals don't work in non-US locale in 2.5 (2005年12月28日)
 http://python.org/sf/1391872 opened by Fredrik Lundh
build fails on BSD 3.8 (2005年12月30日)
 http://python.org/sf/1392915 opened by George Yoshida
cannot build SVN trunk on old systems (2005年12月29日)
 http://python.org/sf/1393109 opened by Fredrik Lundh
Deleting first item causes anydbm.first() to fail (2005年12月30日)
 http://python.org/sf/1394135 opened by Dan Bisalputra
urllib2 raises exception when page redirects to itself (2005年12月31日)
CLOSED http://python.org/sf/1394453 opened by René Pijlman
SimpleHTTPServer doesn't understand query arguments (2005年12月31日)
 http://python.org/sf/1394565 opened by Aaron Swartz
'Plus' filemode exposes uninitialized memory on win32 (2005年12月31日)
 http://python.org/sf/1394612 opened by Cory Dodt
Bugs Closed
___________
Decimal sqrt() ignores rounding (2005年12月23日)
 http://python.org/sf/1388949 closed by facundobatista
Incorrect docs for return values of set update methods (2005年12月24日)
 http://python.org/sf/1389673 closed by birkenfeld
Fxn call in _elementtree.c has incorrect signedness (2005年12月25日)
 http://python.org/sf/1389809 closed by effbot
_winreg specifies EnvironmentError instead of WindowsError (2005年12月21日)
 http://python.org/sf/1386675 closed by birkenfeld
time docs lack %F in strftime! (2005年12月26日)
 http://python.org/sf/1390605 closed by birkenfeld
split() breaks no-break spaces (2005年12月26日)
 http://python.org/sf/1390608 closed by lemburg
time.strftime('%F', local_time) is okay but time.strptime no (2005年12月26日)
 http://python.org/sf/1390629 closed by birkenfeld
metaclasses, __getattr__, and special methods (2003年04月29日)
 http://python.org/sf/729913 closed by arigo
special methods become static (2004年11月15日)
 http://python.org/sf/1066490 closed by arigo
len() on class broken (2005年12月16日)
 http://python.org/sf/1382740 closed by arigo
urllib.url2pathname, pathname2url doc strings inconsistent (2002年12月07日)
 http://python.org/sf/649974 closed by birkenfeld
PyLong_AsVoidPtr()/PyLong_FromVoidPtr() (2002年12月14日)
 http://python.org/sf/653542 closed by birkenfeld
Acrobat Reader 5 compatibility (2003年04月14日)
 http://python.org/sf/721160 closed by birkenfeld
Calling socket.recv() with a large number breaks (2003年06月17日)
 http://python.org/sf/756104 closed by birkenfeld
Automated daily documentation builds (2002年06月26日)
 http://python.org/sf/574241 closed by birkenfeld
String formatting operator % badly documented (2003年11月10日)
 http://python.org/sf/839585 closed by birkenfeld
Document that highly recursive data cannot be pickled (2003年11月10日)
 http://python.org/sf/839075 closed by birkenfeld
os.exec* and first 'arg' (2003年11月19日)
 http://python.org/sf/845342 closed by birkenfeld
Error in urllib2 Examples (2004年05月16日)
 http://python.org/sf/954981 closed by birkenfeld
Lib/profile.doc should be updated (2001年12月05日)
 http://python.org/sf/489256 closed by birkenfeld
exec statement link in index broken (2005年12月19日)
 http://python.org/sf/1385004 closed by birkenfeld
Tutorial errors (2005年12月07日)
 http://python.org/sf/1375599 closed by birkenfeld
Dict docstring error Python-2.3.5 (2005年02月26日)
 http://python.org/sf/1152424 closed by birkenfeld
lambda functions confused when mapped in dictionary object (2005年12月27日)
 http://python.org/sf/1390991 closed by birkenfeld
Can't build Python on POSIX w/o $HOME (2004年05月24日)
 http://python.org/sf/959576 closed by birkenfeld
Setup.local ignored by setup.py (2004年07月29日)
 http://python.org/sf/999767 closed by birkenfeld
PyXxx_Check(x) trusts x->ob_type->tp_mro (2005年02月27日)
 http://python.org/sf/1153075 closed by arigo
urllib2 raises exception when page redirects to itself (2005年12月31日)
 http://python.org/sf/1394453 closed by rpijlman
New / Reopened RFE
__________________
tempfile misses usecase which requirs renaming (2005年12月25日)
 http://python.org/sf/1390197 opened by Dennis Allison
RFE Closed
__________
split() string method has two splitting algorithms (2005年11月28日)
 http://python.org/sf/1367936 closed by rhettinger
future warning in commets (2005年02月18日)
 http://python.org/sf/1144057 closed by mcherm


More information about the Python-Dev mailing list

AltStyle によって変換されたページ (->オリジナル) /