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

Kurt B. Kaiser kbk at shore.net
Sat Dec 24 04:58:36 CET 2005


Patch / Bug Summary


Patches : 379 open ( -4) / 3002 closed (+12) / 3381 total ( +8) Bugs : 914 open (-13) / 5452 closed (+37) / 6366 total (+24) RFE : 204 open ( +0) / 193 closed ( +1) / 397 total ( +1)

New / Reopened Patches


Some fixes for the binary distribution builder (2005-12-14) http://python.org/sf/1380777 opened by Ronald Oussoren

Fix bug read() would hang on ssl socket if settimeout() used (2005-12-15) http://python.org/sf/1380952 opened by Arkadiusz Miskiewicz

bind() for netlink sockets (2005-12-15) http://python.org/sf/1381398 opened by Timo Metsälä

list.count() patch for feature request 1370948 (2005-12-15) CLOSED http://python.org/sf/1382087 opened by Mike Fondo

Expose Subversion revision number (2005-12-16) CLOSED http://python.org/sf/1382163 opened by Barry A. Warsaw

Specify new reference return value for PyObject_Call (2005-12-17) CLOSED http://python.org/sf/1383115 opened by Farshid Lashkari

Make unittest.TestCase easier to subclass (2005-12-22) http://python.org/sf/1388073 opened by Collin Winter

add more readline support (2005-12-22) http://python.org/sf/1388440 opened by Sebastien Boving

Patches Closed


PyXxx_Check() speed-up (2005-02-27) http://python.org/sf/1153056 closed by arigo

[PATCH] mmap fails on AMD64 (2005-11-24) http://python.org/sf/1365916 closed by nnorwitz

list.count() patch for feature request 1370948 (2005-12-15) http://python.org/sf/1382087 closed by gvanrossum

Expose Subversion revision number (2005-12-16) http://python.org/sf/1382163 closed by bwarsaw

fix description of format_exc in traceback doc (2005-12-09) http://python.org/sf/1376914 closed by birkenfeld

xml.parsers.expat documentation fix (2005-12-10) http://python.org/sf/1377848 closed by birkenfeld

correct display of pathnames in SimpleHTTPServer (2005-11-18) http://python.org/sf/1360443 closed by birkenfeld

PEP 341 - Unification of try/except and try/finally (2005-11-13) http://python.org/sf/1355913 closed by nnorwitz

Specify new reference return value for PyObject_Call (2005-12-17) http://python.org/sf/1383115 closed by effbot

LibRef: reworked chapter organization (2005-12-07) http://python.org/sf/1375417 closed by akuchling

cookielib LWPCookieJar and MozillaCookieJar exceptions (2005-02-06) http://python.org/sf/1117398 closed by nnorwitz

cookielib mis-handles RFC 2109 cookies in Netscape mode (2005-03-04) http://python.org/sf/1157027 closed by nnorwitz

New / Reopened Bugs


split() description not fully accurate (2005-12-14) http://python.org/sf/1380970 opened by K.C.

csv.reader endless loop (2005-12-15) http://python.org/sf/1381476 opened by Christian Harms

mode 't' not documented as posssible mode for file built-in (2005-12-15) http://python.org/sf/1381717 opened by Simo Salminen

cElementTree only supports a few encodings (2005-12-15) CLOSED http://python.org/sf/1381939 opened by Fredrik Lundh

MacRoman Encoding Bug (OHM vs. OMEGA) (2005-12-16) CLOSED http://python.org/sf/1382096 opened by Sean B. Palmer

Tutorial section 9.5.1 ignores MRO for new-style classes (2005-12-16) http://python.org/sf/1382213 opened by GaryD

--install-base not honored on win32 (2005-12-16) http://python.org/sf/1382562 opened by John Ehresman

len() on class broken (2005-12-16) http://python.org/sf/1382740 reopened by kquick

len() on class broken (2005-12-16) http://python.org/sf/1382740 opened by Kevin Quick

len() on class broken (2005-12-16) CLOSED http://python.org/sf/1382815 opened by Kevin Quick

MacOS.WMAvailable() doesn't launch Python.app properly (2005-12-17) CLOSED http://python.org/sf/1383644 opened by has

random module - Provider DLL failed to initialize correctly (2005-12-18) http://python.org/sf/1384175 opened by Greg Hazel

exec statement link in index broken (2005-12-19) http://python.org/sf/1385004 opened by Harri Pasanen

compiler module does not detect a syntax error (2005-12-19) http://python.org/sf/1385040 opened by Harri Pasanen

execfile anomaly with "from future import division" (2005-12-19) CLOSED http://python.org/sf/1385055 opened by Harri Pasanen

_winreg specifies EnvironmentError instead of WindowsError (2005-12-21) http://python.org/sf/1386675 opened by Tony Meyer

sys.path[0] when executed thru a symbolic link (2005-12-21) CLOSED http://python.org/sf/1387483 opened by Tomasz Kowaltowski

weird behavior when assigning locals() to a variable (2005-12-22) CLOSED http://python.org/sf/1387650 opened by Samuel Bayer

Minor error in md5 docs (2005-12-22) CLOSED http://python.org/sf/1388141 opened by Kent Johnson

bug in rstrip & lstrip (2005-12-23) CLOSED http://python.org/sf/1388489 opened by Jason Whitlark

Polymorphic getters / setters (2005-12-23) CLOSED http://python.org/sf/1388804 opened by Adde

xmlrpc howto link incorrect (2005-12-23) CLOSED http://python.org/sf/1388910 opened by Jonathan Marshall

Decimal sqrt() ignores rounding (2005-12-23) http://python.org/sf/1388949 opened by Adam Olsen

imaplib causes excessive fragmentation for large documents (2005-12-23) http://python.org/sf/1389051 opened by Fredrik Lundh

test_tarfile fails with readonly source dir for Python 2.4.2 (2005-12-23) http://python.org/sf/1389157 opened by Langly

Bugs Closed


freeze idle-python2.3 on my debia n sarge (2005-11-29) http://python.org/sf/1369116 closed by kbk

Memory leak in the email package (2005-12-09) http://python.org/sf/1376775 closed by effbot

logging : fileConfig does not check existance of the file (2005-12-12) http://python.org/sf/1378755 closed by vsajip

source utf8 (2005-12-10) http://python.org/sf/1378022 closed by nnorwitz

loogger module locks (2005-11-27) http://python.org/sf/1367814 closed by vsajip

cElementTree only supports a few encodings (2005-12-15) http://python.org/sf/1381939 closed by effbot

"unicode_escape" and "raw_unicode_escape" encoding is broken (2005-12-14) http://python.org/sf/1379994 closed by perky

a problem of urllib using open_local_file (2005-12-12) http://python.org/sf/1378455 closed by birkenfeld

uncaught AttributeError deep in urllib (2005-03-15) http://python.org/sf/1163401 closed by birkenfeld

MacRoman Encoding Bug (OHM vs. OMEGA) (2005-12-16) http://python.org/sf/1382096 closed by lemburg

len() on class broken (2005-12-16) http://python.org/sf/1382740 closed by birkenfeld

len() on class broken (2005-12-16) http://python.org/sf/1382815 closed by birkenfeld

MacOS.WMAvailable() doesn't launch Python.app properly (2005-12-17) http://python.org/sf/1383644 closed by jackjansen

os.makedirs() ignores mode parameter (2005-01-21) http://python.org/sf/1106572 closed by birkenfeld

Broken docs for os.removedirs (2005-10-31) http://python.org/sf/1343671 closed by birkenfeld

os.makedirs fail if path contains os.pardir (2005-12-05) http://python.org/sf/1373197 closed by birkenfeld

mmap does not accept length as 0 (2005-10-28) http://python.org/sf/1341031 closed by birkenfeld

test_re failure on 64bit targets (alpha, ia64) (2003-08-06) http://python.org/sf/783990 closed by nnorwitz

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

webbrowser.open hangs under certain conditions (2003-10-02) http://python.org/sf/816810 closed by nnorwitz

python 2.3.2 make test segfault (2003-10-26) http://python.org/sf/830573 closed by nnorwitz

Erroneous code objects created with PyCode_New (2003-12-08) http://python.org/sf/856623 closed by nnorwitz

2.4a0 build fails in Modules/signalmodule.c (2004-01-21) http://python.org/sf/881812 closed by nnorwitz

Line 0 SyntaxWarning with duplicate global declarations (2004-02-02) http://python.org/sf/889500 closed by nnorwitz

File read of Chinese utf-16-le treats upper byte 1A as EOF (2004-02-25) http://python.org/sf/904474 closed by nnorwitz

test_timeout failure on trunk (2004-06-11) http://python.org/sf/971238 closed by nnorwitz

Problems with os.system and ulimit -f (2004-10-12) http://python.org/sf/1045509 closed by nnorwitz

import.c bug when getting mod time fails (2004-10-26) http://python.org/sf/1054615 closed by nnorwitz

pwent objects from the pwd module ar e not pickle-able (2004-11-08) http://python.org/sf/1062708 closed by nnorwitz

bad arg type to isspace in struct module (2004-11-23) http://python.org/sf/1072182 closed by nnorwitz

sys.stdin segfaults on invalid stdin (2004-12-13) http://python.org/sf/1084766 closed by nnorwitz

execfile anomaly with "from future import division" (2005-12-19) http://python.org/sf/1385055 closed by nnorwitz

sys.path[0] when executed thru a symbolic link (2005-12-21) http://python.org/sf/1387483 closed by jackjansen

weird behavior when assigning locals() to a variable (2005-12-21) http://python.org/sf/1387650 closed by nnorwitz

Minor error in md5 docs (2005-12-22) http://python.org/sf/1388141 closed by birkenfeld

bug in rstrip & lstrip (2005-12-23) http://python.org/sf/1388489 closed by birkenfeld

Polymorphic getters / setters (2005-12-23) http://python.org/sf/1388804 closed by birkenfeld

xmlrpc howto link incorrect (2005-12-23) http://python.org/sf/1388910 closed by effbot

New / Reopened RFE


Polymorphic getters / setters (2005-12-23) http://python.org/sf/1388872 opened by Adde

RFE Closed


Start and end parameters for list.count() (2005-12-01) http://python.org/sf/1370948 closed by rhettinger



More information about the Python-Dev mailing list