[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)

Kurt B. Kaiser kbk at shore.net
Tue May 30 06:23:03 CEST 2006


Patch / Bug Summary


Patches : 375 open ( -3) / 3264 closed (+26) / 3639 total (+23) Bugs : 910 open ( +3) / 5851 closed (+20) / 6761 total (+23) RFE : 217 open ( -1) / 220 closed ( +3) / 437 total ( +2)

New / Reopened Patches


Minor Correction to urllib2 HOWTO (2006-05-20) CLOSED http://python.org/sf/1492147 opened by Mike Foord

None missing from keyword module (2006-05-20) CLOSED http://python.org/sf/1492218 opened by Žiga Seilnacht

Socket-object convenience function: getpeercred(). (2006-05-20) http://python.org/sf/1492240 opened by Heiko Wundram

urllib2 HOWTO - Further (minor) Corrections (2006-05-20) CLOSED http://python.org/sf/1492255 opened by Mike Foord

Windows CE support (part 1) (2006-05-21) CLOSED http://python.org/sf/1492356 opened by Luke Dunstan

Windows CE support (part 2) (2006-05-27) http://python.org/sf/1495999 opened by Luke Dunstan

Unification of list-comp and for syntax (2006-05-21) http://python.org/sf/1492509 opened by Heiko Wundram

distinct error type from shutil.move() (2006-05-22) http://python.org/sf/1492704 opened by Zooko O'Whielacronx

Improvements to ceval.c (2006-05-22) http://python.org/sf/1492828 opened by mrjbq7

Speed up gzip.readline (~40%) (2005-09-04) CLOSED http://python.org/sf/1281707 reopened by marumari

Speed up gzip.readline (~40%) (2005-09-04) CLOSED http://python.org/sf/1281707 reopened by marumari

Allow build without tracing (2006-05-22) CLOSED http://python.org/sf/1493102 opened by Steve Holden

Performance enhancements for struct module (2006-05-23) CLOSED http://python.org/sf/1493701 opened by Bob Ippolito

Documentation for new Struct object (2006-05-24) http://python.org/sf/1494140 opened by Bob Ippolito

PyUnicode_Resize cannot resize shared unicode object (2006-05-25) CLOSED http://python.org/sf/1494487 opened by Hirokazu Yamamoto

Numeric characters not recognized. (2006-05-24) CLOSED http://python.org/sf/1494554 opened by Anders Chrigström

BaseWidget.destroy updates master's childern too early (2006-05-24) http://python.org/sf/1494750 opened by Greg Couch

Scalable zipfile extension (2003-09-27) CLOSED http://python.org/sf/813436 reopened by jafo

Remove types.InstanceType and new.instance (2006-05-26) CLOSED http://python.org/sf/1495675 opened by Collin Winter

Fix test_exceptions.py (2006-05-27) http://python.org/sf/1496135 opened by Collin Winter

urllib2 HTTPPasswordMgr: default ports (2006-05-28) CLOSED http://python.org/sf/1496206 opened by John J Lee

Convert Tkinter to METH_VARARGS style (2006-05-29) http://python.org/sf/1496952 opened by Georg Brandl

deprecate METH_OLDARGS (2006-05-29) CLOSED http://python.org/sf/1496957 opened by Georg Brandl

urllib2: ensure digest auth happens in preference to basic (2006-05-29) CLOSED http://python.org/sf/1497027 opened by John J Lee

Let dicts propagate the exceptions in user eq (2006-05-29) http://python.org/sf/1497053 opened by Armin Rigo

Patches Closed


Minor Correction to urllib2 HOWTO (2006-05-21) http://python.org/sf/1492147 closed by quiver

None missing from keyword module (2006-05-20) http://python.org/sf/1492218 closed by gbrandl

urllib2 HOWTO - Further (minor) Corrections (2006-05-21) http://python.org/sf/1492255 closed by quiver

Windows CE support (part 1) (2006-05-21) http://python.org/sf/1492356 closed by loewis

PC new-logo-based icon set (2006-05-17) http://python.org/sf/1490384 closed by loewis

Cleaned up 16x16px icons for windows. (2006-05-03) http://python.org/sf/1481304 closed by loewis

property to get the docstring from fget (2004-08-08) http://python.org/sf/1005461 closed by gbrandl

Speed up gzip.readline (~40%) (2005-09-04) http://python.org/sf/1281707 closed by etrepum

Speed up gzip.readline (~40%) (2005-09-04) http://python.org/sf/1281707 closed by etrepum

Speed up gzip.readline (~40%) (2005-09-04) http://python.org/sf/1281707 closed by etrepum

scary frame speed hacks (2004-01-13) http://python.org/sf/876206 closed by tim_one

Allow build without tracing (2006-05-22) http://python.org/sf/1493102 closed by gbrandl

MacOSX: distutils support for -arch and -isysroot flags (2006-05-13) http://python.org/sf/1488098 closed by ronaldoussoren

Performance enhancements for struct module (2006-05-23) http://python.org/sf/1493701 closed by etrepum

Fix for int(string, base) wrong answers (take 2) (2005-10-24) http://python.org/sf/1335972 closed by tim_one

remove 4 ints from PyFrameObject (2005-10-25) http://python.org/sf/1337051 closed by tim_one

PyUnicode_Resize cannot resize shared unicode object (2006-05-24) http://python.org/sf/1494487 closed by doerwalter

Numeric characters not recognized. (2006-05-24) http://python.org/sf/1494554 closed by loewis

PyLong_FromString optimization (2006-03-04) http://python.org/sf/1442927 closed by tim_one

Remove some invariant conditions and assert in ceval (2005-02-20) http://python.org/sf/1145039 closed by tim_one

Scalable zipfile extension (2003-09-27) http://python.org/sf/813436 closed by jafo

Reduce number of open calls on startup (2004-03-23) http://python.org/sf/921466 closed by gbrandl

Remove types.InstanceType and new.instance (2006-05-26) http://python.org/sf/1495675 closed by gvanrossum

urllib2 HTTPPasswordMgr: default ports (2006-05-27) http://python.org/sf/1496206 closed by gbrandl

urllib2 handler naming convention collision (2004-06-13) http://python.org/sf/972322 closed by gbrandl

Rename functional to functools (2006-04-29) http://python.org/sf/1478788 closed by ncoghlan

deprecate METH_OLDARGS (2006-05-29) http://python.org/sf/1496957 closed by gbrandl

urllib2: ensure digest auth happens in preference to basic (2006-05-29) http://python.org/sf/1497027 closed by gbrandl

New / Reopened Bugs


keyword and topic help broken in Pythonwin IDE (2006-05-15) CLOSED http://python.org/sf/1489051 reopened by gbrandl

Wierd Floating Point on FreeBSD4 (2006-05-20) CLOSED http://python.org/sf/1492293 opened by David Abrahams

bsddb: db never opened for writing forgets its size (2006-05-22) http://python.org/sf/1493322 opened by Steven Taschuk

time.strftime() %z error (2006-05-23) CLOSED http://python.org/sf/1493676 opened by Cillian Sharkey

Setting a socket timeout breaks SSL (2006-05-24) CLOSED http://python.org/sf/1493922 opened by Andrew Pollock

Cannot use high-numbered sockets in 2.4.3 (2006-05-24) http://python.org/sf/1494314 opened by Michael Smith

SVN longobject.c compiler warnings (2006-05-24) CLOSED http://python.org/sf/1494387 opened by Joel Konkle-Parker

unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation() (2006-05-24) CLOSED http://python.org/sf/1494605 opened by Brett Cannon

PyOS_ascii_strtod() uses malloc() (2006-05-24) CLOSED http://python.org/sf/1494671 opened by Brett Cannon

PyOS_ascii_strtod() uses malloc() directly (2006-05-25) CLOSED http://python.org/sf/1494671 reopened by gbrandl

pyclbr add whitespace chars to base class name (2006-05-25) CLOSED http://python.org/sf/1494787 opened by Dmitry Vasiliev

int/long assume that the buffer ends in \0 => CRASH (2006-05-25) http://python.org/sf/1495033 opened by James Y Knight

sys.getfilesystemencoding (2006-05-25) CLOSED http://python.org/sf/1495089 opened by Felix Wiemann

OverflowWarning still in 2.5 despite docstring (2006-05-25) CLOSED http://python.org/sf/1495175 opened by Jim Jewett

Install under osx 10.4.6 breaks shell. (2006-05-25) http://python.org/sf/1495210 opened by ephantom

W3C <-> Python DOM type mapping docs need updating (2006-05-25) http://python.org/sf/1495229 opened by Mike Brown

make altinstall installs pydoc (2006-05-26) http://python.org/sf/1495488 opened by Tim Heaney

os.listdir(): inconsistent behavior with trailing spaces (2006-05-26) CLOSED http://python.org/sf/1495754 opened by Kenneth J. Pronovici

Still a problem (2006-05-26) http://python.org/sf/1495802 opened by jpsc986_hj

test_float segfaults with SIGFPE on FreeBSD 6.0 / Alpha (2006-05-27) http://python.org/sf/1496032 opened by Bob Ippolito

Incorrect error message related to **kwargs (2006-05-28) CLOSED http://python.org/sf/1496278 opened by Collin Winter

strptime: wrong default values used to fill in missing data (2006-05-28) http://python.org/sf/1496315 opened by Markus Gritsch

tarfile.py: dict order dependency (2006-05-28) http://python.org/sf/1496501 opened by Armin Rigo

Modules in cwd can't be imported in interactive mode (2006-05-28) CLOSED http://python.org/sf/1496539 opened by Žiga Seilnacht

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

Bugs Closed


Segmentation fault while using Tkinter (2006-05-01) http://python.org/sf/1479586 closed by loewis

keyword and topic help broken in Pythonwin IDE (2006-05-15) http://python.org/sf/1489051 closed by gbrandl

Wierd Floating Point on FreeBSD4 (2006-05-21) http://python.org/sf/1492293 closed by loewis

time.strftime() %z error (2006-05-23) http://python.org/sf/1493676 closed by bcannon

int(string, base) wrong answers (2005-10-22) http://python.org/sf/1334662 closed by tim_one

Setting a socket timeout breaks SSL (2006-05-24) http://python.org/sf/1493922 closed by loewis

SVN longobject.c compiler warnings (2006-05-24) http://python.org/sf/1494387 closed by tim_one

unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation() (2006-05-24) http://python.org/sf/1494605 closed by gbrandl

PyOS_ascii_strtod() uses malloc() directly (2006-05-25) http://python.org/sf/1494671 closed by gbrandl

PyOS_ascii_strtod() uses malloc() directly (2006-05-24) http://python.org/sf/1494671 closed by bcannon

Erroneous \url command in python.sty (2005-09-03) http://python.org/sf/1281291 closed by fdrake

pyclbr add whitespace chars to base class name (2006-05-25) http://python.org/sf/1494787 closed by gbrandl

Setting socket timeout crashes SSL (2005-02-27) http://python.org/sf/1153016 closed by twouters

Multiple dots in relative import statement raise SyntaxError (2006-05-15) http://python.org/sf/1488915 closed by twouters

sys.getfilesystemencoding (2006-05-25) http://python.org/sf/1495089 closed by gbrandl

OverflowWarning still in 2.5 despite docstring (2006-05-25) http://python.org/sf/1495175 closed by gbrandl

os.listdir(): inconsistent behavior with trailing spaces (2006-05-26) http://python.org/sf/1495754 closed by gbrandl

urllib2 Request.get_host and proxies (2003-03-05) http://python.org/sf/698374 closed by jjlee

Incorrect error message related to **kwargs (2006-05-28) http://python.org/sf/1496278 closed by gbrandl

Modules in cwd can't be imported in interactive mode (2006-05-28) http://python.org/sf/1496539 closed by gbrandl

can't pickle slice objects (2006-05-12) http://python.org/sf/1487420 closed by gbrandl

New / Reopened RFE


Create "Performance" category? (2006-05-22) CLOSED http://python.org/sf/1492856 opened by Sean Reifschneider

Integer bit operations performance improvement. (2006-05-22) http://python.org/sf/1492860 opened by Sean Reifschneider

sys.getrefcount should be in gc (2006-05-24) http://python.org/sf/1494595 opened by Jim Jewett

RFE Closed


Create "Performance" category? (2006-05-22) http://python.org/sf/1492856 closed by tim_one

Create a fat build on darwin (2005-06-10) http://python.org/sf/1218333 closed by ronaldoussoren

Add encoding to DocFileSuite (2004-12-08) http://python.org/sf/1080727 closed by quiver



More information about the Python-Dev mailing list