[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Dec 1 12:09:55 EST 2017
ACTIVITY SUMMARY (2017-11-24 - 2017-12-01)
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 6281 (+14)
closed 37665 (+55)
total 43946 (+69)
Open issues with patches: 2414
Issues opened (42)
==================
#26856: android does not have pwd.getpwall()
https://bugs.python.org/issue26856 reopened by xdegaye
#30487: DOC: automatically create a venv and install Sphinx when runni
https://bugs.python.org/issue30487 reopened by ned.deily
#30657: [security] CVE-2017-1000158: Unsafe arithmetic in PyString_Dec
https://bugs.python.org/issue30657 reopened by vstinner
#32128: test_nntplib: test_article_head_body() fails in SSL mode
https://bugs.python.org/issue32128 opened by vstinner
#32129: Icon on macOS
https://bugs.python.org/issue32129 opened by wordtech
#32130: xml.sax parser validation sometimes fails when obtaining DTDs
https://bugs.python.org/issue32130 opened by failys
#32131: Missing encoding parameter in urllib/parse.py
https://bugs.python.org/issue32131 opened by jmbc
#32133: documentation: numbers module nitpick
https://bugs.python.org/issue32133 opened by abcdef
#32137: Stack overflow in repr of deeply nested dicts
https://bugs.python.org/issue32137 opened by serhiy.storchaka
#32140: IDLE debugger fails with non-trivial __new__ super call
https://bugs.python.org/issue32140 opened by Camion
#32141: configure with Spaces in Directory Name on macOS
https://bugs.python.org/issue32141 opened by philthompson10
#32142: heapq.heappop - documentation misleading or doesn't work
https://bugs.python.org/issue32142 opened by scooter4j
#32143: os.statvfs lacks f_fsid
https://bugs.python.org/issue32143 opened by gscrivano
#32145: Wrong ExitStack Callback recipe
https://bugs.python.org/issue32145 opened by Denaun
#32146: multiprocessing freeze_support needed outside win32
https://bugs.python.org/issue32146 opened by dancol
#32147: improve performance of binascii.unhexlify() by using conversio
https://bugs.python.org/issue32147 opened by sir-sigurd
#32152: Add pid to .cover filename in lib/trace.py
https://bugs.python.org/issue32152 opened by nikhilh
#32153: mock.create_autospec fails if an attribute is a partial functi
https://bugs.python.org/issue32153 opened by cbelu
#32156: Fix flake8 warning F401: ... imported but unused
https://bugs.python.org/issue32156 opened by vstinner
#32160: lzma documentation: example to XZ compress file on disk
https://bugs.python.org/issue32160 opened by dhimmel
#32162: typing.Generic breaks __init_subclass__
https://bugs.python.org/issue32162 opened by Ilya.Kulakov
#32165: PyEval_InitThreads is called before Py_Initialize in LoadPytho
https://bugs.python.org/issue32165 opened by mrkn
#32170: Contrary to documentation, ZipFile.extract does not extract ti
https://bugs.python.org/issue32170 opened by Malcolm Smith
#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173 opened by ganziqim
#32174: nonASCII punctuation characters can not display in python363.c
https://bugs.python.org/issue32174 opened by zaazbb
#32175: Add hash auto-randomization
https://bugs.python.org/issue32175 opened by bjarvis
#32176: Zero argument super is broken in 3.6 for methods with a hacked
https://bugs.python.org/issue32176 opened by bup
#32177: spammers mine emails from bugs.python.org
https://bugs.python.org/issue32177 opened by joern
#32178: Some invalid email address groups cause an IndexError instead
https://bugs.python.org/issue32178 opened by mtorromeo
#32179: Empty email address in headers triggers an IndexError
https://bugs.python.org/issue32179 opened by mtorromeo
#32180: bool() vs len() > 0 on lists
https://bugs.python.org/issue32180 opened by dilyan.palauzov
#32181: runaway Tasks with Task.cancel() ignored.
https://bugs.python.org/issue32181 opened by Oleg K2
#32182: Infinite recursion in email.message.as_string()
https://bugs.python.org/issue32182 opened by Silla Rizzoli
#32183: Coverity: CID 1423264: Insecure data handling (TAINTED_SCALA
https://bugs.python.org/issue32183 opened by vstinner
#32185: SSLContext.wrap_socket sends SNI Extension when server_hostnam
https://bugs.python.org/issue32185 opened by nitzmahone
#32186: io.FileIO hang all threads if fstat blocks on inaccessible NFS
https://bugs.python.org/issue32186 opened by nirs
#32188: ImpImporter.find_modules removes symlinks in paths
https://bugs.python.org/issue32188 opened by Henk-Jaap Wagenaar
#32189: SyntaxError for yield expressions inside comprehensions & gene
https://bugs.python.org/issue32189 opened by ncoghlan
#32190: Separate out legacy introspection APIs in the inspect docs
https://bugs.python.org/issue32190 opened by ncoghlan
#32192: Provide importlib.util.lazy_import helper function
https://bugs.python.org/issue32192 opened by ncoghlan
#32193: Convert asyncio to async/await
https://bugs.python.org/issue32193 opened by asvetlov
#32195: datetime.strftime with %Y no longer outputs leading zeros
https://bugs.python.org/issue32195 opened by davechallis
Most recent 15 issues with no replies (15)
==========================================
#32195: datetime.strftime with %Y no longer outputs leading zeros
https://bugs.python.org/issue32195
#32192: Provide importlib.util.lazy_import helper function
https://bugs.python.org/issue32192
#32190: Separate out legacy introspection APIs in the inspect docs
https://bugs.python.org/issue32190
#32189: SyntaxError for yield expressions inside comprehensions & gene
https://bugs.python.org/issue32189
#32183: Coverity: CID 1423264: Insecure data handling (TAINTED_SCALA
https://bugs.python.org/issue32183
#32181: runaway Tasks with Task.cancel() ignored.
https://bugs.python.org/issue32181
#32179: Empty email address in headers triggers an IndexError
https://bugs.python.org/issue32179
#32174: nonASCII punctuation characters can not display in python363.c
https://bugs.python.org/issue32174
#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173
#32165: PyEval_InitThreads is called before Py_Initialize in LoadPytho
https://bugs.python.org/issue32165
#32153: mock.create_autospec fails if an attribute is a partial functi
https://bugs.python.org/issue32153
#32146: multiprocessing freeze_support needed outside win32
https://bugs.python.org/issue32146
#32141: configure with Spaces in Directory Name on macOS
https://bugs.python.org/issue32141
#32137: Stack overflow in repr of deeply nested dicts
https://bugs.python.org/issue32137
#32133: documentation: numbers module nitpick
https://bugs.python.org/issue32133
Most recent 15 issues waiting for review (15)
=============================================
#32189: SyntaxError for yield expressions inside comprehensions & gene
https://bugs.python.org/issue32189
#32186: io.FileIO hang all threads if fstat blocks on inaccessible NFS
https://bugs.python.org/issue32186
#32178: Some invalid email address groups cause an IndexError instead
https://bugs.python.org/issue32178
#32175: Add hash auto-randomization
https://bugs.python.org/issue32175
#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173
#32156: Fix flake8 warning F401: ... imported but unused
https://bugs.python.org/issue32156
#32147: improve performance of binascii.unhexlify() by using conversio
https://bugs.python.org/issue32147
#32143: os.statvfs lacks f_fsid
https://bugs.python.org/issue32143
#32137: Stack overflow in repr of deeply nested dicts
https://bugs.python.org/issue32137
#32129: Icon on macOS
https://bugs.python.org/issue32129
#32128: test_nntplib: test_article_head_body() fails in SSL mode
https://bugs.python.org/issue32128
#32124: Document functions safe to be called before Py_Initialize()
https://bugs.python.org/issue32124
#32118: Doc for comparison of sequences with non-orderable elements
https://bugs.python.org/issue32118
#32117: Tuple unpacking in return and yield statements
https://bugs.python.org/issue32117
#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114
Top 10 most discussed issues (10)
=================================
#16487: Allow ssl certificates to be specified from memory rather than
https://bugs.python.org/issue16487 12 msgs
#30487: DOC: automatically create a venv and install Sphinx when runni
https://bugs.python.org/issue30487 9 msgs
#32124: Document functions safe to be called before Py_Initialize()
https://bugs.python.org/issue32124 7 msgs
#30657: [security] CVE-2017-1000158: Unsafe arithmetic in PyString_Dec
https://bugs.python.org/issue30657 6 msgs
#32030: PEP 432: Rewrite Py_Main()
https://bugs.python.org/issue32030 6 msgs
#27172: Undeprecate inspect.getfullargspec()
https://bugs.python.org/issue27172 5 msgs
#30855: [2.7] test_tk: test_use() of test_tkinter.test_widgets randoml
https://bugs.python.org/issue30855 5 msgs
#32129: Icon on macOS
https://bugs.python.org/issue32129 5 msgs
#32142: heapq.heappop - documentation misleading or doesn't work
https://bugs.python.org/issue32142 5 msgs
#32180: bool() vs len() > 0 on lists
https://bugs.python.org/issue32180 5 msgs
Issues closed (54)
==================
#10544: yield expression inside generator expression does nothing
https://bugs.python.org/issue10544 closed by ncoghlan
#20891: PyGILState_Ensure on non-Python thread causes fatal error
https://bugs.python.org/issue20891 closed by vstinner
#23033: Disallow support for a*.example.net, *a.example.net, and a*b.e
https://bugs.python.org/issue23033 closed by Mariatta
#24641: Log type of unserializable value when raising JSON TypeError
https://bugs.python.org/issue24641 closed by serhiy.storchaka
#25394: CoroWrapper breaks gen.throw
https://bugs.python.org/issue25394 closed by vstinner
#27535: Ignored ResourceWarning warnings leak memory in warnings regis
https://bugs.python.org/issue27535 closed by vstinner
#27606: Android cross-built for armv5te with clang and '-mthumb' crash
https://bugs.python.org/issue27606 closed by xdegaye
#28334: netrc does not work if $HOME is not set
https://bugs.python.org/issue28334 closed by berker.peksag
#29879: typing.Text not available in python 3.5.1
https://bugs.python.org/issue29879 closed by Mariatta
#29885: Allow GMT timezones to be used in datetime.
https://bugs.python.org/issue29885 closed by Decorater
#30004: in regex-howto, improve example on grouping
https://bugs.python.org/issue30004 closed by Mariatta
#30396: Document the PyClassMethod* C API functions.
https://bugs.python.org/issue30396 closed by Decorater
#31705: test_sha256 from test_socket fails on ppc64le arch
https://bugs.python.org/issue31705 closed by vstinner
#31854: Add mmap.ACCESS_DEFAULT to namespace
https://bugs.python.org/issue31854 closed by berker.peksag
#32051: Possible issue in multiprocessing doc
https://bugs.python.org/issue32051 closed by berker.peksag
#32059: detect_modules() in setup.py must also search the sysroot path
https://bugs.python.org/issue32059 closed by xdegaye
#32071: Add py.test-like "-k" test selection to unittest
https://bugs.python.org/issue32071 closed by pitrou
#32101: Add PYTHONDEVMODE=1 to enable the developer mode
https://bugs.python.org/issue32101 closed by vstinner
#32107: Improve MAC address calculation and fix test_uuid.py
https://bugs.python.org/issue32107 closed by barry
#32110: Make codecs.StreamReader.read() more compatible with read() of
https://bugs.python.org/issue32110 closed by serhiy.storchaka
#32116: CSV import and export simplified
https://bugs.python.org/issue32116 closed by rhettinger
#32121: tracemalloc.Traceback.format() should have an option to revers
https://bugs.python.org/issue32121 closed by vstinner
#32125: Remove global configuration variable Py_UseClassExceptionsFlag
https://bugs.python.org/issue32125 closed by vstinner
#32126: [asyncio] test failure when the platform lacks a functional s
https://bugs.python.org/issue32126 closed by xdegaye
#32127: tutorial on dictionaries has error in example
https://bugs.python.org/issue32127 closed by tberla
#32132: Android5
https://bugs.python.org/issue32132 closed by berker.peksag
#32134: Crash on OSX
https://bugs.python.org/issue32134 closed by terry.reedy
#32135: Dict creation with update will result to NoneType
https://bugs.python.org/issue32135 closed by eric.smith
#32136: Move embedding tests to their own test module
https://bugs.python.org/issue32136 closed by ncoghlan
#32138: android: test_faulthandler fails also on API 24
https://bugs.python.org/issue32138 closed by xdegaye
#32139: android: locale is modified by test_strftime
https://bugs.python.org/issue32139 closed by xdegaye
#32144: email.policy.SMTP and SMTPUTF8 doesn't honor linesep's value
https://bugs.python.org/issue32144 closed by r.david.murray
#32148: Python 2.7.14 has Tkinter with big T letter.
https://bugs.python.org/issue32148 closed by serhiy.storchaka
#32149: bolen-dmg-3.x: compiled failed with: blurb: command not found
https://bugs.python.org/issue32149 closed by ned.deily
#32150: Expand tabs to spaces in C files
https://bugs.python.org/issue32150 closed by serhiy.storchaka
#32151: -mvenv vs minor python version updates
https://bugs.python.org/issue32151 closed by ronaldoussoren
#32154: asyncio: Don't export selectors and _overlapped in asyncio nam
https://bugs.python.org/issue32154 closed by vstinner
#32155: Fix flake8 warning F841: local variable ... is assigned to but
https://bugs.python.org/issue32155 closed by vstinner
#32157: Remove explicit quotes around %r and {!r}
https://bugs.python.org/issue32157 closed by serhiy.storchaka
#32158: Suppress (and other contextlib context managers) should work a
https://bugs.python.org/issue32158 closed by jason.coombs
#32159: Remove tools for CVS and Subversion
https://bugs.python.org/issue32159 closed by vstinner
#32161: Python 2.7.14 installation on Ubuntu 16.04/GCC 5.4 throws "int
https://bugs.python.org/issue32161 closed by vstinner
#32163: getattr() returns None even when default is given
https://bugs.python.org/issue32163 closed by rhettinger
#32164: IDLE: delete tabbedpages.py
https://bugs.python.org/issue32164 closed by terry.reedy
#32166: Drop python 3.4 code from asyncio.coroutines and asyncio.unix_
https://bugs.python.org/issue32166 closed by asvetlov
#32167: Improve random.choice function for FiFa purpose
https://bugs.python.org/issue32167 closed by duphan
#32168: Mutable instance variables don't get new references with args.
https://bugs.python.org/issue32168 closed by eric.smith
#32169: Drop python 3.4-3.5 code from asyncio.unix_events
https://bugs.python.org/issue32169 closed by asvetlov
#32171: Inconsistent results for fractional power of -infinity
https://bugs.python.org/issue32171 closed by mark.dickinson
#32172: Add length counter for iterables
https://bugs.python.org/issue32172 closed by steven.daprano
#32184: pdb/ipdb is not usable on Linux (which works on Windows) from
https://bugs.python.org/issue32184 closed by nartes
#32187: tab completion fails in pdb/ipdb/ipython for python3.7
https://bugs.python.org/issue32187 closed by nartes
#32191: TypeError does not work when function with type hint
https://bugs.python.org/issue32191 closed by Kang
#32194: When creating list of dictionaries and updating datetime objec
https://bugs.python.org/issue32194 closed by gdr at garethrees.org
More information about the Python-Dev
mailing list