Weekly Python Patch/Bug Summary



Patch / Bug Summary
___________________

Patches : 434 open ( +3) / 3430 closed ( +5) / 3864 total ( +8)
Bugs : 929 open (+13) / 6285 closed (+12) / 7214 total (+25)
RFE : 245 open ( +1) / 240 closed ( +0) / 485 total ( +1)

New / Reopened Patches
______________________

various datetime methods fail in restricted mode (2006-10-17)
http://python.org/sf/1578643 opened by lplatypus

PyErr_Format corrections (2006-10-17)
http://python.org/sf/1578999 opened by Martin v. Löwis

posix.readlink doesn't use filesystemencoding (2006-10-19)
http://python.org/sf/1580674 opened by Ronald Oussoren

Duplicated declaration of PyCallable_Check (2006-10-20)
CLOSED http://python.org/sf/1580872 opened by Matthias Klose

Allow textwrap to preserve leading and trailing whitespace (2006-10-20)
http://python.org/sf/1581073 opened by Dwayne Bailey

tarfile.py: 100-char filenames are truncated (2006-10-24)
CLOSED http://python.org/sf/1583506 opened by Lars Gustäbel

tarfile.py: better use of TarInfo objects with longnames (2006-10-24)
http://python.org/sf/1583880 opened by Lars Gustäbel

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

Patches Closed
______________

patch for building trunk with VC6 (2006-03-24)
http://python.org/sf/1457736 closed by loewis

a faster Modulefinder (2005-11-11)
http://python.org/sf/1353872 closed by theller

Duplicated declaration of PyCallable_Check (2006-10-20)
http://python.org/sf/1580872 closed by loewis

Exec stacks in python 2.5 (2006-09-18)
http://python.org/sf/1560695 closed by loewis

tarfile.py: 100-char filenames are truncated (2006-10-24)
http://python.org/sf/1583506 closed by gbrandl

New / Reopened Bugs
___________________

2.4.4c1 will not build when cross compiling (2006-10-16)
CLOSED http://python.org/sf/1578513 opened by smithj

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

Segfault provoked by generators and exceptions (2006-10-17)
http://python.org/sf/1579370 opened by Mike Klaas

Use flush() before os.exevp() (2006-10-18)
http://python.org/sf/1579477 opened by Thomas Guettler

Wrong syntax for PyDateTime_IMPORT in documentation (2006-10-18)
CLOSED http://python.org/sf/1579796 opened by David Faure

not configured for tk (2006-10-18)
http://python.org/sf/1579931 opened by Carl Wenrich

glob.glob("c:\\[ ]\*) doesn't work (2006-10-19)
http://python.org/sf/1580472 opened by Koblaid

"make install" for Python 2.4.4 not working properly (2006-10-19)
http://python.org/sf/1580563 opened by Andreas Jung

Configure script does not work for RHEL 4 x86_64 (2006-10-19)
http://python.org/sf/1580726 reopened by gbrandl

Configure script does not work for RHEL 4 x86_64 (2006-10-19)
http://python.org/sf/1580726 reopened by spotvt01

Configure script does not work for RHEL 4 x86_64 (2006-10-19)
http://python.org/sf/1580726 opened by Chris

httplib hangs reading too much data (2006-10-19)
http://python.org/sf/1580738 opened by Dustin J. Mitchell

Definition of a "character" is wrong (2006-10-20)
http://python.org/sf/1581182 opened by Adam Olsen

pickle protocol 2 failure on int subclass (2006-10-20)
http://python.org/sf/1581183 opened by Anders J. Munch

missing __enter__ + __getattr__ forwarding (2006-10-21)
http://python.org/sf/1581357 opened by Hirokazu Yamamoto

Text search gives bad count if called from variable trace (2006-10-20)
http://python.org/sf/1581476 opened by Russell Owen

test_sqlite fails on OSX G5 arch if test_ctypes is run (2006-10-21)
http://python.org/sf/1581906 opened by Skip Montanaro

email.header decode within word (2006-10-22)
http://python.org/sf/1582282 opened by Tokio Kikuchi

Python is dumping core after the test test_ctypes (2006-10-23)
http://python.org/sf/1582742 opened by shashi

Bulding source with VC6 fails due to missing files (2006-10-23)
CLOSED http://python.org/sf/1582856 opened by Ulrich Hockenbrink

class member inconsistancies (2006-10-23)
CLOSED http://python.org/sf/1583060 opened by EricDaigno

Different behavior when stepping through code w/ pdb (2006-10-24)
http://python.org/sf/1583276 opened by John Ehresman

tarfile incorrectly handles long filenames (2006-10-24)
CLOSED http://python.org/sf/1583537 opened by Mike Looijmans

yield+break stops tracing (2006-10-24)
http://python.org/sf/1583862 opened by Lukas Lalinsky

__str__ cannot be overridden on unicode-derived classes (2006-10-24)
http://python.org/sf/1583863 opened by Mike K

SSL "issuer" and "server" functions problems - security (2006-10-24)
http://python.org/sf/1583946 opened by John Nagle

remove() during iteration causes items to be skipped (2006-10-24)
CLOSED http://python.org/sf/1584028 opened by Kevin Rabsatt

os.tempnam fails on SUSE Linux to accept directory argument (2006-10-25)
CLOSED http://python.org/sf/1584723 opened by Andreas

Events in list return None not True on wait() (2006-10-26)
CLOSED http://python.org/sf/1585135 opened by SpinMess

Bugs Closed
___________

from_param and _as_parameter_ truncating 64-bit value (2006-10-12)
http://python.org/sf/1575945 closed by theller

2.4.4c1 will not build when cross compiling (2006-10-16)
http://python.org/sf/1578513 closed by loewis

Error with callback function and as_parameter with NumPy ndp (2006-10-10)
http://python.org/sf/1574584 closed by theller

PyThreadState_Clear() docs incorrect (2003-04-17)
http://python.org/sf/723205 deleted by theller

Wrong syntax for PyDateTime_IMPORT in documentation (2006-10-18)
http://python.org/sf/1579796 closed by akuchling

Configure script does not work for RHEL 4 x86_64 (2006-10-19)
http://python.org/sf/1580726 closed by loewis

Example typo in section 4 of 'Installing Python Modules' (2006-10-12)
http://python.org/sf/1576348 closed by akuchling

Bulding source with VC6 fails due to missing files (2006-10-23)
http://python.org/sf/1582856 closed by loewis

class member inconsistancies (2006-10-23)
http://python.org/sf/1583060 closed by gbrandl

mac installer profile patch vs. .bash_login (2006-09-19)
http://python.org/sf/1561243 closed by sf-robot

idle in python 2.5c1 freezes on macos 10.3.9 (2006-08-18)
http://python.org/sf/1542949 closed by sf-robot

Launcher reset to factory button provides bad command-line (2006-10-03)
http://python.org/sf/1570284 closed by sf-robot

tarfile incorrectly handles long filenames (2006-10-24)
http://python.org/sf/1583537 deleted by cdwave

remove() during iteration causes items to be skipped (2006-10-24)
http://python.org/sf/1584028 closed by rhettinger

os.tempnam fails on SUSE Linux to accept directory argument (2006-10-25)
http://python.org/sf/1584723 closed by gbrandl

Events in list return None not True on wait() (2006-10-26)
http://python.org/sf/1585135 closed by gbrandl

New / Reopened RFE
__________________

Add os.link() and os.symlink() support for Windows (2006-10-16)
http://python.org/sf/1578269 opened by M.-A. Lemburg

.