[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Feb 18 18:06:52 CET 2011
ACTIVITY SUMMARY (2011-02-11 - 2011-02-18)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open 2655 (+28)
closed 20370 (+22)
total 23025 (+50)
Open issues with patches: 1130
Issues opened (41)
==================
#7284: optparse - display version in usage by default
http://bugs.python.org/issue7284 reopened by techtonik
#11195: next fixer fooled by trailing cheracters
http://bugs.python.org/issue11195 opened by piro
#11197: information leakage with SimpleHTTPServer
http://bugs.python.org/issue11197 opened by brett.cannon
#11199: urllib hangs when closing connection
http://bugs.python.org/issue11199 opened by rg3
#11200: Addition of abiflags breaks distutils
http://bugs.python.org/issue11200 opened by a.badger
#11201: Python installation error 2203
http://bugs.python.org/issue11201 opened by corenova
#11203: gzip doc is behind
http://bugs.python.org/issue11203 opened by teamnoir
#11204: re module: strange behaviour of space inside {m, n}
http://bugs.python.org/issue11204 opened by sjmachin
#11205: Evaluation order of dictionary display is different from refer
http://bugs.python.org/issue11205 opened by takayuki
#11206: test_readline unconditionally calls clear_history()
http://bugs.python.org/issue11206 opened by georg.brandl
#11207: Pythong seg fault with PIL/numpy
http://bugs.python.org/issue11207 opened by David.Knapp
#11210: PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: rem
http://bugs.python.org/issue11210 opened by haypo
#11212: Python memory limit on AIX
http://bugs.python.org/issue11212 opened by sable
#11214: test_asyncore fails on AIX
http://bugs.python.org/issue11214 opened by sable
#11215: test_fileio error on AIX
http://bugs.python.org/issue11215 opened by sable
#11216: email.message.Message set_charset does not encode properly?
http://bugs.python.org/issue11216 opened by Shay.Rojansky
#11217: python-32 not linked in /usr/local/bin in framework builds
http://bugs.python.org/issue11217 opened by tloredo
#11218: pattern=None when following documentation for load_tests and u
http://bugs.python.org/issue11218 opened by gagern
#11219: Produce a warning when the license is specified in both the Li
http://bugs.python.org/issue11219 opened by kelseyhightower
#11222: Python3.2rc3 fails to build on Mac OS X with a non-framework b
http://bugs.python.org/issue11222 opened by jszakmeister
#11223: interruption of locks by signals not guaranteed when the semap
http://bugs.python.org/issue11223 opened by sable
#11224: 3.2: tarfile.getmembers causes 100% cpu usage on Windows
http://bugs.python.org/issue11224 opened by srid
#11225: getcwd fix for NetBSD to handle ERANGE errno
http://bugs.python.org/issue11225 opened by njoly
#11226: subprocesses experience mysterious delay in receiving stdin EO
http://bugs.python.org/issue11226 opened by yaaang
#11227: [DOC] asyncore - use 'Host' header in HTTP example
http://bugs.python.org/issue11227 opened by sandro.tosi
#11229: Make the Mac installer more like the Windows installer
http://bugs.python.org/issue11229 opened by rhettinger
#11230: "Full unicode import system" not in 3.2
http://bugs.python.org/issue11230 opened by jh45
#11231: bytes() constructor is not correctly documented
http://bugs.python.org/issue11231 opened by haypo
#11232: asyncore - don't throw a traceback when a client disconnects i
http://bugs.python.org/issue11232 opened by sandro.tosi
#11233: clarifying Availability: Unix
http://bugs.python.org/issue11233 opened by sandro.tosi
#11234: Possible error in What's new Python3.2(rc3) documentation (sys
http://bugs.python.org/issue11234 opened by chaica_
#11235: Source files with date modifed in 2106 cause OverflowError
http://bugs.python.org/issue11235 opened by Guy.Kisel
#11236: getpass.getpass does not respond to ctrl-c or ctrl-z
http://bugs.python.org/issue11236 opened by valhallasw
#11238: sets - refer to sets/frozenset in stdtypes
http://bugs.python.org/issue11238 opened by sandro.tosi
#11239: regexp-howto - add missing } to metachars
http://bugs.python.org/issue11239 opened by sandro.tosi
#11240: Running unit tests in a command line tool leads to infinite lo
http://bugs.python.org/issue11240 opened by mattchaput
#11241: ctypes: subclassing an already subclassed ArrayType generates
http://bugs.python.org/issue11241 opened by Steve.Thompson
#11242: urllib.request.url_open() doesn't support SSLContext
http://bugs.python.org/issue11242 opened by haypo
#11243: email/message.py str conversion
http://bugs.python.org/issue11243 opened by sdaoden
#941346: AIX shared library fix
http://bugs.python.org/issue941346 reopened by georg.brandl
#1704474: optparse tests fail under Jython
http://bugs.python.org/issue1704474 reopened by r.david.murray
Most recent 15 issues with no replies (15)
==========================================
#11242: urllib.request.url_open() doesn't support SSLContext
http://bugs.python.org/issue11242
#11241: ctypes: subclassing an already subclassed ArrayType generates
http://bugs.python.org/issue11241
#11239: regexp-howto - add missing } to metachars
http://bugs.python.org/issue11239
#11238: sets - refer to sets/frozenset in stdtypes
http://bugs.python.org/issue11238
#11229: Make the Mac installer more like the Windows installer
http://bugs.python.org/issue11229
#11226: subprocesses experience mysterious delay in receiving stdin EO
http://bugs.python.org/issue11226
#11225: getcwd fix for NetBSD to handle ERANGE errno
http://bugs.python.org/issue11225
#11224: 3.2: tarfile.getmembers causes 100% cpu usage on Windows
http://bugs.python.org/issue11224
#11218: pattern=None when following documentation for load_tests and u
http://bugs.python.org/issue11218
#11210: PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: rem
http://bugs.python.org/issue11210
#11206: test_readline unconditionally calls clear_history()
http://bugs.python.org/issue11206
#11204: re module: strange behaviour of space inside {m, n}
http://bugs.python.org/issue11204
#11203: gzip doc is behind
http://bugs.python.org/issue11203
#11199: urllib hangs when closing connection
http://bugs.python.org/issue11199
#11195: next fixer fooled by trailing cheracters
http://bugs.python.org/issue11195
Most recent 15 issues waiting for review (15)
=============================================
#11243: email/message.py str conversion
http://bugs.python.org/issue11243
#11239: regexp-howto - add missing } to metachars
http://bugs.python.org/issue11239
#11238: sets - refer to sets/frozenset in stdtypes
http://bugs.python.org/issue11238
#11232: asyncore - don't throw a traceback when a client disconnects i
http://bugs.python.org/issue11232
#11227: [DOC] asyncore - use 'Host' header in HTTP example
http://bugs.python.org/issue11227
#11225: getcwd fix for NetBSD to handle ERANGE errno
http://bugs.python.org/issue11225
#11223: interruption of locks by signals not guaranteed when the semap
http://bugs.python.org/issue11223
#11222: Python3.2rc3 fails to build on Mac OS X with a non-framework b
http://bugs.python.org/issue11222
#11212: Python memory limit on AIX
http://bugs.python.org/issue11212
#11210: PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: rem
http://bugs.python.org/issue11210
#11205: Evaluation order of dictionary display is different from refer
http://bugs.python.org/issue11205
#11188: test_time error on AIX
http://bugs.python.org/issue11188
#11187: PyUnicode_AsEncodedString: the bootstrap hack is no more neede
http://bugs.python.org/issue11187
#11184: Broken large file support on AIX
http://bugs.python.org/issue11184
#11177: Set asyncore create_socket default argument
http://bugs.python.org/issue11177
Top 10 most discussed issues (10)
=================================
#10181: Problems with Py_buffer management in memoryobject.c (and else
http://bugs.python.org/issue10181 25 msgs
#11222: Python3.2rc3 fails to build on Mac OS X with a non-framework b
http://bugs.python.org/issue11222 20 msgs
#11223: interruption of locks by signals not guaranteed when the semap
http://bugs.python.org/issue11223 16 msgs
#11205: Evaluation order of dictionary display is different from refer
http://bugs.python.org/issue11205 14 msgs
#11212: Python memory limit on AIX
http://bugs.python.org/issue11212 14 msgs
#941346: AIX shared library fix
http://bugs.python.org/issue941346 13 msgs
#11188: test_time error on AIX
http://bugs.python.org/issue11188 12 msgs
#11219: Produce a warning when the license is specified in both the Li
http://bugs.python.org/issue11219 9 msgs
#3244: multipart/form-data encoding
http://bugs.python.org/issue3244 7 msgs
#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
http://bugs.python.org/issue5537 7 msgs
Issues closed (24)
==================
#4379: Py_SAFE_DOWNCAST in FILE_TIME_to_time_t_nsec failing
http://bugs.python.org/issue4379 closed by haypo
#5736: Add the iterator protocol to dbm modules
http://bugs.python.org/issue5736 closed by eric.araujo
#7305: urllib2.urlopen() segfault using SSL on Solaris
http://bugs.python.org/issue7305 closed by orsenthil
#10720: test_threadsignals hang on FreeBSD 6.4
http://bugs.python.org/issue10720 closed by pitrou
#11116: mailbox and email errors
http://bugs.python.org/issue11116 closed by r.david.murray
#11134: Add missing type slots
http://bugs.python.org/issue11134 closed by loewis
#11135: Redundant doc field in TypeSpec
http://bugs.python.org/issue11135 closed by loewis
#11171: Python 2.7.1 does not start when "./configure" is used with "
http://bugs.python.org/issue11171 closed by barry
#11181: TLS end connection not detected properly in retrbinary
http://bugs.python.org/issue11181 closed by adiroiban
#11194: "lock.__exit__ == lock.release" should be False
http://bugs.python.org/issue11194 closed by r.david.murray
#11196: add possibility for returning value the way Matlab does it
http://bugs.python.org/issue11196 closed by brian.curtin
#11198: re sub subn backreferrence too few replacements
http://bugs.python.org/issue11198 closed by r.david.murray
#11202: Win32: shutil.move does not inherit permissions
http://bugs.python.org/issue11202 closed by brian.curtin
#11208: example misprint in documentation whatsnew/3.2
http://bugs.python.org/issue11208 closed by rhettinger
#11209: Example for itertools.count is misleading
http://bugs.python.org/issue11209 closed by rhettinger
#11211: gzip.open() fails for gzipped file
http://bugs.python.org/issue11211 closed by haypo
#11213: distutils2 test issue
http://bugs.python.org/issue11213 closed by pitrou
#11220: https sslv3 error 14077417: illegal parameter
http://bugs.python.org/issue11220 closed by pitrou
#11221: all() returns wrong result when the parameters are non-encapsu
http://bugs.python.org/issue11221 closed by georg.brandl
#11237: odbc module crashes Python interpretter
http://bugs.python.org/issue11237 closed by brett.cannon
#1726687: Bug found in datetime for Epoch time = -1
http://bugs.python.org/issue1726687 closed by belopolsky
#1649329: Extract file-finding and language-handling code from gettext.f
http://bugs.python.org/issue1649329 closed by eric.araujo
#11228: raw unicode strings interpret \u and \U (but not \n, \xHH, ...
http://bugs.python.org/issue11228 closed by haypo
#730467: Not detecting AIX_GENUINE_CPLUSPLUS
http://bugs.python.org/issue730467 closed by georg.brandl
More information about the Python-Dev
mailing list