[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Sat Apr 28 05:18:38 CEST 2007


Patch / Bug Summary
___________________

Patches :  356 open ( -1) /  3756 closed (+11) /  4112 total (+10)
Bugs    :  968 open (+10) /  6673 closed (+16) /  7641 total (+26)
RFE     :  254 open ( +3) /   282 closed ( +2) /   536 total ( +5)

New / Reopened Patches
______________________

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-19)
CLOSED http://python.org/sf/1703972  opened by  Alexander Belopolsky

minidom Level 1 DOM compliance  (2007-04-20)
       http://python.org/sf/1704134  opened by  Jason Orendorff

textwrap.py mod. for jython  (2007-04-20)
CLOSED http://python.org/sf/1704473  opened by  Tim Couper

test_optparse.py mod. for jython  (2007-04-20)
       http://python.org/sf/1704474  opened by  Tim Couper

Use MoveFileEx() to implement os.rename() on windows  (2007-04-20)
       http://python.org/sf/1704547  opened by  Raghuram Devarakonda

interpreter crash when multiplying large lists  (2007-04-20)
       http://python.org/sf/1704621  opened by  Daniel Stutzbach

Added clearerr() to clear EOF state  (2007-04-23)
       http://python.org/sf/1706039  opened by  jos

Updated ASTVisitor Classes  (2007-04-24)
       http://python.org/sf/1706323  opened by  Yaakov Nemoy

Implementation of @abstractmethod for PEP 3119  (2007-04-24)
       http://python.org/sf/1706989  opened by  Guido van Rossum

get status output fix for Win32  (2007-04-25)
       http://python.org/sf/1707753  opened by  Ken Phillis Jr.

Make isinstance/issubclass overloadable  (2007-04-26)
       http://python.org/sf/1708353  opened by  Guido van Rossum

Patches Closed
______________

silenced a compiler warning  (2007-04-18)
       http://python.org/sf/1703268  closed by  nnorwitz

missing declaration in readline.c  (2007-04-18)
       http://python.org/sf/1703270  closed by  nnorwitz

ZipFile.printdir fix (2.5)  (2007-04-11)
       http://python.org/sf/1698915  closed by  nnorwitz

Migrate test_minidom.py to unittest  (2007-03-30)
       http://python.org/sf/1691032  closed by  jorend

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-20)
       http://python.org/sf/1703972  closed by  theller

Update to Macintosh library documentation  (2007-04-11)
       http://python.org/sf/1698768  closed by  gbrandl

textwrap.py mod. for jython  (2007-04-20)
       http://python.org/sf/1704473  closed by  gbrandl

tarfile bug when opening a file directly  (2007-04-05)
       http://python.org/sf/1695229  closed by  gustaebel

stream writing support in wave.py  (2007-02-05)
       http://python.org/sf/1652328  closed by  nnorwitz

PEP 3114 -- next() -> __next__()  (2007-03-07)
       http://python.org/sf/1675363  closed by  gbrandl

warnings.py gets filename wrong for eval/exec  (2007-04-01)
       http://python.org/sf/1692664  closed by  nnorwitz

New / Reopened Bugs
___________________

"t.join(); assert t not in threading.enumerate()" fails  (2007-04-19)
       http://python.org/sf/1703448  opened by  Andrew Bennetts

have a way to ignore nonexisting locales in locale.setlocale  (2007-04-19)
       http://python.org/sf/1703592  opened by  Matthias Klose

ctypes: problem with large integers  (2007-04-19)
       http://python.org/sf/1703952  reopened by  belopolsky

ctypes: problem with large integers  (2007-04-19)
       http://python.org/sf/1703952  opened by  Alexander Belopolsky

TarFile.addfile() throws a struct.error  (2007-04-20)
CLOSED http://python.org/sf/1704156  opened by  K. C. Wong

must run "make" before "make install"  (2007-04-20)
       http://python.org/sf/1704287  opened by  Joseph VanAndel

Exception message when using subprocess.POpen  (2007-04-21)
CLOSED http://python.org/sf/1704790  opened by  Sam Ruby

incorrect return value of unicodedata.lookup() - beoynd BMP  (2007-04-21)
       http://python.org/sf/1704793  opened by  vbr

contextmanager eats StopIteration  (2007-04-22)
       http://python.org/sf/1705170  opened by  Adam Olsen

cannot change cursor color in IDLE   (2007-04-22)
       http://python.org/sf/1705362  opened by  zorkin

'nonlocal x' at top level crashes interpreter  (2007-04-22)
CLOSED http://python.org/sf/1705365  opened by  John Reese

Select() failure (race condition)  (2007-04-22)
       http://python.org/sf/1705393  opened by  Ron Garret

Error in sys.argv documenation  (2007-04-23)
CLOSED http://python.org/sf/1705717  opened by  Kamil Kisiel

pydoc.py has typo.  (2007-04-23)
CLOSED http://python.org/sf/1705997  opened by  charlesmchen

SWIG options not being followed in all cases  (2007-04-24)
CLOSED http://python.org/sf/1706381  opened by  Morten Lied Johansen

socket.error exceptions not subclass of StandardError  (2007-04-24)
       http://python.org/sf/1706815  opened by  John Nagle

tarfile fails in 2.5.1 (NoneType has no ...)  (2007-04-24)
CLOSED http://python.org/sf/1706850  opened by  Thomas Leonard

Failed to build Python 2.5.1 with sqlite3  (2007-04-24)
       http://python.org/sf/1706863  opened by  Vitaliy Yermolenko

lost global variables in main memory intensive execution  (2007-04-25)
       http://python.org/sf/1707255  opened by  Jordi Pujol Ahulló

generation errors in PDF-A4 tags for lib.pdf  (2007-04-25)
       http://python.org/sf/1707497  opened by  Antoine LECA

raw text can't end with backslash  (2007-04-25)
CLOSED http://python.org/sf/1707607  opened by  lomm

os.path.normpath changes path (chops of trailing slash)  (2007-04-26)
       http://python.org/sf/1707768  opened by  Robert Siemer

doctest work with Windows PyReadline  (2007-04-26)
       http://python.org/sf/1708316  opened by  manuelg

find_module doc ambiguity  (2007-04-26)
       http://python.org/sf/1708326  opened by  Andrew McNabb

Why not sequential?  (2007-04-26)
CLOSED http://python.org/sf/1708362  opened by  Lucas Malor

TimedRotatingFileHandler's doRollover opens file in "w" mode  (2007-04-27)
       http://python.org/sf/1708538  opened by  Florian Schmidt

Exact matching  (2007-04-27)
       http://python.org/sf/1708652  opened by  Tom Lynn

Tutorial error  (2007-04-27)
CLOSED http://python.org/sf/1708710  opened by  john hite

Bugs Closed
___________

questionable results from IDLE, Windows, & several built-in   (2007-04-15)
       http://python.org/sf/1700912  closed by  bavantgarde314

utf-16 codec problems with multiple file append  (2007-04-16)
       http://python.org/sf/1701389  closed by  doerwalter

ctypes: problem with large integers  (2007-04-19)
       http://python.org/sf/1703952  closed by  theller

README is referencing obsolete? http://starship.python.net  (2007-04-09)
       http://python.org/sf/1696740  closed by  tjreedy

TarFile.addfile() throws a struct.error  (2007-04-20)
       http://python.org/sf/1704156  closed by  gustaebel

Exception message when using subprocess.Popen  (2007-04-21)
       http://python.org/sf/1704790  closed by  gbrandl

Incorrect example for add_password()  (2007-04-18)
       http://python.org/sf/1703110  closed by  nnorwitz

SSL support in socket module needs tests  (2001-08-16)
       http://python.org/sf/451607  closed by  facundobatista

'nonlocal x' at top level crashes interpreter  (2007-04-23)
       http://python.org/sf/1705365  closed by  ncoghlan

Error in sys.argv documenation  (2007-04-23)
       http://python.org/sf/1705717  closed by  gbrandl

Property with -> annotation triggers assert  (2007-04-10)
       http://python.org/sf/1697248  closed by  ncoghlan

pydoc.py has typo.  (2007-04-23)
       http://python.org/sf/1705997  closed by  gbrandl

SWIG options not being followed in all cases  (2007-04-24)
       http://python.org/sf/1706381  closed by  gbrandl

Tix is not included in 2.5 for Windows  (2006-09-30)
       http://python.org/sf/1568240  closed by  loewis

tarfile fails in 2.5.1 (NoneType has no ...)  (2007-04-24)
       http://python.org/sf/1706850  closed by  gbrandl

raw text can't end with backslash  (2007-04-25)
       http://python.org/sf/1707607  closed by  gbrandl

Why not sequential?  (2007-04-26)
       http://python.org/sf/1708362  deleted by  lucas_malor

Why not sequential?  (2007-04-26)
       http://python.org/sf/1708362  closed by  lucas_malor

Tutorial error  (2007-04-27)
       http://python.org/sf/1708710  closed by  gbrandl

New / Reopened RFE
__________________

pyunit should allow __unittest in locals to trim stackframes  (2007-04-23)
       http://python.org/sf/1705520  opened by  Robert Collins

Give Partial the ability to skip positionals  (2007-04-23)
CLOSED http://python.org/sf/1706256  opened by  Calvin Spealman

access to unicodedata (via codepoints or 2-char surrogates)  (2007-04-24)
       http://python.org/sf/1706460  opened by  vbr

Please add .bz2 in encodings_map (in the module mimetypes)  (2007-04-25)
       http://python.org/sf/1707693  opened by  elghinn

RFE Closed
__________

Feature request: Comparing regexps  (2007-04-16)
       http://python.org/sf/1701452  closed by  rhettinger

Give Partial the ability to skip positionals  (2007-04-24)
       http://python.org/sf/1706256  closed by  loewis



More information about the Python-Dev mailing list