Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Fri Jan 13 16:24:11 EST 2006


Patch / Bug Summary
___________________

Patches :  384 open ( +2) /  3016 closed (+13) /  3400 total (+15)
Bugs    :  909 open ( +6) /  5500 closed (+21) /  6409 total (+27)
RFE     :  208 open ( +5) /   196 closed ( +1) /   404 total ( +6)

New / Reopened Patches
______________________

add support for thread function result storage  (2006-01-02)
       http://python.org/sf/1395552  opened by  tosi-in

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
CLOSED http://python.org/sf/1395715  opened by  John J Lee

Further .vcproj cleanups  (2006-01-03)
       http://python.org/sf/1396093  opened by  Adal Chiriliuc

FreeBSD is system scope threads capable  (2006-01-04)
       http://python.org/sf/1396919  opened by  Valts

Fix dict and set docs, re: immutability  (2006-01-05)
       http://python.org/sf/1397711  opened by  Collin Winter

dictnotes.txt  (2006-01-05)
       http://python.org/sf/1397848  opened by  Jim Jewett

File-iteration and read* method protection  (2006-01-05)
       http://python.org/sf/1397960  opened by  Thomas Wouters

ConfigParser to save with order  (2006-01-07)
       http://python.org/sf/1399309  opened by  Facundo Batista

enhance unittest to define tests that *should* fail  (2006-01-08)
       http://python.org/sf/1399935  opened by  Neal Norwitz

unicode formats floats according to locale  (2006-01-09)
CLOSED http://python.org/sf/1400181  opened by  Neal Norwitz

Need warning that `dl` module can cause segfaults/crashes  (2006-01-10)
       http://python.org/sf/1402224  opened by  Tim Delaney

Fix dictionary subclass semantics when used as global dicts.  (2006-01-10)
       http://python.org/sf/1402289  opened by  crutcher

Suggested patch for #1403410  (2006-01-13)
CLOSED http://python.org/sf/1404357  opened by  Peter van Kampen

Patch for #1394565  (2006-01-13)
CLOSED http://python.org/sf/1404374  opened by  Peter van Kampen

Patches Closed
______________

dict.merge  (2005-12-27)
       http://python.org/sf/1391204  closed by  gvanrossum

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
       http://python.org/sf/1117398  closed by  nnorwitz

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
       http://python.org/sf/1395715  closed by  birkenfeld

mingw compile  (2004-10-25)
       http://python.org/sf/1053879  closed by  loewis

skip winsound for Windows/IA64 build  (2005-03-09)
       http://python.org/sf/1160169  closed by  loewis

PCbuild vcproj project files need a cleanup  (2005-09-29)
       http://python.org/sf/1307806  closed by  loewis

look in libbsd.a also for openpty and forkpty  (2004-01-22)
       http://python.org/sf/881820  closed by  loewis

UTF-8-Sig codec  (2005-04-05)
       http://python.org/sf/1177307  closed by  loewis

fix for distutils "upload" command  (2005-09-23)
       http://python.org/sf/1299675  closed by  loewis

unicode formats floats according to locale  (2006-01-09)
       http://python.org/sf/1400181  closed by  nnorwitz

Python crashes in pyexpat.c if malformed XML is parsed  (2005-03-31)
       http://python.org/sf/1173998  closed by  nnorwitz

Suggested patch for #1403410  (2006-01-13)
       http://python.org/sf/1404357  closed by  birkenfeld

Patch for #1394565  (2006-01-13)
       http://python.org/sf/1404374  closed by  birkenfeld

New / Reopened Bugs
___________________

errata  (2006-01-01)
CLOSED http://python.org/sf/1394868  opened by  Chad Whitacre

os.remove should behave like rm, not unlink  (2006-01-02)
CLOSED http://python.org/sf/1395442  opened by  Chad Whitacre

Please document pyc format guarantees  (2006-01-02)
CLOSED http://python.org/sf/1395511  opened by  Joe Wreschnig

module os, very small doc inconsistency  (2006-01-02)
CLOSED http://python.org/sf/1395597  opened by  tiissa

Can't build Python on POSIX w/o $HOME  (2004-05-24)
       http://python.org/sf/959576  reopened by  birkenfeld

make fails trying to run svnversion  (2006-01-03)
CLOSED http://python.org/sf/1395926  opened by  M.-A. Lemburg

TimedRotatingFileHandler at midnight rolls over at 01:00  (2006-01-03)
       http://python.org/sf/1396030  opened by  Andrew Waters

TimedRotatingFileHandler does not recover from open error  (2006-01-03)
       http://python.org/sf/1396040  opened by  Andrew Waters

KeyboardInterrupt prevents return to Windows console  (2006-01-03)
       http://python.org/sf/1396258  opened by  Vernon Cole

file.tell() returns illegal value on Windows  (2006-01-03)
       http://python.org/sf/1396471  opened by  Tom Goddard

urlparse is confused by /  (2006-01-04)
       http://python.org/sf/1396543  opened by  John Hansen

TimedRotatingFileHandler midnight rollover time increases  (2006-01-04)
       http://python.org/sf/1396622  opened by  Andrew Waters

bsddb.__init__ causes error  (2006-01-04)
       http://python.org/sf/1396678  opened by  Fabian_M

%ehrntDRT support for time.strptime   (2006-01-04)
       http://python.org/sf/1396946  opened by  Johan Dahlin

no handler base classes in xml.sax  (2006-01-04)
CLOSED http://python.org/sf/1397205  opened by  Alan G

timeit execution enviroment  (2006-01-05)
       http://python.org/sf/1397474  opened by  rurpy

libpython2.4.so get not installed   (2006-01-05)
       http://python.org/sf/1397850  opened by  hajo

Example in section 5.3 "Pure Embedding" doesn't work.  (2006-01-06)
       http://python.org/sf/1398781  opened by  Bill Studenmund

i get a memory leak after using split() function on windows  (2006-01-07)
CLOSED http://python.org/sf/1399099  opened by  Leo Jay

segfault in curses.panel with userptr()  (2006-01-09)
CLOSED http://python.org/sf/1400115  opened by  Tom Quetchenbach

'is' does not work on methods  (2006-01-09)
CLOSED http://python.org/sf/1400227  opened by  Collin Winter

'is' does not work for methods  (2006-01-09)
CLOSED http://python.org/sf/1400235  opened by  Collin Winter

Extended version of _curses over{lay,write} does not work.  (2006-01-09)
CLOSED http://python.org/sf/1400822  opened by  J. Sipprell

Win32COM policy.py unicode exceptions  (2006-01-10)
CLOSED http://python.org/sf/1401642  opened by  rbell01824

null source chars handled oddly  (2005-01-20)
CLOSED http://python.org/sf/1105770  reopened by  birkenfeld

segfault when using mmap(-1,...) [+PATCH]  (2006-01-11)
       http://python.org/sf/1402308  opened by  Ralf Schmitt

cannot import extension module with Purify  (2006-01-11)
       http://python.org/sf/1403068  opened by  Amaury Forgeot d'Arc

2.3.5 source RPM install fails w/o tk-devel  (2006-01-11)
       http://python.org/sf/1403221  opened by  Nathan Zook

2.3.5 RPM provides incompatibility  (2006-01-11)
       http://python.org/sf/1403225  opened by  Nathan Zook

in email can't get attachments' filenames using get_filename  (2006-01-11)
       http://python.org/sf/1403349  opened by  Michal P.

TypeError unsubscriptable object caused by warnings.py  (2006-01-12)
CLOSED http://python.org/sf/1403410  opened by  FreyP

os.getlogin() goes **poof**  (2006-01-12)
CLOSED http://python.org/sf/1404213  opened by  Jim Wilson

subprocess.Popen inside thread locks the thread in some case  (2006-01-13)
       http://python.org/sf/1404925  opened by  Toon Verstraelen

Bugs Closed
___________

'Plus' filemode exposes uninitialized memory on win32  (2005-12-31)
       http://python.org/sf/1394612  closed by  tim_one

doc errata  (2006-01-01)
       http://python.org/sf/1394868  closed by  birkenfeld

os.remove should behave like rm, not unlink  (2006-01-02)
       http://python.org/sf/1395442  deleted by  whit537

Please document pyc format guarantees  (2006-01-02)
       http://python.org/sf/1395511  closed by  piman

module os, very small doc inconsistency  (2006-01-02)
       http://python.org/sf/1395597  closed by  birkenfeld

make fails trying to run svnversion  (2006-01-03)
       http://python.org/sf/1395926  closed by  bwarsaw

no handler base classes in xml.sax  (2006-01-04)
       http://python.org/sf/1397205  closed by  birkenfeld

SimpleHTTPServer doesn't understand query arguments  (2005-12-31)
       http://python.org/sf/1394565  closed by  birkenfeld

Float marshaling problems with test_colorsys  (2005-11-30)
       http://python.org/sf/1370322  closed by  birkenfeld

i get a memory leak after using split() function on windows  (2006-01-07)
       http://python.org/sf/1399099  closed by  perky

2.3.3 make fails build posix_openpty'  (2004-01-21)
       http://python.org/sf/880996  closed by  loewis

SegFault in interactive mode when cursor is over a non-ASCII  (2004-11-15)
       http://python.org/sf/1066545  closed by  nnorwitz

segfault in curses.panel with userptr()  (2006-01-08)
       http://python.org/sf/1400115  closed by  nnorwitz

2.4.1 build fails on OpenBSD 3.7  (2005-07-25)
       http://python.org/sf/1244610  closed by  nnorwitz

build fails on BSD 3.8  (2005-12-29)
       http://python.org/sf/1392915  closed by  nnorwitz

'is' does not work on methods  (2006-01-09)
       http://python.org/sf/1400227  closed by  mwh

'is' does not work for methods  (2006-01-09)
       http://python.org/sf/1400235  deleted by  collinwinter

Extended version of _curses over{lay,write} does not work.  (2006-01-09)
       http://python.org/sf/1400822  closed by  nnorwitz

Win32COM policy.py unicode exceptions  (2006-01-10)
       http://python.org/sf/1401642  closed by  birkenfeld

simple attribute access causing segfault in certain cases  (2004-07-01)
       http://python.org/sf/983311  closed by  birkenfeld

Another dealloc stack killer  (2002-08-26)
       http://python.org/sf/600007  closed by  birkenfeld

PyOS_snprintf segfaults on missing native snprintf  (2004-01-05)
       http://python.org/sf/871026  closed by  tim_one

null source chars handled oddly  (2005-01-20)
       http://python.org/sf/1105770  closed by  birkenfeld

TypeError unsubscriptable object caused by warnings.py  (2006-01-12)
       http://python.org/sf/1403410  closed by  birkenfeld

os.getlogin() goes **poof**  (2006-01-12)
       http://python.org/sf/1404213  closed by  birkenfeld

New / Reopened RFE
__________________

subprocess: wait for a period of time  (2006-01-04)
       http://python.org/sf/1396825  opened by  Ragnar Ouchterlony

python.org - add RFE tracker  (2006-01-05)
       http://python.org/sf/1397806  opened by  Jim Jewett

Add str.partition  (2006-01-08)
       http://python.org/sf/1399936  opened by  Georg Brandl

invoking an external Java program from Python script  (2006-01-09)
CLOSED http://python.org/sf/1400252  opened by  Laure

friendly quit object  (2006-01-13)
       http://python.org/sf/1404859  opened by  Jim Jewett

RFE Closed
__________

invoking an external Java program from Python script  (2006-01-09)
       http://python.org/sf/1400252  closed by  birkenfeld




More information about the Python-list mailing list