[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jan 22 12:08:33 EST 2016


ACTIVITY SUMMARY (2016-01-15 - 2016-01-22)
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    5354 (-33)
  closed 32585 (+89)
  total  37939 (+56)

Open issues with patches: 2348 


Issues opened (31)
==================

#25791: Raise an ImportWarning when __spec__.parent/__package__ isn't 
http://bugs.python.org/issue25791  reopened by brett.cannon

#26128: Let the subprocess.STARTUPINFO constructor take arguments
http://bugs.python.org/issue26128  opened by cool-RR

#26130: redundant local copy of a char pointer in classify in Parser\p
http://bugs.python.org/issue26130  opened by Oren Milman

#26131: Raise ImportWarning when loader.load_module() is used
http://bugs.python.org/issue26131  opened by brett.cannon

#26132: 2.7.11 Windows Installer issues on Win2008R2
http://bugs.python.org/issue26132  opened by David Rader

#26133: asyncio: ugly error related to signal handlers at exit if the 
http://bugs.python.org/issue26133  opened by Alex Brandt

#26134: HTTPPasswordMgrWithPriorAuth does not work with DigestAuthenti
http://bugs.python.org/issue26134  opened by guesommer

#26136: DeprecationWarning for PEP 479 (generator_stop)
http://bugs.python.org/issue26136  opened by martin.panter

#26137: [idea] use the Microsoft Antimalware Scan Interface
http://bugs.python.org/issue26137  opened by Alexander Riccio

#26140: inspect.iscoroutinefunction raises TypeError when checks Mock 
http://bugs.python.org/issue26140  opened by miyakogi

#26141: typing module documentation incomplete
http://bugs.python.org/issue26141  opened by Ben.Darnell

#26143: Ensure that IDLE's stdlib imports are from the stdlib
http://bugs.python.org/issue26143  opened by terry.reedy

#26144: test_pkg test_4 and/or test_7 sometimes fail
http://bugs.python.org/issue26144  opened by martin.panter

#26145: PEP 511: Add sys.set_code_transformers()
http://bugs.python.org/issue26145  opened by haypo

#26146: PEP 511: Add ast.Constant to allow AST optimizer to emit const
http://bugs.python.org/issue26146  opened by haypo

#26148: String literals are not interned if in a tuple
http://bugs.python.org/issue26148  opened by serhiy.storchaka

#26149: Suggest PyCharm Community as an editor for Unix platforms
http://bugs.python.org/issue26149  opened by John Hagen

#26152: A non-breaking space in a source
http://bugs.python.org/issue26152  opened by Drekin

#26153: PyImport_GetModuleDict: no module dictionary! when `__del__` t
http://bugs.python.org/issue26153  opened by minrk

#26155: 3.5.1 installer issue on Win 7 32 bit
http://bugs.python.org/issue26155  opened by TarotRedhand

#26158: File truncate() not defaulting to current position as document
http://bugs.python.org/issue26158  opened by fornax

#26159: Unsafe to BaseEventLoop.set_debug(False) when PYTHONASYNCIODEB
http://bugs.python.org/issue26159  opened by Bradley McLean

#26160: Tutorial incorrectly claims that (explicit) relative imports d
http://bugs.python.org/issue26160  opened by Kevin.Norris

#26167: Improve copy.copy speed for built-in types (list/set/dict)
http://bugs.python.org/issue26167  opened by josh.r

#26168: Py_BuildValue may leak 'N' arguments on PyTuple_New failure
http://bugs.python.org/issue26168  opened by squidevil

#26173: test_ssl.bad_cert_test() exception handling
http://bugs.python.org/issue26173  opened by martin.panter

#26175: Fully implement IOBase abstract on SpooledTemporaryFile
http://bugs.python.org/issue26175  opened by Gary Fernie

#26176: EmailMessage example doesn't work
http://bugs.python.org/issue26176  opened by Srujan Chaitanya

#26177: tkinter: Canvas().keys returns empty strings.
http://bugs.python.org/issue26177  opened by terry.reedy

#26180: multiprocessing.util._afterfork_registry leak in threaded envi
http://bugs.python.org/issue26180  opened by mzamazal

#26181: argparse can't handle positional argument after list (help mes
http://bugs.python.org/issue26181  opened by atpage



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

#26181: argparse can't handle positional argument after list (help mes
http://bugs.python.org/issue26181

#26180: multiprocessing.util._afterfork_registry leak in threaded envi
http://bugs.python.org/issue26180

#26176: EmailMessage example doesn't work
http://bugs.python.org/issue26176

#26173: test_ssl.bad_cert_test() exception handling
http://bugs.python.org/issue26173

#26168: Py_BuildValue may leak 'N' arguments on PyTuple_New failure
http://bugs.python.org/issue26168

#26159: Unsafe to BaseEventLoop.set_debug(False) when PYTHONASYNCIODEB
http://bugs.python.org/issue26159

#26153: PyImport_GetModuleDict: no module dictionary! when `__del__` t
http://bugs.python.org/issue26153

#26141: typing module documentation incomplete
http://bugs.python.org/issue26141

#26136: DeprecationWarning for PEP 479 (generator_stop)
http://bugs.python.org/issue26136

#26131: Raise ImportWarning when loader.load_module() is used
http://bugs.python.org/issue26131

#26128: Let the subprocess.STARTUPINFO constructor take arguments
http://bugs.python.org/issue26128

#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



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

#26177: tkinter: Canvas().keys returns empty strings.
http://bugs.python.org/issue26177

#26175: Fully implement IOBase abstract on SpooledTemporaryFile
http://bugs.python.org/issue26175

#26167: Improve copy.copy speed for built-in types (list/set/dict)
http://bugs.python.org/issue26167

#26146: PEP 511: Add ast.Constant to allow AST optimizer to emit const
http://bugs.python.org/issue26146

#26145: PEP 511: Add sys.set_code_transformers()
http://bugs.python.org/issue26145

#26144: test_pkg test_4 and/or test_7 sometimes fail
http://bugs.python.org/issue26144

#26140: inspect.iscoroutinefunction raises TypeError when checks Mock 
http://bugs.python.org/issue26140

#26130: redundant local copy of a char pointer in classify in Parser\p
http://bugs.python.org/issue26130

#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

#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



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

#26158: File truncate() not defaulting to current position as document
http://bugs.python.org/issue26158  14 msgs

#25702: Link Time Optimizations support for GCC and CLANG
http://bugs.python.org/issue25702  12 msgs

#19475: Add timespec optional flag to datetime isoformat() to choose t
http://bugs.python.org/issue19475   9 msgs

#25878: CPython on Windows builds with /W3, not /W4
http://bugs.python.org/issue25878   8 msgs

#25907: Documentation i18n: Added trans tags in sphinx templates
http://bugs.python.org/issue25907   8 msgs

#26145: PEP 511: Add sys.set_code_transformers()
http://bugs.python.org/issue26145   8 msgs

#26152: A non-breaking space in a source
http://bugs.python.org/issue26152   7 msgs

#23883: __all__ lists are incomplete
http://bugs.python.org/issue23883   6 msgs

#25934: ICC compiler: ICC treats denormal floating point numbers as 0.
http://bugs.python.org/issue25934   6 msgs

#26146: PEP 511: Add ast.Constant to allow AST optimizer to emit const
http://bugs.python.org/issue26146   6 msgs



Issues closed (84)
==================

#5626: misleading comment in socket.gethostname() documentation
http://bugs.python.org/issue5626  closed by berker.peksag

#8604: Adding an atomic FS write API
http://bugs.python.org/issue8604  closed by haypo

#9006: xml-rpc Server object does not propagate the encoding to Unmar
http://bugs.python.org/issue9006  closed by serhiy.storchaka

#12869: PyOS_StdioReadline is printing the prompt on stderr
http://bugs.python.org/issue12869  closed by martin.panter

#14046: argparse: assertion failure if optional argument has square/ro
http://bugs.python.org/issue14046  closed by martin.panter

#15809: 2.7 IDLE  console uses incorrect encoding.
http://bugs.python.org/issue15809  closed by serhiy.storchaka

#16620: Avoid using private function glob.glob1() in msi module and to
http://bugs.python.org/issue16620  closed by serhiy.storchaka

#16907: Distutils fails to build extension in path with spaces
http://bugs.python.org/issue16907  closed by zach.ware

#16956: Allow signed line number deltas in the code object's  line num
http://bugs.python.org/issue16956  closed by haypo

#17633: zipimport's handling of namespace packages is incorrect
http://bugs.python.org/issue17633  closed by brett.cannon

#18620: multiprocessing page leaves out important part of Pool example
http://bugs.python.org/issue18620  closed by berker.peksag

#21385: in debug mode, compile(ast) fails with an assertion error if a
http://bugs.python.org/issue21385  closed by haypo

#21847: Fix xmlrpc in unicodeless build
http://bugs.python.org/issue21847  closed by serhiy.storchaka

#21949: Document the Py_SIZE() macro.
http://bugs.python.org/issue21949  closed by berker.peksag

#23795: argparse -- incorrect usage for mutually exclusive
http://bugs.python.org/issue23795  closed by martin.panter

#23962: Incorrect TimeoutError referenced in concurrent.futures docume
http://bugs.python.org/issue23962  closed by orsenthil

#23965: test_ssl failure on Fedora 22
http://bugs.python.org/issue23965  closed by ncoghlan

#24520: Stop using deprecated floating-point environment functions on 
http://bugs.python.org/issue24520  closed by haypo

#24761: ERROR: test_dh_params (test.test_ssl.ThreadedTests)
http://bugs.python.org/issue24761  closed by martin.panter

#24832: Issue building viewable docs with newer sphinx (default theme 
http://bugs.python.org/issue24832  closed by benjamin.peterson

#24985: Python install test fails - OpenSSL - "dh key too small"
http://bugs.python.org/issue24985  closed by martin.panter

#25058: Right square bracket argparse metavar
http://bugs.python.org/issue25058  closed by martin.panter

#25089: Can't run Python Launcher on Windows
http://bugs.python.org/issue25089  closed by steve.dower

#25366: test_venv fails with --without-threads
http://bugs.python.org/issue25366  closed by berker.peksag

#25613: fix ssl tests with sslv3 disabled
http://bugs.python.org/issue25613  closed by martin.panter

#25644: Unable to open IDLE on Windows 10 with Python 2.7.10
http://bugs.python.org/issue25644  closed by steve.dower

#25694: test.libregrtest not installed
http://bugs.python.org/issue25694  closed by steve.dower

#25704: Update the devguide to 3.5
http://bugs.python.org/issue25704  closed by berker.peksag

#25731: Assigning and deleting __new__ attr on the class does not allo
http://bugs.python.org/issue25731  closed by python-dev

#25759: Python 2.7.11rc1 not building with Visual Studio 2015
http://bugs.python.org/issue25759  closed by steve.dower

#25765: Installation error
http://bugs.python.org/issue25765  closed by steve.dower

#25799: 2.7.11rc1 not added to Win10 app list (start menu)
http://bugs.python.org/issue25799  closed by terry.reedy

#25824: 32-bit 2.7.11 installer creates registry keys that are incompa
http://bugs.python.org/issue25824  closed by steve.dower

#25843: code_richcompare() don't use constant type when comparing code
http://bugs.python.org/issue25843  closed by haypo

#25850: Building extensions with MSVC 2015 Express fails
http://bugs.python.org/issue25850  closed by steve.dower

#25859: EOFError in test_nntplib.NetworkedNNTPTests.test_starttls()
http://bugs.python.org/issue25859  closed by martin.panter

#25876: test_gdb: use subprocess._args_from_interpreter_flags() to tes
http://bugs.python.org/issue25876  closed by haypo

#25909: Incorrect documentation for PyMapping_Items and like
http://bugs.python.org/issue25909  closed by orsenthil

#25925: Coverage support for CPython 2
http://bugs.python.org/issue25925  closed by zach.ware

#25935: OrderedDict prevents garbage collection if a circulary referen
http://bugs.python.org/issue25935  closed by serhiy.storchaka

#25982: multiprocessing docs for Namespace lacks class definition
http://bugs.python.org/issue25982  closed by orsenthil

#25993: Crashed when call time.time() after using _mm_xor_si64
http://bugs.python.org/issue25993  closed by steve.dower

#26013: Pickle protocol 2.0 not loading in python 3.5
http://bugs.python.org/issue26013  closed by serhiy.storchaka

#26017: Update https://docs.python.org/3/installing/index.html to alwa
http://bugs.python.org/issue26017  closed by orsenthil

#26035: traceback.print_tb() takes `tb`, not `traceback` as a keyword 
http://bugs.python.org/issue26035  closed by orsenthil

#26059: Integer Overflow in strop.replace()
http://bugs.python.org/issue26059  closed by serhiy.storchaka

#26065: python embedded 3.5 amd64 crash when using venv
http://bugs.python.org/issue26065  closed by steve.dower

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

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

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

#26077: Make slicing of immutable structures return a view instead of 
http://bugs.python.org/issue26077  closed by serhiy.storchaka

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

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

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

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

#26107: PEP 511: code.co_lnotab: use signed line number delta to suppo
http://bugs.python.org/issue26107  closed by haypo

#26108: Calling PyInitialize with 2.7.11 on Windows x64 terminates pro
http://bugs.python.org/issue26108  closed by steve.dower

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

#26126: Possible subtle bug when normalizing and str.translate()ing
http://bugs.python.org/issue26126  closed by SilentGhost

#26127: Broken link in docs for tokenize
http://bugs.python.org/issue26127  closed by martin.panter

#26129: Difference in behaviour with grp.getgrgid and pwd.getpwuid
http://bugs.python.org/issue26129  closed by larry

#26135: Documentation Recommends Deprecated `imp` Module
http://bugs.python.org/issue26135  closed by orsenthil

#26138: Disable /W4 warning (non-standard dllimport behavior)
http://bugs.python.org/issue26138  closed by skrah

#26139: libmpdec: disable /W4 warning (non-standard dllimport behavior
http://bugs.python.org/issue26139  closed by skrah

#26142: Formatting bug on https://docs.python.org/2.7/c-api/intro.html
http://bugs.python.org/issue26142  closed by orsenthil

#26147: Encoding errors in xmlrpc
http://bugs.python.org/issue26147  closed by serhiy.storchaka

#26150: SequenceMatcher's algorithm is not correct
http://bugs.python.org/issue26150  closed by tim.peters

#26151: str(bytes) does __repr__() instead of __str__()
http://bugs.python.org/issue26151  closed by haypo

#26154: Add private _PyThreadState_UncheckedGet() to get the current t
http://bugs.python.org/issue26154  closed by haypo

#26156: Bad name into power operator syntax
http://bugs.python.org/issue26156  closed by yselivanov

#26157: Typo in asyncio documentation
http://bugs.python.org/issue26157  closed by berker.peksag

#26161: Use Py_uintptr_t instead of void* for atomic pointers
http://bugs.python.org/issue26161  closed by haypo

#26162: thread error
http://bugs.python.org/issue26162  closed by eryksun

#26163: FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet)
http://bugs.python.org/issue26163  closed by haypo

#26164: test_with_pip() of test_venv fails on Windows buildbots
http://bugs.python.org/issue26164  closed by haypo

#26165: devguide: table summarizing status of Python branches
http://bugs.python.org/issue26165  closed by haypo

#26166: zlib compressor/decompressor objects should support copy proto
http://bugs.python.org/issue26166  closed by serhiy.storchaka

#26169: Pasting 900000 chars into a tk Entry widget fails
http://bugs.python.org/issue26169  closed by serhiy.storchaka

#26170: pip Crash on Unpacking in get_platform() line 119
http://bugs.python.org/issue26170  closed by dstufft

#26171: heap overflow in zipimporter module
http://bugs.python.org/issue26171  closed by python-dev

#26172: iBook can't open ePub
http://bugs.python.org/issue26172  closed by python-dev

#26174: Exception alias cause destruction of existing variable
http://bugs.python.org/issue26174  closed by brett.cannon

#26178: Python C-API: __all__ Creator
http://bugs.python.org/issue26178  closed by Devyn Johnson

#26179: Python C-API "unused-parameter" warnings
http://bugs.python.org/issue26179  closed by haypo


More information about the Python-Dev mailing list