Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Sun Oct 15 22:20:15 EDT 2006


Patch / Bug Summary
___________________

Patches :  431 open ( +3) /  3425 closed ( +8) /  3856 total (+11)
Bugs    :  916 open (-23) /  6273 closed (+44) /  7189 total (+21)
RFE     :  244 open ( +4) /   240 closed ( +1) /   484 total ( +5)

New / Reopened Patches
______________________

typo in PC/_msi.c  (2006-10-07)
CLOSED http://python.org/sf/1572724  opened by  jose nazario

Fix for segfault in ISO 2022 codecs  (2006-10-07)
CLOSED http://python.org/sf/1572832  opened by  Ray Chason

let quit and exit really exit  (2006-10-09)
CLOSED http://python.org/sf/1573835  opened by  Gerrit Holl

urllib2 - Fix line breaks in authorization headers  (2006-10-09)
       http://python.org/sf/1574068  opened by  Scott Dial

Add %var% support to ntpath.expandvars  (2006-10-09)
       http://python.org/sf/1574252  opened by  Chip Norkus

Mailbox will lock properly after flush()  (2006-10-11)
       http://python.org/sf/1575506  opened by  Philippe Gauthier

Support spawnvp[e] + use native execvp[e] on win32  (2006-10-12)
       http://python.org/sf/1576120  opened by  Snaury

os.utime acess denied with directories on win32  (2006-10-12)
CLOSED http://python.org/sf/1576166  opened by  Snaury

os.execvp[e] on win32 fails for current directory  (2006-10-13)
       http://python.org/sf/1576313  opened by  Snaury

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1576954  opened by  Larry Hastings

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1577078  opened by  Larry Hastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
CLOSED http://python.org/sf/1577551  opened by  Larry Hastings

newline in -DSVNVERSION=\"`LANG=C svnversion .`\"  (2006-10-15)
CLOSED http://python.org/sf/1577756  opened by  Daniel Stränger

Patches Closed
______________

typo in PC/_msi.c  (2006-10-07)
       http://python.org/sf/1572724  closed by  gbrandl

Fix for segfault in ISO 2022 codecs  (2006-10-08)
       http://python.org/sf/1572832  closed by  perky

fix crash with continue in nested try/finally  (2006-08-18)
       http://python.org/sf/1542451  closed by  gbrandl

let quit and exit really exit  (2006-10-09)
       http://python.org/sf/1573835  closed by  mwh

Fix for Lib/test/crashers/gc_inspection.py  (2006-07-04)
       http://python.org/sf/1517042  closed by  gbrandl

os.utime acess denied with directories on win32  (2006-10-12)
       http://python.org/sf/1576166  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
       http://python.org/sf/1576954  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
       http://python.org/sf/1577078  deleted by  lhastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
       http://python.org/sf/1577551  closed by  loewis

newline in -DSVNVERSION=\"`LANG=C svnversion .`\"  (2006-10-15)
       http://python.org/sf/1577756  deleted by  schmaller

New / Reopened Bugs
___________________

cElementTree.SubElement doesn't recognize keyword "attrib"  (2006-10-07)
CLOSED http://python.org/sf/1572710  opened by  Mark Stephens

import org.python.core imports local org.py  (2006-10-08)
CLOSED http://python.org/sf/1573180  opened by  E.-O. Le Bigot

ctypes unit test fails (test_macholib.py) under MacOS 10.4.7  (2006-08-21)
CLOSED http://python.org/sf/1544102  reopened by  ronaldoussoren

struct module doesn't use weakref for cache  (2006-10-08)
CLOSED http://python.org/sf/1573394  opened by  Mark Flacy

sqlite3 documentation on rowcount is contradictory  (2006-10-10)
       http://python.org/sf/1573854  opened by  Seo Sanghyeon

if(status = ERROR_MORE_DATA)  (2006-10-09)
CLOSED http://python.org/sf/1573928  opened by  Helmut Grohne

WSGI, cgi.FieldStorage incompatibility  (2006-10-09)
       http://python.org/sf/1573931  opened by  Michael Kerrin

isinstance swallows exceptions  (2006-10-09)
       http://python.org/sf/1574217  opened by  Brian Harring

os.popen with os.close gives error message  (2006-10-10)
       http://python.org/sf/1574310  opened by  dtrosset

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

ctypes: Pointer-to-pointer unchanged in callback  (2006-10-10)
       http://python.org/sf/1574588  opened by  Albert Strasheim

ctypes: Returning c_void_p from callback doesn't work  (2006-10-10)
       http://python.org/sf/1574593  opened by  Albert Strasheim

Request wave support > 16 bit samples  (2006-10-11)
       http://python.org/sf/1575020  opened by  Murray Lang

isSequenceType returns True for dict subclasses (<> 2.3)  (2006-10-11)
       http://python.org/sf/1575169  opened by  Martin Gfeller

typo: section 2.1 -> property  (2006-10-12)
CLOSED http://python.org/sf/1575746  opened by  Antoine De Groote

Missing notice on environment setting LD_LIBRARY_PATH  (2006-10-12)
CLOSED http://python.org/sf/1575803  opened by  Anastasios Hatzis

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

str(WindowsError) wrong  (2006-10-12)
       http://python.org/sf/1576174  opened by  Thomas Heller

ConfigParser: whitespace leading comment lines  (2006-10-12)
       http://python.org/sf/1576208  opened by  gregwillden

functools.wraps fails on builtins  (2006-10-12)
       http://python.org/sf/1576241  opened by  kajiuma

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

enable-shared .dso location  (2006-10-12)
CLOSED http://python.org/sf/1576394  opened by  Mike Klaas

cStringIO misbehaving with unicode  (2006-10-13)
CLOSED http://python.org/sf/1576443  opened by  Yang Zhang

ftplib doesn't follow standard  (2006-10-13)
       http://python.org/sf/1576598  opened by  Denis S. Otkidach

dict keyerror formatting and tuples  (2006-10-13)
       http://python.org/sf/1576657  opened by  M.-A. Lemburg

potential buffer overflow in complexobject.c  (2006-10-13)
       http://python.org/sf/1576861  opened by  Jochen Voss

GetFileAttributesExA and Win95  (2006-09-29)
CLOSED http://python.org/sf/1567666  reopened by  giomach

Bugs Closed
___________

csv "dialect = 'excel-tab'" to use excel_tab  (2006-10-06)
       http://python.org/sf/1572471  closed by  montanaro

cElementTree.SubElement doesn't recognize keyword "attrib"  (2006-10-07)
       http://python.org/sf/1572710  closed by  effbot

tabs missing in idle options configure  (2006-09-28)
       http://python.org/sf/1567450  closed by  kbk

IDLE doesn't load - apparently without firewall problems  (2006-09-22)
       http://python.org/sf/1563630  closed by  kbk

Let assign to as raise SyntaxWarning as well  (2003-02-23)
       http://python.org/sf/691733  closed by  nnorwitz

cvs update warnings  (2003-07-02)
       http://python.org/sf/764447  closed by  nnorwitz

Minor floatobject.c bug  (2003-08-15)
       http://python.org/sf/789159  closed by  nnorwitz

another threads+readline+signals nasty  (2004-06-11)
       http://python.org/sf/971213  closed by  nnorwitz

init_types  (2006-09-30)
       http://python.org/sf/1568243  closed by  gbrandl

import org.python.core imports local org.py  (2006-10-08)
       http://python.org/sf/1573180  closed by  gbrandl

PGIRelease linkage fails on pgodb80.dll  (2006-10-02)
       http://python.org/sf/1569517  closed by  krisvale

missing _typesmodule.c,Visual Studio 2005 pythoncore.vcproj  (2006-09-29)
       http://python.org/sf/1567910  closed by  krisvale

ctypes unit test fails (test_macholib.py) under MacOS 10.4.7  (2006-08-21)
       http://python.org/sf/1544102  closed by  ronaldoussoren

Tutorial: incorrect info about package importing and mac  (2006-09-17)
       http://python.org/sf/1560114  closed by  gbrandl

struct module doesn't use weakref for cache  (2006-10-08)
       http://python.org/sf/1573394  closed by  etrepum

setup() keyword have to be list (doesn't work with tuple)  (2006-08-23)
       http://python.org/sf/1545341  closed by  akuchling

if(status = ERROR_MORE_DATA)  (2006-10-09)
       http://python.org/sf/1573928  closed by  gbrandl

os.stat() subsecond file mode time is incorrect on Windows  (2006-09-25)
       http://python.org/sf/1565150  closed by  loewis

2.6 changes stomp on  2.5 docs  (2006-09-23)
       http://python.org/sf/1564039  closed by  sf-robot

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

typo: section 2.1 -> property  (2006-10-12)
       http://python.org/sf/1575746  closed by  gbrandl

-Qnew switch doesn't work  (2003-09-26)
       http://python.org/sf/813342  closed by  gbrandl

sets missing from standard types list in ref  (2006-09-26)
       http://python.org/sf/1565919  closed by  gbrandl

make plistlib.py available in every install  (2006-09-25)
       http://python.org/sf/1565129  closed by  gbrandl

inspect module and class startlineno  (2006-09-01)
       http://python.org/sf/1550524  closed by  gbrandl

Pdb parser bug  (2006-08-30)
       http://python.org/sf/1549574  closed by  gbrandl

Missing notice on environment setting LD_LIBRARY_PATH  (2006-10-12)
       http://python.org/sf/1575803  closed by  loewis

shlex (or perhaps cStringIO) and unicode strings  (2006-08-29)
       http://python.org/sf/1548891  closed by  gbrandl

Build of 2.4.3 on fedora core 5 fails to find asm/msr.h  (2006-09-03)
       http://python.org/sf/1551238  closed by  gbrandl

urlparse.urljoin odd behaviour  (2006-08-25)
       http://python.org/sf/1546628  closed by  gbrandl

inconsistent treatment of NULs in int()  (2006-08-23)
       http://python.org/sf/1545497  closed by  gbrandl

Move fpectl elsewhere in library reference  (2006-09-11)
       http://python.org/sf/1556261  closed by  gbrandl

Fix Lib/test/test___all__.py  (2006-08-22)
       http://python.org/sf/1544295  closed by  gbrandl

smeared title when installing  (2004-10-18)
       http://python.org/sf/1049615  closed by  gbrandl

nit for builtin sum doc  (2005-09-07)
       http://python.org/sf/1283491  closed by  gbrandl

site-packages & build-dir python  (2002-07-25)
       http://python.org/sf/586700  closed by  gbrandl

__name__ doesn't show up in dir() of class  (2006-08-03)
       http://python.org/sf/1534014  closed by  gbrandl

Interpreter crash: filter() + gc.get_referrers()  (2006-07-05)
       http://python.org/sf/1517663  closed by  gbrandl

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
       http://python.org/sf/1560179  closed by  gbrandl

enable-shared .dso location  (2006-10-13)
       http://python.org/sf/1576394  closed by  loewis

cStringIO misbehaving with unicode  (2006-10-13)
       http://python.org/sf/1576443  closed by  gbrandl

GetFileAttributesExA and Win95  (2006-09-29)
       http://python.org/sf/1567666  closed by  loewis

site-packages isn't created before install_egg_info  (2006-09-27)
       http://python.org/sf/1566719  closed by  sf-robot

New / Reopened RFE
__________________

release GIL while doing I/O operations in the mmap module  (2006-10-08)
       http://python.org/sf/1572968  opened by  Lukas Lalinsky

RFE Closed
__________

Print identical floats consistently  (2006-08-05)
       http://python.org/sf/1534942  closed by  gbrandl




More information about the Python-list mailing list