[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Feb 19 12:08:34 EST 2016
ACTIVITY SUMMARY (2016-02-12 - 2016-02-19)
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 5432 (+15)
closed 32718 (+27)
total 38150 (+42)
Open issues with patches: 2375
Issues opened (35)
==================
#25939: _ssl.enum_certificates() fails with ERROR_ACCESS_DENIED if pyt
http://bugs.python.org/issue25939 reopened by benjamin.peterson
#26351: Occasionally check for Ctrl-C in long-running operations like
http://bugs.python.org/issue26351 opened by steven.daprano
#26352: getpass incorrectly displays password prompt on stderr on fall
http://bugs.python.org/issue26352 opened by Matt Hooks
#26353: IDLE: Saving Shell should not add \n
http://bugs.python.org/issue26353 opened by terry.reedy
#26355: Emit major version based canonical URLs for docs
http://bugs.python.org/issue26355 opened by ncoghlan
#26357: asyncio.wait loses coroutine return value
http://bugs.python.org/issue26357 opened by André Caron
#26358: mmap.mmap.__iter__ is broken (yields bytes instead of ints)
http://bugs.python.org/issue26358 opened by ztane
#26359: CPython build options for out-of-the box performance
http://bugs.python.org/issue26359 opened by alecsandru.patrascu
#26360: Deadlock in thread.join on Python 2.7/Mac OS X 10.9
http://bugs.python.org/issue26360 opened by mark.dickinson
#26362: Approved API for creating a temporary file path
http://bugs.python.org/issue26362 opened by bignose
#26363: __builtins__ propagation is misleading described in exec and e
http://bugs.python.org/issue26363 opened by xcombelle
#26366: Use â.. versionaddedâ over â.. versionchangedâ where a
http://bugs.python.org/issue26366 opened by Tony R.
#26367: importlib.__import__ does not fail for invalid relative import
http://bugs.python.org/issue26367 opened by mjacob
#26369: doc for unicode.decode and str.encode is unnecessarily confusi
http://bugs.python.org/issue26369 opened by benspiller
#26370: shelve filename inconsistent between platforms
http://bugs.python.org/issue26370 opened by Dima.Tisnek
#26372: Popen.communicate not ignoring BrokenPipeError
http://bugs.python.org/issue26372 opened by memeplex
#26373: asyncio: add support for async context manager on streams?
http://bugs.python.org/issue26373 opened by haypo
#26374: concurrent_futures Executor.map semantics better specified in
http://bugs.python.org/issue26374 opened by F.D. Sacerdoti
#26375: New versions of Python hangs on imaplib.IMAP4_SSL()
http://bugs.python.org/issue26375 opened by mniklas
#26376: Tkinter root window won't close if packed.
http://bugs.python.org/issue26376 opened by Sam Yeager
#26377: Tkinter dialogs will not close if root window not packed.
http://bugs.python.org/issue26377 opened by Sam Yeager
#26379: zlib decompress as_bytearray flag
http://bugs.python.org/issue26379 opened by llllllllll
#26380: Add an http method enum
http://bugs.python.org/issue26380 opened by demian.brecht
#26381: Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params
http://bugs.python.org/issue26381 opened by Serhiy Int
#26382: List object memory allocator
http://bugs.python.org/issue26382 opened by catalin.manciu
#26383: benchmarks (perf.py): number of decimal places in csv output
http://bugs.python.org/issue26383 opened by florin.papa
#26384: UnboundLocalError in socket._sendfile_use_sendfile
http://bugs.python.org/issue26384 opened by berker.peksag
#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385 opened by Eugene Viktorov
#26386: tkinter - Treeview - .selection_add and selection_toggle
http://bugs.python.org/issue26386 opened by gbarnabic
#26387: Race condition in sqlite module
http://bugs.python.org/issue26387 opened by scorp
#26388: Disabling changing sys.argv[0] with runpy.run_module(...alter_
http://bugs.python.org/issue26388 opened by Mike Kaplinskiy
#26389: Expand traceback module API to accept just an exception as an
http://bugs.python.org/issue26389 opened by brett.cannon
#26390: hashlib's pbkdf2_hmac documentation "rounds" does not match so
http://bugs.python.org/issue26390 opened by dbakker
#26391: Specialized sub-classes of Generic never call __init__
http://bugs.python.org/issue26391 opened by Kai Wohlfahrt
#26392: socketserver.BaseServer.close_server should stop serve_forever
http://bugs.python.org/issue26392 opened by palaviv
Most recent 15 issues with no replies (15)
==========================================
#26392: socketserver.BaseServer.close_server should stop serve_forever
http://bugs.python.org/issue26392
#26391: Specialized sub-classes of Generic never call __init__
http://bugs.python.org/issue26391
#26389: Expand traceback module API to accept just an exception as an
http://bugs.python.org/issue26389
#26386: tkinter - Treeview - .selection_add and selection_toggle
http://bugs.python.org/issue26386
#26384: UnboundLocalError in socket._sendfile_use_sendfile
http://bugs.python.org/issue26384
#26383: benchmarks (perf.py): number of decimal places in csv output
http://bugs.python.org/issue26383
#26377: Tkinter dialogs will not close if root window not packed.
http://bugs.python.org/issue26377
#26375: New versions of Python hangs on imaplib.IMAP4_SSL()
http://bugs.python.org/issue26375
#26373: asyncio: add support for async context manager on streams?
http://bugs.python.org/issue26373
#26363: __builtins__ propagation is misleading described in exec and e
http://bugs.python.org/issue26363
#26359: CPython build options for out-of-the box performance
http://bugs.python.org/issue26359
#26358: mmap.mmap.__iter__ is broken (yields bytes instead of ints)
http://bugs.python.org/issue26358
#26353: IDLE: Saving Shell should not add \n
http://bugs.python.org/issue26353
#26338: remove duplicate bind addresses in create_server
http://bugs.python.org/issue26338
#26335: Make mmap.write return the number of bytes written like other
http://bugs.python.org/issue26335
Most recent 15 issues waiting for review (15)
=============================================
#26392: socketserver.BaseServer.close_server should stop serve_forever
http://bugs.python.org/issue26392
#26390: hashlib's pbkdf2_hmac documentation "rounds" does not match so
http://bugs.python.org/issue26390
#26387: Race condition in sqlite module
http://bugs.python.org/issue26387
#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385
#26384: UnboundLocalError in socket._sendfile_use_sendfile
http://bugs.python.org/issue26384
#26382: List object memory allocator
http://bugs.python.org/issue26382
#26380: Add an http method enum
http://bugs.python.org/issue26380
#26379: zlib decompress as_bytearray flag
http://bugs.python.org/issue26379
#26372: Popen.communicate not ignoring BrokenPipeError
http://bugs.python.org/issue26372
#26367: importlib.__import__ does not fail for invalid relative import
http://bugs.python.org/issue26367
#26366: Use â.. versionaddedâ over â.. versionchangedâ where a
http://bugs.python.org/issue26366
#26359: CPython build options for out-of-the box performance
http://bugs.python.org/issue26359
#26352: getpass incorrectly displays password prompt on stderr on fall
http://bugs.python.org/issue26352
#26347: BoundArguments.apply_defaults doesn't handle empty arguments
http://bugs.python.org/issue26347
#26342: Faster bit ops for single-digit positive longs
http://bugs.python.org/issue26342
Top 10 most discussed issues (10)
=================================
#15873: datetime: add ability to parse RFC 3339 dates and times
http://bugs.python.org/issue15873 29 msgs
#26360: Deadlock in thread.join on Python 2.7/Mac OS X 10.9
http://bugs.python.org/issue26360 17 msgs
#26323: Add assert_called() and assert_called_once() methods for mock
http://bugs.python.org/issue26323 10 msgs
#26366: Use â.. versionaddedâ over â.. versionchangedâ where a
http://bugs.python.org/issue26366 10 msgs
#26331: Tokenizer: allow underscores for grouping in numeric literals
http://bugs.python.org/issue26331 9 msgs
#21145: Add the @cached_property decorator
http://bugs.python.org/issue21145 8 msgs
#26372: Popen.communicate not ignoring BrokenPipeError
http://bugs.python.org/issue26372 8 msgs
#26385: the call of tempfile.NamedTemporaryFile fails and leaves a fil
http://bugs.python.org/issue26385 7 msgs
#26380: Add an http method enum
http://bugs.python.org/issue26380 6 msgs
#14597: Cannot unload dll in ctypes until script exits
http://bugs.python.org/issue14597 5 msgs
Issues closed (28)
==================
#15608: Improve socketserver doc
http://bugs.python.org/issue15608 closed by martin.panter
#16915: mode of socket.makefile is more limited than documentation sug
http://bugs.python.org/issue16915 closed by berker.peksag
#19841: ConfigParser PEP issues
http://bugs.python.org/issue19841 closed by berker.peksag
#20169: random module doc page has broken links
http://bugs.python.org/issue20169 closed by python-dev
#23992: multiprocessing: MapResult shouldn't fail fast upon exception
http://bugs.python.org/issue23992 closed by neologix
#25179: PEP 498 f-strings need to be documented
http://bugs.python.org/issue25179 closed by martin.panter
#25713: Setuptools included with 64-bit Windows installer is outdated
http://bugs.python.org/issue25713 closed by ned.deily
#25833: pyvenv: venvs cannot be moved because activate scripts hard-co
http://bugs.python.org/issue25833 closed by vinay.sajip
#25887: awaiting on coroutine more than once should be an error
http://bugs.python.org/issue25887 closed by yselivanov
#25924: investigate if getaddrinfo(3) on OSX is thread-safe
http://bugs.python.org/issue25924 closed by ned.deily
#26265: build errors on OS X 10.11 with --enable-universalsdk
http://bugs.python.org/issue26265 closed by ned.deily
#26309: socketserver.BaseServer._handle_request_noblock() doesn't shut
http://bugs.python.org/issue26309 closed by martin.panter
#26316: Probable typo in Arg Clinic's linear_format()
http://bugs.python.org/issue26316 closed by martin.panter
#26318: `io.open(fd, ...).name` returns numeric fd instead of None
http://bugs.python.org/issue26318 closed by terry.reedy
#26319: Check recData size before unpack in zipfile
http://bugs.python.org/issue26319 closed by terry.reedy
#26327: IDLE: File > Save in 2.7 Shell with non-ascii fails
http://bugs.python.org/issue26327 closed by terry.reedy
#26333: Multiprocessing imap hangs when generator input errors
http://bugs.python.org/issue26333 closed by terry.reedy
#26334: bytes.translate() doesn't take keyword arguments; docs suggest
http://bugs.python.org/issue26334 closed by Nicholas Chammas
#26348: activate.fish sets VENV prompt incorrectly
http://bugs.python.org/issue26348 closed by vinay.sajip
#26349: Ship python35.lib with the embedded distribution, please
http://bugs.python.org/issue26349 closed by steve.dower
#26354: re.I does not work as expected
http://bugs.python.org/issue26354 closed by ezio.melotti
#26356: Registration
http://bugs.python.org/issue26356 closed by SilentGhost
#26361: lambda in dict comprehension is broken
http://bugs.python.org/issue26361 closed by steven.daprano
#26364: pip uses colour in messages that does not work on white termin
http://bugs.python.org/issue26364 closed by berker.peksag
#26365: ntpath.py Error in Windows
http://bugs.python.org/issue26365 closed by serhiy.storchaka
#26368: grammatical error in asyncio stream documentation
http://bugs.python.org/issue26368 closed by ned.deily
#26371: asynchat.async_chat and asyncore.dispatcher_with_send are not
http://bugs.python.org/issue26371 closed by gvanrossum
#26378: Typo in regex documentation
http://bugs.python.org/issue26378 closed by python-dev
More information about the Python-Dev
mailing list