[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 3 12:09:03 EST 2017


ACTIVITY SUMMARY (2017-02-24 - 2017-03-03)
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    5851 (+18)
  closed 35618 (+53)
  total  41469 (+71)

Open issues with patches: 2466 


Issues opened (46)
==================

#29626: Issue with spacing in argparse module while using help
http://bugs.python.org/issue29626  reopened by paul.j3

#29643: --enable-optimizations compiler flag has no effect
http://bugs.python.org/issue29643  opened by awang

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645  opened by serhiy.storchaka

#29649: struct.pack_into check boundary error message didn't respect o
http://bugs.python.org/issue29649  opened by louielu

#29651: Inconsistent/undocumented urlsplit/urlparse behavior on invali
http://bugs.python.org/issue29651  opened by vfaronov

#29652: Fix evaluation order of keys/values in dict comprehensions
http://bugs.python.org/issue29652  opened by Jim Fasarakis-Hilliard

#29654: SimpleHTTPRequestHandler should support browser cache
http://bugs.python.org/issue29654  opened by quentel

#29655: Certain errors during IMPORT_STAR can leak a reference
http://bugs.python.org/issue29655  opened by Peter Cawley

#29656: Change "make patchcheck" to be branch aware
http://bugs.python.org/issue29656  opened by ncoghlan

#29657: os.symlink: FileExistsError shows wrong message
http://bugs.python.org/issue29657  opened by wrohdewald

#29659: Expose the `length` arg from shutil.copyfileobj for public use
http://bugs.python.org/issue29659  opened by goodboy

#29660: Document that print/format_exception ignore etype
http://bugs.python.org/issue29660  opened by mbussonn

#29667: socket module sometimes loses response packets
http://bugs.python.org/issue29667  opened by bkline

#29670: argparse: does not respect required args pre-populated into na
http://bugs.python.org/issue29670  opened by mhcptg

#29672: `catch_warnings` context manager should reset warning registry
http://bugs.python.org/issue29672  opened by Gerrit.Holl

#29673: Some gdb macros are broken in 3.6
http://bugs.python.org/issue29673  opened by belopolsky

#29674: Use GCC __attribute__((alloc_size(x,y))) on PyMem_Malloc() fun
http://bugs.python.org/issue29674  opened by haypo

#29676: verbose output of test_cprofile
http://bugs.python.org/issue29676  opened by xiang.zhang

#29677: clarify docs about 'round()' accepting a negative integer for 
http://bugs.python.org/issue29677  opened by ChrisRands

#29679: Add @contextlib.asynccontextmanager
http://bugs.python.org/issue29679  opened by Jelle Zijlstra

#29680: gdb/libpython.py does not work with gdb 7.2
http://bugs.python.org/issue29680  opened by belopolsky

#29682: Possible missing NULL check in pyexpat
http://bugs.python.org/issue29682  opened by alexc

#29685: test_gdb failed
http://bugs.python.org/issue29685  opened by MarcoC

#29687: smtplib does not support proxy
http://bugs.python.org/issue29687  opened by rares

#29688: Document Path.absolute
http://bugs.python.org/issue29688  opened by Jim Fasarakis-Hilliard

#29689: Asyncio-namespace helpers for async_generators
http://bugs.python.org/issue29689  opened by Codey Oxley

#29691: Some tests fail in coverage Travis check
http://bugs.python.org/issue29691  opened by Jelle Zijlstra

#29692: contextlib.contextmanager may incorrectly unchain RuntimeError
http://bugs.python.org/issue29692  opened by ncoghlan

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694  opened by whitespacer

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695  opened by serhiy.storchaka

#29696: Use namedtuple in string.Formatter.parse iterator response
http://bugs.python.org/issue29696  opened by facundobatista

#29697: Wrong ECDH configuration with OpenSSL 1.1
http://bugs.python.org/issue29697  opened by christian.heimes

#29699: shutil.rmtree should not fail with FileNotFoundError (race con
http://bugs.python.org/issue29699  opened by dkg

#29700: readline memory corruption when sys.stdin fd >= FD_SETSIZE for
http://bugs.python.org/issue29700  opened by gregory.p.smith

#29701: Add close method to queue.Queue
http://bugs.python.org/issue29701  opened by mwf

#29702: Error 0x80070003: Failed to launch elevated child process
http://bugs.python.org/issue29702  opened by alevonian

#29703: Fix asyncio to support instantiation of new event loops in sub
http://bugs.python.org/issue29703  opened by yselivanov

#29704: Can't read data from Transport after asyncio.SubprocessStreamP
http://bugs.python.org/issue29704  opened by SethMichaelLarson

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706  opened by David E. Franco G.

#29707: os.path.ismount() always returns false for mount --bind on sam
http://bugs.python.org/issue29707  opened by Oliver Smith

#29708: support reproducible Python builds
http://bugs.python.org/issue29708  opened by bmwiedemann

#29709: Short-circuiting not only on False and True
http://bugs.python.org/issue29709  opened by Stefan Pochmann

#29710: Incorrect representation caveat on bitwise operation docs
http://bugs.python.org/issue29710  opened by ncoghlan

#29711: When you use stop_serving in proactor loop it's kill all liste
http://bugs.python.org/issue29711  opened by noplay

#29712: --enable-optimizations does not work with --enable-shared
http://bugs.python.org/issue29712  opened by halfcoder

#29713: String changes whether or not '\x81' is present
http://bugs.python.org/issue29713  opened by dagnam



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

#29713: String changes whether or not '\x81' is present
http://bugs.python.org/issue29713

#29712: --enable-optimizations does not work with --enable-shared
http://bugs.python.org/issue29712

#29709: Short-circuiting not only on False and True
http://bugs.python.org/issue29709

#29707: os.path.ismount() always returns false for mount --bind on sam
http://bugs.python.org/issue29707

#29704: Can't read data from Transport after asyncio.SubprocessStreamP
http://bugs.python.org/issue29704

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694

#29692: contextlib.contextmanager may incorrectly unchain RuntimeError
http://bugs.python.org/issue29692

#29691: Some tests fail in coverage Travis check
http://bugs.python.org/issue29691

#29689: Asyncio-namespace helpers for async_generators
http://bugs.python.org/issue29689

#29688: Document Path.absolute
http://bugs.python.org/issue29688

#29687: smtplib does not support proxy
http://bugs.python.org/issue29687

#29685: test_gdb failed
http://bugs.python.org/issue29685

#29682: Possible missing NULL check in pyexpat
http://bugs.python.org/issue29682

#29674: Use GCC __attribute__((alloc_size(x,y))) on PyMem_Malloc() fun
http://bugs.python.org/issue29674

#29670: argparse: does not respect required args pre-populated into na
http://bugs.python.org/issue29670



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

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695

#29680: gdb/libpython.py does not work with gdb 7.2
http://bugs.python.org/issue29680

#29655: Certain errors during IMPORT_STAR can leak a reference
http://bugs.python.org/issue29655

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645

#29642: Why does unittest.TestLoader.discover still rely on existence 
http://bugs.python.org/issue29642

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
http://bugs.python.org/issue29640

#29623: configparser.ConfigParser.read() does not accept Pathlib path 
http://bugs.python.org/issue29623

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615

#29613: Support for SameSite Cookies
http://bugs.python.org/issue29613

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555

#29553: Argparser does not display closing parentheses in nested mutex
http://bugs.python.org/issue29553

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549



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

#29679: Add @contextlib.asynccontextmanager
http://bugs.python.org/issue29679  10 msgs

#26389: Expand traceback module API to accept just an exception as an 
http://bugs.python.org/issue26389   9 msgs

#29642: Why does unittest.TestLoader.discover still rely on existence 
http://bugs.python.org/issue29642   8 msgs

#28231: zipfile does not support pathlib
http://bugs.python.org/issue28231   7 msgs

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645   7 msgs

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695   7 msgs

#29626: Issue with spacing in argparse module while using help
http://bugs.python.org/issue29626   5 msgs

#29639: test suite intentionally avoids referring to localhost, destro
http://bugs.python.org/issue29639   5 msgs

#29649: struct.pack_into check boundary error message didn't respect o
http://bugs.python.org/issue29649   5 msgs

#29677: clarify docs about 'round()' accepting a negative integer for 
http://bugs.python.org/issue29677   5 msgs



Issues closed (52)
==================

#7769: SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as dec
http://bugs.python.org/issue7769  closed by xiang.zhang

#9303: Migrate sqlite3 module to _v2 API to enhance performance
http://bugs.python.org/issue9303  closed by berker.peksag

#16285: Update urllib quoting to RFC 3986
http://bugs.python.org/issue16285  closed by ncoghlan

#22594: Add a link to the regex module in re documentation
http://bugs.python.org/issue22594  closed by berker.peksag

#24241: webbrowser default browser detection and/or public API for _tr
http://bugs.python.org/issue24241  closed by ncoghlan

#25008: Deprecate smtpd (based on deprecated asyncore/asynchat)
http://bugs.python.org/issue25008  closed by barry

#25452: Add __bool__() method to subprocess.CompletedProcess
http://bugs.python.org/issue25452  closed by haypo

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

#26184: Add versionchanged note for error when create_module() is not 
http://bugs.python.org/issue26184  closed by Mariatta

#26867: test_ssl test_options fails on ubuntu 16.04
http://bugs.python.org/issue26867  closed by xiang.zhang

#27298: redundant iteration over digits in _PyLong_AsUnsignedLongMask
http://bugs.python.org/issue27298  closed by haypo

#28272: a redundant check in maybe_small_long
http://bugs.python.org/issue28272  closed by mark.dickinson

#28279: setuptools failing to read from setup.cfg only in Python 3.6
http://bugs.python.org/issue28279  closed by brett.cannon

#28518: execute("begin immediate") throwing OperationalError
http://bugs.python.org/issue28518  closed by berker.peksag

#28598: RHS not consulted in `str % subclass_of_str` case.
http://bugs.python.org/issue28598  closed by berker.peksag

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624  closed by berker.peksag

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663  closed by inada.naoki

#28911: Clarify the behaviour of assert_called_once_with
http://bugs.python.org/issue28911  closed by berker.peksag

#28961: unittest.mock._Call ignores `name` parameter
http://bugs.python.org/issue28961  closed by berker.peksag

#29098: document minimum sqlite version
http://bugs.python.org/issue29098  closed by berker.peksag

#29110: [patch] Fix file object leak in `aifc.open` when given invalid
http://bugs.python.org/issue29110  closed by inada.naoki

#29121: sqlite3 Controlling Transactions documentation not updated
http://bugs.python.org/issue29121  closed by berker.peksag

#29355: sqlite3: remove sqlite3_stmt_readonly()
http://bugs.python.org/issue29355  closed by berker.peksag

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376  closed by xiang.zhang

#29594: implementation of __or__ in enum.auto
http://bugs.python.org/issue29594  closed by ethan.furman

#29637: ast.get_docstring(): AttributeError: 'NoneType' object has no 
http://bugs.python.org/issue29637  closed by inada.naoki

#29644: Importing webbrowser outputs a message on stderr
http://bugs.python.org/issue29644  closed by ncoghlan

#29646: ast.parse parses string literals as docstrings
http://bugs.python.org/issue29646  closed by Valentin.Lorentz

#29647: Python 3.6.0
http://bugs.python.org/issue29647  closed by r.david.murray

#29648: Missed reference to create_module() in versionadded (import.rs
http://bugs.python.org/issue29648  closed by Mariatta

#29650: abstractmethod does not work when deriving from Exception
http://bugs.python.org/issue29650  closed by serhiy.storchaka

#29653: IDLE - call tips show wrapper's argpsec instead of wrapped
http://bugs.python.org/issue29653  closed by terry.reedy

#29658: Combining thread and process, process hangs (sometimes)
http://bugs.python.org/issue29658  closed by djstrong

#29661: Typo in the docstring of timeit.Timer.autorange
http://bugs.python.org/issue29661  closed by xiang.zhang

#29662: Fix wrong indentation of timeit.Timer's documenation
http://bugs.python.org/issue29662  closed by xiang.zhang

#29663: Make collections.deque json serializable
http://bugs.python.org/issue29663  closed by serhiy.storchaka

#29664: zip() python 3 documentation not working at all !
http://bugs.python.org/issue29664  closed by serhiy.storchaka

#29665: how to edit or delete issues created by me in bug tracker ?!
http://bugs.python.org/issue29665  closed by berker.peksag

#29666: Issue in enum documentation
http://bugs.python.org/issue29666  closed by haypo

#29668: f-strings don't change the values as expected.
http://bugs.python.org/issue29668  closed by serhiy.storchaka

#29669: Missing import of bisect in the documentation examples
http://bugs.python.org/issue29669  closed by rhettinger

#29671: Add function to gc module to check if any reference cycles hav
http://bugs.python.org/issue29671  closed by mark.dickinson

#29675: SysLogHandler does not seem to always expand %(loglevel)s prop
http://bugs.python.org/issue29675  closed by vinay.sajip

#29678: email.Message.get_params decodes only first one header value
http://bugs.python.org/issue29678  closed by r.david.murray

#29681: getopt fails to handle option with missing value in middle of 
http://bugs.python.org/issue29681  closed by serhiy.storchaka

#29683: _PyCode_SetExtra behaviour wrong on allocation failure and aft
http://bugs.python.org/issue29683  closed by serhiy.storchaka

#29684: Minor regression in PyEval_CallObjectWithKeywords()
http://bugs.python.org/issue29684  closed by haypo

#29686: Unittest - Return empty string instead of None object on short
http://bugs.python.org/issue29686  closed by rhettinger

#29690: no %z directive for strptime in python2, doc says nothing abou
http://bugs.python.org/issue29690  closed by r.david.murray

#29693: DeprecationWarning/SyntaxError in test_import
http://bugs.python.org/issue29693  closed by serhiy.storchaka

#29698: _collectionsmodule.c: Replace `n++; while (--n)` with `for (; 
http://bugs.python.org/issue29698  closed by rhettinger

#29705: socket.gethostbyname, getaddrinfo etc broken on MacOS 10.12
http://bugs.python.org/issue29705  closed by ned.deily


More information about the Python-Dev mailing list