[Python-Dev] Summary of Tracker Issues
Tracker
status at bugs.python.org
Fri Feb 29 18:06:14 CET 2008
ACTIVITY SUMMARY (02/22/08 - 02/29/08)
Tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
1711 open (+34) / 12326 closed (+13) / 14037 total (+47)
Open issues with patches: 457
Average duration of open issues: 741 days.
Median duration of open issues: 1110 days.
Open Issues Breakdown
open 1690 (+34)
pending 21 ( +0)
Issues Created Or Reopened (50)
_______________________________
sqlite numeric type conversion problems 02/27/08
http://bugs.python.org/issue2157 reopened ghaering
patch
dl broken on non-ILP32 platforms 02/22/08
CLOSED http://bugs.python.org/issue2164 created notting
Fix for test_logging 02/23/08
CLOSED http://bugs.python.org/issue2165 created therve
pydistutils.cfg won't be found on Windows 02/23/08
http://bugs.python.org/issue2166 created tarek
Remove unused imports 02/23/08
CLOSED http://bugs.python.org/issue2167 created calvin
patch
gdbm needs to be iterable 02/23/08
CLOSED http://bugs.python.org/issue2168 created therve
patch
Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer 02/23/08
CLOSED http://bugs.python.org/issue2169 created ajaksu2
rewrite of minidom.Node.normalize 02/23/08
http://bugs.python.org/issue2170 created maltehelmert
Add map, filter, zip to future_builtins 02/24/08
http://bugs.python.org/issue2171 created georg.brandl
Add doc-string to UserDict and DictMixin 02/24/08
http://bugs.python.org/issue2172 created belopolsky
patch
Python fails silently on bad locale 02/24/08
http://bugs.python.org/issue2173 created motteneder
xml.sax.xmlreader does not support the InputSource protocol 02/24/08
http://bugs.python.org/issue2174 created ygale
Expat sax parser silently ignores the InputSource protocol 02/24/08
http://bugs.python.org/issue2175 created ygale
Undocumented lastrowid attribute i sqlite3 cursor class 02/24/08
http://bugs.python.org/issue2176 created bukaj
Update compiler module to handle class decorators 02/24/08
CLOSED http://bugs.python.org/issue2177 created therve
patch
Problems with Belarusian Latin locale 02/24/08
http://bugs.python.org/issue2178 created booxter
with should be as fast as try/finally 02/24/08
http://bugs.python.org/issue2179 created jyasskin
tokenize: mishandles line joining 02/25/08
http://bugs.python.org/issue2180 created jaredgrubb
optimize out local variables at end of function 02/25/08
http://bugs.python.org/issue2181 created nnorwitz
patch, patch
tokenize: does not allow CR for a newline 02/25/08
http://bugs.python.org/issue2182 created jaredgrubb
optimize list comprehensions 02/25/08
http://bugs.python.org/issue2183 created nnorwitz
patch, patch
Speed up Thread.start() 02/25/08
CLOSED http://bugs.python.org/issue2184 created jyasskin
patch, patch
code objects should conserve memory 02/25/08
http://bugs.python.org/issue2185 created nnorwitz
patch, patch
map and filter shouldn't support None as first argument (in Py3k 02/25/08
http://bugs.python.org/issue2186 created gvanrossum
patch, easy
map and filter objects shouldn't call themselves itertools.imap 02/25/08
http://bugs.python.org/issue2187 created gvanrossum
easy
[patch] urllib2 hint - disabled ProxyHandler() 02/25/08
http://bugs.python.org/issue2188 created techtonik
urllib.quote() throws KeyError when passed an iterator 02/25/08
http://bugs.python.org/issue2189 created djc
MozillaCookieJar ignore HttpOnly cookies 02/25/08
http://bugs.python.org/issue2190 created douyuan
patch
SubProcess Startup error 02/25/08
CLOSED http://bugs.python.org/issue2191 created madhusudan.sk
error with backslash as last character in raw string 02/25/08
CLOSED http://bugs.python.org/issue2192 created aka
Cookie Colon Name Bug 02/26/08
http://bugs.python.org/issue2193 created BM
Tiny patch to docs 02/26/08
CLOSED http://bugs.python.org/issue2194 created tim.golden
patch
urlparse() does not handle URLs with port numbers properly 02/26/08
http://bugs.python.org/issue2195 created gawain
Fix hasattr's exception problems 02/26/08
http://bugs.python.org/issue2196 created benjamin.peterson
patch
Further simplify dict literal bytecode 02/27/08
http://bugs.python.org/issue2197 created belopolsky
patch
code_hash() can be the same for different code objects 02/27/08
http://bugs.python.org/issue2198 created sdeibel
cPickle error with gtk GEnum classes 02/28/08
http://bugs.python.org/issue2199 created pyscripter
find_executable fails to find .bat files on win32 02/28/08
http://bugs.python.org/issue2200 created abbot
Documentation Section 4.4 02/28/08
CLOSED http://bugs.python.org/issue2201 created str8lazy
urllib2 fails against IIS 6.0 (No support for MD5-sess auth) 02/28/08
http://bugs.python.org/issue2202 created bwmcadams
easy
ssl module getpeercert returns empty dict when cert_reqs=ssl.CER 02/28/08
http://bugs.python.org/issue2203 created mryden
document ConfigParser behaviour when a file has same section mul 02/28/08
http://bugs.python.org/issue2204 created draghuram
os.times() returns incorrect value 02/29/08
CLOSED http://bugs.python.org/issue2205 created kwatch
patch
critical memory leak in hashlib.md5 02/29/08
CLOSED http://bugs.python.org/issue2206 created agateriver
Bug in Sphinx highlighting when pygments not available 02/29/08
http://bugs.python.org/issue2207 created tim.golden
patch
Patch to doc/make.bat to allow non-standard HTML Help location 02/29/08
http://bugs.python.org/issue2208 created tim.golden
patch
mailbox module doesn't support compressed mbox 02/29/08
http://bugs.python.org/issue2209 created jae
Nested module import clutters package namespace 02/29/08
http://bugs.python.org/issue2210 created ruediger.kupper
Enhance file.readlines by making line separator selectable 02/27/08
http://bugs.python.org/issue1152248 reopened rhettinger
thread + import => crashes? 02/24/08
http://bugs.python.org/issue1720705 reopened ncoghlan
Issues Now Closed (73)
______________________
Test issue 177 days
http://bugs.python.org/issue1064 loewis
patch
race in SocketServer.ForkingMixIn.collect_children 161 days
http://bugs.python.org/issue1183 jyasskin
patch
test_resource fails on recent linux systems 129 days
http://bugs.python.org/issue1291 akuchling
easy
Embedded python reinitialization 127 days
http://bugs.python.org/issue1306 tiran
os.path.exists(os.devnull) regression on windows 124 days
http://bugs.python.org/issue1311 akuchling
BaseHTTPServer hard-codes Content-Type for error messages 92 days
http://bugs.python.org/issue1492 georg.brandl
easy
Problem with httplib and Content-Length: -1 71 days
http://bugs.python.org/issue1627 georg.brandl
easy
Move Demo/classes/Rat.py to Lib/fractions.py and fix it up. 70 days
http://bugs.python.org/issue1682 jyasskin
patch
Backport of PEP 3129 "class decorators" 46 days
http://bugs.python.org/issue1759 tiran
patch
Inheriting from ABCs makes classes slower. 51 days
http://bugs.python.org/issue1762 jyasskin
ConfigParser: add_section('DEFAULT') causes duplicate sections. 44 days
http://bugs.python.org/issue1781 facundobatista
patch, easy
msilib.add_data() takes exactly three parameters 40 days
http://bugs.python.org/issue1825 georg.brandl
patch, easy
operator.attrgetter() should accept dotted attribute paths 40 days
http://bugs.python.org/issue1826 georg.brandl
easy
unhelpful error when calling "python <dirname>" 34 days
http://bugs.python.org/issue1877 ncoghlan
easy
increase parser stack limit 33 days
http://bugs.python.org/issue1881 tiran
Document that with is slower than try/finally 33 days
http://bugs.python.org/issue1910 jyasskin
easy
[patch] syslogmodule: Release GIL when calling syslog(3) 26 days
http://bugs.python.org/issue1957 tiran
patch, easy
Slight adjustment to sphinx print-media stylesheet 25 days
http://bugs.python.org/issue1964 georg.brandl
patch
io.StringIO allows any parameter 25 days
http://bugs.python.org/issue1986 georg.brandl
PYO file permission problem 15 days
http://bugs.python.org/issue2051 tiran
file.__exit__ does not call subclass' close method 12 days
http://bugs.python.org/issue2067 schmir
SimpleXMLRPCServer documentation about rpc_paths might be wrong 12 days
http://bugs.python.org/issue2072 akuchling
xml.dom documentation doesn't match implementation 10 days
http://bugs.python.org/issue2101 georg.brandl
easy
Implement __format__ for Decimal 15 days
http://bugs.python.org/issue2110 marketdickinson
patch
[feature-request] Please add bool data type to "optparse" module 7 days
http://bugs.python.org/issue2130 facundobatista
easy
os.environ should inherit dict 4 days
http://bugs.python.org/issue2144 belopolsky
patch
Queue.maxsize, __init__() accepts any value as maxsize 3 days
http://bugs.python.org/issue2149 benjamin.peterson
STORE_LOCAL byte code is not documented 1 days
http://bugs.python.org/issue2161 georg.brandl
test_socket is flakey 3 days
http://bugs.python.org/issue2163 gvanrossum
easy
dl broken on non-ILP32 platforms 0 days
http://bugs.python.org/issue2164 loewis
Fix for test_logging 0 days
http://bugs.python.org/issue2165 georg.brandl
Remove unused imports 0 days
http://bugs.python.org/issue2167 tiran
patch
gdbm needs to be iterable 2 days
http://bugs.python.org/issue2168 rhettinger
patch
Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer 5 days
http://bugs.python.org/issue2169 akuchling
Update compiler module to handle class decorators 1 days
http://bugs.python.org/issue2177 facundobatista
patch
Speed up Thread.start() 3 days
http://bugs.python.org/issue2184 jyasskin
patch, patch
SubProcess Startup error 0 days
http://bugs.python.org/issue2191 madhusudan.sk
error with backslash as last character in raw string 1 days
http://bugs.python.org/issue2192 aka
Tiny patch to docs 0 days
http://bugs.python.org/issue2194 georg.brandl
patch
Documentation Section 4.4 0 days
http://bugs.python.org/issue2201 str8lazy
os.times() returns incorrect value 1 days
http://bugs.python.org/issue2205 georg.brandl
patch
critical memory leak in hashlib.md5 0 days
http://bugs.python.org/issue2206 georg.brandl
os.spawnv(P_WAIT, ...) on Linux doesn't handle EINTR 1838 days
http://bugs.python.org/issue686667 facundobatista
urllib2 doesn't handle urls without scheme 1735 days
http://bugs.python.org/issue745097 facundobatista
Applets don't work on 10.1 1667 days
http://bugs.python.org/issue781445 akuchling
Module-specific PDFs 1632 days
http://bugs.python.org/issue800929 akuchling
More obvious indication of __reduce__ documentation. 1572 days
http://bugs.python.org/issue835521 akuchling
catch invalid chunk length in httplib read routine 1465 days
http://bugs.python.org/issue900744 georg.brandl
patch
long <-> byte-string conversion 1430 days
http://bugs.python.org/issue923643 marketdickinson
patch
[PATCH] tty needs a way to restore the terminal mode. 1161 days
http://bugs.python.org/issue1088077 facundobatista
need siginterrupt() on Linux - impossible to do timeouts 1159 days
http://bugs.python.org/issue1089358 facundobatista
patch
Memory leak in socket.py on Mac OS X 1152 days
http://bugs.python.org/issue1092502 akuchling
curses.initscr - initscr exit w/o env(TERM) set 1109 days
http://bugs.python.org/issue1119331 akuchling
descrintro describes __new__ and __init__ behavior wrong 1106 days
http://bugs.python.org/issue1123716 facundobatista
doctest should support -m 1087 days
http://bugs.python.org/issue1156430 georg.brandl
PEP 328 and Python 2.4 error 1089 days
http://bugs.python.org/issue1157255 facundobatista
import statement likely to crash if module launches threads 1058 days
http://bugs.python.org/issue1175194 georg.brandl
datetime/xmlrpclib.DateTime comparison 858 days
http://bugs.python.org/issue1330538 akuchling
patch
Remove usage of UserDict from os.py 818 days
http://bugs.python.org/issue1367711 loewis
patch, easy
imaplib causes excessive fragmentation for large documents 792 days
http://bugs.python.org/issue1389051 akuchling
patch, easy
httplib patch to make _read_chunked() more robust 764 days
http://bugs.python.org/issue1411097 georg.brandl
patch
normalize function in minidom unlinks empty child nodes 736 days
http://bugs.python.org/issue1433694 akuchling
easy
httplib: read/_read_chunked failes with ValueError sometime 654 days
http://bugs.python.org/issue1486335 georg.brandl
Add "methodcaller" to the operator module 619 days
http://bugs.python.org/issue1506171 georg.brandl
ConfigParser: whitespace leading comment lines 499 days
http://bugs.python.org/issue1576208 facundobatista
popen() slow on AIX due to large FOPEN_MAX value 449 days
http://bugs.python.org/issue1607087 georg.brandl
patch
Speed up PyArg_ParseTupleAndKeywords() and improve error msg 333 days
http://bugs.python.org/issue1691070 tiran
patch
glibc error: corrupted double linked list (CPython 2.5.1) 285 days
http://bugs.python.org/issue1718942 facundobatista
Allow interpreter to execute a zip file 96 days
http://bugs.python.org/issue1739468 ncoghlan
patch
"%d" format handling for long values 244 days
http://bugs.python.org/issue1742669 facundobatista
patch
class mutex doesn't do anything atomically 237 days
http://bugs.python.org/issue1746071 facundobatista
patch, easy
poll() on cygwin sometimes fails [PATCH] 214 days
http://bugs.python.org/issue1759997 georg.brandl
Minor corrections to smtplib 190 days
http://bugs.python.org/issue1776581 facundobatista
patch
Top Issues Most Discussed (10)
______________________________
45 os.times() is bogus 1243 days
open http://bugs.python.org/issue1040026
16 simple patch, improving unreachable bytecode removing 116 days
open http://bugs.python.org/issue1394
14 map and filter shouldn't support None as first argument (in Py3 5 days
open http://bugs.python.org/issue2186
14 os.environ should inherit dict 4 days
closed http://bugs.python.org/issue2144
10 thread + import => crashes? 5 days
open http://bugs.python.org/issue1720705
8 Add VS CRT redist to the MSI installer 84 days
open http://bugs.python.org/issue1569
8 Bug in range() function for large values 91 days
open http://bugs.python.org/issue1533
7 Restructure import.c into PEP 302 importer objects 12 days
open http://bugs.python.org/issue2135
7 Distutils default exclude doesn't match top level .svn 280 days
open http://bugs.python.org/issue1725737
6 optimize out local variables at end of function 5 days
open http://bugs.python.org/issue2181
More information about the Python-Dev
mailing list