[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Apr 7 12:09:16 EDT 2017


ACTIVITY SUMMARY (2017-03-31 - 2017-04-07)
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    5882 (+27)
  closed 35891 (+37)
  total  41773 (+64)

Open issues with patches: 2413 


Issues opened (48)
==================

#29939: Compiler warning in _ctypes_test.c
http://bugs.python.org/issue29939  reopened by vinay.sajip

#29956: math.exp documentation is misleading
http://bugs.python.org/issue29956  opened by belopolsky

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957  opened by selik

#29960: _random.Random state corrupted on exception
http://bugs.python.org/issue29960  opened by bryangeneolson

#29963: Remove obsolete declaration PyTokenizer_RestoreEncoding in tok
http://bugs.python.org/issue29963  opened by Jim Fasarakis-Hilliard

#29964: %z directive has no effect on the output of time.strptime
http://bugs.python.org/issue29964  opened by Paul Pinterits

#29966: typing.get_type_hints doesn't really work for classes with For
http://bugs.python.org/issue29966  opened by simon.percivall

#29967: "AMD64 FreeBSD 9.x 3.x" tries to rebuild Include/opcode.h, tim
http://bugs.python.org/issue29967  opened by haypo

#29970: Severe open file leakage running asyncio SSL server
http://bugs.python.org/issue29970  opened by kyuupichan

#29971: Lock.acquire() not interruptible on Windows
http://bugs.python.org/issue29971  opened by pitrou

#29972: Skip tests known to fail on AIX
http://bugs.python.org/issue29972  opened by haypo

#29974: Change typing.TYPE_CHECKING doc example
http://bugs.python.org/issue29974  opened by rav

#29975: Issue in extending documentation
http://bugs.python.org/issue29975  opened by Namjun Kim

#29976: urllib.parse clarify what ' ' in schemes mean
http://bugs.python.org/issue29976  opened by orsenthil

#29979: cgi.parse_multipart is not consistent with FieldStorage
http://bugs.python.org/issue29979  opened by quentel

#29980: OSError: multiple exceptions should preserve the exception typ
http://bugs.python.org/issue29980  opened by r.david.murray

#29981: Update Index for set, dict, and generator 'comprehensions'
http://bugs.python.org/issue29981  opened by terry.reedy

#29982: tempfile.TemporaryDirectory fails to delete itself
http://bugs.python.org/issue29982  opened by max

#29983: Reference TOC: expand 'Atoms' and 'Primaries'
http://bugs.python.org/issue29983  opened by terry.reedy

#29984: Improve test coverage for 'heapq' module
http://bugs.python.org/issue29984  opened by Robert Day

#29985: make install doesn't seem to support --quiet
http://bugs.python.org/issue29985  opened by chris.jerdonek

#29986: Documentation recommends raising TypeError from tp_richcompare
http://bugs.python.org/issue29986  opened by Devin Jeanpierre

#29987: inspect.isgeneratorfunction not working with partial functions
http://bugs.python.org/issue29987  opened by Thomas Antony

#29988: (async) with blocks and try/finally are not as KeyboardInterru
http://bugs.python.org/issue29988  opened by njs

#29989: subprocess.Popen does not handle file-like objects without fil
http://bugs.python.org/issue29989  opened by rtpg

#29990: Range checking in GB18030 decoder
http://bugs.python.org/issue29990  opened by Ma Lin

#29991: http client marks valid multipart headers with defects.
http://bugs.python.org/issue29991  opened by pareshverma91

#29992: Expose parse_string in JSONDecoder
http://bugs.python.org/issue29992  opened by oberstet

#29994: site.USER_SITE is None for Windows embeddable Python 3.6
http://bugs.python.org/issue29994  opened by brechtm

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995  opened by serhiy.storchaka

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996  opened by serhiy.storchaka

#29997: Suggested changes for https://docs.python.org/3.6/extending/ex
http://bugs.python.org/issue29997  opened by ArthurGoldberg

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998  opened by serhiy.storchaka

#29999: repr() of ImportError misses keyword arguments name and path
http://bugs.python.org/issue29999  opened by serhiy.storchaka

#30000: Inconsistency in the zlib module
http://bugs.python.org/issue30000  opened by Ellison Marks

#30002: Minor change to https://docs.python.org/3.6/extending/building
http://bugs.python.org/issue30002  opened by ArthurGoldberg

#30003: Remove hz codec
http://bugs.python.org/issue30003  opened by Ma Lin

#30004: in regex-howto, improve example on grouping
http://bugs.python.org/issue30004  opened by Cristian Barbarosie

#30005: Pickling and copying exceptions doesn't preserve non-__dict__ 
http://bugs.python.org/issue30005  opened by serhiy.storchaka

#30006: Deadlocks in `concurrent.futures.ProcessPoolExecutor`
http://bugs.python.org/issue30006  opened by tomMoral

#30008: OpenSSL 1.1.0 deprecated functions
http://bugs.python.org/issue30008  opened by floppymaster

#30011: HTMLParser class is not thread safe
http://bugs.python.org/issue30011  opened by ale2017

#30012: gzip.open(filename, "rt") fails on Python 2.7.11 on win32, inv
http://bugs.python.org/issue30012  opened by maubp

#30013: Compiler warning in Modules/posixmodule.c
http://bugs.python.org/issue30013  opened by louielu

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014  opened by giampaolo.rodola

#30015: Windows also treats full-width spaces as a delimiter when pars
http://bugs.python.org/issue30015  opened by LCY

#30016: No sideways scrolling in IDLE
http://bugs.python.org/issue30016  opened by Jensen Taylor

#30017: zlib.error: Error -2 while flushing: inconsistent stream state
http://bugs.python.org/issue30017  opened by Jeremy Heiner



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

#30017: zlib.error: Error -2 while flushing: inconsistent stream state
http://bugs.python.org/issue30017

#30016: No sideways scrolling in IDLE
http://bugs.python.org/issue30016

#30015: Windows also treats full-width spaces as a delimiter when pars
http://bugs.python.org/issue30015

#30013: Compiler warning in Modules/posixmodule.c
http://bugs.python.org/issue30013

#30012: gzip.open(filename, "rt") fails on Python 2.7.11 on win32, inv
http://bugs.python.org/issue30012

#30011: HTMLParser class is not thread safe
http://bugs.python.org/issue30011

#30008: OpenSSL 1.1.0 deprecated functions
http://bugs.python.org/issue30008

#30006: Deadlocks in `concurrent.futures.ProcessPoolExecutor`
http://bugs.python.org/issue30006

#30005: Pickling and copying exceptions doesn't preserve non-__dict__ 
http://bugs.python.org/issue30005

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995

#29994: site.USER_SITE is None for Windows embeddable Python 3.6
http://bugs.python.org/issue29994

#29985: make install doesn't seem to support --quiet
http://bugs.python.org/issue29985

#29984: Improve test coverage for 'heapq' module
http://bugs.python.org/issue29984

#29982: tempfile.TemporaryDirectory fails to delete itself
http://bugs.python.org/issue29982



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

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014

#29999: repr() of ImportError misses keyword arguments name and path
http://bugs.python.org/issue29999

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995

#29990: Range checking in GB18030 decoder
http://bugs.python.org/issue29990

#29974: Change typing.TYPE_CHECKING doc example
http://bugs.python.org/issue29974

#29963: Remove obsolete declaration PyTokenizer_RestoreEncoding in tok
http://bugs.python.org/issue29963

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957

#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951

#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947

#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930

#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926

#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914

#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897



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

#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947  15 msgs

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014  11 msgs

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996  10 msgs

#28157: Document time module constants (timezone, tzname, etc.) as dep
http://bugs.python.org/issue28157   9 msgs

#29941: Confusion between asserts and Py_DEBUG
http://bugs.python.org/issue29941   8 msgs

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957   7 msgs

#29964: %z directive has no effect on the output of time.strptime
http://bugs.python.org/issue29964   7 msgs

#29956: math.exp documentation is misleading
http://bugs.python.org/issue29956   6 msgs

#5906: Risk of confusion in multiprocessing module - daemonic process
http://bugs.python.org/issue5906   5 msgs

#19225: lack of PyExc_BufferError doc
http://bugs.python.org/issue19225   5 msgs



Issues closed (35)
==================

#11066: cgi.py proposals : sys.stdout encoding + rewriting of parsing 
http://bugs.python.org/issue11066  closed by quentel

#13290: get vars for object with __slots__
http://bugs.python.org/issue13290  closed by rhettinger

#15083: Rewrite ElementTree tests in a cleaner and safer way
http://bugs.python.org/issue15083  closed by serhiy.storchaka

#16510: Using appropriate checks in tests
http://bugs.python.org/issue16510  closed by serhiy.storchaka

#20545: Use specific asserts in unicode tests
http://bugs.python.org/issue20545  closed by serhiy.storchaka

#20547: Use specific asserts in bigmem tests
http://bugs.python.org/issue20547  closed by serhiy.storchaka

#24117: Wrong range checking in GB18030 decoder.
http://bugs.python.org/issue24117  closed by Ma Lin

#26947: Hashable documentation improvement needed
http://bugs.python.org/issue26947  closed by orsenthil

#28115: Use argparse for the zipfile module
http://bugs.python.org/issue28115  closed by serhiy.storchaka

#29339: Interactive: Move to same indentation level as previousline
http://bugs.python.org/issue29339  closed by terry.reedy

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549  closed by rhettinger

#29569: threading.Timer class: Continue periodical execution till acti
http://bugs.python.org/issue29569  closed by rhettinger

#29649: struct.pack_into check boundary error message ignores offset
http://bugs.python.org/issue29649  closed by serhiy.storchaka

#29654: SimpleHTTPRequestHandler should support browser cache
http://bugs.python.org/issue29654  closed by serhiy.storchaka

#29725: sqlite3.Cursor doesn't properly document "arraysize"
http://bugs.python.org/issue29725  closed by orsenthil

#29762: Use "raise from None"
http://bugs.python.org/issue29762  closed by serhiy.storchaka

#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949  closed by inada.naoki

#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953  closed by serhiy.storchaka

#29954: multiprocessing.Pool.__exit__() calls terminate() instead of c
http://bugs.python.org/issue29954  closed by pitrou

#29955: logging decimal point should come from locale
http://bugs.python.org/issue29955  closed by vinay.sajip

#29958: Use add_mutually_exclusive_group(required=True) in zipfile and
http://bugs.python.org/issue29958  closed by serhiy.storchaka

#29959: re.match failed to match left square brackets as the first cha
http://bugs.python.org/issue29959  closed by serhiy.storchaka

#29961: More compact sets and frozensets created from sets
http://bugs.python.org/issue29961  closed by rhettinger

#29962: Add math.remainder operation
http://bugs.python.org/issue29962  closed by mark.dickinson

#29965: MatchObject __getitem__() should support slicing and len
http://bugs.python.org/issue29965  closed by serhiy.storchaka

#29968: Document that no characters are allowed to proceed \ in explic
http://bugs.python.org/issue29968  closed by Jim Fasarakis-Hilliard

#29969: Typo in decimal error message
http://bugs.python.org/issue29969  closed by skrah

#29973: Travis CI docs broken: UnboundLocalError: local variable 'pref
http://bugs.python.org/issue29973  closed by haypo

#29977: re.sub stalls forever on an unmatched non-greedy case
http://bugs.python.org/issue29977  closed by serhiy.storchaka

#29978: Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2
http://bugs.python.org/issue29978  closed by Mariatta

#29993: error of parsing encoded words in email of standard library
http://bugs.python.org/issue29993  closed by r.david.murray

#30001: CPython contribution docs reference missing /issuetracker page
http://bugs.python.org/issue30001  closed by Mariatta

#30007: report bug
http://bugs.python.org/issue30007  closed by xiang.zhang

#30009: Integer conversion failure
http://bugs.python.org/issue30009  closed by eryksun

#30010: Initial bytes to BytesIO cannot be seeked to
http://bugs.python.org/issue30010  closed by serhiy.storchaka


More information about the Python-Dev mailing list