[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Oct 7 18:07:28 CEST 2011


ACTIVITY SUMMARY (2011-09-30 - 2011-10-07)
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    3052 ( +6)
  closed 21853 (+40)
  total  24905 (+46)

Open issues with patches: 1302 


Issues opened (33)
==================

#4147: xml.dom.minidom toprettyxml: omit whitespace for text-only ele
http://bugs.python.org/issue4147  reopened by ezio.melotti

#10141: SocketCan support
http://bugs.python.org/issue10141  reopened by neologix

#11250: 2to3 truncates files at formfeed character
http://bugs.python.org/issue11250  reopened by barry

#12210: test_smtplib: intermittent failures on FreeBSD
http://bugs.python.org/issue12210  reopened by skrah

#12804: "make test" fails on systems without internet access
http://bugs.python.org/issue12804  reopened by pitrou

#13078: Python Crashes When Saving Or Opening
http://bugs.python.org/issue13078  opened by Ash.Sparks

#13081: Crash in Windows with unknown cause
http://bugs.python.org/issue13081  opened by rlibiez

#13083: _sre: getstring() releases the buffer before using it
http://bugs.python.org/issue13083  opened by haypo

#13086: Update howto/cporting.rst so it talks about 3.x instead of 3.0
http://bugs.python.org/issue13086  opened by larry

#13088: Add Py_hexdigits constant: use one unique constant to format a
http://bugs.python.org/issue13088  opened by haypo

#13089: parsetok.c: memory leak
http://bugs.python.org/issue13089  opened by skrah

#13090: posix_read: memory leak
http://bugs.python.org/issue13090  opened by skrah

#13091: ctypes: memory leak
http://bugs.python.org/issue13091  opened by skrah

#13092: pep-393: memory leaks #2
http://bugs.python.org/issue13092  opened by skrah

#13093: Redundant code in PyUnicode_EncodeDecimal()
http://bugs.python.org/issue13093  opened by skrah

#13094: Need Programming FAQ entry for the behavior of closures
http://bugs.python.org/issue13094  opened by Tomáš.Dvořák

#13096: ctypes: segfault with large POINTER type names
http://bugs.python.org/issue13096  opened by meador.inge

#13097: ctypes: segfault with large number of callback arguments
http://bugs.python.org/issue13097  opened by meador.inge

#13100: sre_compile._optimize_unicode() needs a cleanup
http://bugs.python.org/issue13100  opened by haypo

#13101: Module Doc viewer closes when browser window closes on Windows
http://bugs.python.org/issue13101  opened by brian.curtin

#13102: xml.dom.minidom does not support default namespaces
http://bugs.python.org/issue13102  opened by crass

#13103: copy of an asyncore dispatcher causes infinite recursion
http://bugs.python.org/issue13103  opened by xdegaye

#13105: Please elaborate on how 2.x and 3.x are different heads
http://bugs.python.org/issue13105  opened by larry

#13107: Text width in optparse.py can become negative
http://bugs.python.org/issue13107  opened by adambyrtek

#13111: Error 2203 when installing Python/Perl?
http://bugs.python.org/issue13111  opened by MA.S

#13114: check -r fails with non-ASCII unicode long_description
http://bugs.python.org/issue13114  opened by Cykooz

#13115: tp_as_{number,sequence,mapping} can't be set using PyType_From
http://bugs.python.org/issue13115  opened by awilkins

#13116: setup.cfg in [sb]dists should be static
http://bugs.python.org/issue13116  opened by eric.araujo

#13119: Newline for print() is \n on Windows, and not \r\n as expected
http://bugs.python.org/issue13119  opened by M..Z.

#13120: Default nosigint option to pdb.Pdb() prevents use in non-main 
http://bugs.python.org/issue13120  opened by bpb

#13121: collections.Counter's += copies the entire object
http://bugs.python.org/issue13121  opened by larsmans

#13122: Out of date links in the sidebar of the documentation index of
http://bugs.python.org/issue13122  opened by smarnach

#13123: bdist_wininst uninstaller does not remove pycache directories
http://bugs.python.org/issue13123  opened by pmoore



Most recent 15 issues with no replies (15)
==========================================

#13123: bdist_wininst uninstaller does not remove pycache directories
http://bugs.python.org/issue13123

#13122: Out of date links in the sidebar of the documentation index of
http://bugs.python.org/issue13122

#13120: Default nosigint option to pdb.Pdb() prevents use in non-main 
http://bugs.python.org/issue13120

#13116: setup.cfg in [sb]dists should be static
http://bugs.python.org/issue13116

#13115: tp_as_{number,sequence,mapping} can't be set using PyType_From
http://bugs.python.org/issue13115

#13111: Error 2203 when installing Python/Perl?
http://bugs.python.org/issue13111

#13107: Text width in optparse.py can become negative
http://bugs.python.org/issue13107

#13100: sre_compile._optimize_unicode() needs a cleanup
http://bugs.python.org/issue13100

#13097: ctypes: segfault with large number of callback arguments
http://bugs.python.org/issue13097

#13093: Redundant code in PyUnicode_EncodeDecimal()
http://bugs.python.org/issue13093

#13092: pep-393: memory leaks #2
http://bugs.python.org/issue13092

#13090: posix_read: memory leak
http://bugs.python.org/issue13090

#13089: parsetok.c: memory leak
http://bugs.python.org/issue13089

#13088: Add Py_hexdigits constant: use one unique constant to format a
http://bugs.python.org/issue13088

#13083: _sre: getstring() releases the buffer before using it
http://bugs.python.org/issue13083



Most recent 15 issues waiting for review (15)
=============================================

#13121: collections.Counter's += copies the entire object
http://bugs.python.org/issue13121

#13114: check -r fails with non-ASCII unicode long_description
http://bugs.python.org/issue13114

#13103: copy of an asyncore dispatcher causes infinite recursion
http://bugs.python.org/issue13103

#13093: Redundant code in PyUnicode_EncodeDecimal()
http://bugs.python.org/issue13093

#13092: pep-393: memory leaks #2
http://bugs.python.org/issue13092

#13088: Add Py_hexdigits constant: use one unique constant to format a
http://bugs.python.org/issue13088

#13077: Unclear behavior of daemon threads on main thread exit
http://bugs.python.org/issue13077

#13075: PEP-0001 contains dead links
http://bugs.python.org/issue13075

#13063: test_concurrent_futures failures on Windows: IOError('[Errno 2
http://bugs.python.org/issue13063

#13062: Introspection generator and function closure state
http://bugs.python.org/issue13062

#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

#13053: Add Capsule migration documentation to "cporting"
http://bugs.python.org/issue13053

#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



Top 10 most discussed issues (10)
=================================

#6715: xz compressor support
http://bugs.python.org/issue6715  23 msgs

#12753: \N{...} neglects formal aliases and named sequences from	Unico
http://bugs.python.org/issue12753  17 msgs

#10141: SocketCan support
http://bugs.python.org/issue10141  12 msgs

#12804: "make test" fails on systems without internet access
http://bugs.python.org/issue12804   9 msgs

#13071: IDLE accepts, then crashes, on invalid key bindings.
http://bugs.python.org/issue13071   9 msgs

#4147: xml.dom.minidom toprettyxml: omit whitespace for text-only ele
http://bugs.python.org/issue4147   8 msgs

#12880: ctypes: clearly document how structure bit fields are allocate
http://bugs.python.org/issue12880   8 msgs

#13081: Crash in Windows with unknown cause
http://bugs.python.org/issue13081   7 msgs

#13053: Add Capsule migration documentation to "cporting"
http://bugs.python.org/issue13053   6 msgs

#13103: copy of an asyncore dispatcher causes infinite recursion
http://bugs.python.org/issue13103   6 msgs



Issues closed (41)
==================

#3163: module struct support for ssize_t and size_t
http://bugs.python.org/issue3163  closed by pitrou

#7367: pkgutil.walk_packages fails on write-only directory in sys.pat
http://bugs.python.org/issue7367  closed by ned.deily

#7425: Improve the robustness of "pydoc -k" in the face of broken mod
http://bugs.python.org/issue7425  closed by ned.deily

#7689: Pickling of classes with a metaclass and copy_reg
http://bugs.python.org/issue7689  closed by pitrou

#8037: multiprocessing.Queue's put() not atomic thread wise
http://bugs.python.org/issue8037  closed by neologix

#10348: multiprocessing: use SysV semaphores on FreeBSD
http://bugs.python.org/issue10348  closed by jnoller

#11841: Bug in the verson comparison
http://bugs.python.org/issue11841  closed by eric.araujo

#11914: pydoc modules/help('modules') crash in dirs with unreadable su
http://bugs.python.org/issue11914  closed by ned.deily

#11956: 3.3 : test_import.py causes 'make test' to fail
http://bugs.python.org/issue11956  closed by neologix

#12167: test_packaging reference leak
http://bugs.python.org/issue12167  closed by eric.araujo

#12222: All pysetup commands should respect exit codes
http://bugs.python.org/issue12222  closed by python-dev

#12696: pydoc error page due to lacking permissions on ./*
http://bugs.python.org/issue12696  closed by ned.deily

#12823: Broken link in "SSL wrapper for socket objects" document
http://bugs.python.org/issue12823  closed by pitrou

#12881: ctypes: segfault with large structure field names
http://bugs.python.org/issue12881  closed by meador.inge

#12911: Expose a private accumulator C API
http://bugs.python.org/issue12911  closed by pitrou

#12943: tokenize: add python -m tokenize support back
http://bugs.python.org/issue12943  closed by meador.inge

#13001: test_socket.testRecvmsgTrunc failure on FreeBSD 7.2 buildbot
http://bugs.python.org/issue13001  closed by neologix

#13034: Python does not read Alternative Subject Names from some SSL c
http://bugs.python.org/issue13034  closed by pitrou

#13040: call to tkinter.messagebox.showinfo hangs the script on timer 
http://bugs.python.org/issue13040  closed by ned.deily

#13054: sys.maxunicode value after PEP-393
http://bugs.python.org/issue13054  closed by ezio.melotti

#13070: segmentation fault in pure-python multi-threaded server
http://bugs.python.org/issue13070  closed by neologix

#13073: message_body argument of HTTPConnection.endheaders is undocume
http://bugs.python.org/issue13073  closed by orsenthil

#13076: Bad links to 'time' in datetime documentation
http://bugs.python.org/issue13076  closed by ezio.melotti

#13079: Wrong datetime format in PEP3101
http://bugs.python.org/issue13079  closed by eric.smith

#13080: test_email fails in refleak mode
http://bugs.python.org/issue13080  closed by skrah

#13082: Can't open new window in python
http://bugs.python.org/issue13082  closed by ned.deily

#13084: test_signal failure
http://bugs.python.org/issue13084  closed by neologix

#13085: pep-393: memory leaks
http://bugs.python.org/issue13085  closed by loewis

#13087: C BufferedReader seek() is inconsistent with UnsupportedOperat
http://bugs.python.org/issue13087  closed by pitrou

#13095: Support for splitting lists/tuples into chunks
http://bugs.python.org/issue13095  closed by rhettinger

#13098: the struct module should support storage for size_t / Py_ssize
http://bugs.python.org/issue13098  closed by pitrou

#13099: Sqlite3 & turkish locale
http://bugs.python.org/issue13099  closed by pitrou

#13104: urllib.request.thishost() returns a garbage value
http://bugs.python.org/issue13104  closed by orsenthil

#13106: Incorrect pool.py distributed with Python 2.7 windows 32bit
http://bugs.python.org/issue13106  closed by Aaron.Staley

#13108: test_urllib: buildbot failure
http://bugs.python.org/issue13108  closed by skrah

#13109: telnetlib insensitive to connection loss
http://bugs.python.org/issue13109  closed by eric.smith

#13110: test_socket.py failures on ARM
http://bugs.python.org/issue13110  closed by barry

#13112: backreferences in comprehensions
http://bugs.python.org/issue13112  closed by mark.dickinson

#13113: Wrong error message on class instance, when giving too little 
http://bugs.python.org/issue13113  closed by benjamin.peterson

#13117: Broken links in the “compiler” page, section “references
http://bugs.python.org/issue13117  closed by ned.deily

#13118: Py_BuildValue format f incorrect description.
http://bugs.python.org/issue13118  closed by felixantoinefortin


More information about the Python-Dev mailing list