[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Feb 16 12:09:54 EST 2018


ACTIVITY SUMMARY (2018-02-09 - 2018-02-16)
Python tracker at https://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    6456 (+17)
  closed 38153 (+32)
  total  44609 (+49)

Open issues with patches: 2511 


Issues opened (35)
==================

#32810: Expose ags_gen and agt_gen in asynchronous generators
https://bugs.python.org/issue32810  opened by dabeaz

#32813: SSL shared_ciphers implementation wrong - returns configured b
https://bugs.python.org/issue32813  opened by noxxi

#32814: smtplib.send_message mishandles 8BITMIME RFC 6152
https://bugs.python.org/issue32814  opened by Segev Finer

#32818: multiprocessing segmentfault under Windows compatibility mode
https://bugs.python.org/issue32818  opened by Ma Lin

#32819: match_hostname() error reporting bug
https://bugs.python.org/issue32819  opened by christian.heimes

#32820: Add bits method to ipaddress
https://bugs.python.org/issue32820  opened by ewosborne

#32821: Add snippet on how to configure a "split" stream for console
https://bugs.python.org/issue32821  opened by mariocj89

#32822: finally block doesn't re-raise exception if return statement e
https://bugs.python.org/issue32822  opened by David Rebbe

#32823: Regression in test -j behavior and time in 3.7.0b1
https://bugs.python.org/issue32823  opened by terry.reedy

#32824: Docs: Using Python on a Macintosh has bad info per Apple site
https://bugs.python.org/issue32824  opened by griswolf

#32825: warn user of creation of multiple Tk instances
https://bugs.python.org/issue32825  opened by mps

#32829: Lib/ be more pythonic
https://bugs.python.org/issue32829  opened by dilyan.palauzov

#32831: IDLE: Add docstrings and tests for codecontext
https://bugs.python.org/issue32831  opened by csabella

#32832: doctest should support custom ps1/ps2 prompts
https://bugs.python.org/issue32832  opened by Sergey.Kirpichev

#32833: argparse doesn't recognise two option aliases as equal
https://bugs.python.org/issue32833  opened by Krzysztof Leszczyński

#32834: test_gdb fails with Posix locale in 3.7
https://bugs.python.org/issue32834  opened by serhiy.storchaka

#32835: Add documention mentioning that Cygwin isn't fully compatible
https://bugs.python.org/issue32835  opened by jayyin11043

#32836: Symbol table for comprehensions (list, dict, set) still includ
https://bugs.python.org/issue32836  opened by mjpieters

#32838: Fix Python versions in the table of magic numbers
https://bugs.python.org/issue32838  opened by serhiy.storchaka

#32839: Add after_info as a function to tkinter
https://bugs.python.org/issue32839  opened by csabella

#32840: Must install python 3.6.3 when 3.6.4 already installed
https://bugs.python.org/issue32840  opened by NaCl

#32841: Asyncio.Condition prevents cancellation
https://bugs.python.org/issue32841  opened by bar.harel

#32843: More revisions to test.support docs
https://bugs.python.org/issue32843  opened by csabella

#32844: subprocess may incorrectly redirect a low fd to stderr if anot
https://bugs.python.org/issue32844  opened by izbyshev

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846  opened by terry.reedy

#32847: Add DirectoryNotEmptyError subclass of OSError
https://bugs.python.org/issue32847  opened by barry

#32849: Fatal Python error: Py_Initialize: can't initialize sys standa
https://bugs.python.org/issue32849  opened by rudolphf

#32850: Run gc_collect() before complaining about dangling threads
https://bugs.python.org/issue32850  opened by smurfix

#32852: trace changes sys.argv from list to tuple
https://bugs.python.org/issue32852  opened by altendky

#32853: struct's docstring implies alignment is always performed
https://bugs.python.org/issue32853  opened by Eli_B

#32854: Add ** Map Unpacking Support for namedtuple
https://bugs.python.org/issue32854  opened by John Crawford

#32855: Add documention stating supported Platforms
https://bugs.python.org/issue32855  opened by jayyin11043

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856  opened by serhiy.storchaka

#32857: tkinter after_cancel does not behave correctly when called wit
https://bugs.python.org/issue32857  opened by csabella

#32858: Improve OpenSSL ECDH support
https://bugs.python.org/issue32858  opened by sruester



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

#32855: Add documention stating supported Platforms
https://bugs.python.org/issue32855

#32853: struct's docstring implies alignment is always performed
https://bugs.python.org/issue32853

#32852: trace changes sys.argv from list to tuple
https://bugs.python.org/issue32852

#32849: Fatal Python error: Py_Initialize: can't initialize sys standa
https://bugs.python.org/issue32849

#32847: Add DirectoryNotEmptyError subclass of OSError
https://bugs.python.org/issue32847

#32843: More revisions to test.support docs
https://bugs.python.org/issue32843

#32832: doctest should support custom ps1/ps2 prompts
https://bugs.python.org/issue32832

#32831: IDLE: Add docstrings and tests for codecontext
https://bugs.python.org/issue32831

#32825: warn user of creation of multiple Tk instances
https://bugs.python.org/issue32825

#32823: Regression in test -j behavior and time in 3.7.0b1
https://bugs.python.org/issue32823

#32821: Add snippet on how to configure a "split" stream for console
https://bugs.python.org/issue32821

#32819: match_hostname() error reporting bug
https://bugs.python.org/issue32819

#32805: Possible integer overflow when call PyDTrace_GC_DONE()
https://bugs.python.org/issue32805

#32793: smtplib: duplicated debug message
https://bugs.python.org/issue32793

#32788: Better error handling in sqlite3
https://bugs.python.org/issue32788



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

#32858: Improve OpenSSL ECDH support
https://bugs.python.org/issue32858

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856

#32852: trace changes sys.argv from list to tuple
https://bugs.python.org/issue32852

#32850: Run gc_collect() before complaining about dangling threads
https://bugs.python.org/issue32850

#32844: subprocess may incorrectly redirect a low fd to stderr if anot
https://bugs.python.org/issue32844

#32841: Asyncio.Condition prevents cancellation
https://bugs.python.org/issue32841

#32839: Add after_info as a function to tkinter
https://bugs.python.org/issue32839

#32838: Fix Python versions in the table of magic numbers
https://bugs.python.org/issue32838

#32836: Symbol table for comprehensions (list, dict, set) still includ
https://bugs.python.org/issue32836

#32831: IDLE: Add docstrings and tests for codecontext
https://bugs.python.org/issue32831

#32821: Add snippet on how to configure a "split" stream for console
https://bugs.python.org/issue32821

#32820: Add bits method to ipaddress
https://bugs.python.org/issue32820

#32819: match_hostname() error reporting bug
https://bugs.python.org/issue32819

#32801: Lib/_strptime.py: utilize all()
https://bugs.python.org/issue32801

#32798: mmap.flush() on Linux does not accept the "offset" and "size" 
https://bugs.python.org/issue32798



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

#32820: Add bits method to ipaddress
https://bugs.python.org/issue32820  15 msgs

#32839: Add after_info as a function to tkinter
https://bugs.python.org/issue32839  12 msgs

#32841: Asyncio.Condition prevents cancellation
https://bugs.python.org/issue32841  10 msgs

#32813: SSL shared_ciphers implementation wrong - returns configured b
https://bugs.python.org/issue32813   9 msgs

#17050: argparse.REMAINDER doesn't work as first argument
https://bugs.python.org/issue17050   7 msgs

#32758: Stack overflow when parse long expression to AST
https://bugs.python.org/issue32758   7 msgs

#32801: Lib/_strptime.py: utilize all()
https://bugs.python.org/issue32801   6 msgs

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846   5 msgs

#30945: loop.create_server does not detect if the interface is IPv6 en
https://bugs.python.org/issue30945   4 msgs

#31562: snakebite.net is not available
https://bugs.python.org/issue31562   4 msgs



Issues closed (31)
==================

#11015: Bring test.support docs up to date
https://bugs.python.org/issue11015  closed by terry.reedy

#20632: Define a new __key__ protocol
https://bugs.python.org/issue20632  closed by ncoghlan

#26743: Unable to import random with python2.7 on power pc based machi
https://bugs.python.org/issue26743  closed by mark.dickinson

#27846: Base64 expansion factor is 4 to 3, not 6 to 4
https://bugs.python.org/issue27846  closed by berker.peksag

#29248: os.readlink fails on Windows
https://bugs.python.org/issue29248  closed by berker.peksag

#29803: Remove some redandunt ops in unicodeobject.c
https://bugs.python.org/issue29803  closed by xiang.zhang

#30109: make reindent failed.
https://bugs.python.org/issue30109  closed by serhiy.storchaka

#30157: csv.Sniffer.sniff() regex error
https://bugs.python.org/issue30157  closed by serhiy.storchaka

#30688: support named Unicode escapes (\N{name}) in re
https://bugs.python.org/issue30688  closed by serhiy.storchaka

#31787: various refleaks when calling the __init__() method of an obje
https://bugs.python.org/issue31787  closed by inada.naoki

#32370: Wrong ANSI encoding used by subprocess for some locales
https://bugs.python.org/issue32370  closed by serhiy.storchaka

#32436: Implement PEP 567
https://bugs.python.org/issue32436  closed by yselivanov

#32720: Format mini-language integer definition is incorrect
https://bugs.python.org/issue32720  closed by Mariatta

#32781: lzh_tw is missing in locale.py
https://bugs.python.org/issue32781  closed by serhiy.storchaka

#32786: Didnot work strftime() when hangeul in format sting
https://bugs.python.org/issue32786  closed by terry.reedy

#32792: ChainMap should preserve order of underlying mappings
https://bugs.python.org/issue32792  closed by rhettinger

#32800: Replace deprecated link to new page on w3c site
https://bugs.python.org/issue32800  closed by terry.reedy

#32811: test_os.py fails when run in docker container on OSX host
https://bugs.python.org/issue32811  closed by ned.deily

#32812: edited code only runs after closing and re-opening Python.
https://bugs.python.org/issue32812  closed by ned.deily

#32815: Document text parameter to subprocess.Popen
https://bugs.python.org/issue32815  closed by gregory.p.smith

#32816: Python's json dumps/loads make integer keys of the dict str
https://bugs.python.org/issue32816  closed by serhiy.storchaka

#32817: MethodType ImportError, can't convert .py to .exe
https://bugs.python.org/issue32817  closed by r.david.murray

#32826: idle test fails at least on the 3.6 branch
https://bugs.python.org/issue32826  closed by terry.reedy

#32827: Fix incorrect usage of _PyUnicodeWriter_Prepare()
https://bugs.python.org/issue32827  closed by serhiy.storchaka

#32828: compress "True if bool(x) else False" expressions
https://bugs.python.org/issue32828  closed by r.david.murray

#32830: tkinter documentation suggests "from tkinter import *", contra
https://bugs.python.org/issue32830  closed by ned.deily

#32837: IDLE: require encoding argument for textview.view_file
https://bugs.python.org/issue32837  closed by terry.reedy

#32842: Fixing epoll timeout logics
https://bugs.python.org/issue32842  closed by YoSTEALTH

#32845: Mac: Local modules can shadow builtins (e.g. a local `math.py`
https://bugs.python.org/issue32845  closed by ned.deily

#32848: Valgrind error with python
https://bugs.python.org/issue32848  closed by r.david.murray

#32851: mistake
https://bugs.python.org/issue32851  closed by r.david.murray


More information about the Python-Dev mailing list