Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Wed Aug 9 01:34:21 EDT 2006


Patch / Bug Summary
___________________

Patches :  402 open ( +6) /  3360 closed ( +6) /  3762 total (+12)
Bugs    :  861 open ( -3) /  6114 closed (+27) /  6975 total (+24)
RFE     :  228 open ( +2) /   234 closed ( +0) /   462 total ( +2)

New / Reopened Patches
______________________

Replace the ctypes internal '_as_parameter_' mechanism  (2006-08-02)
       http://python.org/sf/1532975  opened by  Thomas Heller

Remove mentions of "PyUnit" from unittest docs  (2006-08-02)
CLOSED http://python.org/sf/1533336  opened by  Collin Winter

Allow thread(ing) tests to pass without setting stack size  (2006-08-02)
       http://python.org/sf/1533520  opened by  Matt Fleming

Let timeit accept functions  (2006-08-03)
       http://python.org/sf/1533909  opened by  Erik Demaine

Add notes on locale module changes to whatsnew25.tex  (2006-08-03)
       http://python.org/sf/1534027  opened by  Iain Lowe

Typo in weakref error message  (2006-08-03)
CLOSED http://python.org/sf/1534048  opened by  Christopher Tur Lesniewski-Laas

Fix code generation bug in 'compiler' package  (2006-08-03)
CLOSED http://python.org/sf/1534084  opened by  Neil Schemenauer

Cleanup/error-correction for unittest's docs  (2006-08-05)
CLOSED http://python.org/sf/1534922  opened by  Collin Winter

writelines() in bz2 module does not raise check for errors  (2006-08-06)
       http://python.org/sf/1535500  opened by  Lawrence Oluyede

CGIHTTPServer doesn't handle path names with embeded space  (2006-08-06)
       http://python.org/sf/1535504  opened by  Hartmut Goebel

NNTPS support in nntplib  (2006-08-06)
       http://python.org/sf/1535659  opened by  Aurojit Panda

trace.py on win32 has problems with lowercase drive names  (2006-08-07)
       http://python.org/sf/1536071  opened by  Adam Groszer

Build ctypes on OpenBSD x86_64  (2006-08-08)
       http://python.org/sf/1536908  opened by  Thomas Heller

Patches Closed
______________

New ver. of 1102879: Fix for 926423: socket timeouts  (2006-07-07)
       http://python.org/sf/1519025  closed by  nnorwitz

Remove mentions of "PyUnit" from unittest docs  (2006-08-02)
       http://python.org/sf/1533336  deleted by  collinwinter

Typo in weakref error message  (2006-08-03)
       http://python.org/sf/1534048  closed by  fdrake

Fix code generation bug in 'compiler' package  (2006-08-03)
       http://python.org/sf/1534084  closed by  nascheme

Cleanup/error-correction for unittest's docs  (2006-08-05)
       http://python.org/sf/1534922  closed by  gbrandl

New / Reopened Bugs
___________________

NetBSD build with --with-pydebug causes SIGSEGV  (2006-08-02)
       http://python.org/sf/1533105  opened by  Matt Fleming

the csv module writes files that Excel sees as SYLK files  (2006-08-01)
CLOSED http://python.org/sf/1532483  reopened by  madewokherd

Installed but not listed *.pyo break bdist_rpm  (2006-08-02)
       http://python.org/sf/1533164  opened by  Shmyrev Nick

CTypes _as_parameter_ not working as documented  (2006-08-02)
       http://python.org/sf/1533481  opened by  Shane Holloway

long -> Py_ssize_t (C/API 1.2.1)  (2006-08-02)
       http://python.org/sf/1533486  opened by  Jim Jewett

C/API sec 10 is clipped  (2006-08-02)
       http://python.org/sf/1533491  opened by  Jim Jewett

Tools/modulator does not exist (ext 1.4)  (2006-08-02)
       http://python.org/sf/1533493  opened by  Jim Jewett

botched html for index subheadings  (2004-05-26)
CLOSED http://python.org/sf/960860  reopened by  jimjjewett

__name__ doesn't show up in dir() of class  (2006-08-03)
       http://python.org/sf/1534014  opened by  Tim Chase

getlines() in linecache.py raises TypeError  (2006-08-04)
CLOSED http://python.org/sf/1534517  opened by  Stefan Behnel

Python 2.5 svn crash in _elementtree.c  (2006-08-04)
       http://python.org/sf/1534630  opened by  Barry A. Warsaw

Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd  (2006-08-04)
       http://python.org/sf/1534738  opened by  John Ehresman

sys.path gets munged with certain directory structures  (2006-08-04)
       http://python.org/sf/1534764  opened by  Gustavo Tabares

logging's fileConfig causes KeyError on shutdown  (2006-08-04)
       http://python.org/sf/1534765  opened by  mdbeachy

Identical floats print inconsistently  (2006-08-04)
CLOSED http://python.org/sf/1534769  opened by  Marc W. Abel

termios.c in qnx4.25  (2005-09-19)
       http://python.org/sf/1295179  reopened by  gbrandl

can't staticaly build modules md5 and sha  (2006-08-06)
CLOSED http://python.org/sf/1535081  opened by  kbob_ru

python segfaults when reading from closed stdin  (2006-08-05)
CLOSED http://python.org/sf/1535165  opened by  Patrick Mezard

typo in test_bz2.py  (2006-08-06)
CLOSED http://python.org/sf/1535182  opened by  Lawrence Oluyede

Python 2.5 windows builds should link hashlib with OpenSSL  (2006-08-06)
       http://python.org/sf/1535502  opened by  Gregory P. Smith

hash(method) sometimes raises OverflowError  (2006-08-07)
       http://python.org/sf/1536021  opened by  Christian Tanzer

Missing builtin help for with and as  (2006-08-08)
       http://python.org/sf/1536059  opened by  Nick Coghlan

"make install" doesn't install to /usr/lib64 on x86_64 boxes  (2006-08-07)
       http://python.org/sf/1536339  opened by  Bernhard Rosenkraenzer

Micro fix for Reference Manual  (2006-08-08)
CLOSED http://python.org/sf/1536660  opened by  Marcelo de Gomensoro Malheiros

buffer comparison emits a RuntimeWarning  (2006-08-08)
CLOSED http://python.org/sf/1536786  opened by  Thomas Heller

distutils.sysconfig.get_config_h_filename gets useless file  (2006-08-08)
       http://python.org/sf/1536825  opened by  Parzival Herzog

Typo, types.TypeType should read types.StringType  (2006-08-08)
CLOSED http://python.org/sf/1536828  opened by  Reillyeon

Bugs Closed
___________

socket timeouts + Ctrl-C don't play nice  (2004-03-30)
       http://python.org/sf/926423  closed by  nnorwitz

mailbox.PortableUnixMailbox fails to parse 'From ' in body  (2006-04-13)
       http://python.org/sf/1470212  closed by  akuchling

Build fails on MacOSX with missing symbol  (2006-07-31)
       http://python.org/sf/1531662  closed by  gdm

ctypes build fails on Solaris 10  (2006-07-28)
       http://python.org/sf/1530448  closed by  theller

the csv module writes files that Excel sees as SYLK files  (2006-08-01)
       http://python.org/sf/1532483  closed by  montanaro

incorrect behaviour of PyUnicode_EncodeMBCS?  (2006-08-01)
       http://python.org/sf/1532726  closed by  nnorwitz

format_exception raises if str(exception) raises  (2006-07-30)
       http://python.org/sf/1531405  closed by  nnorwitz

botched html for index subheadings  (2004-05-26)
       http://python.org/sf/960860  closed by  jimjjewett

MACOSX_DEPLOYMENT_TARGET checked incorrectly  (2005-04-30)
       http://python.org/sf/1193190  closed by  etrepum

[AST] Failing tests  (2005-04-27)
       http://python.org/sf/1191458  closed by  nnorwitz

Bugs of the new AST compiler  (2005-10-21)
       http://python.org/sf/1333982  closed by  nnorwitz

test_ossaudiodev timing failure  (2003-08-04)
       http://python.org/sf/783242  closed by  akuchling

repr.repr not always safe  (2003-01-12)
       http://python.org/sf/666958  closed by  akuchling

ftplib has incomplete transfer when sending files in Windows  (2004-09-22)
       http://python.org/sf/1032875  closed by  akuchling

datetime.strftime %s  (2005-07-07)
       http://python.org/sf/1234123  closed by  akuchling

__weaklist__ in typeobject.c  (2006-07-29)
       http://python.org/sf/1531003  closed by  fdrake

getlines() in linecache.py raises TypeError  (2006-08-04)
       http://python.org/sf/1534517  closed by  scoder

Identical floats print inconsistently  (2006-08-04)
       http://python.org/sf/1534769  closed by  gbrandl

zipfile -- too many files?  (2006-07-09)
       http://python.org/sf/1519452  closed by  gbrandl

can't staticaly build modules md5 and sha  (2006-08-05)
       http://python.org/sf/1535081  closed by  gbrandl

python segfaults when reading from closed stdin  (2006-08-05)
       http://python.org/sf/1535165  closed by  gbrandl

typo in test_bz2.py  (2006-08-05)
       http://python.org/sf/1535182  closed by  gbrandl

TAB SETTINGS DONT WORK (win)  (2005-10-27)
       http://python.org/sf/1339883  closed by  kbk

non-uniform behavior in  'startswith' / 'endswith'  (2006-07-10)
       http://python.org/sf/1520176  closed by  sf-robot

Micro fix for Reference Manual  (2006-08-08)
       http://python.org/sf/1536660  closed by  gbrandl

buffer comparison emits a RuntimeWarning  (2006-08-08)
       http://python.org/sf/1536786  closed by  theller

Typo, types.TypeType should read types.StringType  (2006-08-08)
       http://python.org/sf/1536828  closed by  gbrandl

New / Reopened RFE
__________________

IndexError: Add bad index to msg  (2006-08-04)
       http://python.org/sf/1534607  opened by  Michael Kleehammer

Print identical floats consistently  (2006-08-05)
       http://python.org/sf/1534942  opened by  Marc W. Abel

RFE Closed
__________

feature requests for logging lib  (2006-04-22)
       http://python.org/sf/1474577  closed by  sf-robot




More information about the Python-list mailing list