[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)

Kurt B. Kaiser kbk at shore.net
Sat May 20 05:24:26 CEST 2006


Patch / Bug Summary


Patches : 378 open ( +0) / 3238 closed (+22) / 3616 total (+22) Bugs : 907 open (+13) / 5831 closed (+20) / 6738 total (+33) RFE : 218 open ( +2) / 217 closed ( +2) / 435 total ( +4)

New / Reopened Patches


Patch fixing #1481770 (wrong shared lib ext on hpux ia64) (2006-05-07) CLOSED http://python.org/sf/1483325 opened by David Everly

Add new top-level domains to cookielib (2006-05-07) CLOSED http://python.org/sf/1483395 reopened by jjlee

Add new top-level domains to cookielib (2006-05-07) CLOSED http://python.org/sf/1483395 opened by John J Lee

Wave.py support for ulaw and alaw audio (2006-05-07) http://python.org/sf/1483545 opened by Eric Woudenberg

tarfile.py fix for #1471427 and updates (2006-05-09) CLOSED http://python.org/sf/1484695 opened by Lars Gustäbel

cookielib: reduce (fatal) dependency on "beta" logging? (2006-05-09) CLOSED http://python.org/sf/1484758 opened by kxroberto

urllib2: resolves extremly slow import (of "everything") (2006-05-09) CLOSED http://python.org/sf/1484793 opened by kxroberto

HTMLParser : A auto-tolerant parsing mode (2006-05-11) http://python.org/sf/1486713 opened by kxroberto

Patches and enhancements to turtle.py (2006-05-11) CLOSED http://python.org/sf/1486962 opened by Vern Ceder

MacOSX: distutils support for -arch and -isysroot flags (2006-05-13) http://python.org/sf/1488098 opened by Ronald Oussoren

Memory alignment fix on SPARC (2006-05-14) CLOSED http://python.org/sf/1488312 opened by Jan Palus

tarfile.py: support for file-objects and bz2 (cp. #1488634) (2006-05-15) CLOSED http://python.org/sf/1488881 opened by Lars Gustäbel

Updates to syntax rules in reference manual (2006-05-16) http://python.org/sf/1489771 opened by Žiga Seilnacht

Patch for the urllib2 HOWTO (2006-05-16) CLOSED http://python.org/sf/1489784 opened by Mike Foord

fix typo in os.utime() docstring (2006-05-17) CLOSED http://python.org/sf/1490189 opened by M. Levinson

add os.chflags() and os.lchflags() where available (2006-05-17) http://python.org/sf/1490190 opened by M. Levinson

time.altzone does not include DST offset on Cygwin (2006-05-17) CLOSED http://python.org/sf/1490224 opened by Christian Franke

PC new-logo-based icon set (2006-05-17) http://python.org/sf/1490384 opened by Andrew Clover

Describe Py_DEBUG and friends... (2006-05-18) http://python.org/sf/1490989 opened by Skip Montanaro

IDLE L&F on MacOSX (2006-05-19) http://python.org/sf/1491759 opened by Ronald Oussoren

Simple slice support for list.sort() and .reverse() (2006-05-19) http://python.org/sf/1491804 opened by Heiko Wundram

Complex representation (2006-05-19) http://python.org/sf/1491866 opened by Heiko Wundram

Fix for bug #1486663 mutable types check kwargs in tp_new (2006-05-20) http://python.org/sf/1491939 opened by Žiga Seilnacht

Patches Closed


applesingle endianness issue (2004-06-30) http://python.org/sf/982340 closed by gbrandl

Patch fixing #1481770 (wrong shared lib ext on hpux ia64) (2006-05-07) http://python.org/sf/1483325 closed by loewis

Add new top-level domains to cookielib (2006-05-07) http://python.org/sf/1483395 closed by gbrandl

Add new top-level domains to cookielib (2006-05-07) http://python.org/sf/1483395 closed by gbrandl

Heavy revisions to urllib2 howto (2006-05-01) http://python.org/sf/1479977 closed by akuchling

Make urllib2 digest auth and basic auth play together (2006-04-30) http://python.org/sf/1479302 closed by gbrandl

Take advantage of BaseException/Exception split in cookielib (2006-04-29) http://python.org/sf/1478993 closed by gbrandl

tarfile.py fix for #1471427 and updates (2006-05-09) http://python.org/sf/1484695 closed by gbrandl

cookielib: reduce (fatal) dependency on "beta" logging? (2006-05-09) http://python.org/sf/1484758 closed by gbrandl

urllib2: resolves extremly slow import (of "everything") (2006-05-09) http://python.org/sf/1484793 closed by gbrandl

Fix doctest nit. (2006-04-28) http://python.org/sf/1478292 closed by tim_one

Remote debugging with pdb.py (2003-04-14) http://python.org/sf/721464 closed by gbrandl

urllib2: better import ftplib and gopherlib etc late (2004-10-24) http://python.org/sf/1053150 closed by loewis

detect %zd format for PY_FORMAT_SIZE_T (2006-04-22) http://python.org/sf/1474907 closed by bcannon

Patches and enhancements to turtle.py (2006-05-11) http://python.org/sf/1486962 closed by gbrandl

Improve docs for tp_clear and tp_traverse (2006-04-19) http://python.org/sf/1473132 closed by tim_one

Memory alignment fix on SPARC (2006-05-14) http://python.org/sf/1488312 closed by nnorwitz

tarfile.py: support for file-objects and bz2 (cp. #1488634) (2006-05-15) http://python.org/sf/1488881 closed by gbrandl

Add copy() method to zlib's compress and decompress objects (2006-02-20) http://python.org/sf/1435422 closed by gbrandl

Patch for the urllib2 HOWTO (2006-05-16) http://python.org/sf/1489784 closed by gbrandl

fix typo in os.utime() docstring (2006-05-17) http://python.org/sf/1490189 closed by gbrandl

time.altzone does not include DST offset on Cygwin (2006-05-17) http://python.org/sf/1490224 closed by gbrandl

great improvement for locale.py formatting functions (2005-04-10) http://python.org/sf/1180296 closed by gbrandl

New / Reopened Bugs


docs for 'profile' should refer to pstats.Stats (2006-05-06) CLOSED http://python.org/sf/1482988 opened by Ori Peleg

Objects/genobject.c:53: gen_iternext: Assertion `f->f_back ! (2006-05-07) http://python.org/sf/1483133 opened by svensoho

Add set.member() method (2006-05-07) CLOSED http://python.org/sf/1483384 opened by Michael Tsai

Doctest bug (2006-05-08) CLOSED http://python.org/sf/1483785 opened by stnsls

struct.unpack problem with @, =, < specifiers (2006-05-08) http://python.org/sf/1483963 opened by Christian Hudon

pydoc doesn't create html-file (2006-05-08) CLOSED http://python.org/sf/1483997 opened by Gregor Lingl

hyper-threading locks up sleeping threads (2006-05-08) http://python.org/sf/1484172 opened by Olaf Meding

Output of KlocWork on Python2.4.3 sources (2006-05-09) http://python.org/sf/1484556 opened by Miki Tebeka

ctypes documenation obscure and incomplete (2006-05-09) http://python.org/sf/1484580 opened by Nicko van Someren

Doc for new_panel() missing scope info (2006-05-09) CLOSED http://python.org/sf/1484978 opened by Troels Therkelsen

The name is qmail, not Qmail (2006-05-09) CLOSED http://python.org/sf/1485280 opened by David Phillips

subprocess.Popen + cwd + relative args[0] (2006-05-10) CLOSED http://python.org/sf/1485447 opened by Mark Sheppard

httplib: read/_read_chunked failes with ValueError sometime (2006-05-11) http://python.org/sf/1486335 opened by kxroberto

Over-zealous keyword-arguments check for built-in set class (2006-05-11) http://python.org/sf/1486663 opened by dib

OS X framework build for python 2.5 fails, configure is odd (2006-05-11) http://python.org/sf/1486897 opened by Christopher Knox

No examples or usage docs for urllib2 (2004-04-29) CLOSED http://python.org/sf/944394 reopened by fresh

2.5 rev 45972 fails build on Mac-Intel (2006-05-12) http://python.org/sf/1487105 opened by Alex Martelli

datetime.time and datetime.timedelta (2006-05-12) http://python.org/sf/1487389 opened by Chris Withers

can't pickle slice objects (2006-05-12) http://python.org/sf/1487420 opened by ganges master

Could BIND_FIRST be removed on HP-UX? (2006-05-12) http://python.org/sf/1487481 opened by Göran Uddeborg

SystemError with conditional expression in assignment (2006-05-13) CLOSED http://python.org/sf/1487966 opened by Žiga Seilnacht

tarfile.TarFile.open can might incorrectly raise ValueError (2006-05-15) CLOSED http://python.org/sf/1488634 opened by Andrew Bennetts

appended file on Windows reads arbitrary data (2006-05-15) CLOSED http://python.org/sf/1488717 opened by muimi

appended file on Windows reads arbitrary data (2006-05-15) CLOSED http://python.org/sf/1488779 opened by muimi

endless loop in PyCFunction_Fini() (2006-05-15) http://python.org/sf/1488906 opened by Matejcik

Multiple dots in relative import statement raise SyntaxError (2006-05-15) http://python.org/sf/1488915 opened by Žiga Seilnacht

file.write + closed pipe (2006-05-15) http://python.org/sf/1488934 opened by Erik Demaine

difflib.Differ() doesn't always add hints for tab characters (2006-05-16) http://python.org/sf/1488943 opened by Henry

keyword and topic help broken in Pythonwin IDE (2006-05-15) http://python.org/sf/1489051 opened by BartlebyScrivener

2.4.3 fails to find Tcl/Tk on Solaris 10 x86_64 (2006-05-15) http://python.org/sf/1489246 opened by Tim Mooney

time module missing from global mod index (2006-05-16) http://python.org/sf/1489648 opened by Skip Montanaro

%g incorrect conversion (2006-05-18) CLOSED http://python.org/sf/1490688 opened by paul rubin

urllib.retrieve's reporthook called with non-helpful value (2006-05-18) http://python.org/sf/1490929 opened by Sidnei da Silva

glob_to_re problems (2006-05-19) http://python.org/sf/1491431 opened by Wayne Davison

argvemulator doesn't work on intel mac (2006-05-19) http://python.org/sf/1491468 opened by Ronald Oussoren

distutils adds (unwanted) -xcode=pic32 in the compile comman (2006-05-19) http://python.org/sf/1491574 opened by Toon Knapen

Pickle & schizofrenic classes don't match (2006-05-19) CLOSED http://python.org/sf/1491688 opened by Ronald Oussoren

Bugs Closed


asyncore is not listed in test_sundry (2006-05-05) http://python.org/sf/1482746 closed by gbrandl

docs for 'profile' should refer to pstats.Stats (2006-05-06) http://python.org/sf/1482988 closed by gbrandl

tarfile.py chokes on long names (2006-04-16) http://python.org/sf/1471427 closed by gbrandl

hpux ia64 shared lib ext should be ".so" (2006-05-04) http://python.org/sf/1481770 closed by nnorwitz

Doctest bug (2006-05-08) http://python.org/sf/1483785 deleted by stnsls

pydoc doesn't create html-file (2006-05-08) http://python.org/sf/1483997 closed by gbrandl

ctypes extension does not compile on Mac OS 10.3.9 (2006-03-29) http://python.org/sf/1460514 closed by theller

Doc for new_panel() missing scope info (2006-05-09) http://python.org/sf/1484978 closed by gbrandl

Python does not check for POSIX compliant open() modes (2006-03-31) http://python.org/sf/1462152 closed by gbrandl

Building without C++ should not fail. (2005-12-26) http://python.org/sf/1390321 closed by loewis

The name is qmail, not Qmail (2006-05-10) http://python.org/sf/1485280 closed by gbrandl

subprocess.Popen + cwd + relative args[0] (2006-05-10) http://python.org/sf/1485447 closed by gbrandl

urllib2: better import ftplib and gopherlib etc late (2004-10-13) http://python.org/sf/1046077 closed by loewis

No examples or usage docs for urllib2 (2004-04-29) http://python.org/sf/944394 closed by loewis

No examples or usage docs for urllib2 (04/29/04) http://python.org/sf/944394 closed by sf-robot

long path support in win32 part of os.listdir(posixmodule.c) (2006-02-14) http://python.org/sf/1431582 closed by loewis

SystemError with conditional expression in assignment (2006-05-13) http://python.org/sf/1487966 closed by nnorwitz

subprocess _active.remove(self) self not in list _active (05/10/05) http://python.org/sf/1199282 closed by sf-robot

tarfile.TarFile.open can might incorrectly raise ValueError (2006-05-15) http://python.org/sf/1488634 closed by gbrandl

appended file on Windows reads arbitrary data (2006-05-15) http://python.org/sf/1488717 closed by tim_one

appended file on Windows reads arbitrary data (2006-05-15) http://python.org/sf/1488779 closed by gbrandl

%g incorrect conversion (2006-05-18) http://python.org/sf/1490688 closed by gbrandl

non-keyword argument following keyword (2006-04-22) http://python.org/sf/1474677 closed by nnorwitz

Pickle & schizofrenic classes don't match (2006-05-19) http://python.org/sf/1491688 closed by ronaldoussoren

New / Reopened RFE


Backwards compatibility support for Py_ssize_t (2006-05-10) http://python.org/sf/1485576 opened by Konrad Hinsen

str.startswith/endswith could take a tuple? (2006-05-19) http://python.org/sf/1491485 opened by Tom Lynn

RFE Closed


Add set.member() method (2006-05-07) http://python.org/sf/1483384 closed by rhettinger

Drop py.ico and pyc.ico (2006-04-27) http://python.org/sf/1477968 closed by loewis



More information about the Python-Dev mailing list