Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Wed Nov 22 22:36:13 EST 2006


Patch / Bug Summary
___________________

Patches :  406 open (-10) /  3479 closed (+16) /  3885 total ( +6)
Bugs    :  931 open ( +1) /  6349 closed (+16) /  7280 total (+17)
RFE     :  245 open ( +1) /   244 closed ( +0) /   489 total ( +1)

New / Reopened Patches
______________________

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

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

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598426  opened by  chads

mailbox.py: check that os.fsync is available before using it  (2006-11-19)
       http://python.org/sf/1599256  opened by  David Watson

CodeContext - Improved text indentation  (2005-11-21)
CLOSED http://python.org/sf/1362975  reopened by  taleinat

TCPServer option to bind and activate  (2006-11-20)
       http://python.org/sf/1599845  opened by  Peter Parente

__bool__ instead of __nonzero__  (2006-11-21)
       http://python.org/sf/1600346  opened by  ganges master

1572210 doc patch  (2006-11-21)
       http://python.org/sf/1600491  opened by  Jim Jewett

Patches Closed
______________

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

tkSimpleDialog.askstring()  Tcl/Tk-8.4 lockup  (2006-08-11)
       http://python.org/sf/1538878  closed by  loewis

tkSimpleDialog freezes when apply raises exception  (2006-11-11)
       http://python.org/sf/1594554  closed by  loewis

Tix: subwidget names (bug #1472877)  (2006-10-25)
       http://python.org/sf/1584712  closed by  loewis

better error msgs for some TypeErrors  (2006-10-29)
       http://python.org/sf/1586791  closed by  gbrandl

Auto Complete module for IDLE  (2005-11-19)
       http://python.org/sf/1361016  closed by  loewis

Add BLANK_LINE to token.py  (2004-11-20)
       http://python.org/sf/1070218  closed by  loewis

improve embeddability of python  (2003-11-25)
       http://python.org/sf/849278  closed by  loewis

Extend struct.unpack to produce nested tuples  (2003-11-23)
       http://python.org/sf/847857  closed by  loewis

Iterating closed StringIO.StringIO  (2005-11-18)
       http://python.org/sf/1359365  closed by  loewis

urllib reporthook could be more informative  (2003-11-26)
       http://python.org/sf/849407  closed by  loewis

xmlrpclib - marshalling new-style classes.  (2004-11-20)
       http://python.org/sf/1070046  closed by  loewis

CodeContext - Improved text indentation  (2005-11-21)
       http://python.org/sf/1362975  closed by  loewis

Implementation of PEP 3102 Keyword Only Argument  (2006-08-30)
       http://python.org/sf/1549670  closed by  gvanrossum

readline does not need termcap  (2004-12-01)
       http://python.org/sf/1076826  closed by  loewis

Make cgi.py use logging module  (2004-12-06)
       http://python.org/sf/1079729  closed by  loewis

New / Reopened Bugs
___________________

The empty set is a subset of the empty set  (2006-11-17)
CLOSED http://python.org/sf/1598166  opened by  Andreas Kloeckner

subprocess.py: O(N**2) bottleneck  (2006-11-16)
       http://python.org/sf/1598181  opened by  Ralf W. Grosse-Kunstleve

import curses fails  (2006-11-17)
CLOSED http://python.org/sf/1598357  opened by  thorvinrhuebarb

Misspelled submodule names for email module.  (2006-11-17)
CLOSED http://python.org/sf/1598361  opened by  Dmytro O. Redchuk

ctypes Structure allows recursive definition  (2006-11-17)
       http://python.org/sf/1598620  opened by  Lenard Lindstrom

csv library does not handle '\x00'  (2006-11-18)
CLOSED http://python.org/sf/1599055  opened by  Stephen Day

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
CLOSED http://python.org/sf/1579029  reopened by  thurnerrupert

mailbox: other programs' messages can vanish without trace  (2006-11-19)
       http://python.org/sf/1599254  opened by  David Watson

htmlentitydefs.entitydefs assumes Latin-1 encoding  (2006-11-19)
CLOSED http://python.org/sf/1599325  opened by  Erik Demaine

SSL-ed sockets don't close correct?  (2004-06-24)
       http://python.org/sf/978833  reopened by  arigo

Segfault on bsddb.db.DB().type()  (2006-11-20)
CLOSED http://python.org/sf/1599782  opened by  Rob Sanderson

problem with socket.gethostname documentation  (2006-11-20)
CLOSED http://python.org/sf/1599879  opened by  Malte Helmert

Immediate Crash on Open  (2006-11-20)
       http://python.org/sf/1599931  opened by  Farhymn

mailbox: Maildir.get_folder does not inherit factory  (2006-11-21)
       http://python.org/sf/1600152  opened by  Tetsuya Takatsuru

[PATCH] Quitting The Interpreter  (2006-11-20)
CLOSED http://python.org/sf/1600157  opened by  Chris Carter

Tix ComboBox entry is blank when not editable  (2006-11-21)
       http://python.org/sf/1600182  opened by  Tim Wegener

--enable-shared links extensions to libpython statically  (2006-11-22)
       http://python.org/sf/1600860  opened by  Marien Zwart

urllib2 does not close sockets properly  (2006-11-23)
       http://python.org/sf/1601399  opened by  Brendan Jurd

utf_8_sig decode fails with buffer input  (2006-11-23)
       http://python.org/sf/1601501  opened by  bazwal

Bugs Closed
___________

The empty set should be a subset of the empty set  (2006-11-17)
       http://python.org/sf/1598166  closed by  gbrandl

import curses fails  (2006-11-17)
       http://python.org/sf/1598357  closed by  akuchling

Misspelled submodule names for email module.  (2006-11-17)
       http://python.org/sf/1598361  closed by  gbrandl

Tix: Subwidget names  (2006-04-19)
       http://python.org/sf/1472877  closed by  loewis

replace groups doesn't work in this special case  (2006-11-06)
       http://python.org/sf/1591319  closed by  gbrandl

csv module does not handle '\x00'  (2006-11-19)
       http://python.org/sf/1599055  closed by  gbrandl

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
       http://python.org/sf/1579029  closed by  loewis

htmlentitydefs.entitydefs assumes Latin-1 encoding  (2006-11-19)
       http://python.org/sf/1599325  closed by  loewis

where is zlib???  (2006-11-04)
       http://python.org/sf/1590592  closed by  sf-robot

Segfault on bsddb.db.DB().type()  (2006-11-20)
       http://python.org/sf/1599782  closed by  nnorwitz

problem with socket.gethostname documentation  (2006-11-20)
       http://python.org/sf/1599879  closed by  nnorwitz

[PATCH] Quitting The Interpreter  (2006-11-21)
       http://python.org/sf/1600157  closed by  mwh

os.popen w/o using the shell  (2002-04-25)
       http://python.org/sf/548661  closed by  nnorwitz

memory leaks when importing posix module  (2002-09-23)
       http://python.org/sf/613222  closed by  nnorwitz

docs missing 'trace' module  (2003-07-29)
       http://python.org/sf/779976  closed by  nnorwitz

infinite __str__ recursion in thread causes seg fault  (2003-07-31)
       http://python.org/sf/780714  closed by  nnorwitz

python and lithuanian locales  (2003-11-02)
       http://python.org/sf/834452  closed by  nnorwitz

Bus error in extension with gcc 3.3  (2005-06-29)
       http://python.org/sf/1229788  closed by  nnorwitz

New / Reopened RFE
__________________

urllib(2) should allow automatic decoding by charset  (2006-11-19)
       http://python.org/sf/1599329  opened by  Erik Demaine




More information about the Python-list mailing list