[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 31 18:07:18 CEST 2012


ACTIVITY SUMMARY (2012-08-24 - 2012-08-31)
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    3653 (+13)
  closed 23955 (+41)
  total  27608 (+54)

Open issues with patches: 1621 


Issues opened (37)
==================

#15780: IDLE (windows) with PYTHONPATH and multiple python versions
http://bugs.python.org/issue15780  opened by Jimbofbx

#15782: Compile error for a number of Mac modules with recent Xcode
http://bugs.python.org/issue15782  opened by ronaldoussoren

#15783: decimal.localcontext(None) fails when using the C accelerator 
http://bugs.python.org/issue15783  opened by ncoghlan

#15784: OSError.__str__() should distinguish between errno and winerro
http://bugs.python.org/issue15784  opened by sbt

#15785: curses.get_wch() returns keypad codes incorrectly
http://bugs.python.org/issue15785  opened by simpkins

#15786: IDLE code completion window does not scoll/select with mouse
http://bugs.python.org/issue15786  opened by suddha.sourav

#15787: PEP 3121 Refactoring
http://bugs.python.org/issue15787  opened by belopolsky

#15789: mention shell-like parts of the std lib in the subprocess docs
http://bugs.python.org/issue15789  opened by cvrebert

#15792: Fix compiler options for x64 builds on Windows
http://bugs.python.org/issue15792  opened by jkloth

#15793: Stack corruption in ssl.RAND_egd()
http://bugs.python.org/issue15793  opened by storchaka

#15795: Zipfile.extractall does not preserve file permissions
http://bugs.python.org/issue15795  opened by uruz

#15796: Fix readline() docstrings
http://bugs.python.org/issue15796  opened by storchaka

#15797: bdist_msi does not pass -install/remove flags to install_scrip
http://bugs.python.org/issue15797  opened by braudel

#15798: subprocess.Popen() fails if 0, 1 or 2 descriptor is closed
http://bugs.python.org/issue15798  opened by sarum9in

#15799: httplib client and statusline
http://bugs.python.org/issue15799  opened by karlcow

#15802: Nonsensical test for mailbox
http://bugs.python.org/issue15802  opened by storchaka

#15803: Incorrect docstring on ConfigParser.items()
http://bugs.python.org/issue15803  opened by nbtrap

#15805: Add stdout redirection tool to contextlib
http://bugs.python.org/issue15805  opened by rhettinger

#15806: Add context manager for the "try: ... except: pass" pattern
http://bugs.python.org/issue15806  opened by rhettinger

#15808: Possibility of setting custom key bindings for "Additional hel
http://bugs.python.org/issue15808  opened by Rostyslav.Dzinko

#15809: IDLE console uses incorrect encoding.
http://bugs.python.org/issue15809  opened by alex.hartwig

#15810: assertSequenceEqual should be fired when comparing sequence su
http://bugs.python.org/issue15810  opened by flox

#15811: ElementTree.write() raises TypeError when xml_declaration = Tr
http://bugs.python.org/issue15811  opened by David.Buxton

#15812: inspect.getframeinfo() cannot show first line
http://bugs.python.org/issue15812  opened by sbt

#15814: memoryview: equality-hash invariant
http://bugs.python.org/issue15814  opened by skrah

#15815: Add numerator to ZeroDivisionError messages
http://bugs.python.org/issue15815  opened by terry.reedy

#15817: Misc/gdbinit: Expose command documentation to gdb help
http://bugs.python.org/issue15817  opened by belopolsky

#15818: multiprocessing documentation of Process.exitcode
http://bugs.python.org/issue15818  opened by schmiddy

#15819: Unable to build Python out-of-tree when source tree is	readonl
http://bugs.python.org/issue15819  opened by trent

#15820: Add additional info to Resources area on Dev Guide
http://bugs.python.org/issue15820  opened by mikehoy

#15821: Improve docs for PyMemoryView_FromBuffer()
http://bugs.python.org/issue15821  opened by skrah

#15822: Python 3.3 creates lib2to3 grammar in wrong order
http://bugs.python.org/issue15822  opened by tpievila

#15826: Increased test coverage of test_glob.py
http://bugs.python.org/issue15826  opened by eng793

#15828: imp.load_module doesn't support C_EXTENSION type
http://bugs.python.org/issue15828  opened by metolone

#15829: Threading Lock - Wrong Exception Name
http://bugs.python.org/issue15829  opened by mikehoy

#15830: make -s no longer silences output from setup.py
http://bugs.python.org/issue15830  opened by brett.cannon

#15831: comma after leading optional argument is after bracket in docs
http://bugs.python.org/issue15831  opened by cjerdonek



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

#15831: comma after leading optional argument is after bracket in docs
http://bugs.python.org/issue15831

#15830: make -s no longer silences output from setup.py
http://bugs.python.org/issue15830

#15826: Increased test coverage of test_glob.py
http://bugs.python.org/issue15826

#15818: multiprocessing documentation of Process.exitcode
http://bugs.python.org/issue15818

#15817: Misc/gdbinit: Expose command documentation to gdb help
http://bugs.python.org/issue15817

#15812: inspect.getframeinfo() cannot show first line
http://bugs.python.org/issue15812

#15797: bdist_msi does not pass -install/remove flags to install_scrip
http://bugs.python.org/issue15797

#15796: Fix readline() docstrings
http://bugs.python.org/issue15796

#15782: Compile error for a number of Mac modules with recent Xcode
http://bugs.python.org/issue15782

#15772: Unresolved symbols in Windows 64-bit python
http://bugs.python.org/issue15772

#15767: add ModuleNotFoundError
http://bugs.python.org/issue15767

#15759: "make suspicious" doesn't display instructions in case of fail
http://bugs.python.org/issue15759

#15744: missing tests for {RawIO,BufferedIO,TextIO}.writelines
http://bugs.python.org/issue15744

#15735: PEP 3121, 384 Refactoring applied to ossaudio module
http://bugs.python.org/issue15735

#15734: PEP 3121, 384 Refactoring applied to spwd module
http://bugs.python.org/issue15734



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

#15829: Threading Lock - Wrong Exception Name
http://bugs.python.org/issue15829

#15828: imp.load_module doesn't support C_EXTENSION type
http://bugs.python.org/issue15828

#15826: Increased test coverage of test_glob.py
http://bugs.python.org/issue15826

#15821: Improve docs for PyMemoryView_FromBuffer()
http://bugs.python.org/issue15821

#15820: Add additional info to Resources area on Dev Guide
http://bugs.python.org/issue15820

#15819: Unable to build Python out-of-tree when source tree is	readonl
http://bugs.python.org/issue15819

#15817: Misc/gdbinit: Expose command documentation to gdb help
http://bugs.python.org/issue15817

#15814: memoryview: equality-hash invariant
http://bugs.python.org/issue15814

#15811: ElementTree.write() raises TypeError when xml_declaration = Tr
http://bugs.python.org/issue15811

#15809: IDLE console uses incorrect encoding.
http://bugs.python.org/issue15809

#15808: Possibility of setting custom key bindings for "Additional hel
http://bugs.python.org/issue15808

#15803: Incorrect docstring on ConfigParser.items()
http://bugs.python.org/issue15803

#15802: Nonsensical test for mailbox
http://bugs.python.org/issue15802

#15798: subprocess.Popen() fails if 0, 1 or 2 descriptor is closed
http://bugs.python.org/issue15798

#15797: bdist_msi does not pass -install/remove flags to install_scrip
http://bugs.python.org/issue15797



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

#15819: Unable to build Python out-of-tree when source tree is	readonl
http://bugs.python.org/issue15819  23 msgs

#15814: memoryview: equality-hash invariant
http://bugs.python.org/issue15814  18 msgs

#15783: decimal.localcontext(None) fails when using the C accelerator 
http://bugs.python.org/issue15783  14 msgs

#15785: curses.get_wch() returns keypad codes incorrectly
http://bugs.python.org/issue15785  14 msgs

#15751: Support subinterpreters in the GIL state API
http://bugs.python.org/issue15751  13 msgs

#15776: Allow pyvenv to work in existing directory
http://bugs.python.org/issue15776  12 msgs

#15798: subprocess.Popen() fails if 0, 1 or 2 descriptor is closed
http://bugs.python.org/issue15798  11 msgs

#15806: Add context manager for the "try: ... except: pass" pattern
http://bugs.python.org/issue15806  10 msgs

#15828: imp.load_module doesn't support C_EXTENSION type
http://bugs.python.org/issue15828   9 msgs

#15829: Threading Lock - Wrong Exception Name
http://bugs.python.org/issue15829   9 msgs



Issues closed (35)
==================

#10650: decimal.py: quantize(): excess digits with watchexp=0
http://bugs.python.org/issue10650  closed by python-dev

#11225: getcwd fix for NetBSD to handle ERANGE errno
http://bugs.python.org/issue11225  closed by neologix

#11964: Undocumented change to indent param of json.dump in 3.2
http://bugs.python.org/issue11964  closed by petri.lehtinen

#13370: test_ctypes fails when building python with clang
http://bugs.python.org/issue13370  closed by ronaldoussoren

#13518: configparser can’t read file objects from urlopen
http://bugs.python.org/issue13518  closed by pitrou

#14042: json.dumps() documentation is slightly incorrect.
http://bugs.python.org/issue14042  closed by petri.lehtinen

#14674: Link to & explain deviations from RFC 4627 in json module docs
http://bugs.python.org/issue14674  closed by pitrou

#14880: csv.reader and .writer use wrong kwargs notation in 2.7 docs
http://bugs.python.org/issue14880  closed by hynek

#15136: Decimal accepting Fraction
http://bugs.python.org/issue15136  closed by rhettinger

#15544: math.isnan fails with some Decimal NaNs
http://bugs.python.org/issue15544  closed by mark.dickinson

#15573: Support unknown formats in memoryview comparisons
http://bugs.python.org/issue15573  closed by python-dev

#15591: when building the extensions, stdout is lost when stdout is re
http://bugs.python.org/issue15591  closed by doko

#15720: move __import__() out of the default lookup chain
http://bugs.python.org/issue15720  closed by benjamin.peterson

#15724: Add "versionchanged" to memoryview docs
http://bugs.python.org/issue15724  closed by skrah

#15761: Setting PYTHONEXECUTABLE can cause segfaults on OS X
http://bugs.python.org/issue15761  closed by ronaldoussoren

#15765: test_getcwd_long_pathnames (in test_posix) kills NetBSD
http://bugs.python.org/issue15765  closed by trent

#15777: test_capi refleak
http://bugs.python.org/issue15777  closed by rosslagerwall

#15778: str(ImportError(b'foo')) fails
http://bugs.python.org/issue15778  closed by brett.cannon

#15779: socket error [Errno 10013] when creating SMTP object
http://bugs.python.org/issue15779  closed by loewis

#15781: test_threaded_import fails with -j4
http://bugs.python.org/issue15781  closed by pitrou

#15788: cross-refs in the subprocess.Popen.std{in,out,err} warning box
http://bugs.python.org/issue15788  closed by ezio.melotti

#15790: Python 3.3.0rc1 release notes claims PEP-405 support, yet pyse
http://bugs.python.org/issue15790  closed by pas

#15791: pydoc does not handle non-ASCII unicode AUTHOR field
http://bugs.python.org/issue15791  closed by r.david.murray

#15794: test_importlib: test_locks failure
http://bugs.python.org/issue15794  closed by pitrou

#15800: Closing of sys.std* files in gzip test.
http://bugs.python.org/issue15800  closed by pitrou

#15801: Weird string interpolation behaviour
http://bugs.python.org/issue15801  closed by python-dev

#15804: Feature request, implicit "except : pass"
http://bugs.python.org/issue15804  closed by benjamin.peterson

#15807: Bogus versionchanged note in logging.handlers.MemoryHandler do
http://bugs.python.org/issue15807  closed by python-dev

#15813: Python function decorator scope losing variable
http://bugs.python.org/issue15813  closed by r.david.murray

#15816: pydoc.py uses a hack that depends on implementation details an
http://bugs.python.org/issue15816  closed by r.david.murray

#15823: argparse produces error when multiply help lines
http://bugs.python.org/issue15823  closed by r.david.murray

#15824: mutable urlparse return type
http://bugs.python.org/issue15824  closed by r.david.murray

#15825: Typo in OrderedDict docs
http://bugs.python.org/issue15825  closed by asvetlov

#15827: Use "ll" for PY_FORMAT_SIZE_T on Win64
http://bugs.python.org/issue15827  closed by scoder

#1432343: Description of file-object read() method is wrong.
http://bugs.python.org/issue1432343  closed by r.david.murray


More information about the Python-Dev mailing list