Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Fri Jan 19 22:15:13 EST 2007


Patch / Bug Summary
___________________

Patches :  423 open ( +2) /  3539 closed ( +9) /  3962 total (+11)
Bugs    :  960 open ( -3) /  6446 closed (+20) /  7406 total (+17)
RFE     :  258 open ( +3) /   249 closed ( +3) /   507 total ( +6)

New / Reopened Patches
______________________

Add aliases for latin7/9/10 charsets  (2007-01-13)
       http://python.org/sf/1634778  opened by  Christoph Zwerschke

htonl et al accept negative ints  (2007-01-14)
CLOSED http://python.org/sf/1635058  opened by  Mark Roberts

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598415  reopened by  cjschr

CSV DictWriter Errors  (2007-01-14)
       http://python.org/sf/1635454  opened by  Mark Roberts

strptime %F and %T directives  (2007-01-14)
CLOSED http://python.org/sf/1635473  opened by  Mark Roberts

File Read/Write Flushing Patch  (2007-01-16)
       http://python.org/sf/1636874  opened by  jurojin

urllib: change email.Utils -> email.utils  (2007-01-16)
       http://python.org/sf/1637157  opened by  Russell Owen

urllib2: email.Utils->email.utils  (2007-01-16)
       http://python.org/sf/1637159  opened by  Russell Owen

smtplib email renames  (2007-01-16)
       http://python.org/sf/1637162  opened by  Russell Owen

Add httponly to Cookie module  (2007-01-17)
       http://python.org/sf/1638033  opened by  Arvin Schnell

compiler.pycodegen causes crashes when compiling 'with'  (2007-01-17)
       http://python.org/sf/1638243  opened by  kirat

Fix to the long("123\0", 10) problem  (2007-01-18)
       http://python.org/sf/1638879  opened by  Calvin Spealman

email.utils.parsedate documentation  (2007-01-19)
       http://python.org/sf/1639973  opened by  Mark Roberts

Patches Closed
______________

platform.py support for IronPython  (2006-09-23)
       http://python.org/sf/1563842  closed by  lemburg

Small upgrades to platform.platform()  (2005-11-10)
       http://python.org/sf/1352731  closed by  lemburg

pybench support for IronPython  (2006-09-23)
       http://python.org/sf/1563844  closed by  lemburg

Py3k: Fix pybench so it runs  (2007-01-12)
       http://python.org/sf/1634499  closed by  gvanrossum

Bug fixes for int unification branch  (2006-12-20)
       http://python.org/sf/1619846  closed by  gvanrossum

htonl et al accept negative ints  (2007-01-14)
       http://python.org/sf/1635058  closed by  gvanrossum

Logging Module - followfile patch  (2006-11-17)
       http://python.org/sf/1598415  closed by  vsajip

strptime %F and %T directives  (2007-01-14)
       http://python.org/sf/1635473  closed by  bcannon

BSD version of ctypes.util.find_library   (2006-12-07)
       http://python.org/sf/1610795  closed by  theller

New / Reopened Bugs
___________________

Problem running a subprocess  (2007-01-13)
       http://python.org/sf/1634739  opened by  Florent Rougon

locale 1251 does not convert to upper case properly  (2007-01-13)
       http://python.org/sf/1634774  opened by  Ivan Dobrokotov

Little mistake in docs  (2007-01-14)
       http://python.org/sf/1635217  opened by  anatoly techtonik

Add registry functions to windows postinstall  (2007-01-14)
       http://python.org/sf/1635335  opened by  anatoly techtonik

expanduser tests in test_posixpath fail if $HOME ends in a /  (2007-01-14)
CLOSED http://python.org/sf/1635353  opened by  Marien Zwart

Add command line help to windows unistall binary  (2007-01-14)
       http://python.org/sf/1635363  opened by  anatoly techtonik

ConfigParser does not quote %  (2007-01-15)
       http://python.org/sf/1635639  opened by  Mark Roberts

Interpreter seems to leak references after finalization  (2007-01-15)
       http://python.org/sf/1635741  opened by  B Sizer

description of the beta distribution is incorrect  (2007-01-15)
CLOSED http://python.org/sf/1635892  opened by  elgordo

Newline skipped in "for line in file"  (2007-01-16)
       http://python.org/sf/1636950  opened by  Andy Monthei

Python-2.5 segfault with tktreectrl  (2007-01-16)
CLOSED http://python.org/sf/1637022  opened by  klappnase

Python 2.5 fails to build on AIX 5.3 (xlc_r compiler)  (2007-01-16)
       http://python.org/sf/1637120  opened by  Orlando Irrazabal

mailbox.py uses old email names  (2007-01-16)
       http://python.org/sf/1637167  opened by  Russell Owen

make_table in difflib does not work with unicode  (2007-01-18)
       http://python.org/sf/1637850  opened by  y-unno

Problem packaging wx application with py2exe.  (2007-01-17)
CLOSED http://python.org/sf/1637943  opened by  Indy

typo    http://www.python.org/doc/current/tut/node10.html  (2007-01-17)
CLOSED http://python.org/sf/1637952  opened by  jim pruett

langref: missing item in numeric op list  (2007-01-17)
CLOSED http://python.org/sf/1637967  opened by  paul rubin

Incorrect documentation for random.betavariate()  (2007-01-18)
CLOSED http://python.org/sf/1638627  opened by  Troels Walsted Hansen

Bugs Closed
___________

class derived from float evaporates under +=  (2007-01-11)
       http://python.org/sf/1633630  closed by  gbrandl

file.encoding doesn't apply to file.write  (2004-06-07)
       http://python.org/sf/967986  closed by  lemburg

platform.libc_ver() fails on Cygwin  (2004-04-02)
       http://python.org/sf/928297  closed by  lemburg

subprocess swallows empty arguments under win32  (2007-01-12)
       http://python.org/sf/1634343  closed by  astrand

htonl, ntohl don't handle negative longs  (2006-12-20)
       http://python.org/sf/1619659  closed by  gvanrossum

expanduser tests in test_posixpath fail if $HOME ends in a /  (2007-01-14)
       http://python.org/sf/1635353  closed by  marienz

time.strftime() accepts format which time.strptime doesnt  (2007-01-11)
       http://python.org/sf/1633628  closed by  bcannon

SaveConfigParser.write() doesn't quote %-Sign  (2006-11-27)
       http://python.org/sf/1603688  closed by  gbrandl

logging module / wrong bytecode?  (2007-01-11)
       http://python.org/sf/1633605  closed by  vsajip

description of the beta distribution is incorrect  (2007-01-15)
       http://python.org/sf/1635892  closed by  rhettinger

os.path.expandvars deletes things on w32  (2001-12-18)
       http://python.org/sf/494589  closed by  sjoerd

Python-2.5 segfault with tktreectrl  (2007-01-16)
       http://python.org/sf/1637022  closed by  loewis

Problem packaging wx application with py2exe.  (2007-01-17)
       http://python.org/sf/1637943  closed by  bcannon

typo    http://www.python.org/doc/current/tut/node10.html  (2007-01-17)
       http://python.org/sf/1637952  closed by  gbrandl

langref: missing item in numeric op list  (2007-01-17)
       http://python.org/sf/1637967  closed by  gbrandl

Incorrect type in PyDict_Next() example code  (2007-01-05)
       http://python.org/sf/1629125  closed by  gbrandl

website issue reporter down  (2007-01-03)
       http://python.org/sf/1627036  closed by  gbrandl

Incorrect documentation for random.betavariate()  (2007-01-18)
       http://python.org/sf/1638627  closed by  loewis

Garbage output to file of specific size  (2007-01-08)
       http://python.org/sf/1630894  deleted by  mculbert

Forwarding events and Tk.mainloop problem  (2006-05-05)
       http://python.org/sf/1482402  closed by  loewis

New / Reopened RFE
__________________

csv.DictWriter: Include offending name in error message  (2007-01-13)
       http://python.org/sf/1634717  opened by  Gabriel Genellina

Please provide rsync-method in the urllib[2] module  (2007-01-13)
       http://python.org/sf/1634770  opened by  Matthias Klose

if __name__=='__main__' missing in tutorial  (2007-01-17)
       http://python.org/sf/1637365  opened by  Gabriel Genellina

Empty class 'Object'  (2007-01-17)
       http://python.org/sf/1637926  opened by  kxroberto

add type defintion support  (2007-01-18)
CLOSED http://python.org/sf/1639002  opened by  djnet

RFE Closed
__________

logging.RotatingFileHandler has no "infinite" backupCount  (2006-09-28)
       http://python.org/sf/1567331  closed by  vsajip

Print full exceptions as they occur in logging  (2006-09-06)
       http://python.org/sf/1553380  closed by  vsajip

add type defintion support  (2007-01-18)
       http://python.org/sf/1639002  closed by  gbrandl




More information about the Python-list mailing list