Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Wed Aug 10 21:34:43 EDT 2005
Patch / Bug Summary
___________________
Patches : 352 open ( -2) / 2896 closed ( +8) / 3248 total ( +6)
Bugs : 913 open ( +4) / 5162 closed (+10) / 6075 total (+14)
RFE : 191 open ( +0) / 178 closed ( +0) / 369 total ( +0)
New / Reopened Patches
______________________
compiler package: "global a; a=5" (2005-08-04)
http://python.org/sf/1251748 opened by Armin Rigo
Simplying Tkinter's event loop (2005-08-05)
http://python.org/sf/1252236 opened by Michiel de Hoon
modulefinder misses modules (2005-08-05)
http://python.org/sf/1252550 opened by Thomas Heller
poplib list() docstring fix (2005-08-05)
CLOSED http://python.org/sf/1252706 opened by Steve Greenland
QuickTime API needs corrected object types (2005-08-09)
http://python.org/sf/1254695 opened by Christopher K Davis
GCC detection for runtime_library_dirs when ccache is used (2005-08-09)
http://python.org/sf/1254718 opened by Seo Sanghyeon
Patches Closed
______________
Faster commonprefix in macpath, ntpath, etc. (2005-01-20)
http://python.org/sf/1105730 closed by birkenfeld
poplib list() docstring fix (2005-08-05)
http://python.org/sf/1252706 closed by birkenfeld
absolute paths cause problems for MSVC (2003-10-21)
http://python.org/sf/827386 closed by loewis
Fix LINKCC (Bug #1189330) (2005-07-15)
http://python.org/sf/1239112 closed by loewis
file.encoding support for file.write and file.writelines (2005-06-04)
http://python.org/sf/1214889 closed by birkenfeld
st_gen and st_birthtime support for FreeBSD (2005-04-11)
http://python.org/sf/1180695 closed by loewis
Add unicode for sys.argv, os.environ, os.system (2005-07-02)
http://python.org/sf/1231336 closed by loewis
Refactoring Python/import.c (2004-12-30)
http://python.org/sf/1093253 closed by theller
New / Reopened Bugs
___________________
cgitb gives wrong lineno inside try:..finally: (2005-08-03)
http://python.org/sf/1251026 opened by Rob W.W. Hooft
Decoding with unicode_internal segfaults on UCS-4 builds (2005-08-03)
http://python.org/sf/1251300 opened by nhaldimann
smtplib and email.py (2005-08-03)
http://python.org/sf/1251528 opened by Cosmin Nicolaescu
Python 2.4.1 crashes when importing the attached script (2005-08-04)
http://python.org/sf/1251631 opened by Viktor Ferenczi
Fail codecs.lookup() on 'mbcs' and 'tactis' (2005-08-04)
http://python.org/sf/1251921 reopened by lemburg
Fail codecs.lookup() on 'mbcs' and 'tactis' (2005-08-04)
http://python.org/sf/1251921 opened by liturgist
Issue with telnetlib read_until not timing out (2005-08-04)
http://python.org/sf/1252001 opened by padded
IOError after normal write (2005-08-04)
http://python.org/sf/1252149 opened by Patrick Gerken
os.system on win32 can't handle pathnames with spaces (2005-08-05)
CLOSED http://python.org/sf/1252733 opened by Ori Avtalion
non-admin install may fail (win xp pro) (2005-07-05)
CLOSED http://python.org/sf/1232947 reopened by loewis
raw_input() displays wrong unicode prompt (2005-01-10)
http://python.org/sf/1099364 reopened by prikryl
Python interpreter unnecessarily linked against c++ runtime (2005-08-08)
http://python.org/sf/1254125 opened by Zak Kipling
parser fails on long non-ascii lines if coding declared (2005-08-08)
CLOSED http://python.org/sf/1254248 opened by Oleg Noga
Docs for list.extend() are incorrect (2005-08-08)
CLOSED http://python.org/sf/1254362 opened by Kent Johnson
"appropriately decorated" is undefined in MultiFile.push doc (2005-08-09)
http://python.org/sf/1255218 opened by Alan
float('-inf') (2005-08-10)
http://python.org/sf/1255395 opened by Steven Bird
bug in use of __getattribute__ ? (2005-08-10)
CLOSED http://python.org/sf/1256010 opened by sylvain ferriol
Bugs Closed
___________
numarray in debian python 2.4.1 (2005-08-02)
http://python.org/sf/1249903 closed by birkenfeld
incorrect description of range function (2005-08-02)
http://python.org/sf/1250306 closed by birkenfeld
isinstance() fails depending on how modules imported (2005-08-01)
http://python.org/sf/1249615 closed by hgibson50
set of pdb breakpoint fails (2005-07-30)
http://python.org/sf/1248127 closed by birkenfeld
Fail codecs.lookup() on 'mbcs' and 'tactis' (2005-08-04)
http://python.org/sf/1251921 closed by loewis
os.system on win32 can't handle pathnames with spaces (2005-08-05)
http://python.org/sf/1252733 closed by salty-horse
distutils: MetroWerks support can go (2005-07-17)
http://python.org/sf/1239948 closed by jackjansen
non-admin install may fail (win xp pro) (2005-07-05)
http://python.org/sf/1232947 closed by loewis
segfault in os module (2005-06-24)
http://python.org/sf/1226969 closed by loewis
LINKCC incorrect (2005-04-25)
http://python.org/sf/1189330 closed by loewis
parser fails on long non-ascii lines if coding declared (2005-08-08)
http://python.org/sf/1254248 closed by doerwalter
Docs for list.extend() are incorrect (2005-08-08)
http://python.org/sf/1254362 closed by birkenfeld
bug in use of __getattribute__ ? (2005-08-10)
http://python.org/sf/1256010 closed by birkenfeld
More information about the Python-list
mailing list