[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Sat Aug 4 07:26:32 CEST 2007
Patch / Bug Summary
___________________
Patches : 404 open ( +5) / 3847 closed (+11) / 4251 total (+16)
Bugs : 1059 open ( +3) / 6784 closed ( +8) / 7843 total (+11)
RFE : 263 open ( +0) / 295 closed ( +1) / 558 total ( +1)
New / Reopened Patches
______________________
struni: Fix test_aepack by converting 4cc's to bytes (2007-07-26)
CLOSED http://python.org/sf/1761465 reopened by gvanrossum
distutils.util.get_platform() return value on 64bit Windows (2007-07-27)
http://python.org/sf/1761786 opened by Mark Hammond
Some fix abount _WIN32_WINNT (2007-07-27)
CLOSED http://python.org/sf/1761803 opened by Hirokazu Yamamoto
struni: test_xml_etree.py (2007-07-27)
CLOSED http://python.org/sf/1762412 opened by Joe Gregorio
unable to serialize Infinity or NaN on ARM using marshal (2007-07-28)
http://python.org/sf/1762561 opened by Matthias Klose
struni: test_urllib2, test_cookielib (2007-07-29)
CLOSED http://python.org/sf/1762940 opened by Joe Gregorio
socket close fixed (2007-07-29)
CLOSED http://python.org/sf/1763387 opened by Hasan Diwan
tiny addition to peephole optimizer (2007-07-31)
http://python.org/sf/1764087 opened by Paul Pogonyshev
Fix for test_socketserver for Py3k (2007-07-31)
CLOSED http://python.org/sf/1764815 opened by ??PC??
generic and more efficient removal of unreachable code (2007-08-01)
http://python.org/sf/1764986 opened by Paul Pogonyshev
logging: delay_fh option and configuration kwargs (2007-08-01)
http://python.org/sf/1765140 opened by Chris Leary
small improvement for peephole conditional jump optimizer (2007-08-01)
http://python.org/sf/1765558 opened by Paul Pogonyshev
urllib2-howto - correction (2007-08-02)
http://python.org/sf/1765839 opened by O.R.Senthil Kumaran
improve xrange.__contains__ (2007-08-02)
http://python.org/sf/1766304 opened by Stargaming
Fix for test_zipimport (2007-08-03)
CLOSED http://python.org/sf/1766592 opened by ??PC??
Make xmlrpc use HTTP/1.1 and keepalive (2007-08-04)
http://python.org/sf/1767370 opened by Donovan Baarda
test_csv struni fixes + unicode support in _csv (2007-08-03)
http://python.org/sf/1767398 opened by Adam Hupp
Patches Closed
______________
struni: Fix test_aepack by converting 4cc's to bytes (2007-07-26)
http://python.org/sf/1761465 closed by gvanrossum
struni: Fix test_aepack by converting 4cc's to bytes (2007-07-26)
http://python.org/sf/1761465 closed by gvanrossum
Some fix abount _WIN32_WINNT (2007-07-27)
http://python.org/sf/1761803 closed by mhammond
struni pulldom: Don't use 'types' to check strings (2007-07-24)
http://python.org/sf/1759922 closed by gvanrossum
struni: test_xml_etree.py (2007-07-27)
http://python.org/sf/1762412 closed by loewis
struni: test_urllib2, test_cookielib (2007-07-28)
http://python.org/sf/1762940 closed by gvanrossum
socket close fixed (2007-07-30)
http://python.org/sf/1763387 closed by facundobatista
itertools.getitem() (2007-07-08)
http://python.org/sf/1749857 closed by rhettinger
Fix for test_socketserver for Py3k (2007-07-31)
http://python.org/sf/1764815 closed by gvanrossum
Fix Decimal.sqrt bugs described in #1725899 (2007-06-22)
http://python.org/sf/1741308 closed by facundobatista
Fix for test_zipimport (2007-08-03)
http://python.org/sf/1766592 closed by gvanrossum
urllib2 tests pass (2007-07-16)
http://python.org/sf/1755133 closed by gvanrossum
New / Reopened Bugs
___________________
'exec' does not accept what 'open' returns (2007-07-28)
http://python.org/sf/1762972 opened by Brett Cannon
S.find documentation uses s[start, end] vs. s[start:end] (2007-07-29)
CLOSED http://python.org/sf/1763149 opened by Rob
copy 2 (2007-07-30)
http://python.org/sf/1764044 opened by robs pythonid
_RLock.__repr__ throws exception (2007-07-30)
CLOSED http://python.org/sf/1764059 opened by Greg Kochanski
The -m switch does not use the builtin __main__ module (2007-07-31)
http://python.org/sf/1764407 opened by Nick Coghlan
Decimal comparison with None fails in Windows (2007-07-31)
CLOSED http://python.org/sf/1764761 opened by pablohoffman.com
setup.py trashes LDFLAGS (2007-08-01)
http://python.org/sf/1765375 opened by Harald Koenig
poll() returns "status code", not "return code" (2007-08-02)
http://python.org/sf/1766421 opened by sjbrown
os.chmod failure (2007-08-03)
http://python.org/sf/1767242 reopened by rgheck
os.chmod failure (2007-08-03)
http://python.org/sf/1767242 opened by Richard Heck
String.capwords() does not capitalize first word (2007-08-03)
http://python.org/sf/1767363 opened by Saatvik Agarwal
Bugs Closed
___________
No docs for list comparison (2007-07-25)
http://python.org/sf/1760423 closed by gbrandl
SSL-ed sockets don't close correct? (2004-06-24)
http://python.org/sf/978833 closed by loewis
incorrect return value of unicodedata.lookup() - beoynd BMP (2007-04-21)
http://python.org/sf/1704793 closed by loewis
Thread.join() fails to release Lock on KeyboardInterrupt (2005-03-26)
http://python.org/sf/1171023 closed by phansen
S.find documentation uses s[start, end] vs. s[start:end] (2007-07-29)
http://python.org/sf/1763149 closed by gbrandl
_RLock.__repr__ throws exception (2007-07-31)
http://python.org/sf/1764059 closed by ncoghlan
Decimal comparison with None fails in Windows (2007-07-31)
http://python.org/sf/1764761 closed by facundobatista
decimal sqrt method doesn't use round-half-even (2007-05-25)
http://python.org/sf/1725899 closed by facundobatista
New / Reopened RFE
__________________
add new bytecodes: JUMP_IF_{FALSE|TRUE}_AND_POP (2007-07-31)
http://python.org/sf/1764638 opened by Paul Pogonyshev
RFE Closed
__________
add operator.fst and snd functions (2007-05-27)
http://python.org/sf/1726697 closed by rhettinger
More information about the Python-Dev
mailing list