[Python-Dev] Weekly Python Bug/Patch Summary

Kurt B. Kaiser kbk at shore.net
Thu Aug 19 07:29:35 CEST 2004


Patch / Bug Summary
___________________

Patches :  264 open (-20) /  2556 closed (+42) /  2820 total (+22)
Bugs    :  745 open ( +1) /  4384 closed (+23) /  5129 total (+24)
RFE     :  149 open ( +0) /   130 closed ( +0) /   279 total ( +0)

New / Reopened Patches
______________________

baseinteger: abstract superclass for int and long  (2004-08-11)
       http://python.org/sf/1007068  opened by  Dmitry Vasiliev

Return new string for single item joins (Bug #1001011)  (2004-08-11)
       http://python.org/sf/1007087  opened by  Nick Coghlan

Multi-line imports implementation  (2004-08-11)
       http://python.org/sf/1007189  opened by  Dima Dorfman

make inspect.getsource show @decorators  (2004-08-09)
       http://python.org/sf/1006219  reopened by  percivall

Fix for bug #992078  (2004-08-11)
CLOSED http://python.org/sf/1007539  opened by  Mitchell Surface

@decorators, including classes  (2004-08-12)
       http://python.org/sf/1007991  opened by  Jack Diederich

patch for 767150  (2004-08-12)
       http://python.org/sf/1008086  opened by  Mats Wichmann

Let test__locale save locale (bug #992078)  (2004-08-13)
CLOSED http://python.org/sf/1008588  opened by  Johannes Gijsbers

(bug 952953) execve empty 2nd arg fix  (2004-08-14)
       http://python.org/sf/1009075  opened by  Dave Watson

(bug 1005936) textunderscore python.sty fix  (2004-08-14)
       http://python.org/sf/1009373  opened by  Dave Watson

Docstring fix in Modules/_csv.c  (2004-08-15)
CLOSED http://python.org/sf/1009384  opened by  Cherniavsky Beni

Non-ascii in non-unicode __credits__ in Lib/pydoc.py  (2004-08-15)
       http://python.org/sf/1009389  opened by  Cherniavsky Beni

bottom-to-top decorator application order  (2004-08-14)
CLOSED http://python.org/sf/1009444  opened by  Brett Cannon

Fix @decorator evaluation order  (2004-08-15)
CLOSED http://python.org/sf/1009560  opened by  Mark Russell

Add missing types to __builtin__  (2004-08-16)
       http://python.org/sf/1009811  opened by  James Y Knight

PyErr_Clear() vs. AsynchronousException  (2004-08-16)
       http://python.org/sf/1009929  opened by  Armin Rigo

thread Module Breaks PyGILState_Ensure()  (2004-08-17)
       http://python.org/sf/1010677  opened by  Phil Thompson

Bad URL encoding in SimpleHTTPServer directory listing  (2004-08-18)
       http://python.org/sf/1011123  opened by  Niels Diepeveen

regex nit in encoding declarations  (2004-08-18)
CLOSED http://python.org/sf/1011144  opened by  George Yoshida

SystemError generated by struct.pack('P', 'notanumber')  (2004-08-18)
       http://python.org/sf/1011240  opened by  Dima Dorfman

Improve error reporting when Python opens source code  (2004-08-18)
       http://python.org/sf/1011822  opened by  Danny Yoo

fix inspect.getsource breaking with line-continuation & more  (2004-08-19)
       http://python.org/sf/1011890  opened by  Simon Percivall

Patches Closed
______________

Fix for bug #992078  (2004-08-11)
       http://python.org/sf/1007539  closed by  jlgijsbers

Match Solaris def'n of _XOPEN_SOURCE  (2004-08-10)
       http://python.org/sf/1006629  closed by  montanaro

Remove ODBC library references from Windows build  (2004-08-11)
       http://python.org/sf/1006916  closed by  loewis

support --with-tsc on PPC  (2004-08-09)
       http://python.org/sf/1005891  closed by  mwh

Disambiguate "min() or max()" exception string  (2004-08-08)
       http://python.org/sf/1005468  closed by  loewis

Make func_name writable  (2004-08-06)
       http://python.org/sf/1004703  closed by  mwh

Patch to allow building of paper-*/dist.pdf  (2004-08-09)
       http://python.org/sf/1005913  closed by  nnorwitz

Avoid seg fault if list object is modified during list.index  (2004-08-09)
       http://python.org/sf/1005778  closed by  nnorwitz

Let test__locale save locale (bug #992078)  (2004-08-13)
       http://python.org/sf/1008588  closed by  jlgijsbers

cgi.py and rfc822.py unquote fixes  (2002-06-24)
       http://python.org/sf/573197  closed by  jlgijsbers

Adds cookie support to urllib2.py  (2002-04-24)
       http://python.org/sf/548197  closed by  jlgijsbers

shutil.copyfile destroys hard links (Bug [ 851123 ])  (2003-12-05)
       http://python.org/sf/854853  closed by  jlgijsbers

realpath: resolve symlinks before normalizing (bug #990669)  (2004-07-23)
       http://python.org/sf/996627  closed by  jlgijsbers

normpath symlinks doc warning (bug #990669)  (2004-07-23)
       http://python.org/sf/996626  closed by  jlgijsbers

Docstring fix in Modules/_csv.c  (2004-08-15)
       http://python.org/sf/1009384  closed by  jlgijsbers

bottom-to-top decorator application order  (2004-08-14)
       http://python.org/sf/1009444  closed by  bcannon

Fixes for 'commands' module on win32  (2003-04-01)
       http://python.org/sf/713428  closed by  jlgijsbers

Make `commands' module work on Windows  (2004-02-03)
       http://python.org/sf/889949  closed by  jlgijsbers

make commands.getstatusoutput work on windows  (2002-12-31)
       http://python.org/sf/660505  closed by  jlgijsbers

Make commands.getstatusoutput work on Windows  (2003-07-16)
       http://python.org/sf/772029  closed by  jlgijsbers

help() with readline support  (2003-04-23)
       http://python.org/sf/726204  closed by  jlgijsbers

Fix @decorator evaluation order  (2004-08-15)
       http://python.org/sf/1009560  closed by  mwh

extending readline functionality  (2003-01-27)
       http://python.org/sf/675551  closed by  montanaro

fix inspect.getargs() crash on def foo((bar)) (bug #891637)  (2004-08-08)
       http://python.org/sf/1005466  closed by  doko

email/Message.py: del_param fails when specifying a header  (2004-01-08)
       http://python.org/sf/873418  closed by  bwarsaw

regex nit in encoding declarations  (2004-08-18)
       http://python.org/sf/1011144  closed by  loewis

Fix for tkFont.Font(name=...)  (2003-07-01)
       http://python.org/sf/764217  closed by  loewis

poor performance in xmlrpc response  (2002-02-14)
       http://python.org/sf/517256  closed by  loewis

warn on assignment to None, True, False  (2002-04-26)
       http://python.org/sf/549213  closed by  loewis

Oren Tirosh's fastnames patch  (2002-08-20)
       http://python.org/sf/597907  closed by  loewis

PEP 269 Implementation  (2002-08-23)
       http://python.org/sf/599331  closed by  loewis

factor out SMTPHandler.emit date handling  (2003-08-20)
       http://python.org/sf/791776  closed by  loewis

add HTTPResponse.getheaders()  (2003-09-04)
       http://python.org/sf/800236  closed by  loewis

Suggested change in how ntpath.expanduser works  (2003-09-08)
       http://python.org/sf/802159  closed by  loewis

Lib/email/Encoders.py iso-2022 is 7bit  (2003-09-12)
       http://python.org/sf/804885  closed by  loewis

socketmodule.c: fix for platforms w/o IPV6 (i.e.Solaris 5.7)  (2003-11-19)
       http://python.org/sf/845306  closed by  loewis

inspect.getsource show @decorators  (2004-08-09)
       http://python.org/sf/1006219  closed by  jlgijsbers

use just built python interp. to build the docs.  (2003-10-15)
       http://python.org/sf/823775  closed by  doko

Missing INCREF in PyType_Ready  (2004-06-26)
       http://python.org/sf/980082  closed by  loewis

Fix readline for utf-8 locales  (2004-03-11)
       http://python.org/sf/914291  closed by  loewis

tarfile.py fix for bug #949052  (2004-07-21)
       http://python.org/sf/995126  closed by  loewis

fix for title case bug: #995422  (2004-07-22)
       http://python.org/sf/995740  closed by  loewis

New / Reopened Bugs
___________________

os.startfile() doesn't accept Unicode filenames  (2004-08-11)
       http://python.org/sf/1007046  opened by  Matthias Huening

SGI (IRIX6.5.24) Problems building nismodule.c  (2004-08-11)
       http://python.org/sf/1007223  opened by  Maik Hertha

SGI (IRIX 6.5.24) Error building _codecs_iso2022.c  (2004-08-11)
       http://python.org/sf/1007249  opened by  Maik Hertha

os.getstatusoutput on win32  (2004-08-12)
CLOSED http://python.org/sf/1008275  opened by  Chmouel Boudjnah

logging.getLevelName returns a number  (2004-08-12)
       http://python.org/sf/1008295  opened by  Paulo Eduardo Neves

os.major() os.minor() example and description change  (2004-08-12)
       http://python.org/sf/1008310  opened by  Steven

Incorrect <link rel="index"> href in Tutorial.  (2004-08-13)
CLOSED http://python.org/sf/1008690  opened by  Johannes Gijsbers

vertical bar typeset horizontal in docs  (2004-08-13)
       http://python.org/sf/1008998  opened by  Alan

non-ascii readline input crashes python  (2004-08-14)
       http://python.org/sf/1009263  opened by  paul rubin

Cannot doctest a SyntaxError  (2004-08-15)
CLOSED http://python.org/sf/1009729  opened by  Raymond Hettinger

xmlrpclib, PEP291, "yield"  (2004-08-16)
       http://python.org/sf/1009803  opened by  Anthony Baxter

CPU usage shoots up with asyncore  (2004-08-16)
       http://python.org/sf/1010098  opened by  Thomas

smtpd.py docstring says wrong default class  (2004-08-16)
       http://python.org/sf/1010102  opened by  Chris Green

xml.dom documentation omits hasAttribute, hasAttributeNS  (2004-08-16)
       http://python.org/sf/1010196  opened by  Mike Brown

sys.ps1 not protected in EditorWindow.py  (2004-08-16)
       http://python.org/sf/1010370  opened by  Dave Florek

bsddb3 testsuite failure when running more than one time  (2004-08-17)
       http://python.org/sf/1010645  opened by  Matthias Klose

test_queue fails occasionally  (2004-08-17)
       http://python.org/sf/1010777  opened by  Michael Hudson

running test_codecmaps_* takes too much effort  (2004-08-17)
       http://python.org/sf/1010952  opened by  Ronald Oussoren

distutils install with -b / --build-base  (2004-08-18)
       http://python.org/sf/1011113  opened by  daishi harada

Make GIL acquire/release functions idempotent if PyEval_Init  (2004-08-18)
       http://python.org/sf/1011380  opened by  Gustavo J. A. M. Carneiro

2.4 asyncore breaks Zope  (2004-08-18)
       http://python.org/sf/1011606  opened by  Tim Peters

distutils install with -b / --build-base  (2004-08-18)
CLOSED http://python.org/sf/1011687  opened by  daishi harada

GC assertion failure  (2004-08-18)
CLOSED http://python.org/sf/1011790  opened by  Stephane Thiell

Cannot import PKZIP 2.50 created ZIP file  (2004-08-19)
       http://python.org/sf/1011893  opened by  Dennis Chuah

PyDoc does not support ZIP  (2004-08-19)
       http://python.org/sf/1011894  opened by  Dennis Chuah

Bugs Closed
___________

IDLE and encodings  (2003-09-18)
       http://python.org/sf/808719  closed by  loewis

Possible memory leak in output console  (2004-08-10)
       http://python.org/sf/1006740  closed by  akuchling

FutureWarning when running regression tests  (2004-08-09)
       http://python.org/sf/1006001  closed by  akuchling

_XOPEN_SOURCE issue on IRIX 5.3  (2004-08-08)
       http://python.org/sf/1005308  closed by  loewis

test_format fails 2.4a1  (2004-07-16)
       http://python.org/sf/992078  closed by  jlgijsbers

_SC_PAGE_SIZE unknown on IRIX 5.3  (2004-08-08)
       http://python.org/sf/1005568  closed by  loewis

HAVE_FDATASYNC incorrectly set for 2.3.4 under cygwin  (2004-07-04)
       http://python.org/sf/985154  closed by  nnorwitz

new.code() not cleanly checking its arguments  (2004-08-07)
       http://python.org/sf/1005248  closed by  mwh

os.getstatusoutput on win32  (2004-08-12)
       http://python.org/sf/1008275  closed by  jlgijsbers

Incorrect <link rel="index"> href in Tutorial.  (2004-08-13)
       http://python.org/sf/1008690  closed by  fdrake

pdb doesn't find some source files  (2003-05-15)
       http://python.org/sf/738154  closed by  jlgijsbers

inspect.getmodule symlink-related failur  (2002-06-17)
       http://python.org/sf/570300  closed by  bcannon

inconsistent acceptance of floats for range()  (2004-08-07)
       http://python.org/sf/1005325  closed by  bcannon

shutil.copy destroys hard links  (2003-11-29)
       http://python.org/sf/851123  closed by  jlgijsbers

os.path.realpath() does not handle symlinks correctly  (2004-07-14)
       http://python.org/sf/990669  closed by  jlgijsbers

misinforming help messages in pdb.py  (2004-07-12)
       http://python.org/sf/989672  closed by  jlgijsbers

Carbon.CF.CFMutableArray hangs interpreter  (2004-07-30)
       http://python.org/sf/1000914  closed by  ronaldoussoren

pydoc crashes on a class property  (2004-02-06)
       http://python.org/sf/891637  closed by  doko

Cannot doctest a SyntaxError  (2004-08-15)
       http://python.org/sf/1009729  closed by  tim_one

super instances don't support item assignment  (2003-09-12)
       http://python.org/sf/805304  closed by  rhettinger

New module: doc versus action  (2004-05-10)
       http://python.org/sf/951482  closed by  rhettinger

winzip cannot extrat tarfile created tars  (2004-05-06)
       http://python.org/sf/949052  closed by  loewis

distutils install with -b / --build-base  (2004-08-18)
       http://python.org/sf/1011687  closed by  daishiharada

GC assertion failure  (2004-08-18)
       http://python.org/sf/1011790  closed by  mbuna

New / Reopened RFE
__________________

translate Windows cr-lf when installing scripts on Linux  (2004-08-06)
       http://python.org/sf/1004696  reopened by  timcera

RFE Closed
__________

translate Windows cr-lf when installing scripts on Linux  (2004-08-06)
       http://python.org/sf/1004696  closed by  kbk



More information about the Python-Dev mailing list