[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Sat Sep 9 03:35:24 CEST 2006


Patch / Bug Summary
___________________

Patches :  413 open ( +1) /  3407 closed (+10) /  3820 total (+11)
Bugs    :  897 open ( -3) /  6167 closed (+18) /  7064 total (+15)
RFE     :  234 open ( +1) /   238 closed ( +2) /   472 total ( +3)

New / Reopened Patches
______________________

Fix decimal context management for 2.5  (2006-09-02)
CLOSED http://python.org/sf/1550886  opened by  Nick Coghlan

Fix for rpartition() end-case  (2006-09-03)
CLOSED http://python.org/sf/1551339  opened by  Raymond Hettinger

Updated spec file for 2.5 release.  (2006-09-03)
CLOSED http://python.org/sf/1551340  opened by  Sean Reifschneider

unparse.py decorator support  (2006-09-04)
       http://python.org/sf/1552024  opened by  Adal Chiriliuc

eval docstring typo  (2006-09-04)
CLOSED http://python.org/sf/1552093  opened by  Ori Avtalion

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  reopened by  gbrandl

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  opened by  Raymond Hettinger

Unicode Imports  (2006-09-05)
       http://python.org/sf/1552880  opened by  Kristján Valur

Fix inspect.py 2.5 slowdown  (2006-09-06)
CLOSED http://python.org/sf/1553314  opened by  Nick Coghlan

locale.getdefaultlocale() bug when _locale is missing  (2006-09-06)
       http://python.org/sf/1553427  opened by  STINNER Victor

UserDict New Style  (2006-09-09)
       http://python.org/sf/1555097  opened by  Indy

Performance enhancements.  (2006-09-09)
       http://python.org/sf/1555098  opened by  Indy

Patches Closed
______________

Fix decimal context management for 2.5  (2006-09-02)
       http://python.org/sf/1550886  closed by  ncoghlan

Fix for rpartition() end-case  (2006-09-02)
       http://python.org/sf/1551339  closed by  nnorwitz

Updated spec file for 2.5 release.  (2006-09-02)
       http://python.org/sf/1551340  closed by  nnorwitz

eval docstring typo  (2006-09-04)
       http://python.org/sf/1552093  closed by  nnorwitz

crash in dict_equal  (2006-08-24)
       http://python.org/sf/1546288  closed by  nnorwitz

Patches for OpenBSD 4.0  (2006-08-15)
       http://python.org/sf/1540470  closed by  nnorwitz

Fix error checks and leaks in setobject.c  (2006-09-05)
       http://python.org/sf/1552731  closed by  rhettinger

Fix error checks and leaks in setobject.c  (2006-09-05)
       http://python.org/sf/1552731  closed by  gbrandl

make exec a function  (2006-09-01)
       http://python.org/sf/1550800  closed by  gbrandl

Ellipsis literal "..."  (2006-09-01)
       http://python.org/sf/1550786  closed by  gbrandl

Fix inspect.py 2.5 slowdown  (2006-09-06)
       http://python.org/sf/1553314  closed by  ncoghlan

New / Reopened Bugs
___________________

from . import bug  (2006-09-02)
CLOSED http://python.org/sf/1550938  opened by  ganges master

random.choice(setinstance) fails  (2006-09-02)
CLOSED http://python.org/sf/1551113  opened by  Alan

Build of 2.4.3 on fedora core 5 fails to find asm/msr.h  (2006-09-02)
       http://python.org/sf/1551238  opened by  George R. Goffe

tiny bug in win32_urandom  (2006-09-03)
CLOSED http://python.org/sf/1551427  opened by  Rocco Matano

__unicode__ breaks for exception class objects  (2006-09-03)
       http://python.org/sf/1551432  opened by  Marcin 'Qrczak' Kowalczyk

Wrong link to unicode database  (2006-09-03)
CLOSED http://python.org/sf/1551669  opened by  Yevgen Muntyan

unpack list of singleton tuples not unpacking  (2006-07-11)
CLOSED http://python.org/sf/1520864  reopened by  gbrandl

UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R  (2006-09-04)
CLOSED http://python.org/sf/1552304  opened by  TFKyle

PEP 290 <-> normal docu...  (2006-09-05)
CLOSED http://python.org/sf/1552618  opened by  Jens Diemer

Python polls unecessarily every 0.1 when interactive  (2006-09-05)
       http://python.org/sf/1552726  opened by  Richard Boulton

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
       http://python.org/sf/1552726  reopened by  akuchling

subprocess.Popen(cmd, stdout=sys.stdout) fails  (2006-07-31)
CLOSED http://python.org/sf/1531862  reopened by  nnorwitz

ConfigParser converts option names to lower case on set()  (2006-09-05)
CLOSED http://python.org/sf/1552892  opened by  daniel

Pythonw doesn't get rebuilt if version number changes  (2006-09-05)
       http://python.org/sf/1552935  opened by  Jack Jansen

python 2.5 install can't find tcl/tk in /usr/lib64  (2006-09-06)
       http://python.org/sf/1553166  opened by  David Strozzi

logging.handlers.RotatingFileHandler - inconsistent mode  (2006-09-06)
       http://python.org/sf/1553496  opened by  Walker Hale

datetime.datetime.now() mangles tzinfo  (2006-09-06)
       http://python.org/sf/1553577  opened by  Skip Montanaro

Class instance apparently not destructed when expected  (2006-09-06)
       http://python.org/sf/1553819  opened by  Peter Donis

PyOS_InputHook() and related API funcs. not documented  (2006-09-07)
       http://python.org/sf/1554133  opened by  A.M. Kuchling

Bugs Closed
___________

itertools.tee raises SystemError  (2006-09-01)
       http://python.org/sf/1550714  closed by  nnorwitz

Typo in Language Reference Section 3.2 Class Instances  (2006-08-28)
       http://python.org/sf/1547931  closed by  nnorwitz

from . import bug  (2006-09-02)
       http://python.org/sf/1550938  closed by  gbrandl

tiny bug in win32_urandom  (2006-09-03)
       http://python.org/sf/1551427  closed by  gbrandl

sgmllib.sgmlparser is not thread safe  (2006-08-29)
       http://python.org/sf/1548288  closed by  gbrandl

test_anydbm segmentation fault  (2006-08-21)
       http://python.org/sf/1544106  closed by  greg

Wrong link to unicode database  (2006-09-03)
       http://python.org/sf/1551669  closed by  gbrandl

unpack list of singleton tuples not unpacking  (2006-07-11)
       http://python.org/sf/1520864  closed by  nnorwitz

UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R  (2006-09-04)
       http://python.org/sf/1552304  closed by  tfkyle

gcc trunk (4.2) exposes a signed integer overflows  (2006-08-23)
       http://python.org/sf/1545668  closed by  nnorwitz

Exceptions don't call _PyObject_GC_UNTRACK(self)  (2006-08-17)
       http://python.org/sf/1542051  closed by  gbrandl

PEP 290 <-> normal docu...  (2006-09-05)
       http://python.org/sf/1552618  closed by  gbrandl

SimpleXMLRpcServer still uses sys.exc_value and sys.exc_type  (2006-07-19)
       http://python.org/sf/1525469  closed by  akuchling

unbalanced parentheses  from command line crash pdb  (2006-07-22)
       http://python.org/sf/1526834  closed by  akuchling

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
       http://python.org/sf/1552726  closed by  akuchling

subprocess.Popen(cmd, stdout=sys.stdout) fails  (2006-07-31)
       http://python.org/sf/1531862  closed by  niemeyer

subprocess.Popen(cmd, stdout=sys.stdout) fails  (2006-07-31)
       http://python.org/sf/1531862  closed by  niemeyer

ConfigParser converts option names to lower case on set()  (2006-09-05)
       http://python.org/sf/1552892  closed by  gbrandl

SWIG wrappers incompatible with 2.5c1  (2006-09-01)
       http://python.org/sf/1550559  closed by  gbrandl

Building Python 2.4.3 on Solaris 9/10 with Sun Studio 11  (2006-05-28)
       http://python.org/sf/1496561  closed by  andyfloe

Curses module doesn't install on Solaris 2.8  (2005-10-12)
       http://python.org/sf/1324799  closed by  akuchling

New / Reopened RFE
__________________

Add traceback.print_full_exception()  (2006-09-06)
       http://python.org/sf/1553375  opened by  Michael Hoffman

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

RFE Closed
__________

random.choice(setinstance) fails  (2006-09-02)
       http://python.org/sf/1551113  closed by  rhettinger

Add 'find' method to sequence types  (2006-08-28)
       http://python.org/sf/1548178  closed by  gbrandl



More information about the Python-Dev mailing list