[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Sep 30 12:08:51 EDT 2016
ACTIVITY SUMMARY (2016-09-23 - 2016-09-30)
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 5519 (-11)
closed 34555 (+70)
total 40074 (+59)
Open issues with patches: 2381
Issues opened (39)
==================
#18235: _sysconfigdata.py wrong on AIX installations
http://bugs.python.org/issue18235 reopened by martin.panter
#19795: Formatting of True/False/None in docs
http://bugs.python.org/issue19795 reopened by serhiy.storchaka
#27665: Make create_server able to listen on several ports
http://bugs.python.org/issue27665 reopened by bayandin
#28259: Ctypes bug windows
http://bugs.python.org/issue28259 opened by PlatonAdCo
#28261: wrong error messages when using PyArg_ParseTuple to parse norm
http://bugs.python.org/issue28261 opened by Oren Milman
#28262: Header folder folds incorrectly causing MissingHeaderBodySepar
http://bugs.python.org/issue28262 opened by vincenttc
#28264: Python 3.4.4 Turtle library - Turtle.onclick events blocked by
http://bugs.python.org/issue28264 opened by George Fagin
#28267: [MinGW] Crash at start when compiled by MinGW for 64-bit Windo
http://bugs.python.org/issue28267 opened by vmurashev
#28269: [MinGW] Can't compile Python/dynload_win.c due to static strca
http://bugs.python.org/issue28269 opened by vmurashev
#28270: [MinGW] Can't compile Modules/posixmodule.c by MinGW - several
http://bugs.python.org/issue28270 opened by vmurashev
#28271: [MinGW] Can't compile _ctypes/callproc.c - SEH not supported b
http://bugs.python.org/issue28271 opened by vmurashev
#28272: a redundant check in maybe_small_long
http://bugs.python.org/issue28272 opened by Oren Milman
#28273: Make os.waitpid() option parameter optional.
http://bugs.python.org/issue28273 opened by StyXman
#28275: LZMADecompressor.decompress Use After Free
http://bugs.python.org/issue28275 opened by JohnLeitch
#28276: test_loading.py - false positive result for "def test_find" wh
http://bugs.python.org/issue28276 opened by Michael.Felt
#28277: ./Modules/_io/_iomodule.c build failure on AIX (beta1) while (
http://bugs.python.org/issue28277 opened by Michael.Felt
#28278: Make `weakref.WeakKeyDictionary.__repr__` meaningful
http://bugs.python.org/issue28278 opened by cool-RR
#28279: setuptools failing to read from setup.cfg only in Python 3.6
http://bugs.python.org/issue28279 opened by Roy Williams
#28280: Always return a list from PyMapping_Keys/PyMapping_Values/PyMa
http://bugs.python.org/issue28280 opened by serhiy.storchaka
#28281: Remove year limits from calendar
http://bugs.python.org/issue28281 opened by belopolsky
#28282: find_library("c") defers to find_msvcrt()
http://bugs.python.org/issue28282 opened by martin.panter
#28286: gzip guessing of mode is ambiguilous
http://bugs.python.org/issue28286 opened by serhiy.storchaka
#28287: Refactor subprocess.Popen to let a subclass handle IO asynchro
http://bugs.python.org/issue28287 opened by martius
#28288: Expose environment variable for Py_Py3kWarningFlag
http://bugs.python.org/issue28288 opened by Roy Williams
#28290: BETA report: Python-3.6 build messages to stderr: AIX and "not
http://bugs.python.org/issue28290 opened by Michael.Felt
#28291: urllib/urllib2 AbstractDigestAuthHandler locked to retried cou
http://bugs.python.org/issue28291 opened by secynic
#28292: Make Calendar.itermonthdates() behave consistently in edge cas
http://bugs.python.org/issue28292 opened by belopolsky
#28293: Don't completely dump the regex cache when full
http://bugs.python.org/issue28293 opened by rhettinger
#28294: HTTPServer server.py assumes sys.stderr != None
http://bugs.python.org/issue28294 opened by grismar
#28295: PyUnicode_AsUCS4 doc and impl conflict on exception
http://bugs.python.org/issue28295 opened by xiang.zhang
#28298: can't set big int-like objects to items in array 'Q', 'L' and
http://bugs.python.org/issue28298 opened by Oren Milman
#28301: python3.4-config --extension-suffix reports '.cpython-34m.so'
http://bugs.python.org/issue28301 opened by DrLou
#28307: Accelerate 'string' % (value, ...) by using formatted string l
http://bugs.python.org/issue28307 opened by serhiy.storchaka
#28308: Accelerate 'string'.format(value, ...) by using formatted stri
http://bugs.python.org/issue28308 opened by serhiy.storchaka
#28309: Accelerate string.Template by using formatted string literals
http://bugs.python.org/issue28309 opened by serhiy.storchaka
#28312: Minor change - more direct hint re: multiple machine sizes and
http://bugs.python.org/issue28312 opened by Michael.Felt
#28314: ElementTree: Element.getiterator(tag) broken in 3.6
http://bugs.python.org/issue28314 opened by mitya57
#28315: incorrect "in ?" output in 'divide' example at "Defining Clean
http://bugs.python.org/issue28315 opened by viorel
#28317: Improve support of FORMAT_VALUE in dis
http://bugs.python.org/issue28317 opened by serhiy.storchaka
Most recent 15 issues with no replies (15)
==========================================
#28317: Improve support of FORMAT_VALUE in dis
http://bugs.python.org/issue28317
#28312: Minor change - more direct hint re: multiple machine sizes and
http://bugs.python.org/issue28312
#28309: Accelerate string.Template by using formatted string literals
http://bugs.python.org/issue28309
#28287: Refactor subprocess.Popen to let a subclass handle IO asynchro
http://bugs.python.org/issue28287
#28286: gzip guessing of mode is ambiguilous
http://bugs.python.org/issue28286
#28282: find_library("c") defers to find_msvcrt()
http://bugs.python.org/issue28282
#28280: Always return a list from PyMapping_Keys/PyMapping_Values/PyMa
http://bugs.python.org/issue28280
#28279: setuptools failing to read from setup.cfg only in Python 3.6
http://bugs.python.org/issue28279
#28273: Make os.waitpid() option parameter optional.
http://bugs.python.org/issue28273
#28271: [MinGW] Can't compile _ctypes/callproc.c - SEH not supported b
http://bugs.python.org/issue28271
#28269: [MinGW] Can't compile Python/dynload_win.c due to static strca
http://bugs.python.org/issue28269
#28264: Python 3.4.4 Turtle library - Turtle.onclick events blocked by
http://bugs.python.org/issue28264
#28261: wrong error messages when using PyArg_ParseTuple to parse norm
http://bugs.python.org/issue28261
#28259: Ctypes bug windows
http://bugs.python.org/issue28259
#28249: doctest.DocTestFinder reports incorrect line numbers with excl
http://bugs.python.org/issue28249
Most recent 15 issues waiting for review (15)
=============================================
#28317: Improve support of FORMAT_VALUE in dis
http://bugs.python.org/issue28317
#28315: incorrect "in ?" output in 'divide' example at "Defining Clean
http://bugs.python.org/issue28315
#28314: ElementTree: Element.getiterator(tag) broken in 3.6
http://bugs.python.org/issue28314
#28309: Accelerate string.Template by using formatted string literals
http://bugs.python.org/issue28309
#28298: can't set big int-like objects to items in array 'Q', 'L' and
http://bugs.python.org/issue28298
#28295: PyUnicode_AsUCS4 doc and impl conflict on exception
http://bugs.python.org/issue28295
#28294: HTTPServer server.py assumes sys.stderr != None
http://bugs.python.org/issue28294
#28293: Don't completely dump the regex cache when full
http://bugs.python.org/issue28293
#28291: urllib/urllib2 AbstractDigestAuthHandler locked to retried cou
http://bugs.python.org/issue28291
#28287: Refactor subprocess.Popen to let a subclass handle IO asynchro
http://bugs.python.org/issue28287
#28286: gzip guessing of mode is ambiguilous
http://bugs.python.org/issue28286
#28275: LZMADecompressor.decompress Use After Free
http://bugs.python.org/issue28275
#28273: Make os.waitpid() option parameter optional.
http://bugs.python.org/issue28273
#28272: a redundant check in maybe_small_long
http://bugs.python.org/issue28272
#28271: [MinGW] Can't compile _ctypes/callproc.c - SEH not supported b
http://bugs.python.org/issue28271
Top 10 most discussed issues (10)
=================================
#28293: Don't completely dump the regex cache when full
http://bugs.python.org/issue28293 13 msgs
#28207: Use pkg-config to find dependencies
http://bugs.python.org/issue28207 12 msgs
#28183: Clean up and speed up dict iteration
http://bugs.python.org/issue28183 11 msgs
#27873: multiprocessing.pool.Pool.map should take more than one iterab
http://bugs.python.org/issue27873 7 msgs
#28281: Remove year limits from calendar
http://bugs.python.org/issue28281 7 msgs
#28275: LZMADecompressor.decompress Use After Free
http://bugs.python.org/issue28275 6 msgs
#28314: ElementTree: Element.getiterator(tag) broken in 3.6
http://bugs.python.org/issue28314 6 msgs
#27386: Asyncio server hang when clients connect and immediately disco
http://bugs.python.org/issue27386 5 msgs
#28199: Compact dict resizing is doing too much work
http://bugs.python.org/issue28199 5 msgs
#28267: [MinGW] Crash at start when compiled by MinGW for 64-bit Windo
http://bugs.python.org/issue28267 5 msgs
Issues closed (66)
==================
#5895: socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED com
http://bugs.python.org/issue5895 closed by christian.heimes
#10673: multiprocess.Process join method - timeout indistinguishable f
http://bugs.python.org/issue10673 closed by berker.peksag
#18893: invalid exception handling in Lib/ctypes/macholib/dyld.py
http://bugs.python.org/issue18893 closed by berker.peksag
#20100: epoll docs are not clear with regards to CLOEXEC.
http://bugs.python.org/issue20100 closed by berker.peksag
#20754: distutils should use SafeConfigParser
http://bugs.python.org/issue20754 closed by berker.peksag
#20947: -Wstrict-overflow findings
http://bugs.python.org/issue20947 closed by christian.heimes
#21578: Misleading error message when ImportError called with invalid
http://bugs.python.org/issue21578 closed by serhiy.storchaka
#21903: ctypes documentation MessageBoxA example produces error
http://bugs.python.org/issue21903 closed by berker.peksag
#22969: Compile fails with --without-signal-module
http://bugs.python.org/issue22969 closed by berker.peksag
#23155: unittest: object has no attribute '_removed_tests'
http://bugs.python.org/issue23155 closed by berker.peksag
#23520: test_os failed (python-3.4.3, Linux SuSE)
http://bugs.python.org/issue23520 closed by berker.peksag
#23701: Drop extraneous comment from winreg.QueryValue's docstring
http://bugs.python.org/issue23701 closed by berker.peksag
#24201: _winreg PyHKEY Type Confusion
http://bugs.python.org/issue24201 closed by steve.dower
#25830: _TypeAlias: Discrepancy between docstring and behavior
http://bugs.python.org/issue25830 closed by gvanrossum
#26075: typing.Union unifies types too broadly
http://bugs.python.org/issue26075 closed by gvanrossum
#26148: String literals are not interned if in a tuple
http://bugs.python.org/issue26148 closed by serhiy.storchaka
#26224: Add "version added" for documentation of asyncio.timeout for d
http://bugs.python.org/issue26224 closed by berker.peksag
#26477: typing forward references and module attributes
http://bugs.python.org/issue26477 closed by gvanrossum
#26550: documentation minor issue : "Step back: WSGI" section from "HO
http://bugs.python.org/issue26550 closed by berker.peksag
#26650: calendar: OverflowErrors for year == 1 and firstweekday > 0
http://bugs.python.org/issue26650 closed by belopolsky
#27322: test_compile_path fails when python has been installed
http://bugs.python.org/issue27322 closed by berker.peksag
#27565: Offer error context manager for code.interact
http://bugs.python.org/issue27565 closed by berker.peksag
#27703: Replace two Py_XDECREFs with Py_DECREFs in do_raise
http://bugs.python.org/issue27703 closed by serhiy.storchaka
#27740: Fix doc of Py_CompileStringExFlags
http://bugs.python.org/issue27740 closed by berker.peksag
#27766: Add ChaCha20 Poly1305 to SSL ciphers
http://bugs.python.org/issue27766 closed by christian.heimes
#27845: Optimize update_keyword_args() function
http://bugs.python.org/issue27845 closed by serhiy.storchaka
#27897: Avoid possible crash in pysqlite_connection_create_collation
http://bugs.python.org/issue27897 closed by serhiy.storchaka
#27914: Incorrect comment in PyModule_ExcDef
http://bugs.python.org/issue27914 closed by serhiy.storchaka
#27942: Default value identity regression
http://bugs.python.org/issue27942 closed by serhiy.storchaka
#27963: null poiter dereference in set_conversion_mode due uncheck _ct
http://bugs.python.org/issue27963 closed by serhiy.storchaka
#27995: Upgrade Python 3.4 to OpenSSL 1.0.2h on Windows
http://bugs.python.org/issue27995 closed by christian.heimes
#28144: Decrease empty_keys_struct's dk_refcnt
http://bugs.python.org/issue28144 closed by serhiy.storchaka
#28148: [Patch] Also stop using localtime() in timemodule
http://bugs.python.org/issue28148 closed by belopolsky
#28194: Clean up some checks in dict implementation
http://bugs.python.org/issue28194 closed by serhiy.storchaka
#28203: complex() gives wrong error when the second argument has an in
http://bugs.python.org/issue28203 closed by mark.dickinson
#28211: Wrong return value type in the doc of PyMapping_Keys/Values/It
http://bugs.python.org/issue28211 closed by serhiy.storchaka
#28221: Unused indata in test_ssl.ThreadedTests.test_asyncore_server
http://bugs.python.org/issue28221 closed by martin.panter
#28250: typing.NamedTuple instances are not picklable Two
http://bugs.python.org/issue28250 closed by mark.dickinson
#28252: Tuples used before introduction to tuple in tutorial
http://bugs.python.org/issue28252 closed by rhettinger
#28253: calendar.prcal(9999) output has a problem
http://bugs.python.org/issue28253 closed by belopolsky
#28254: Add C API for gc.enable, gc.disable, and gc.isenabled
http://bugs.python.org/issue28254 closed by rhettinger
#28258: Broken python-config generated with Estonian locale
http://bugs.python.org/issue28258 closed by serhiy.storchaka
#28260: mock._Any and mock._Call implement __eq__ but not __hash__
http://bugs.python.org/issue28260 closed by berker.peksag
#28263: Python 2.7's `-3` flag warns about __eq__ being implemented wi
http://bugs.python.org/issue28263 closed by christian.heimes
#28265: builtin_function_or_method's __getattribute__ not applicable t
http://bugs.python.org/issue28265 closed by eric.snow
#28266: setup.py uses build Python's configuration when cross-compilin
http://bugs.python.org/issue28266 closed by Rouslan Korneychuk
#28268: bz2.open does not use __fspath__ (PEP 519)
http://bugs.python.org/issue28268 closed by serhiy.storchaka
#28274: asyncio does not call exception handler if task stored
http://bugs.python.org/issue28274 closed by r.david.murray
#28283: test_sock_connect_sock_write_race() of test.test_asyncio.test_
http://bugs.python.org/issue28283 closed by berker.peksag
#28284: Memory corruption due to size expansion (overflow) in _json.en
http://bugs.python.org/issue28284 closed by python-dev
#28285: 35.5 - 29.58 = 5.920000000000002 (it's false !)
http://bugs.python.org/issue28285 closed by serhiy.storchaka
#28289: ImportError.__init__ doesn't reset not specified exception att
http://bugs.python.org/issue28289 closed by serhiy.storchaka
#28296: Add __le__ and __ge__ to collections.Counter
http://bugs.python.org/issue28296 closed by r.david.murray
#28297: sched module example has wrong output
http://bugs.python.org/issue28297 closed by xiang.zhang
#28299: DirEntry.is_dir() evaluates True for a file on Windows
http://bugs.python.org/issue28299 closed by paul.moore
#28300: [PATCH] Fix misspelled "implemented" word
http://bugs.python.org/issue28300 closed by berker.peksag
#28302: Unpacking numpy array give list
http://bugs.python.org/issue28302 closed by SilentGhost
#28303: [PATCH] Fix broken grammar in "pydoc3 unittest"
http://bugs.python.org/issue28303 closed by berker.peksag
#28304: Condition.wait() doesn't raise KeyboardInterrupt
http://bugs.python.org/issue28304 closed by berker.peksag
#28305: Make error for Python3.6 on Cygwin
http://bugs.python.org/issue28305 closed by r.david.murray
#28306: incorrect output "int division or modulo by zero" in Handling
http://bugs.python.org/issue28306 closed by berker.peksag
#28310: Mixing yield and return with value is allowed
http://bugs.python.org/issue28310 closed by xiang.zhang
#28311: AIX shared library extension modules installation broken - Pyt
http://bugs.python.org/issue28311 closed by martin.panter
#28313: ttk Style().configure() overwrites Tk().option_add() Button bu
http://bugs.python.org/issue28313 closed by serhiy.storchaka
#28316: descriptor and repr get into conflict
http://bugs.python.org/issue28316 closed by benjamin.peterson
#1175984: Make subprocess.Popen support file-like objects (win)
http://bugs.python.org/issue1175984 closed by christian.heimes
More information about the Python-Dev
mailing list