[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)
Kurt B. Kaiser kbk at shore.net
Fri Dec 15 07:42:26 CET 2006
- Previous message: [Python-Dev] Creating dicts from dict subclasses
- Next message: [Python-Dev] About dictionary lookup caching
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patch / Bug Summary
Patches : 414 open ( +1) / 3498 closed ( +9) / 3912 total (+10) Bugs : 949 open ( +6) / 6376 closed (+12) / 7325 total (+18) RFE : 247 open ( +1) / 245 closed ( +1) / 492 total ( +2)
New / Reopened Patches
C99 _Bool support for struct (2006-12-07) http://python.org/sf/1610575 opened by David Remahl
BSD version of ctypes.util.find_library (2006-12-07) http://python.org/sf/1610795 opened by Martin Kammerhofer
whitespace in svnversion .
(2006-10-15)
CLOSED http://python.org/sf/1577756 reopened by schmaller
Enhanced tabbed pane widget (2006-12-10) http://python.org/sf/1612746 opened by Tal Einat
encoding directive -- more examples (2006-12-11) http://python.org/sf/1613352 opened by Jim Jewett
Write mode option for fileinput module. (2006-12-11) http://python.org/sf/1613500 opened by Anthony Roy
POSIX capabilities support (2006-12-13) http://python.org/sf/1615158 opened by Matt Kern
Creating dicts for dict subclasses (2006-12-14) http://python.org/sf/1615701 opened by Walter Dörwald
BZ2File.seek() fails for large files (2006-12-14) http://python.org/sf/1615868 opened by Lars Gustäbel
Cached globals+builtins lookup optimization (2006-12-15) http://python.org/sf/1616125 opened by Andrea Griffini
Patches Closed
whitespace in svnversion .
(2006-10-15)
http://python.org/sf/1577756 closed by gbrandl
traceback on exit if syslog handler fails to initialize (2006-12-05) http://python.org/sf/1609407 closed by vsajip
Race condition in os.makedirs (2006-12-04) http://python.org/sf/1608579 closed by gbrandl
Prevent race condition in os.makedirs (2005-07-17) http://python.org/sf/1239890 closed by gbrandl
os.makedirs - robust against partial path (2005-10-05) http://python.org/sf/1314067 closed by gbrandl
modsupport does not use va_copy when available (2003-12-11) http://python.org/sf/858318 closed by sf-robot
acknowledge signals in non-main threads (2004-12-21) http://python.org/sf/1088832 closed by loewis
Patch for bug 999042. (2004-12-23) http://python.org/sf/1090482 closed by loewis
socket leak in SocketServer (2004-12-30) http://python.org/sf/1093468 closed by loewis
mailbox.py: check that os.fsync is available before using it (2006-11-19) http://python.org/sf/1599256 closed by akuchling
New / Reopened Bugs
GUI for Python 2.3, 2.4, and 2.5 is very sluggish (2006-12-06) CLOSED http://python.org/sf/1610485 reopened by g4rlik
cgi.py multipart/form-data (2006-12-07) http://python.org/sf/1610654 opened by Chui Tey
\b in unicode regex gives strange results (2006-12-07) CLOSED http://python.org/sf/1611131 opened by akaihola
os.path.exists("file/") failure on Solaris 9 (2006-12-07) http://python.org/sf/1611154 opened by Paul Eggert
can't pickle NAN's in binary mode (2006-12-08) CLOSED http://python.org/sf/1611753 opened by Wayne Christopher
sndhdr.what() does not recognize wav file (2006-12-09) http://python.org/sf/1611944 reopened by klankschap
sndhdr.what() does not recognize wav file (2006-12-09) http://python.org/sf/1611944 opened by Floris van Manen
builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT (2006-12-09) http://python.org/sf/1612012 opened by Anthony Baxter
Dictionary ordering docs are too unclear of dangers (2006-12-09) http://python.org/sf/1612113 opened by Calvin Spealman
webchecker/urllib chokes on 404 pages (2006-12-10) CLOSED http://python.org/sf/1612729 opened by Fredrik Lundh
lambda tuple parameter bus error (2006-12-11) CLOSED http://python.org/sf/1613059 opened by Bruce Cropley
str.split creates new string even if pattern not found (2006-12-11) http://python.org/sf/1613130 opened by Antoine Pitrou
pydoc info for a package doesn't list all package contents (2006-12-11) http://python.org/sf/1613479 opened by Nishkar Grover
xmlrpclib ServerProxy uses old httplib interface (2006-12-12) http://python.org/sf/1613573 opened by Matt Brown
recv_into not documented (2006-12-11) http://python.org/sf/1613651 opened by Eric Huss
AttributesImpl does not implement contains on Linux (2006-12-13) http://python.org/sf/1614387 opened by Jason Briggs
dict throwing inaccurate KeyError on small tuple keys (2006-12-13) CLOSED http://python.org/sf/1614429 opened by toidinamai
python-logging compatability with Zope. (2006-12-13) http://python.org/sf/1614460 opened by Simon Hookway
tempile.TemporaryFile differences between linux and windows (2006-12-13) http://python.org/sf/1615275 opened by hirzel
subprocess doesn't handle SIGPIPE (2006-12-14) http://python.org/sf/1615376 opened by Mark Diekhans
IA64/AMD64/x64 confusion (2006-12-14) http://python.org/sf/1616109 opened by Sidnei da Silva
Bugs Closed
GUI for Python 2.3, 2.4, and 2.5 is very sluggish (2006-12-06) http://python.org/sf/1610485 closed by kbk
\b in unicode regex gives strange results (2006-12-07) http://python.org/sf/1611131 deleted by akaihola
can't pickle NAN's in binary mode (2006-12-08) http://python.org/sf/1611753 closed by mwh
race in os.makedirs() (2005-06-18) http://python.org/sf/1223238 closed by gbrandl
simple moves freeze IDLE (2006-10-05) http://python.org/sf/1571112 closed by kbk
webchecker/urllib chokes on 404 pages (2006-12-10) http://python.org/sf/1612729 closed by gbrandl
lambda tuple parameter bus error (2006-12-11) http://python.org/sf/1613059 closed by gbrandl
logger.config problems with comma separated lists (2006-06-09) http://python.org/sf/1503765 closed by vsajip
mailbox: Maildir.get_folder does not inherit factory (2006-11-20) http://python.org/sf/1600152 closed by akuchling
dict throwing inaccurate KeyError on small tuple keys (2006-12-12) http://python.org/sf/1614429 closed by rhettinger
New / Reopened RFE
Py_DEBUG (2006-12-09) http://python.org/sf/1612190 opened by nitro
Class Browser doesn't show internal classes (2006-12-09) http://python.org/sf/1612262 opened by Tal Einat
RFE Closed
"".translate() docs should mention string.maketrans() (2006-11-08) http://python.org/sf/1592899 closed by gbrandl
- Previous message: [Python-Dev] Creating dicts from dict subclasses
- Next message: [Python-Dev] About dictionary lookup caching
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]