Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Wed Jul 18 02:30:16 EDT 2007
Patch / Bug Summary
___________________
Patches : 394 open ( +2) / 3827 closed (+35) / 4221 total (+37)
Bugs : 1046 open ( +4) / 6773 closed (+16) / 7819 total (+20)
RFE : 262 open ( -1) / 293 closed ( +1) / 555 total ( +0)
New / Reopened Patches
______________________
make build_opener raise exception when not passed a handler (2007-07-10)
CLOSED http://python.org/sf/1750931 opened by Robert Renaud
struni: fix for test_cmd_line (2007-07-10)
CLOSED http://python.org/sf/1751493 opened by Christian Heimes
struni: Replace assert_(==) with failUnlessEqual (2007-07-11)
CLOSED http://python.org/sf/1751515 opened by Christian Heimes
curses - new window methods: addchstr and addchnstr (2007-07-11)
http://python.org/sf/1751519 opened by Wojciech Mula
Dict comprehensions (2007-07-11)
CLOSED http://python.org/sf/1751800 opened by Thomas Wouters
Patch for Windows build (2007-07-11)
CLOSED http://python.org/sf/1751801 opened by Thomas Heller
struni: gettext fixes (2007-07-11)
CLOSED http://python.org/sf/1751958 opened by Christian Heimes
Typo in Lib/lib-tk/ScrolledText.py (2007-07-11)
CLOSED http://python.org/sf/1751965 opened by Ali Gholami Rudi
opcode.h incorrectly describes arg of SETUP_* (2007-07-11)
CLOSED http://python.org/sf/1752132 opened by Christopher Tur Lesniewski-Laas
Use the bytes type in asynchat (2007-07-11)
CLOSED http://python.org/sf/1752173 opened by Alexandre Vassalotti
fixing 2.5.1 build with unicode and dynamic loading disabled (2007-07-11)
http://python.org/sf/1752175 opened by Alexander Neundorf
PyHeapTypeObject fix (2007-07-11)
http://python.org/sf/1752184 opened by Thomas Heller
struni: for for poll, pep263, bigmem and a bit pickletool (2007-07-11)
CLOSED http://python.org/sf/1752195 opened by Christian Heimes
struni: _fileio fixes for Windows (2007-07-11)
CLOSED http://python.org/sf/1752225 opened by Amaury Forgeot d'Arc
Use the Unicode API in dlmodule.c (2007-07-11)
CLOSED http://python.org/sf/1752229 opened by Alexandre Vassalotti
urllib2 1750931 alternative patch (2007-07-12)
CLOSED http://python.org/sf/1752270 opened by John J Lee
reference leak in _PyUnicode_AsDefaultEncodedString (2007-07-12)
CLOSED http://python.org/sf/1752317 opened by Amaury Forgeot d'Arc
getaddrinfo no longer used in httplib (2007-07-12)
http://python.org/sf/1752332 opened by John J Lee
fix failing unit tests in mmap in struni branch (2007-07-12)
CLOSED http://python.org/sf/1752647 opened by Joe Gregorio
chown() does not handle UID > INT_MAX (2007-07-12)
http://python.org/sf/1752703 opened by Andrew Ferguson
Add RegEnableReflectionKey and RegDisableReflectionKey (2007-07-13)
http://python.org/sf/1753245 opened by Mark Hammond
Lib/regrtest.py -x 'test_xxx' does not work (2007-07-13)
CLOSED http://python.org/sf/1753310 opened by Thomas Heller
test_urllib2.test_fie passes (2007-07-13)
CLOSED http://python.org/sf/1753889 opened by Hasan Diwan
Tighter co_stacksize computation in stackdepth_walk (2007-07-14)
http://python.org/sf/1754094 opened by Christopher Tur Lesniewski-Laas
Deprecation warning for `backticks` (2007-07-15)
http://python.org/sf/1754271 opened by Tom Lee
Deprecation warning for <> (NOTEQUAL) (2007-07-15)
http://python.org/sf/1754273 opened by Tom Lee
struni: Bytes support for TextIOWrapper.write() (2007-07-15)
CLOSED http://python.org/sf/1754339 opened by Christian Heimes
linecache package handling (2007-07-15)
http://python.org/sf/1754483 opened by Kevin Goodsell
struni: Various patches for windows (2007-07-16)
CLOSED http://python.org/sf/1754484 opened by Amaury Forgeot d'Arc
Non-portable address length calculation for AF_UNIX sockets (2007-07-16)
http://python.org/sf/1754489 opened by Vlado Handziski
urllib2 tests pass (2007-07-16)
http://python.org/sf/1755133 opened by Hasan Diwan
struni: corrections for test_cProfile (2007-07-17)
CLOSED http://python.org/sf/1755176 opened by Amaury Forgeot d'Arc
struni: corrections in ftplib (2007-07-17)
CLOSED http://python.org/sf/1755206 opened by Amaury Forgeot d'Arc
struni: correction for sockets on win32 (2007-07-17)
CLOSED http://python.org/sf/1755214 opened by Amaury Forgeot d'Arc
struni: correction for _winreg module (2007-07-17)
CLOSED http://python.org/sf/1755229 opened by Amaury Forgeot d'Arc
Patch for [ 735515 ] urllib2 should cache 301 redir (2007-07-18)
http://python.org/sf/1755841 opened by O.R.Senthil Kumaran
Show Location of Unicode Escape Errors (2007-07-18)
http://python.org/sf/1755885 opened by Kurt B. Kaiser
Patches Closed
______________
make build_opener raise exception when not passed a handler (2007-07-10)
http://python.org/sf/1750931 closed by gbrandl
struni: fix for test_cmd_line (2007-07-10)
http://python.org/sf/1751493 closed by gvanrossum
struni: Replace assert_(==) with failUnlessEqual (2007-07-10)
http://python.org/sf/1751515 closed by gvanrossum
Dict comprehensions (2007-07-11)
http://python.org/sf/1751800 closed by twouters
Patch for Windows build (2007-07-11)
http://python.org/sf/1751801 closed by theller
Patch for PEP 3109 (2007-05-06)
http://python.org/sf/1713889 closed by gvanrossum
Implementation of @abstractmethod for PEP 3119 (2007-04-24)
http://python.org/sf/1706989 closed by gvanrossum
struni: gettext fixes (2007-07-11)
http://python.org/sf/1751958 closed by gvanrossum
Typo in Lib/lib-tk/ScrolledText.py (2007-07-11)
http://python.org/sf/1751965 closed by gbrandl
opcode.h incorrectly describes arg of SETUP_* (2007-07-11)
http://python.org/sf/1752132 closed by gbrandl
Use the bytes type in asynchat (2007-07-11)
http://python.org/sf/1752173 closed by gvanrossum
struni: for for poll, pep263, bigmem and a bit pickletool (2007-07-11)
http://python.org/sf/1752195 closed by gvanrossum
struni: _fileio fixes for Windows (2007-07-11)
http://python.org/sf/1752225 closed by theller
Use the Unicode API in dlmodule.c (2007-07-11)
http://python.org/sf/1752229 closed by gvanrossum
urllib2 1750931 alternative patch (2007-07-11)
http://python.org/sf/1752270 closed by gbrandl
reference leak in _PyUnicode_AsDefaultEncodedString (2007-07-11)
http://python.org/sf/1752317 closed by gvanrossum
binary and new-style octal literals (2007-03-14)
http://python.org/sf/1681002 closed by twouters
Patch inspect.py for IronPython / Jython Compatibility (2007-06-19)
http://python.org/sf/1739696 closed by gbrandl
Fix selectmodule.c compilation on GNU/Hurd (2007-06-11)
http://python.org/sf/1735030 closed by gbrandl
Patch to vs 2005 build (2007-05-26)
http://python.org/sf/1726195 closed by gbrandl
Datetime enhancements (2007-02-21)
http://python.org/sf/1665292 closed by gbrandl
'%G' string formatting doesn't catch same errors as '%g' (2007-03-05)
http://python.org/sf/1673759 closed by gbrandl
Improve doc for time.strptime (2007-06-05)
http://python.org/sf/1731659 closed by gbrandl
Expect skips by platform (2007-06-05)
http://python.org/sf/1731169 closed by gbrandl
Zipfile tweaks and test coverage improvement (2007-03-07)
http://python.org/sf/1675424 closed by gbrandl
fix failing unit tests in mmap in struni branch (2007-07-12)
http://python.org/sf/1752647 closed by gvanrossum
Lib/regrtest.py -x 'test_xxx' does not work (2007-07-13)
http://python.org/sf/1753310 closed by gbrandl
test_urllib2.test_fie passes (2007-07-13)
http://python.org/sf/1753889 closed by gvanrossum
struni: Bytes support for TextIOWrapper.write() (2007-07-15)
http://python.org/sf/1754339 closed by gvanrossum
struni: Various patches for windows (2007-07-15)
http://python.org/sf/1754484 closed by gvanrossum
struni: corrections for test_cProfile (2007-07-16)
http://python.org/sf/1755176 closed by gvanrossum
struni: corrections in ftplib (2007-07-16)
http://python.org/sf/1755206 closed by gvanrossum
struni: correction for sockets on win32 (2007-07-16)
http://python.org/sf/1755214 closed by gvanrossum
struni: correction for _winreg module (2007-07-16)
http://python.org/sf/1755229 closed by gvanrossum
New / Reopened Bugs
___________________
Popen pipe file descriptor leak on OSError in init (2007-07-10)
http://python.org/sf/1751245 opened by Justin Francis
struni: str() doesn't call __str__() of subclasses of str (2007-07-11)
http://python.org/sf/1751598 opened by Christian Heimes
struni: Three ctypes tests are SEGFAULTing (2007-07-11)
CLOSED http://python.org/sf/1751885 opened by Christian Heimes
struni: help() is broken (2007-07-11)
http://python.org/sf/1751932 opened by Christian Heimes
tkFileDialog closes Python when used (2007-07-11)
http://python.org/sf/1752252 opened by ferrari24
RotatingFileHandler.doRollover behave wrong vs. log4j's (2007-07-12)
http://python.org/sf/1752539 opened by Jin Qing
email.message_from_string: initial line gets discarded (2007-07-12)
CLOSED http://python.org/sf/1752723 opened by David Webster
Exception in HTMLParser for special JavaScript code (2007-07-12)
http://python.org/sf/1752919 opened by Eugine Kosenko
Open always create new tab or new browser (2007-07-13)
http://python.org/sf/1753371 opened by Ilan Peleg
struni: assertion in Windows debug build (2007-07-13)
http://python.org/sf/1753395 opened by Thomas Heller
subprocess.check_call() new in 2.5 (2007-07-13)
CLOSED http://python.org/sf/1753406 opened by Yitz Gale
base64 "legacy" functions violate RFC 3548 (2007-07-13)
http://python.org/sf/1753718 opened by Paul Winkler
xmlrpclib.Binary doesn't say which base64 spec it implements (2007-07-13)
http://python.org/sf/1753732 opened by Paul Winkler
subprocess raising "No Child Process" OSError (2007-07-13)
http://python.org/sf/1753891 opened by slowfood
Docstring for codecs.lookup is incorrect (2007-07-15)
http://python.org/sf/1754453 opened by Omari Norman
"yield" causes strange behaviour (2007-07-16)
CLOSED http://python.org/sf/1754456 opened by Miki Tebeka
subprocess.Popen.wait fails sporadically with threads (2007-07-16)
http://python.org/sf/1754642 opened by Geoffrey Bache
document default values for sort parameters (2007-07-16)
http://python.org/sf/1755097 opened by Ilya Sandler
subprocess raising "No Child Process" OSError (2007-07-16)
CLOSED http://python.org/sf/1755150 opened by slowfood
Deadlocks with fork() and multithreading (2007-07-16)
http://python.org/sf/1755179 opened by Vanco Buca
Problem with socket.gethostbyaddr() and KeyboardInterrupt (2007-07-17)
http://python.org/sf/1755388 opened by STINNER Victor
Bugs Closed
___________
Bad documentation of SMTPException (2007-04-05)
http://python.org/sf/1694950 closed by quiver
Python-2.5.1.tar.bz2 build failed at Centos-4.5 server (2007-06-17)
http://python.org/sf/1738559 closed by loewis
os.getlogin should use the DISPLAY and not the tty (2007-07-08)
http://python.org/sf/1750013 closed by loewis
struni: Three ctypes tests are SEGFAULTing (2007-07-11)
http://python.org/sf/1751885 closed by tiran
string and unicode formatting are missing a test for "G" (2007-03-05)
http://python.org/sf/1673757 closed by gbrandl
PCbuild8/pcbuild.sln is missing "_socket" sub-project (2007-04-15)
http://python.org/sf/1700865 closed by gbrandl
test_sqlite fails on OSX G5 arch if test_ctypes is run (2006-10-21)
http://python.org/sf/1581906 closed by theller
email.message_from_string: initial line gets discarded (2007-07-12)
http://python.org/sf/1752723 closed by bwarsaw
IDE needs to remember status of interactive window (2003-06-22)
http://python.org/sf/758565 closed by ronaldoussoren
subprocess.check_call() new in 2.5 (2007-07-13)
http://python.org/sf/1753406 closed by gbrandl
Segfault in c_char_p of ctypes (2007-04-16)
http://python.org/sf/1701409 closed by theller
non-standard: array[0] (2007-01-31)
http://python.org/sf/1649098 closed by theller
ctypes: problem with large integers (2007-04-19)
http://python.org/sf/1703952 closed by theller
ctypes documenation obscure and incomplete (2006-05-09)
http://python.org/sf/1484580 closed by theller
Python 2.5b2 fails to build on Solaris 10 (GCC Compiler) (2006-07-26)
http://python.org/sf/1529269 closed by theller
"yield" causes strange behaviour (2007-07-16)
http://python.org/sf/1754456 closed by tebeka
subprocess raising "No Child Process" OSError (2007-07-16)
http://python.org/sf/1755150 deleted by slowfood
RFE Closed
__________
if __name__=='__main__' missing in tutorial (2007-01-17)
http://python.org/sf/1637365 closed by gbrandl
More information about the Python-list
mailing list