[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Sep 30 18:07:28 CEST 2011
ACTIVITY SUMMARY (2011-09-23 - 2011-09-30)
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 3046 (+16)
closed 21813 (+25)
total 24859 (+41)
Open issues with patches: 1301
Issues opened (31)
==================
#13038: distutils windows installer STATUS_INVALID_CRUNTIME_PARAMETER
http://bugs.python.org/issue13038 opened by mitchfrazier
#13039: IDLE editor: shell-like behaviour on line starting with ">>>"
http://bugs.python.org/issue13039 opened by etuardu
#13040: call to tkinter.messagebox.showinfo hangs the script on timer
http://bugs.python.org/issue13040 opened by Richard86
#13041: argparse: terminal width is not detected properly
http://bugs.python.org/issue13041 opened by zbysz
#13044: pdb throws AttributeError at end of debugging session
http://bugs.python.org/issue13044 opened by akl
#13045: socket.getsockopt may require custom buffer contents
http://bugs.python.org/issue13045 opened by Artyom.Gavrichenkov
#13047: imp.find_module("") and imp.find_module(".")
http://bugs.python.org/issue13047 opened by Arfrever
#13048: Handling of paths in first argument of imp.find_module()
http://bugs.python.org/issue13048 opened by Arfrever
#13049: distutils2 should not allow a distribution to install under an
http://bugs.python.org/issue13049 opened by carljm
#13050: RLock support the context manager protocol but this is not doc
http://bugs.python.org/issue13050 opened by r.david.murray
#13051: Infinite recursion in curses.textpad.Textbox
http://bugs.python.org/issue13051 opened by tycho
#13052: IDLE: replace ending with '\' causes crash
http://bugs.python.org/issue13052 opened by terry.reedy
#13053: Add Capsule migration documentation to "cporting"
http://bugs.python.org/issue13053 opened by larry
#13054: sys.maxunicode value after PEP-393
http://bugs.python.org/issue13054 opened by ezio.melotti
#13055: Distutils tries to handle null versions but fails
http://bugs.python.org/issue13055 opened by bgamari
#13056: test_multibytecodec.py:TestStreamWriter is skipped after PEP39
http://bugs.python.org/issue13056 opened by ezio.melotti
#13057: Thread not working for python 2.7.1 built with HP Compiler on
http://bugs.python.org/issue13057 opened by wah meng
#13059: Sporadic test_multiprocessing failure: IOError("bad message le
http://bugs.python.org/issue13059 opened by haypo
#13060: allow other rounding modes in round()
http://bugs.python.org/issue13060 opened by ArneBab
#13061: Decimal module yields incorrect results when Python compiled w
http://bugs.python.org/issue13061 opened by josharian
#13062: Introspection generator and function closure state
http://bugs.python.org/issue13062 opened by ncoghlan
#13063: test_concurrent_futures failures on Windows: IOError('[Errno 2
http://bugs.python.org/issue13063 opened by haypo
#13064: Port codecs and error handlers to the new Unicode API
http://bugs.python.org/issue13064 opened by haypo
#13070: segmentation fault in pure-python multi-threaded server
http://bugs.python.org/issue13070 opened by vsemionov
#13071: IDLE refuses to open on windows 7
http://bugs.python.org/issue13071 opened by jfalskfjdsl;akfdjsa;l.laksfj;aslkfdj;sal
#13072: Getting a buffer from a Unicode array uses invalid format
http://bugs.python.org/issue13072 opened by haypo
#13073: message_body argument of HTTPConnection.endheaders is undocume
http://bugs.python.org/issue13073 opened by petri.lehtinen
#13074: Improve documentation of locale encoding functions
http://bugs.python.org/issue13074 opened by gjb1002
#13075: PEP-0001 contains dead links
http://bugs.python.org/issue13075 opened by ezander
#13076: Bad links to 'time' in datetime documentation
http://bugs.python.org/issue13076 opened by gjb1002
#13077: Unclear behavior of daemon threads on main thread exit
http://bugs.python.org/issue13077 opened by etuardu
Most recent 15 issues with no replies (15)
==========================================
#13076: Bad links to 'time' in datetime documentation
http://bugs.python.org/issue13076
#13075: PEP-0001 contains dead links
http://bugs.python.org/issue13075
#13074: Improve documentation of locale encoding functions
http://bugs.python.org/issue13074
#13073: message_body argument of HTTPConnection.endheaders is undocume
http://bugs.python.org/issue13073
#13072: Getting a buffer from a Unicode array uses invalid format
http://bugs.python.org/issue13072
#13070: segmentation fault in pure-python multi-threaded server
http://bugs.python.org/issue13070
#13064: Port codecs and error handlers to the new Unicode API
http://bugs.python.org/issue13064
#13056: test_multibytecodec.py:TestStreamWriter is skipped after PEP39
http://bugs.python.org/issue13056
#13055: Distutils tries to handle null versions but fails
http://bugs.python.org/issue13055
#13051: Infinite recursion in curses.textpad.Textbox
http://bugs.python.org/issue13051
#13050: RLock support the context manager protocol but this is not doc
http://bugs.python.org/issue13050
#13045: socket.getsockopt may require custom buffer contents
http://bugs.python.org/issue13045
#13038: distutils windows installer STATUS_INVALID_CRUNTIME_PARAMETER
http://bugs.python.org/issue13038
#13032: h2py.py can fail with UnicodeDecodeError
http://bugs.python.org/issue13032
#13024: cgitb uses stdout encoding
http://bugs.python.org/issue13024
Most recent 15 issues waiting for review (15)
=============================================
#13077: Unclear behavior of daemon threads on main thread exit
http://bugs.python.org/issue13077
#13061: Decimal module yields incorrect results when Python compiled w
http://bugs.python.org/issue13061
#13057: Thread not working for python 2.7.1 built with HP Compiler on
http://bugs.python.org/issue13057
#13055: Distutils tries to handle null versions but fails
http://bugs.python.org/issue13055
#13054: sys.maxunicode value after PEP-393
http://bugs.python.org/issue13054
#13051: Infinite recursion in curses.textpad.Textbox
http://bugs.python.org/issue13051
#13045: socket.getsockopt may require custom buffer contents
http://bugs.python.org/issue13045
#13041: argparse: terminal width is not detected properly
http://bugs.python.org/issue13041
#13032: h2py.py can fail with UnicodeDecodeError
http://bugs.python.org/issue13032
#13031: small speed-up for tarfile.py when unzipping tarballs
http://bugs.python.org/issue13031
#13025: mimetypes should read the rule file using UTF-8, not the local
http://bugs.python.org/issue13025
#13024: cgitb uses stdout encoding
http://bugs.python.org/issue13024
#13018: dictobject.c: refleak
http://bugs.python.org/issue13018
#13017: pyexpat.c: refleak
http://bugs.python.org/issue13017
#13016: selectmodule.c: refleak
http://bugs.python.org/issue13016
Top 10 most discussed issues (10)
=================================
#13057: Thread not working for python 2.7.1 built with HP Compiler on
http://bugs.python.org/issue13057 18 msgs
#13060: allow other rounding modes in round()
http://bugs.python.org/issue13060 10 msgs
#1621: Do not assume signed integer overflow behavior
http://bugs.python.org/issue1621 7 msgs
#13054: sys.maxunicode value after PEP-393
http://bugs.python.org/issue13054 7 msgs
#12242: distutils2 environment marker for current compiler
http://bugs.python.org/issue12242 5 msgs
#12806: argparse: Hybrid help text formatter
http://bugs.python.org/issue12806 5 msgs
#12966: cookielib.LWPCookieJar breaks on cookie values with a newline
http://bugs.python.org/issue12966 5 msgs
#11751: Increase distutils.filelist / packaging.manifest test coverage
http://bugs.python.org/issue11751 4 msgs
#12737: str.title() is overzealous by upcasing combining marks inappro
http://bugs.python.org/issue12737 4 msgs
#13033: Add shutil.chowntree
http://bugs.python.org/issue13033 4 msgs
Issues closed (23)
==================
#1092365: Distutils needs a way *not* to install files
http://bugs.python.org/issue1092365 closed by eric.araujo
#3130: In some UCS4 builds, sizeof(Py_UNICODE) could end up being mor
http://bugs.python.org/issue3130 closed by haypo
#8654: Improve ABI compatibility between UCS2 and UCS4 builds
http://bugs.python.org/issue8654 closed by stutzbach
#8927: Handle version incompatibilities in dependencies
http://bugs.python.org/issue8927 closed by eric.araujo
#9306: distutils: raise informative error message when cmd_class is N
http://bugs.python.org/issue9306 closed by eric.araujo
#9395: clean does not remove all temp files
http://bugs.python.org/issue9395 closed by eric.araujo
#12746: normalization is affected by unicode width
http://bugs.python.org/issue12746 closed by benjamin.peterson
#12819: PEP 393 - Flexible Unicode String Representation
http://bugs.python.org/issue12819 closed by haypo
#12981: rewrite multiprocessing (senfd|recvfd) in Python
http://bugs.python.org/issue12981 closed by neologix
#13008: syntax error when pasting valid snippet into console without e
http://bugs.python.org/issue13008 closed by eric.araujo
#13012: Allow keyword argument in str.splitlines()
http://bugs.python.org/issue13012 closed by ezio.melotti
#13013: _ctypes.c: refleak
http://bugs.python.org/issue13013 closed by meador.inge
#13035: "maintainer" value clear the "author" value when registering
http://bugs.python.org/issue13035 closed by eric.araujo
#13037: [Regression] socket.error does not inherit from IOError as doc
http://bugs.python.org/issue13037 closed by Christopher.Egner
#13042: argparse: terminal width is not detected properly
http://bugs.python.org/issue13042 closed by ezio.melotti
#13043: Unexpected behavior of imp.find_module(".") with a package pre
http://bugs.python.org/issue13043 closed by Arfrever
#13046: imp.find_module() should not find unimportable modules
http://bugs.python.org/issue13046 closed by brett.cannon
#13058: Fix file descriptor leak on error
http://bugs.python.org/issue13058 closed by neologix
#13065: test
http://bugs.python.org/issue13065 closed by vsemionov
#13066: test
http://bugs.python.org/issue13066 closed by vsemionov
#13067: test
http://bugs.python.org/issue13067 closed by vsemionov
#13068: test
http://bugs.python.org/issue13068 closed by vsemionov
#13069: test
http://bugs.python.org/issue13069 closed by ezio.melotti
More information about the Python-Dev
mailing list