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

Kurt B. Kaiser kbk at shore.net
Wed Aug 4 06:54:17 CEST 2004


Patch / Bug Summary


Patches : 276 open ( -3) / 2493 closed (+10) / 2769 total ( +7) Bugs : 766 open ( +4) / 4317 closed (+14) / 5083 total (+18) RFE : 146 open ( +1) / 130 closed ( +0) / 276 total ( +1)

New / Reopened Patches


A BSD-style wait4 implementation (2004-07-29) http://python.org/sf/1000267 opened by chads

posixpath._resolve_link typo (2004-07-31) CLOSED http://python.org/sf/1001109 opened by Ronald Oussoren

socketmodule on OpenBSD/sparc64 (64bit machine) (2004-08-01) http://python.org/sf/1001610 opened by Aleksander Piotrowski

Logger file objects (2004-08-02) http://python.org/sf/1001864 opened by Miki Tebeka

O(1) xrange membership testing (2004-08-02) http://python.org/sf/1002085 opened by Mac-arena the Bored Zo

Better extensibility for distutils commands (2004-08-02) CLOSED http://python.org/sf/1002241 opened by Fred L. Drake, Jr.

Patches Closed


posixpath._resolve_link typo (2004-07-31) http://python.org/sf/1001109 closed by ronaldoussoren

Implementation for PEP 318 using java-style syntax (2004-06-25) http://python.org/sf/979728 closed by anthonybaxter

Better extensibility for distutils commands (2004-08-02) http://python.org/sf/1002241 closed by fdrake

HTTP basic authentication problem (2004-07-20) http://python.org/sf/994595 closed by loewis

speed up md5: allow Encode and Decode to inline (2004-06-22) http://python.org/sf/977074 closed by loewis

add option to NOT use ~/.netrc in nntplib.NNTP() (2003-10-14) http://python.org/sf/823072 closed by loewis

askstring => grab fail (2004-05-02) http://python.org/sf/946153 closed by loewis

658254: accept None for time.ctime() and friends (2003-01-06) http://python.org/sf/663482 closed by fdrake

Add support for sync and use "wish" options (2004-07-08) http://python.org/sf/986929 closed by loewis

commands.py for Windows (2002-12-17) http://python.org/sf/655421 closed by zopezen

New / Reopened Bugs


optparse error method doesn't print option info (2004-07-29) http://python.org/sf/1000439 opened by Ivan Nestlerode

"make pdf" failure w/ 2.4 docs (2004-07-30) http://python.org/sf/1000841 opened by Mat Martineau

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

str.join([ str-subtype-instance ]) misbehaves (2004-07-31) http://python.org/sf/1001011 opened by Thomas Wouters

setdefaulttimeout causes unnecessary timeouts on connect err (2004-07-31) CLOSED http://python.org/sf/1001018 opened by Mark Hammond

wave.open() with unicode filename fails (2004-07-31) CLOSED http://python.org/sf/1001053 opened by John Popplewell

incorrect reference to macro named foo (2004-07-31) CLOSED http://python.org/sf/1001088 opened by Clinton Roy

hotspot profiler does not work correctly on P4 CPUs with HT (2004-07-31) http://python.org/sf/1001150 opened by Viktor Ferenczi

glob unicode (2004-08-01) http://python.org/sf/1001604 opened by leve

socketmodule does not build under cygwin (2004-08-02) http://python.org/sf/1001857 opened by Miki Tebeka

IDLE hangs when inactive more than 2 hours (2004-08-02) http://python.org/sf/1001869 opened by Miki Tebeka

os.path.realpath can't handle symlink loops (2004-04-05) http://python.org/sf/930024 reopened by loewis

os.path.sameopenfile documentation wrong. (2004-08-02) http://python.org/sf/1002398 opened by Jeremy Fincher

Wrong documentation of radd etc. (2004-08-03) http://python.org/sf/1002453 opened by Hallvard B Furuseth

MemoryError on AIX52 (2004-08-03) http://python.org/sf/1002465 opened by Datranet

email message parser doesn't handle \r\n correctly (2004-08-03) http://python.org/sf/1002475 opened by Sjoerd Mullender

test_decimal fails if repeated (2004-08-03) http://python.org/sf/1002530 opened by Michael Hudson

test_logging fails if run twice (2004-08-03) http://python.org/sf/1002537 opened by Michael Hudson

glob() unicode bug (2004-08-03) CLOSED http://python.org/sf/1002632 opened by leve

asynchat does not accept 'long' terminator (2004-08-03) http://python.org/sf/1002763 opened by Jey Kottalam

Bugs Closed


"disjunct" should be "disjoint" (2004-07-25) http://python.org/sf/997533 closed by rhettinger

Mingw needs to use the same MSVC runtime as Python (2004-01-04) http://python.org/sf/870382 closed by loewis

Python 2.3.4, Solaris 7, socketmodule.c does not compile (2004-06-14) http://python.org/sf/972724 closed by brucedray

setdefaulttimeout causes unnecessary timeouts on connect err (2004-07-30) http://python.org/sf/1001018 closed by tim_one

wave.open() with unicode filename fails (2004-07-30) http://python.org/sf/1001053 closed by nnorwitz

incorrect reference to macro named foo (2004-07-31) http://python.org/sf/1001088 closed by nnorwitz

os.path.realpath can't handle symlink loops (2004-04-05) http://python.org/sf/930024 closed by akuchling

leaking snippet (2003-09-18) http://python.org/sf/808596 closed by mwh

refleaks in _hotshot.c (2003-09-18) http://python.org/sf/808756 closed by arigo

math and cmath docs don't specify radians (2004-07-23) http://python.org/sf/996392 closed by tim_one

bsddb has default flag of c, not r (2004-07-26) http://python.org/sf/998001 closed by akuchling

glob() unicode bug (2004-08-03) http://python.org/sf/1002632 closed by lemburg

boolobject.h documentation missing from Python/C API (2004-01-22) http://python.org/sf/882332 closed by fdrake

Accept None for time.ctime() and friends (2002-12-24) http://python.org/sf/658254 closed by fdrake

idle.py doesn't accept ( in some cases (2003-07-22) http://python.org/sf/775541 closed by kbk

New / Reopened RFE


Adding missing ISO 8859 codecs, especially Thai (2004-08-02) http://python.org/sf/1001895 opened by Peter Jacobi



More information about the Python-Dev mailing list