[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Aug 25 12:09:17 EDT 2017
ACTIVITY SUMMARY (2017-08-18 - 2017-08-25)
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 6149 (+16)
closed 36880 (+28)
total 43029 (+44)
Open issues with patches: 2342
Issues opened (28)
==================
#30871: Add test.pythoninfo
http://bugs.python.org/issue30871 reopened by haypo
#31233: socketserver.ThreadingMixIn leaks running threads after server
http://bugs.python.org/issue31233 opened by haypo
#31234: Make support.threading_cleanup() stricter
http://bugs.python.org/issue31234 opened by haypo
#31237: test_gdb disables 25% of tests in optimized builds
http://bugs.python.org/issue31237 opened by lukasz.langa
#31241: ast col_offset wrong for list comprehensions, generators and t
http://bugs.python.org/issue31241 opened by samuelcolvin
#31242: Add SSLContext.set_verify_callback()
http://bugs.python.org/issue31242 opened by rfinnie
#31243: checks whether PyArg_ParseTuple returned a negative int
http://bugs.python.org/issue31243 opened by Oren Milman
#31244: IDLE: work around shortcuts bug in Windows' IMEs and tk
http://bugs.python.org/issue31244 opened by Constantine Ketskalo
#31245: Asyncio UNIX socket and SOCK_DGRAM
http://bugs.python.org/issue31245 opened by qdawans
#31246: [2.7] test_signal.test_setitimer_tiny() fails randomly on x86-
http://bugs.python.org/issue31246 opened by haypo
#31248: method wrapper type has invalid __name__/__qualname__ 'method-
http://bugs.python.org/issue31248 opened by bup
#31249: test_concurrent_futures leaks dangling threads
http://bugs.python.org/issue31249 opened by haypo
#31250: test_asyncio leaks dangling threads
http://bugs.python.org/issue31250 opened by haypo
#31252: Operator.itemgetter documentation should include dictionary ke
http://bugs.python.org/issue31252 opened by ashishnitinpatil
#31254: WeakKeyDictionary/Mapping doesn't call __missing__
http://bugs.python.org/issue31254 opened by Antony.Lee
#31256: xml.etree.ElementTree: add support for doctype in tostring met
http://bugs.python.org/issue31256 opened by bastik
#31258: [2.7] Enhance support reap_children() and threading_cleanup()
http://bugs.python.org/issue31258 opened by haypo
#31259: [3.6] Enhance support reap_children() and threading_cleanup()
http://bugs.python.org/issue31259 opened by haypo
#31260: [2.7] Enhance PC/VS9.0/ project to produce python.bat, as PCbu
http://bugs.python.org/issue31260 opened by haypo
#31265: Remove doubly-linked list from C OrderedDict
http://bugs.python.org/issue31265 opened by inada.naoki
#31267: threading.Timer object is affected by changes to system time
http://bugs.python.org/issue31267 opened by winfreak
#31270: Simplify documentation of itertools.zip_longest
http://bugs.python.org/issue31270 opened by rami
#31271: an assertion failure in io.TextIOWrapper.write
http://bugs.python.org/issue31271 opened by Oren Milman
#31272: typing module conflicts with __slots__-classes
http://bugs.python.org/issue31272 opened by grayfall
#31273: Unicode support in TestCase.skip
http://bugs.python.org/issue31273 opened by Nathan Buckner
#31274: Support building against homebrew on macOS
http://bugs.python.org/issue31274 opened by barry
#31275: Check fall-through in _codecs_iso2022.c
http://bugs.python.org/issue31275 opened by skrah
#31276: PyObject_CallFinalizerFromDealloc is undocumented
http://bugs.python.org/issue31276 opened by pv
Most recent 15 issues with no replies (15)
==========================================
#31276: PyObject_CallFinalizerFromDealloc is undocumented
http://bugs.python.org/issue31276
#31273: Unicode support in TestCase.skip
http://bugs.python.org/issue31273
#31272: typing module conflicts with __slots__-classes
http://bugs.python.org/issue31272
#31267: threading.Timer object is affected by changes to system time
http://bugs.python.org/issue31267
#31260: [2.7] Enhance PC/VS9.0/ project to produce python.bat, as PCbu
http://bugs.python.org/issue31260
#31256: xml.etree.ElementTree: add support for doctype in tostring met
http://bugs.python.org/issue31256
#31250: test_asyncio leaks dangling threads
http://bugs.python.org/issue31250
#31248: method wrapper type has invalid __name__/__qualname__ 'method-
http://bugs.python.org/issue31248
#31245: Asyncio UNIX socket and SOCK_DGRAM
http://bugs.python.org/issue31245
#31242: Add SSLContext.set_verify_callback()
http://bugs.python.org/issue31242
#31241: ast col_offset wrong for list comprehensions, generators and t
http://bugs.python.org/issue31241
#31224: Missing definition of frozen module
http://bugs.python.org/issue31224
#31207: IDLE, configdialog: Factor out ExtPage class from ConfigDialog
http://bugs.python.org/issue31207
#31202: Windows pathlib.Path.glob(pattern) fixed part of the pattern c
http://bugs.python.org/issue31202
#31196: Blank line inconsistency between InteractiveConsole and standa
http://bugs.python.org/issue31196
Most recent 15 issues waiting for review (15)
=============================================
#31270: Simplify documentation of itertools.zip_longest
http://bugs.python.org/issue31270
#31185: Miscellaneous errors in asyncio speedup module
http://bugs.python.org/issue31185
#31184: Fix data descriptor detection in inspect.getattr_static
http://bugs.python.org/issue31184
#31179: Speed-up dict.copy() up to 5.5 times.
http://bugs.python.org/issue31179
#31178: [EASY] subprocess: TypeError: can't concat str to bytes, in _e
http://bugs.python.org/issue31178
#31175: Exception while extracting file from ZIP with non-matching fil
http://bugs.python.org/issue31175
#31151: socketserver.ForkingMixIn.server_close() leaks zombie processe
http://bugs.python.org/issue31151
#31120: [2.7] Python 64 bit _ssl compile fails due missing buildinf_am
http://bugs.python.org/issue31120
#31113: Stack overflow with large program
http://bugs.python.org/issue31113
#31108: add __contains__ for list_iterator (and others) for better per
http://bugs.python.org/issue31108
#31106: os.posix_fallocate() generate exception with errno 0
http://bugs.python.org/issue31106
#31046: ensurepip does not honour the value of $(prefix)
http://bugs.python.org/issue31046
#31021: Clarify programming faq.
http://bugs.python.org/issue31021
#31020: Add support for custom compressor in tarfile
http://bugs.python.org/issue31020
#31015: PyErr_WriteUnraisable should be more verbose in Python 2.7
http://bugs.python.org/issue31015
Top 10 most discussed issues (10)
=================================
#31234: Make support.threading_cleanup() stricter
http://bugs.python.org/issue31234 13 msgs
#31095: Checking all tp_dealloc with Py_TPFLAGS_HAVE_GC
http://bugs.python.org/issue31095 11 msgs
#31244: IDLE: work around shortcuts bug in Windows' IMEs and tk
http://bugs.python.org/issue31244 11 msgs
#31254: WeakKeyDictionary/Mapping doesn't call __missing__
http://bugs.python.org/issue31254 11 msgs
#14976: queue.Queue() is not reentrant, so signals and GC can cause de
http://bugs.python.org/issue14976 8 msgs
#31265: Remove doubly-linked list from C OrderedDict
http://bugs.python.org/issue31265 8 msgs
#27099: IDLE: turn builting extensions into regular modules
http://bugs.python.org/issue27099 7 msgs
#30871: Add test.pythoninfo
http://bugs.python.org/issue30871 7 msgs
#31271: an assertion failure in io.TextIOWrapper.write
http://bugs.python.org/issue31271 6 msgs
#28261: wrong error messages when using PyArg_ParseTuple to parse norm
http://bugs.python.org/issue28261 5 msgs
Issues closed (27)
==================
#28777: Add asyncio.Queue __aiter__, __anext__ methods
http://bugs.python.org/issue28777 closed by gvanrossum
#30923: Add -Wimplicit-fallthrough=0 to Makefile ?
http://bugs.python.org/issue30923 closed by skrah
#31024: typing.Tuple is class but is defined as data inside https://do
http://bugs.python.org/issue31024 closed by levkivskyi
#31109: zipimport argument clinic conversion
http://bugs.python.org/issue31109 closed by brett.cannon
#31118: Make super() work with staticmethod by using __class__ for bot
http://bugs.python.org/issue31118 closed by ncoghlan
#31161: Only check for print and exec parentheses cases for SyntaxErro
http://bugs.python.org/issue31161 closed by lukasz.langa
#31183: `Dis` module doesn't know how to disassemble async generator o
http://bugs.python.org/issue31183 closed by ncoghlan
#31206: IDLE, configdialog: Factor out HighPage class from ConfigDialo
http://bugs.python.org/issue31206 closed by terry.reedy
#31229: wrong error messages when too many kwargs are received
http://bugs.python.org/issue31229 closed by serhiy.storchaka
#31232: Backport the new custom "print >> sys.stderr" error message?
http://bugs.python.org/issue31232 closed by ncoghlan
#31235: test_logging: ResourceWarning: unclosed <socket.socket ...>
http://bugs.python.org/issue31235 closed by haypo
#31236: improve some error messages of min() and max()
http://bugs.python.org/issue31236 closed by serhiy.storchaka
#31238: pydoc: ServerThread.stop() leaves a dangling thread
http://bugs.python.org/issue31238 closed by haypo
#31239: namedtuple comparison ignores types
http://bugs.python.org/issue31239 closed by r.david.murray
#31240: Add lazy evaluation support for dict.setdefault()
http://bugs.python.org/issue31240 closed by serhiy.storchaka
#31247: test_xmlrpc leaks dangling threads
http://bugs.python.org/issue31247 closed by haypo
#31251: Diameter protocol in Python
http://bugs.python.org/issue31251 closed by serhiy.storchaka
#31253: Python fails to parse triple quoted (commented out) code
http://bugs.python.org/issue31253 closed by quamrana
#31255: Test getrandom before using it
http://bugs.python.org/issue31255 closed by heroxbd
#31257: importlib race condition
http://bugs.python.org/issue31257 closed by haypo
#31261: unittest fails to properly destruct objects created during set
http://bugs.python.org/issue31261 closed by r.david.murray
#31262: Documentation Error
http://bugs.python.org/issue31262 closed by r.david.murray
#31263: Assigning to subscript/slice of literal is permitted
http://bugs.python.org/issue31263 closed by r.david.murray
#31264: Import Package/Module through HTTP/S repository
http://bugs.python.org/issue31264 closed by r.david.murray
#31266: attribute error
http://bugs.python.org/issue31266 closed by nixster
#31268: Inconsistent socket timeout exception
http://bugs.python.org/issue31268 closed by desbma
#31269: bug in islink() and is_symlink()
http://bugs.python.org/issue31269 closed by r.david.murray
More information about the Python-Dev
mailing list