[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 23 12:09:10 EST 2016


ACTIVITY SUMMARY (2016-12-16 - 2016-12-23)
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    5652 (+13)
  closed 35159 (+52)
  total  40811 (+65)

Open issues with patches: 2439 


Issues opened (42)
==================

#28994: Misc fixes and cleanups in error handling C code
http://bugs.python.org/issue28994  opened by serhiy.storchaka

#28995: pathlib.WindowsPath.resolve() test expects short path
http://bugs.python.org/issue28995  opened by steve.dower

#28997: test_readline.test_nonascii fails on Android
http://bugs.python.org/issue28997  opened by xdegaye

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998  opened by serhiy.storchaka

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999  opened by serhiy.storchaka

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
http://bugs.python.org/issue29001  opened by Bruce Edge

#29002: typing.AnyStr doc is unclear about python2 unicode support
http://bugs.python.org/issue29002  opened by aj

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003  opened by Ma Lin

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004  opened by martin.panter

#29006: 2.7.13 _sqlite more prone to "database table is locked"
http://bugs.python.org/issue29006  opened by arigo

#29010: Incorrect description about scope related with inheritance
http://bugs.python.org/issue29010  opened by woo yoo

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011  opened by rhettinger

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012  opened by Jim Fasarakis-Hilliard

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013  opened by mndavidoff

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014  opened by frostyelsa

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
http://bugs.python.org/issue29017  opened by Ettore Atalan

#29020: collapse_rfc2231_value has inconsistent unquoting
http://bugs.python.org/issue29020  opened by bpoaugust

#29021: Custom functions in sqlite receive None on invalid UTF-8
http://bugs.python.org/issue29021  opened by Ingo Ruhnke

#29023: Results of random.seed() call with integer argument should be 
http://bugs.python.org/issue29023  opened by Jakub.Mateusz.Kowalski

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024  opened by inclement

#29025: random.seed() relation to hash() function and its determinism 
http://bugs.python.org/issue29025  opened by Jakub.Mateusz.Kowalski

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026  opened by haypo

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028  opened by dyjakan

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029  opened by serhiy.storchaka

#29030: argparse: choices override metavar
http://bugs.python.org/issue29030  opened by cykerway

#29033: Windows Python installer rolls back when run under SYSTEM acco
http://bugs.python.org/issue29033  opened by Mr B Jones

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034  opened by xiang.zhang

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035  opened by haypo

#29036: logging module: Add `full_module_name` to LogRecord details
http://bugs.python.org/issue29036  opened by cool-RR

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037  opened by abkhd

#29040: building Android with android-ndk-r14
http://bugs.python.org/issue29040  opened by xdegaye

#29041: Reference leaks on Windows
http://bugs.python.org/issue29041  opened by zach.ware

#29042: os.path.exists should not throw "Embedded NUL character" excep
http://bugs.python.org/issue29042  opened by Dolda2000

#29045: Outdated C api doc about Windows error
http://bugs.python.org/issue29045  opened by xiang.zhang

#29047: Where are the test results stored?
http://bugs.python.org/issue29047  opened by patriki

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048  opened by patriki

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049  opened by inada.naoki

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050  opened by adamwill

#29051: Improve error reporting involving f-strings (PEP 498)
http://bugs.python.org/issue29051  opened by Chi Hsuan Yen

#29053: Implement >From_ decoding on input from mbox
http://bugs.python.org/issue29053  opened by bpoaugust

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054  opened by Cornelius Diekmann

#29055: random.choice on empty sequence should hide previous exception
http://bugs.python.org/issue29055  opened by then0rTh



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

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054

#29041: Reference leaks on Windows
http://bugs.python.org/issue29041

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037

#29036: logging module: Add `full_module_name` to LogRecord details
http://bugs.python.org/issue29036

#29033: Windows Python installer rolls back when run under SYSTEM acco
http://bugs.python.org/issue29033

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024

#29023: Results of random.seed() call with integer argument should be 
http://bugs.python.org/issue29023

#29021: Custom functions in sqlite receive None on invalid UTF-8
http://bugs.python.org/issue29021

#29020: collapse_rfc2231_value has inconsistent unquoting
http://bugs.python.org/issue29020

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
http://bugs.python.org/issue29017

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
http://bugs.python.org/issue29001



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

#29055: random.choice on empty sequence should hide previous exception
http://bugs.python.org/issue29055

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998

#28997: test_readline.test_nonascii fails on Android
http://bugs.python.org/issue28997



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

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014  31 msgs

#28971: nntplib is broken when responses are longer than _MAXLINE
http://bugs.python.org/issue28971  13 msgs

#28945: get_boundary (and get_filename) invokes unquote twice
http://bugs.python.org/issue28945  12 msgs

#28879: smtplib send_message should add Date header if it is missing, 
http://bugs.python.org/issue28879  11 msgs

#29010: Incorrect description about scope related with inheritance
http://bugs.python.org/issue29010  11 msgs

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050   9 msgs

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034   8 msgs

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180   7 msgs

#28968: xml rpc server fails with connection reset by peer error no 10
http://bugs.python.org/issue28968   7 msgs

#27584: New addition of vSockets to the python socket module
http://bugs.python.org/issue27584   6 msgs



Issues closed (49)
==================

#14061: Misc fixes and cleanups in archiving code in shutil and test_s
http://bugs.python.org/issue14061  closed by serhiy.storchaka

#18896: Remove namedtuple 255 arguments restriction
http://bugs.python.org/issue18896  closed by serhiy.storchaka

#19542: WeakValueDictionary bug in setdefault()&pop()
http://bugs.python.org/issue19542  closed by pitrou

#20191: resource.prlimit(int, int, str) crashs
http://bugs.python.org/issue20191  closed by serhiy.storchaka

#24383: consider implementing __await__ on concurrent.futures.Future
http://bugs.python.org/issue24383  closed by yselivanov

#25677: Syntax error caret confused by indentation
http://bugs.python.org/issue25677  closed by martin.panter

#26342: Faster bit ops for single-digit positive longs
http://bugs.python.org/issue26342  closed by yselivanov

#26928: _bootlocale imports locale at startup on Android, causing test
http://bugs.python.org/issue26928  closed by xdegaye

#27574: Faster parsing keyword arguments
http://bugs.python.org/issue27574  closed by serhiy.storchaka

#28147: Unbounded memory growth resizing split-table dicts
http://bugs.python.org/issue28147  closed by inada.naoki

#28383: __hash__ documentation recommends naive XOR to combine but thi
http://bugs.python.org/issue28383  closed by haypo

#28407: Improve coverage of email.utils.make_msgid()
http://bugs.python.org/issue28407  closed by r.david.murray

#28512: PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject() alwa
http://bugs.python.org/issue28512  closed by serhiy.storchaka

#28538: _socket module cross-compilation error on android-24
http://bugs.python.org/issue28538  closed by xdegaye

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596  closed by xdegaye

#28762: lockf() is available now on Android API level 24, but the F_LO
http://bugs.python.org/issue28762  closed by xdegaye

#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822  closed by xiang.zhang

#28871: Destructor of ElementTree.Element is recursive
http://bugs.python.org/issue28871  closed by serhiy.storchaka

#28923: Nonexisting encoding specified in Tix.py
http://bugs.python.org/issue28923  closed by terry.reedy

#28927: bytes.fromhex should ignore all whitespace
http://bugs.python.org/issue28927  closed by serhiy.storchaka

#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0
http://bugs.python.org/issue28932  closed by python-dev

#28950: regrtest: -j0 fails the check -j is not allowed together with 
http://bugs.python.org/issue28950  closed by xiang.zhang

#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any
http://bugs.python.org/issue28957  closed by berker.peksag

#28986: Docs should say set.update takes iterable
http://bugs.python.org/issue28986  closed by rhettinger

#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem
http://bugs.python.org/issue28987  closed by martin.panter

#28990: asyncio SSL hangs if connection is closed before handshake com
http://bugs.python.org/issue28990  closed by ned.deily

#28991: Fix obscure lru_cache reentrancy bug
http://bugs.python.org/issue28991  closed by rhettinger

#28992: Use bytes.fromhex()
http://bugs.python.org/issue28992  closed by serhiy.storchaka

#28993: math.ceil() python 2.7
http://bugs.python.org/issue28993  closed by zach.ware

#28996: wcscoll is broken on Android and test_locale fails
http://bugs.python.org/issue28996  closed by xdegaye

#29000: Not matched behavior within printf style bytes formatting
http://bugs.python.org/issue29000  closed by serhiy.storchaka

#29005: Possibly incorrect description about method objects
http://bugs.python.org/issue29005  closed by r.david.murray

#29007: Virus detected when attempting to download  numpy-1.11.3-cp35-
http://bugs.python.org/issue29007  closed by berker.peksag

#29008: Can't do dict comp from previously defined dict in the outermo
http://bugs.python.org/issue29008  closed by xiang.zhang

#29009: Outdated part in the doc of PyUnicode_RichCompare
http://bugs.python.org/issue29009  closed by xiang.zhang

#29015: re slashes
http://bugs.python.org/issue29015  closed by serhiy.storchaka

#29016: negative numbers raised to power zero should be 1, not -1
http://bugs.python.org/issue29016  closed by tim.peters

#29018: Misinformation when showing how slices work in The Tutorial
http://bugs.python.org/issue29018  closed by steven.daprano

#29019: dict.fromkeys overallocates when given a sparse dict
http://bugs.python.org/issue29019  closed by inada.naoki

#29022: Aritmetic error
http://bugs.python.org/issue29022  closed by berker.peksag

#29027: 3.5.2 compile error from ssl related.
http://bugs.python.org/issue29027  closed by christian.heimes

#29031: 'from module import *' and __all__
http://bugs.python.org/issue29031  closed by eryksun

#29032: How does the __self__ attribute of method become a class rathe
http://bugs.python.org/issue29032  closed by woo yoo

#29038: Duplicate entry for SSLContext.get_ca_certs() in ssl
http://bugs.python.org/issue29038  closed by xiang.zhang

#29039: Segmentation fault when using PyUnicode_FromString
http://bugs.python.org/issue29039  closed by xiang.zhang

#29043: dict view string representations are misleading
http://bugs.python.org/issue29043  closed by rhettinger

#29044: Use after free in string '%c' formater
http://bugs.python.org/issue29044  closed by xiang.zhang

#29046: Coverage related documentation missing
http://bugs.python.org/issue29046  closed by patriki

#29052: Detect Windows platform 32bit/64bit automatically
http://bugs.python.org/issue29052  closed by berker.peksag


More information about the Python-Dev mailing list