[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jan 15 12:08:35 EST 2016


ACTIVITY SUMMARY (2016-01-08 - 2016-01-15)
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    5387 (+16)
  closed 32496 (+60)
  total  37883 (+76)

Open issues with patches: 2372 


Issues opened (51)
==================

#25668: Deadlock in logging caused by a possible race condition with "
http://bugs.python.org/issue25668  reopened by fviard

#26050: Add new StreamReader.readuntil() method
http://bugs.python.org/issue26050  opened by mmarkk

#26051: Non-data descriptors in pydoc
http://bugs.python.org/issue26051  opened by Antony.Lee

#26052: pydoc for __init__ with not docstring
http://bugs.python.org/issue26052  opened by Antony.Lee

#26053: regression in pdb output between 2.7 and 3.5
http://bugs.python.org/issue26053  opened by doughellmann

#26057: Avoid nonneeded use of PyUnicode_FromObject()
http://bugs.python.org/issue26057  opened by serhiy.storchaka

#26058: PEP 509: Add ma_version to PyDictObject
http://bugs.python.org/issue26058  opened by haypo

#26059: Integer Overflow in strop.replace()
http://bugs.python.org/issue26059  opened by Ramin Farajpour Cami

#26060: Class __dict__ iteration order changing due to type instance k
http://bugs.python.org/issue26060  opened by ncoghlan

#26065: python embedded 3.5 amd64 crash when using venv
http://bugs.python.org/issue26065  opened by Laurent Dufrechou

#26067: test_shutil fails when gid name is missing
http://bugs.python.org/issue26067  opened by Dinesh Wijekoon

#26068: re.compile() repr end quote truncated
http://bugs.python.org/issue26068  opened by ThiefMaster

#26070: Launcher fails to find in-place built binaries from earlier Py
http://bugs.python.org/issue26070  opened by mhammond

#26071: bdist_wininst created binaries fail to start and find 32bit Py
http://bugs.python.org/issue26071  opened by mhammond

#26072: pdb fails to access variables closed over
http://bugs.python.org/issue26072  opened by Antony.Lee

#26073: Update the list of magic numbers in launcher
http://bugs.python.org/issue26073  opened by serhiy.storchaka

#26075: typing.Union unifies types too broadly
http://bugs.python.org/issue26075  opened by alex.gronholm

#26076: redundant checks in tok_get in Parser\tokenizer.c
http://bugs.python.org/issue26076  opened by Oren Milman

#26077: Make slicing of immutable structures return a view instead of 
http://bugs.python.org/issue26077  opened by Filip Haglund

#26079: Build with Visual Studio 2015 using PlatformToolset=v120
http://bugs.python.org/issue26079  opened by bjoernthiel

#26081: Implement asyncio Future in C to improve performance
http://bugs.python.org/issue26081  opened by yselivanov

#26082: functools.lru_cache user specified cachedict support
http://bugs.python.org/issue26082  opened by wdv4758h

#26085: Tkinter spoils the input text
http://bugs.python.org/issue26085  opened by fresh_nick

#26086: Bug in standardmodule os
http://bugs.python.org/issue26086  opened by Johano

#26089: Duplicated keyword in distutils metadata
http://bugs.python.org/issue26089  opened by Augustin Laville

#26090: More correct string truncating in PyUnicode_FromFormat()
http://bugs.python.org/issue26090  opened by serhiy.storchaka

#26092: doctest should allow custom sys.displayhook
http://bugs.python.org/issue26092  opened by Sergey.Kirpichev

#26093: __qualname__ different when calling generator object w/ functi
http://bugs.python.org/issue26093  opened by dino.viehland

#26094: ConfigParser.get() doc to be updated according to the configpa
http://bugs.python.org/issue26094  opened by khyox

#26095: Update porting HOWTO to special-case Python 2 code, not Python
http://bugs.python.org/issue26095  opened by brett.cannon

#26098: PEP 510: Specialize functions with guards
http://bugs.python.org/issue26098  opened by haypo

#26099: site ignores ImportError when running sitecustomize and usercu
http://bugs.python.org/issue26099  opened by haypo

#26100: Add test.support.optim_args_from_interpreter_flags()
http://bugs.python.org/issue26100  opened by haypo

#26101: Lib/test/test_compileall.py fails when run directly
http://bugs.python.org/issue26101  opened by haypo

#26102: access violation in PyErrFetch if tcur==null in PyGILState_Rel
http://bugs.python.org/issue26102  opened by cberger

#26103: Contradiction in definition of "data descriptor" between (dott
http://bugs.python.org/issue26103  opened by Aaron Hall

#26106: Move licences to literal blocks
http://bugs.python.org/issue26106  opened by sizeof

#26107: code.co_lnotab: use signed line number delta to support moving
http://bugs.python.org/issue26107  opened by haypo

#26108: Calling PyInitialize with 2.7.11 on Windows x64 terminates pro
http://bugs.python.org/issue26108  opened by David Heffernan

#26109: _Py_DumpTraceback should be PyAPI_FUNC
http://bugs.python.org/issue26109  opened by John.Malmberg

#26110: Speedup method calls 1.2x
http://bugs.python.org/issue26110  opened by yselivanov

#26111: On Windows, os.scandir will keep a handle on the directory unt
http://bugs.python.org/issue26111  opened by remyroy

#26114: Rewrite math.erf() and math.erfc() from scratch
http://bugs.python.org/issue26114  opened by brett.cannon

#26117: Close directory descriptor in scandir iterator on error
http://bugs.python.org/issue26117  opened by serhiy.storchaka

#26119: Windows Installer can sometimes silently fail pip stage
http://bugs.python.org/issue26119  opened by Paul Hammant

#26120: pydoc: move __future__ imports out of the DATA block
http://bugs.python.org/issue26120  opened by Antony.Lee

#26121: Use C99 functions in math if available
http://bugs.python.org/issue26121  opened by serhiy.storchaka

#26122: Isolated mode doesn't ignore PYTHONHASHSEED
http://bugs.python.org/issue26122  opened by ncoghlan

#26123: http.client status code constants incompatible with Python 3.4
http://bugs.python.org/issue26123  opened by srittau

#26124: shlex.quote and pipes.quote do not quote shell keywords
http://bugs.python.org/issue26124  opened by Charles Daffern

#26125: Incorrect error message in the module asyncio.selector_events.
http://bugs.python.org/issue26125  opened by Paradisee



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

#26122: Isolated mode doesn't ignore PYTHONHASHSEED
http://bugs.python.org/issue26122

#26120: pydoc: move __future__ imports out of the DATA block
http://bugs.python.org/issue26120

#26117: Close directory descriptor in scandir iterator on error
http://bugs.python.org/issue26117

#26103: Contradiction in definition of "data descriptor" between (dott
http://bugs.python.org/issue26103

#26102: access violation in PyErrFetch if tcur==null in PyGILState_Rel
http://bugs.python.org/issue26102

#26094: ConfigParser.get() doc to be updated according to the configpa
http://bugs.python.org/issue26094

#26093: __qualname__ different when calling generator object w/ functi
http://bugs.python.org/issue26093

#26092: doctest should allow custom sys.displayhook
http://bugs.python.org/issue26092

#26085: Tkinter spoils the input text
http://bugs.python.org/issue26085

#26081: Implement asyncio Future in C to improve performance
http://bugs.python.org/issue26081

#26073: Update the list of magic numbers in launcher
http://bugs.python.org/issue26073

#26072: pdb fails to access variables closed over
http://bugs.python.org/issue26072

#26051: Non-data descriptors in pydoc
http://bugs.python.org/issue26051

#26040: Improve coverage and rigour of test.test_math
http://bugs.python.org/issue26040

#26038: zipfile cannot handle zip files where the archive size for a f
http://bugs.python.org/issue26038



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

#26125: Incorrect error message in the module asyncio.selector_events.
http://bugs.python.org/issue26125

#26121: Use C99 functions in math if available
http://bugs.python.org/issue26121

#26117: Close directory descriptor in scandir iterator on error
http://bugs.python.org/issue26117

#26110: Speedup method calls 1.2x
http://bugs.python.org/issue26110

#26107: code.co_lnotab: use signed line number delta to support moving
http://bugs.python.org/issue26107

#26106: Move licences to literal blocks
http://bugs.python.org/issue26106

#26101: Lib/test/test_compileall.py fails when run directly
http://bugs.python.org/issue26101

#26100: Add test.support.optim_args_from_interpreter_flags()
http://bugs.python.org/issue26100

#26099: site ignores ImportError when running sitecustomize and usercu
http://bugs.python.org/issue26099

#26098: PEP 510: Specialize functions with guards
http://bugs.python.org/issue26098

#26089: Duplicated keyword in distutils metadata
http://bugs.python.org/issue26089

#26082: functools.lru_cache user specified cachedict support
http://bugs.python.org/issue26082

#26081: Implement asyncio Future in C to improve performance
http://bugs.python.org/issue26081

#26079: Build with Visual Studio 2015 using PlatformToolset=v120
http://bugs.python.org/issue26079

#26076: redundant checks in tok_get in Parser\tokenizer.c
http://bugs.python.org/issue26076



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

#25887: awaiting on coroutine more than once should be an error
http://bugs.python.org/issue25887  16 msgs

#26059: Integer Overflow in strop.replace()
http://bugs.python.org/issue26059  15 msgs

#26058: PEP 509: Add ma_version to PyDictObject
http://bugs.python.org/issue26058  13 msgs

#26071: bdist_wininst created binaries fail to start and find 32bit Py
http://bugs.python.org/issue26071  12 msgs

#25596: Use scandir() to speed up the glob module
http://bugs.python.org/issue25596  10 msgs

#26068: re.compile() repr end quote truncated
http://bugs.python.org/issue26068  10 msgs

#25940: SSL tests failed due to expired svn.python.org SSL certificate
http://bugs.python.org/issue25940   9 msgs

#25994: File descriptor leaks in os.scandir()
http://bugs.python.org/issue25994   8 msgs

#26111: On Windows, os.scandir will keep a handle on the directory unt
http://bugs.python.org/issue26111   7 msgs

#25995: os.walk() consumes a lot of file descriptors
http://bugs.python.org/issue25995   6 msgs



Issues closed (58)
==================

#7944: Use the 'with' statement in conjunction with 'open' throughout
http://bugs.python.org/issue7944  closed by ezio.melotti

#11440: fix_callable should be dropped from lib2to3 / changed
http://bugs.python.org/issue11440  closed by SilentGhost

#13963: dev guide has no mention of mechanics of patch review
http://bugs.python.org/issue13963  closed by ezio.melotti

#15430: Improve filecmp documentation
http://bugs.python.org/issue15430  closed by orsenthil

#19006: UnitTest docs should have a single list of assertions
http://bugs.python.org/issue19006  closed by ezio.melotti

#19316: devguide: compiler - wording
http://bugs.python.org/issue19316  closed by ezio.melotti

#22138: patch.object doesn't restore function defaults
http://bugs.python.org/issue22138  closed by orsenthil

#22570: Better stdlib support for Path objects
http://bugs.python.org/issue22570  closed by gvanrossum

#22642: trace module: convert to argparse
http://bugs.python.org/issue22642  closed by orsenthil

#23675: glossary entry for 'method resolution order' links to somethin
http://bugs.python.org/issue23675  closed by orsenthil

#23942: Explain naming of the patch files in the bug tracker
http://bugs.python.org/issue23942  closed by ezio.melotti

#24649: python -mtrace --help is wrong
http://bugs.python.org/issue24649  closed by SilentGhost

#24752: SystemError when importing from a non-package directory
http://bugs.python.org/issue24752  closed by brett.cannon

#24786: Changes in the devguide repository are not published online in
http://bugs.python.org/issue24786  closed by ezio.melotti

#24789: ctypes doc string
http://bugs.python.org/issue24789  closed by ezio.melotti

#25347: assert_has_calls output is formatted inconsistently
http://bugs.python.org/issue25347  closed by orsenthil

#25348: Update pgo_build.bat to use --pgo flag for regrtest
http://bugs.python.org/issue25348  closed by python-dev

#25486: Resurrect inspect.getargspec() in 3.6
http://bugs.python.org/issue25486  closed by yselivanov

#25517: regex howto example in "Lookahead Assertions"
http://bugs.python.org/issue25517  closed by ezio.melotti

#25574: 2.7 incorrectly documents objects hash as equal to id
http://bugs.python.org/issue25574  closed by ezio.melotti

#25730: invisible sidebar content with code snippets
http://bugs.python.org/issue25730  closed by ezio.melotti

#25752: asyncio.readline - add customizable line separator
http://bugs.python.org/issue25752  closed by martin.panter

#25802: Finish deprecating load_module()
http://bugs.python.org/issue25802  closed by brett.cannon

#25822: Add docstrings to fields of urllib.parse results
http://bugs.python.org/issue25822  closed by orsenthil

#25967: Devguide: add 2to3 to the "Changing CPython's Grammar" checkli
http://bugs.python.org/issue25967  closed by ezio.melotti

#25986: Collections.deque maxlen: added in 2.6 or 2.7?
http://bugs.python.org/issue25986  closed by ezio.melotti

#25991: readline example eventually consumes all memory
http://bugs.python.org/issue25991  closed by ezio.melotti

#26001: Tutorial: write() does not expect string in binary mode
http://bugs.python.org/issue26001  closed by ezio.melotti

#26004: pip install lifetimes - throwing error and unable to install p
http://bugs.python.org/issue26004  closed by terry.reedy

#26025: Document pathlib.Path.__truediv__()
http://bugs.python.org/issue26025  closed by brett.cannon

#26029: Broken sentence in extending documentation
http://bugs.python.org/issue26029  closed by terry.reedy

#26030: Use PEP8 in documentation examples
http://bugs.python.org/issue26030  closed by ezio.melotti

#26054: Unable to run scripts: idle3 -r script.py
http://bugs.python.org/issue26054  closed by zach.ware

#26055: sys.argv[0] is the python file, not ""
http://bugs.python.org/issue26055  closed by Wei

#26056: installation failure
http://bugs.python.org/issue26056  closed by zach.ware

#26061: logging LogRecordFactory allow kwargs
http://bugs.python.org/issue26061  closed by vinay.sajip

#26062: IPython4 bash magic ! with {} does not work with Python 3.5.1
http://bugs.python.org/issue26062  closed by brett.cannon

#26063: Update copyright in the devguide
http://bugs.python.org/issue26063  closed by ezio.melotti

#26064: directory is getting separated
http://bugs.python.org/issue26064  closed by SilentGhost

#26066: Language on the "Cryptographic Services" documentation page is
http://bugs.python.org/issue26066  closed by python-dev

#26069: Remove the Deprecated API in trace module
http://bugs.python.org/issue26069  closed by orsenthil

#26074: Add a method to pip.. pip.require("package_name")
http://bugs.python.org/issue26074  closed by berker.peksag

#26078: Python launcher options enhancement
http://bugs.python.org/issue26078  closed by eryksun

#26080: "abandonned" -> "abandoned" in PEP 510's https://hg.python.org
http://bugs.python.org/issue26080  closed by haypo

#26083: ValueError: insecure string pickle in subprocess.Popen on Pyth
http://bugs.python.org/issue26083  closed by gregory.p.smith

#26084: HTMLParser mishandles last attribute in self-closing tag
http://bugs.python.org/issue26084  closed by ezio.melotti

#26087: PEP 0373 should be updated
http://bugs.python.org/issue26087  closed by python-dev

#26088: re
http://bugs.python.org/issue26088  closed by ezio.melotti

#26091: decimal.Decimal(0)**0 throws decimal.InvalidOperation
http://bugs.python.org/issue26091  closed by skrah

#26096: '*' glob string matches dot files in pathlib
http://bugs.python.org/issue26096  closed by gvanrossum

#26097: 2.7 documentation about TextTestRunner do not specify all the 
http://bugs.python.org/issue26097  closed by orsenthil

#26104: Reference leak in functools.partial constructor in failure cas
http://bugs.python.org/issue26104  closed by serhiy.storchaka

#26105: Python JSON module doesn't actually produce JSON
http://bugs.python.org/issue26105  closed by ezio.melotti

#26112: Error on example using "dialect" parameter. have to be: "diale
http://bugs.python.org/issue26112  closed by SilentGhost

#26113: pathlib p.match('') should return False rather than raising ex
http://bugs.python.org/issue26113  closed by gvanrossum

#26115: pathlib.glob('**') returns only directories
http://bugs.python.org/issue26115  closed by SilentGhost

#26116: CSV-module. The example code don't work. Have to be: reader = 
http://bugs.python.org/issue26116  closed by SilentGhost

#26118: String performance issue using single quotes
http://bugs.python.org/issue26118  closed by SilentGhost


More information about the Python-Dev mailing list