[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Oct 23 18:07:40 CEST 2009


ACTIVITY SUMMARY (10/16/09 - 10/23/09) Python 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.

2474 open (+27) / 16541 closed (+16) / 19015 total (+43)

Open issues with patches: 987

Average duration of open issues: 673 days. Median duration of open issues: 428 days.

Open Issues Breakdown open 2436 (+27) pending 37 ( +0)

Issues Created Or Reopened (43)


regrtest -j sometimes fails if output gets written to stderr by 10/16/09 CLOSED http://bugs.python.org/issue7151 created r.david.murray
patch, patch

urllib2.build_opener() skips ProxyHandler 10/16/09 http://bugs.python.org/issue7152 created barry

add "start" arg to max and min functions 10/16/09 CLOSED http://bugs.python.org/issue7153 created phr

urllib.request system proxy configuration lookup broken for OS X 10/16/09 http://bugs.python.org/issue7154 created ned.deily

urllib2 and python 3 urllib do not document default use of syste 10/16/09 CLOSED http://bugs.python.org/issue7155 created ned.deily
patch

curses can't find _curses 10/17/09 CLOSED http://bugs.python.org/issue7156 created Archon

Fix Download Current Documentation link 10/17/09 http://bugs.python.org/issue7157 created ryles

os.path.basename/split fails 10/17/09 CLOSED http://bugs.python.org/issue7158 created kuiper

Urllib2 authentication memory. 10/17/09 http://bugs.python.org/issue7159 created bradobro

Crash when returning a 64-bit char pointer in Python 2.6.3 ctype 10/17/09 CLOSED http://bugs.python.org/issue7160 created creachadair

raise of SyntaxError in codeop was ported incorrectly to Py3 10/17/09 CLOSED http://bugs.python.org/issue7161 created Trundle
patch

2to3 does not convert builtins.file 10/17/09 http://bugs.python.org/issue7162 created joe.amenta

IDLE suppresses sys.stdout.write() return value 10/17/09 http://bugs.python.org/issue7163 created tjreedy

pickle test failure after test_imp/test_import (_make_stat_resul 10/18/09 CLOSED http://bugs.python.org/issue7164 created r.david.murray

xmlrpc.server assumes sys.stdout will have a buffer attribute 10/18/09 http://bugs.python.org/issue7165 created ncoghlan
patch

IDLE (python 3.1.1) syntax coloring for b'bytestring' and u'unic 10/18/09 http://bugs.python.org/issue7166 created lieryan
easy

Smarter FTP passive mode 10/18/09 http://bugs.python.org/issue7167 created pitrou
patch

Document PyFloat_AsString and PyFloat_AsReprString as deprecated 10/19/09 CLOSED http://bugs.python.org/issue7168 created eric.smith
patch

zipfile leaves a file handle open if file is zero size 10/19/09 http://bugs.python.org/issue7169 created skelker

subclasses of (some) built-in types are not weakref-able 10/19/09 CLOSED http://bugs.python.org/issue7170 created stutzbach

Add inet_ntop and inet_pton support for Windows 10/19/09 http://bugs.python.org/issue7171 created jaraco

BaseHTTPServer.BaseHTTPRequestHandler.responses[405] has a small 10/19/09 http://bugs.python.org/issue7172 created dalke

Cython compiler run crashes CPython 3.1.1 and 3.2 10/20/09 http://bugs.python.org/issue7173 created scoder
patch

modeule: queue class: PriorityQueue 10/20/09 CLOSED http://bugs.python.org/issue7174 created asuiu

unify pydistutils.cfg and distutils.cfg and use .local 10/20/09 http://bugs.python.org/issue7175 created tarek

sum() doesn't work for lists. 10/20/09 CLOSED http://bugs.python.org/issue7176 created oggust

Unclear warning for subprocess.call 10/20/09 http://bugs.python.org/issue7177 created azumanga

open function's buffering parameter is not completely doc'ed 10/20/09 CLOSED http://bugs.python.org/issue7178 created kuhnsjohn

Unportable test(1) construct 10/21/09 http://bugs.python.org/issue7179 created wiz
patch

"pydoc -k" can generate AttributeError on Mac OS X 10/21/09 http://bugs.python.org/issue7180 created kmgrant

No logging when two loggers with same qualname 10/21/09 CLOSED http://bugs.python.org/issue7181 created cristiroma

For non-debug builds, the cygwinccompiler.py should define NDEBU 10/21/09 http://bugs.python.org/issue7182 created stutzbach

did 2.6.3 regress for some uses of the doc property? 10/21/09 http://bugs.python.org/issue7183 created zooko

build failures on Snow Leopard 10/22/09 http://bugs.python.org/issue7184 created richard

csv reader utf-8 BOM error 10/22/09 http://bugs.python.org/issue7185 created W00D00

Document specialness of doc, and possibly other "special" at 10/22/09 http://bugs.python.org/issue7186 created ssteiner

importlib/_bootstrap.py write_bytecode raises an IOError if it c 10/22/09 http://bugs.python.org/issue7187 created dmalcolm
patch

optionxform documentation confusing 10/23/09 CLOSED http://bugs.python.org/issue7188 created loewis

struct.calcsize returns strange size 10/23/09 CLOSED http://bugs.python.org/issue7189 created igor.mikushkin

TCP/IP? 10/23/09 http://bugs.python.org/issue7190 created jlr2383

Odd behaviour with zlib.decompressobj optional parameter "wbits" 10/23/09 http://bugs.python.org/issue7191 created pythonhacker

webbrowser.get("firefox") does not work on Mac with installed Fi 10/23/09 http://bugs.python.org/issue7192 created dalke
patch

Popen blocks program from another thread 10/23/09 http://bugs.python.org/issue7193 created dgriff1

Issues Now Closed (41)


fromfd() and dup() for _socket on WIndows 716 days http://bugs.python.org/issue1378 planders
patch

GC optimization: don't track simple tuples and dicts 303 days http://bugs.python.org/issue4688 esam
patch

optimize bytecode for conditional branches 299 days http://bugs.python.org/issue4715 esam
patch

Bugs in _ssl object read() when a buffer is specified 278 days http://bugs.python.org/issue4967 pitrou
patch

"in" expression falls back to iter before getitem 122 days http://bugs.python.org/issue6324 georg.brandl

Printing the 'The Python Tutorial' 76 days http://bugs.python.org/issue6670 brimac

uuid creates zombies 42 days http://bugs.python.org/issue6882 eric.smith
patch

Metaclass doc (Ref 3.3.3) errors 36 days http://bugs.python.org/issue6927 georg.brandl

Getopt documentation ambiguity 29 days http://bugs.python.org/issue6977 georg.brandl

codecs error handlers lack documentation 20 days http://bugs.python.org/issue7035 georg.brandl

Doc/reference/datamodel: Slots description needs update 20 days http://bugs.python.org/issue7036 georg.brandl
patch

urllib.urlopen crashes when used on Mac OS 10.6.1 through a prox 15 days http://bugs.python.org/issue7044 ronaldoussoren

No docs for module 'IN' 17 days http://bugs.python.org/issue7062 georg.brandl

Python 2.6.3 / setuptools 0.6c9: extension module builds fail wi 6 days http://bugs.python.org/issue7064 ned.deily

Suggest better documentation of 2 versus 3 on 3.1.1 site. 17 days http://bugs.python.org/issue7067 srl

locale.strxfrm raises MemoryError 12 days http://bugs.python.org/issue7080 pitrou
patch

New (in 2.6) functions in signal module are not documented as un 13 days http://bugs.python.org/issue7088 georg.brandl

Problems building pyhton from source on Snow Leopard (Mac OS X 7 days http://bugs.python.org/issue7102 ronaldoussoren

regrtest -j fails when tests write to stderr 4 days http://bugs.python.org/issue7127 r.david.murray
easy

test_ssl failure 5 days http://bugs.python.org/issue7133 pitrou
patch

Socket documentation not updated 7 days http://bugs.python.org/issue7137 georg.brandl

Remove WITHOUT_COMPLEX from 3.x trunk 3 days http://bugs.python.org/issue7147 skip.montanaro
patch, patch, easy, needs review

2.6.4rc1 regression: test_urllib2 fails on OS X with UnboundLoca 3 days http://bugs.python.org/issue7149 ned.deily

regrtest -j sometimes fails if output gets written to stderr by 3 days http://bugs.python.org/issue7151 r.david.murray
patch, patch

add "start" arg to max and min functions 2 days http://bugs.python.org/issue7153 rhettinger

urllib2 and python 3 urllib do not document default use of syste 1 days http://bugs.python.org/issue7155 orsenthil
patch

curses can't find _curses 6 days http://bugs.python.org/issue7156 georg.brandl

os.path.basename/split fails 0 days http://bugs.python.org/issue7158 ezio.melotti

Crash when returning a 64-bit char pointer in Python 2.6.3 ctype 2 days http://bugs.python.org/issue7160 creachadair

raise of SyntaxError in codeop was ported incorrectly to Py3 0 days http://bugs.python.org/issue7161 benjamin.peterson
patch

pickle test failure after test_imp/test_import (_make_stat_resul 0 days http://bugs.python.org/issue7164 ncoghlan

Document PyFloat_AsString and PyFloat_AsReprString as deprecated 1 days http://bugs.python.org/issue7168 eric.smith
patch

subclasses of (some) built-in types are not weakref-able 1 days http://bugs.python.org/issue7170 georg.brandl

modeule: queue class: PriorityQueue 0 days http://bugs.python.org/issue7174 r.david.murray

sum() doesn't work for lists. 0 days http://bugs.python.org/issue7176 rhettinger

open function's buffering parameter is not completely doc'ed 0 days http://bugs.python.org/issue7178 benjamin.peterson

No logging when two loggers with same qualname 0 days http://bugs.python.org/issue7181 vinay.sajip

optionxform documentation confusing 0 days http://bugs.python.org/issue7188 georg.brandl

struct.calcsize returns strange size 0 days http://bugs.python.org/issue7189 mark.dickinson

os.path, %HOME% set: realpath contradicts expanduser on '~' 993 days http://bugs.python.org/issue1646838 ezio.melotti

PyThreadState_SetAsyncExc and the main thread 788 days http://bugs.python.org/issue1779233 pitrou

Top Issues Most Discussed (10)


10 add ftp-tls support to ftplib - RFC 4217 623 days open http://bugs.python.org/issue2054

9 did 2.6.3 regress for some uses of the doc property? 2 days open http://bugs.python.org/issue7183

9 unify pydistutils.cfg and distutils.cfg and use .local 3 days open http://bugs.python.org/issue7175

9 Add gamma function, error functions and other C99 math.h functi 465 days open http://bugs.python.org/issue3366

6 add "start" arg to max and min functions 2 days closed http://bugs.python.org/issue7153

6 locale.strxfrm raises MemoryError 12 days closed http://bugs.python.org/issue7080

5 subclasses of (some) built-in types are not weakref-able 1 days closed http://bugs.python.org/issue7170

5 os.path.basename/split fails 0 days closed http://bugs.python.org/issue7158

5 2.6.4rc1 regression: test_urllib2 fails on OS X with UnboundLoc 3 days closed http://bugs.python.org/issue7149

5 deprecated conversion from string constant to char * 33 days open http://bugs.python.org/issue6952



More information about the Python-Dev mailing list