[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Oct 14 18:07:29 CEST 2011


ACTIVITY SUMMARY (2011-10-07 - 2011-10-14)
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    3077 (+25)
  closed 21884 (+31)
  total  24961 (+56)

Open issues with patches: 1315 


Issues opened (42)
==================

#11085: expose _abcoll as collections.abc
http://bugs.python.org/issue11085  reopened by georg.brandl

#12967: IDLE RPC Proxy for standard IO streams lacks 'errors' attribut
http://bugs.python.org/issue12967  reopened by ned.deily

#13124: Add "Running a Build Slave" page to the devguide
http://bugs.python.org/issue13124  opened by eric.snow

#13125: test_all_project_files() expected failure
http://bugs.python.org/issue13125  opened by barry

#13126: find() slower than rfind()
http://bugs.python.org/issue13126  opened by pitrou

#13127: xml.dom.Attr.name is not labeled as read-only
http://bugs.python.org/issue13127  opened by dillona

#13128: httplib debuglevel on CONNECT doesn't print response headers
http://bugs.python.org/issue13128  opened by Matt.Spear

#13131: FD leak in urllib2
http://bugs.python.org/issue13131  opened by Valery.Khamenya

#13132: distutils sends non-RFC compliant HTTP request
http://bugs.python.org/issue13132  opened by mitchellh

#13133: FD leaks in ZipFile.read(), ZipFile.extract() and also using e
http://bugs.python.org/issue13133  opened by Valery.Khamenya

#13139: multiprocessing.map skips finally blocks
http://bugs.python.org/issue13139  opened by illicitonion

#13140: ThreadingMixIn.daemon_threads is not honored when parent is da
http://bugs.python.org/issue13140  opened by flox

#13141: get rid of old threading API in the examples
http://bugs.python.org/issue13141  opened by flox

#13143: os.path.islink documentation is ambiguous
http://bugs.python.org/issue13143  opened by Garen

#13144: Global Module Index link in the offline documentation is incor
http://bugs.python.org/issue13144  opened by graemeglass

#13146: Writing a pyc file is not atomic
http://bugs.python.org/issue13146  opened by pitrou

#13147: Multiprocessing Pool.map_async() does not have an error_callba
http://bugs.python.org/issue13147  opened by Jakub.Gedeon

#13149: optimization for append-only StringIO
http://bugs.python.org/issue13149  opened by pitrou

#13150: Most of Python's startup time is sysconfig
http://bugs.python.org/issue13150  opened by pitrou

#13151: pysetup3 run bdist_wininst fails
http://bugs.python.org/issue13151  opened by vinay.sajip

#13152: textwrap: support custom tabsize
http://bugs.python.org/issue13152  opened by jfeuerstein

#13153: IDLE crash with unicode bigger than 0xFFFF
http://bugs.python.org/issue13153  opened by JBernardo

#13156: _PyGILState_Reinit assumes auto thread state will always exist
http://bugs.python.org/issue13156  opened by grahamd

#13157: Build Python outside the source directory
http://bugs.python.org/issue13157  opened by haypo

#13160: Rename install_dist to install
http://bugs.python.org/issue13160  opened by eric.araujo

#13161: problems with help() documentation of __i*__ operators
http://bugs.python.org/issue13161  opened by eli.bendersky

#13163: `port` and `host` are confused in `_get_socket
http://bugs.python.org/issue13163  opened by cool-RR

#13164: importing rlcompleter module writes a control sequence in stdo
http://bugs.python.org/issue13164  opened by valva

#13165: Integrate stringbench in the Tools directory
http://bugs.python.org/issue13165  opened by pitrou

#13166: Implement packaging.database.Distribution.__str__
http://bugs.python.org/issue13166  opened by eric.araujo

#13167: Add get_metadata to packaging
http://bugs.python.org/issue13167  opened by eric.araujo

#13168: Python 2.6 having trouble finding modules when invoked via a s
http://bugs.python.org/issue13168  opened by RandyGalbraith

#13169: Regular expressions with 0 to 65536 repetitions raises Overflo
http://bugs.python.org/issue13169  opened by techmaurice

#13170: distutils2 test failures
http://bugs.python.org/issue13170  opened by eric.araujo

#13171: Bug in file.read(), can access unknown data.
http://bugs.python.org/issue13171  opened by Alexander.Steppke

#13172: pysetup run --list-commands fails with a traceback
http://bugs.python.org/issue13172  opened by pmoore

#13173: Default values for string.Template
http://bugs.python.org/issue13173  opened by nitupho

#13174: test_os failures on Fedora 15: listxattr() returns ['security.
http://bugs.python.org/issue13174  opened by haypo

#13175: packaging uses wrong line endings in RECORD files on Windows
http://bugs.python.org/issue13175  opened by pmoore

#13177: Avoid chained exceptions in lru_cache
http://bugs.python.org/issue13177  opened by ezio.melotti

#13178: Need tests for Unicode handling in install_distinfo and instal
http://bugs.python.org/issue13178  opened by eric.araujo

#13179: IDLE uses common tkinter variables across all editor windows
http://bugs.python.org/issue13179  opened by serwy



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

#13179: IDLE uses common tkinter variables across all editor windows
http://bugs.python.org/issue13179

#13178: Need tests for Unicode handling in install_distinfo and instal
http://bugs.python.org/issue13178

#13170: distutils2 test failures
http://bugs.python.org/issue13170

#13168: Python 2.6 having trouble finding modules when invoked via a s
http://bugs.python.org/issue13168

#13166: Implement packaging.database.Distribution.__str__
http://bugs.python.org/issue13166

#13164: importing rlcompleter module writes a control sequence in stdo
http://bugs.python.org/issue13164

#13161: problems with help() documentation of __i*__ operators
http://bugs.python.org/issue13161

#13160: Rename install_dist to install
http://bugs.python.org/issue13160

#13152: textwrap: support custom tabsize
http://bugs.python.org/issue13152

#13147: Multiprocessing Pool.map_async() does not have an error_callba
http://bugs.python.org/issue13147

#13144: Global Module Index link in the offline documentation is incor
http://bugs.python.org/issue13144

#13141: get rid of old threading API in the examples
http://bugs.python.org/issue13141

#13140: ThreadingMixIn.daemon_threads is not honored when parent is da
http://bugs.python.org/issue13140

#13128: httplib debuglevel on CONNECT doesn't print response headers
http://bugs.python.org/issue13128

#13126: find() slower than rfind()
http://bugs.python.org/issue13126



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

#13179: IDLE uses common tkinter variables across all editor windows
http://bugs.python.org/issue13179

#13177: Avoid chained exceptions in lru_cache
http://bugs.python.org/issue13177

#13174: test_os failures on Fedora 15: listxattr() returns ['security.
http://bugs.python.org/issue13174

#13167: Add get_metadata to packaging
http://bugs.python.org/issue13167

#13163: `port` and `host` are confused in `_get_socket
http://bugs.python.org/issue13163

#13157: Build Python outside the source directory
http://bugs.python.org/issue13157

#13156: _PyGILState_Reinit assumes auto thread state will always exist
http://bugs.python.org/issue13156

#13152: textwrap: support custom tabsize
http://bugs.python.org/issue13152

#13150: Most of Python's startup time is sysconfig
http://bugs.python.org/issue13150

#13149: optimization for append-only StringIO
http://bugs.python.org/issue13149

#13146: Writing a pyc file is not atomic
http://bugs.python.org/issue13146

#13133: FD leaks in ZipFile.read(), ZipFile.extract() and also using e
http://bugs.python.org/issue13133

#13132: distutils sends non-RFC compliant HTTP request
http://bugs.python.org/issue13132

#13131: FD leak in urllib2
http://bugs.python.org/issue13131

#13128: httplib debuglevel on CONNECT doesn't print response headers
http://bugs.python.org/issue13128



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

#13150: Most of Python's startup time is sysconfig
http://bugs.python.org/issue13150  14 msgs

#12602: Missing cross-references in Doc/using
http://bugs.python.org/issue12602  12 msgs

#12436: Missing items in installation/setup instructions
http://bugs.python.org/issue12436  11 msgs

#13156: _PyGILState_Reinit assumes auto thread state will always exist
http://bugs.python.org/issue13156  10 msgs

#13146: Writing a pyc file is not atomic
http://bugs.python.org/issue13146   9 msgs

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

#7833: bdist_wininst installers fail to load extensions built with Is
http://bugs.python.org/issue7833   8 msgs

#3902: Packages containing only extension modules have to contain __i
http://bugs.python.org/issue3902   7 msgs

#6164: [AIX] Patch to correct the AIX C/C++ linker argument used for 
http://bugs.python.org/issue6164   7 msgs

#1673007: urllib2 requests history + HEAD support
http://bugs.python.org/issue1673007   7 msgs



Issues closed (27)
==================

#9100: test_sysconfig fails (test_user_similar)
http://bugs.python.org/issue9100  closed by eric.araujo

#10653: test_time test_strptime fails on windows
http://bugs.python.org/issue10653  closed by haypo

#11254: distutils doesn't byte-compile .py files to __pycache__ during
http://bugs.python.org/issue11254  closed by eric.araujo

#12192: Doc that collection mutation methods return item or None
http://bugs.python.org/issue12192  closed by python-dev

#12386: packaging fails in install_distinfo when writing RESOURCES
http://bugs.python.org/issue12386  closed by eric.araujo

#12427: packaging register fails because "POST data should be bytes"
http://bugs.python.org/issue12427  closed by eric.araujo

#12555: PEP 3151 implementation
http://bugs.python.org/issue12555  closed by pitrou

#13025: mimetypes should read the rule file using UTF-8, not the local
http://bugs.python.org/issue13025  closed by haypo

#13029: test_strptime fails on Windows 7 french
http://bugs.python.org/issue13029  closed by haypo

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

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

#13129: bad argument exceptions observed in AST
http://bugs.python.org/issue13129  closed by rmtew

#13130: test_gdb: attempt to dereference a generic pointer
http://bugs.python.org/issue13130  closed by pitrou

#13134: speed up finding of one-character strings
http://bugs.python.org/issue13134  closed by pitrou

#13135: Using type() as a constructor doesn't support new class keywor
http://bugs.python.org/issue13135  closed by benjamin.peterson

#13136: speed-up conversion between unicode widths
http://bugs.python.org/issue13136  closed by pitrou

#13137: from __future__ import division breaks ad hoc numeric types
http://bugs.python.org/issue13137  closed by benjamin.peterson

#13138: ElementTree's Element.iter() lacks versionadded
http://bugs.python.org/issue13138  closed by ezio.melotti

#13142: Add support for other HTTP methods in urllib.request
http://bugs.python.org/issue13142  closed by ezio.melotti

#13145: Documentation of PyNumber_ToBase() wrong
http://bugs.python.org/issue13145  closed by mark.dickinson

#13148: simple bug in mmap size check
http://bugs.python.org/issue13148  closed by pitrou

#13154: pep-0000.txt doesn't build anymore
http://bugs.python.org/issue13154  closed by orsenthil

#13155: Optimize finding the max character width
http://bugs.python.org/issue13155  closed by pitrou

#13158: tarfile.TarFile.getmembers misses some entries
http://bugs.python.org/issue13158  closed by lars.gustaebel

#13159: _io.FileIO uses a quadratic-time buffer growth algorithm
http://bugs.python.org/issue13159  closed by nadeem.vawda

#13162: Trying to install a binary extension as a resource file causes
http://bugs.python.org/issue13162  closed by eric.araujo

#13176: Broken link in bugs.rst
http://bugs.python.org/issue13176  closed by eric.araujo


More information about the Python-Dev mailing list