[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 2 18:07:32 CET 2011


ACTIVITY SUMMARY (2011-11-25 - 2011-12-02)
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    3148 (+14)
  closed 22154 (+26)
  total  25302 (+40)

Open issues with patches: 1342 


Issues opened (29)
==================

#13483: Use VirtualAlloc to allocate memory arenas
http://bugs.python.org/issue13483  opened by pitrou

#13486: msvc9compiler.py doesn't properly generate manifest files.
http://bugs.python.org/issue13486  opened by Jahangir

#13491: Fixes for sqlite3 doc
http://bugs.python.org/issue13491  opened by Nebelhom

#13492: ./configure --with-system-ffi=LIBFFI-PATH
http://bugs.python.org/issue13492  opened by michael.kraus

#13493: Import error with embedded python on AIX 6.1
http://bugs.python.org/issue13493  opened by python_hu

#13494: 'cast' any value to a Boolean?
http://bugs.python.org/issue13494  opened by mark.dickinson

#13495: IDLE: Regression - Two ColorDelegator instances loaded
http://bugs.python.org/issue13495  opened by serwy

#13496: bisect module: Overflow at index computation
http://bugs.python.org/issue13496  opened by Voo

#13497: Fix for broken nice test on non-broken platforms with pedantic
http://bugs.python.org/issue13497  opened by yaneurabeya

#13498: os.makedirs exist_ok documentation is incorrect, as is some of
http://bugs.python.org/issue13498  opened by r.david.murray

#13499: uuid documentation example uses invalid REPL/doctest syntax
http://bugs.python.org/issue13499  opened by petri.lehtinen

#13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
http://bugs.python.org/issue13500  opened by yaneurabeya

#13501: Make libedit support more generic; port readline / libedit to 
http://bugs.python.org/issue13501  opened by yaneurabeya

#13502: Documentation for Event.wait return value is either wrong or i
http://bugs.python.org/issue13502  opened by r.david.murray

#13503: improved efficiency of bytearray pickling by using bytes type 
http://bugs.python.org/issue13503  opened by irmen

#13504: Meta-issue for "Invent with Python" IDLE feedback
http://bugs.python.org/issue13504  opened by ncoghlan

#13505: Bytes objects pickled in 3.x with protocol <=2 are unpickled i
http://bugs.python.org/issue13505  opened by pitrou

#13506: IDLE sys.path does not contain Current Working Directory
http://bugs.python.org/issue13506  opened by MarcoScataglini

#13507: Modify OS X installer builds to package liblzma for the new lz
http://bugs.python.org/issue13507  opened by ned.deily

#13508: ctypes' find_library breaks with ARM ABIs
http://bugs.python.org/issue13508  opened by lool

#13510: Clarify that readlines() is not needed to iterate over a file
http://bugs.python.org/issue13510  opened by potten

#13511: ./configure --includedir, --libdir accept multiple
http://bugs.python.org/issue13511  opened by rpq

#13512: ~/.pypirc created insecurely
http://bugs.python.org/issue13512  opened by Vincent.Danen

#13513: IOBase docs incorrectly link to the GNU readline module
http://bugs.python.org/issue13513  opened by meador.inge

#13515: Consistent documentation practices for security concerns and c
http://bugs.python.org/issue13515  opened by ncoghlan

#13516: Gzip old log files in rotating handlers
http://bugs.python.org/issue13516  opened by ramhux

#13518: configparser
http://bugs.python.org/issue13518  opened by mickeyju

#13519: Tkinter rowconfigure and columnconfigure functions crash if mi
http://bugs.python.org/issue13519  opened by aoi.leslie

#13520: Patch to make pickle aware of __qualname__
http://bugs.python.org/issue13520  opened by sbt



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

#13520: Patch to make pickle aware of __qualname__
http://bugs.python.org/issue13520

#13519: Tkinter rowconfigure and columnconfigure functions crash if mi
http://bugs.python.org/issue13519

#13516: Gzip old log files in rotating handlers
http://bugs.python.org/issue13516

#13513: IOBase docs incorrectly link to the GNU readline module
http://bugs.python.org/issue13513

#13507: Modify OS X installer builds to package liblzma for the new lz
http://bugs.python.org/issue13507

#13501: Make libedit support more generic; port readline / libedit to 
http://bugs.python.org/issue13501

#13499: uuid documentation example uses invalid REPL/doctest syntax
http://bugs.python.org/issue13499

#13498: os.makedirs exist_ok documentation is incorrect, as is some of
http://bugs.python.org/issue13498

#13495: IDLE: Regression - Two ColorDelegator instances loaded
http://bugs.python.org/issue13495

#13478: No documentation for timeit.default_timer
http://bugs.python.org/issue13478

#13476: Simple exclusion filter for unittest autodiscovery
http://bugs.python.org/issue13476

#13464: HTTPResponse is missing an implementation of readinto
http://bugs.python.org/issue13464

#13463: Fix parsing of package_data
http://bugs.python.org/issue13463

#13456: Providing a custom HTTPResponse class to HTTPConnection
http://bugs.python.org/issue13456

#13438: "Delete patch set" review action doesn't work
http://bugs.python.org/issue13438



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

#13520: Patch to make pickle aware of __qualname__
http://bugs.python.org/issue13520

#13516: Gzip old log files in rotating handlers
http://bugs.python.org/issue13516

#13513: IOBase docs incorrectly link to the GNU readline module
http://bugs.python.org/issue13513

#13512: ~/.pypirc created insecurely
http://bugs.python.org/issue13512

#13511: ./configure --includedir, --libdir accept multiple
http://bugs.python.org/issue13511

#13508: ctypes' find_library breaks with ARM ABIs
http://bugs.python.org/issue13508

#13503: improved efficiency of bytearray pickling by using bytes type 
http://bugs.python.org/issue13503

#13501: Make libedit support more generic; port readline / libedit to 
http://bugs.python.org/issue13501

#13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
http://bugs.python.org/issue13500

#13497: Fix for broken nice test on non-broken platforms with pedantic
http://bugs.python.org/issue13497

#13495: IDLE: Regression - Two ColorDelegator instances loaded
http://bugs.python.org/issue13495

#13491: Fixes for sqlite3 doc
http://bugs.python.org/issue13491

#13486: msvc9compiler.py doesn't properly generate manifest files.
http://bugs.python.org/issue13486

#13483: Use VirtualAlloc to allocate memory arenas
http://bugs.python.org/issue13483

#13473: Add tests for files byte-compiled by distutils[2]
http://bugs.python.org/issue13473



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

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

#7652: Merge C version of decimal into py3k.
http://bugs.python.org/issue7652  13 msgs

#11379: Remove "lightweight" from minidom description
http://bugs.python.org/issue11379  13 msgs

#1040439: Missing documentation on how to link with libpython
http://bugs.python.org/issue1040439  10 msgs

#13400: packaging: build command should have options to control byte-c
http://bugs.python.org/issue13400   9 msgs

#13493: Import error with embedded python on AIX 6.1
http://bugs.python.org/issue13493   9 msgs

#12567: curses implementation of Unicode is wrong in Python 3
http://bugs.python.org/issue12567   7 msgs

#13475: Add '-p'/'--path0' command line option to override sys.path[0]
http://bugs.python.org/issue13475   7 msgs

#13496: bisect module: Overflow at index computation
http://bugs.python.org/issue13496   7 msgs

#13405: Add DTrace probes
http://bugs.python.org/issue13405   6 msgs



Issues closed (26)
==================

#6753: Python 3.1.1 test_cmd_line fails on Fedora 11
http://bugs.python.org/issue6753  closed by haypo

#7111: abort when stderr is closed
http://bugs.python.org/issue7111  closed by pitrou

#8414: Add test cases for assert
http://bugs.python.org/issue8414  closed by ezio.melotti

#11427: ctypes from_buffer no longer accepts bytes
http://bugs.python.org/issue11427  closed by haypo

#12307: Inconsistent formatting of section titles in PEP 0
http://bugs.python.org/issue12307  closed by eric.araujo

#12618: py_compile cannot create files in current directory
http://bugs.python.org/issue12618  closed by meador.inge

#12850: [PATCH] stm.atomic
http://bugs.python.org/issue12850  closed by arigo

#12856: tempfile PRNG reuse between parent and child process
http://bugs.python.org/issue12856  closed by pitrou

#12945: ctypes works incorrectly with _swappedbytes_ = 1
http://bugs.python.org/issue12945  closed by meador.inge

#13380: ctypes: add an internal function for reseting the ctypes cache
http://bugs.python.org/issue13380  closed by meador.inge

#13434: time.xmlrpc.com dead
http://bugs.python.org/issue13434  closed by pitrou

#13448: PEP 3155 implementation
http://bugs.python.org/issue13448  closed by pitrou

#13452: PyUnicode_EncodeDecimal: reject error handlers different than 
http://bugs.python.org/issue13452  closed by haypo

#13467: Typo in doc for library/sysconfig
http://bugs.python.org/issue13467  closed by eric.araujo

#13471: setting access time beyond Jan. 2038 on remote share failes on
http://bugs.python.org/issue13471  closed by Thorsten.Simons

#13481: Use an accurate clock in timeit
http://bugs.python.org/issue13481  closed by pitrou

#13482: _tkinter.TclError: invalid command name "tixDirSelectBox"
http://bugs.python.org/issue13482  closed by Martin.Unzner

#13484: mail rejected: tutor at python.org
http://bugs.python.org/issue13484  closed by eric.araujo

#13485: tcl question
http://bugs.python.org/issue13485  closed by amaury.forgeotdarc

#13487: inspect.getmodule fails when module imports change sys.modules
http://bugs.python.org/issue13487  closed by eric.araujo

#13488: Some old preprocessors have problem with "#define" not in the 
http://bugs.python.org/issue13488  closed by jcea

#13489: collections.Counter doc does not list added version
http://bugs.python.org/issue13489  closed by ezio.melotti

#13490: broken downloads counting on pypi.python.org
http://bugs.python.org/issue13490  closed by loewis

#13509: On uninstallation, distutils bdist_wininst fails to run post i
http://bugs.python.org/issue13509  closed by eric.araujo

#13514: PIL does not support iTXt PNG chunks [patch]
http://bugs.python.org/issue13514  closed by ezio.melotti

#13517: readdir() in os.listdir not threadsafe on OSX 10.6.8
http://bugs.python.org/issue13517  closed by thouis


More information about the Python-Dev mailing list