[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Mar 16 13:09:56 EDT 2018
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2018-03-09 - 2018-03-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 6525 ( +9) closed 38312 (+41) total 44837 (+50)
Open issues with patches: 2546
Issues opened (44)
#27645: Supporting native backup facility of SQLite https://bugs.python.org/issue27645 reopened by berker.peksag
#33014: Clarify str.isidentifier docstring; fix keyword.iskeyword docs https://bugs.python.org/issue33014 reopened by terry.reedy
#33037: Skip sending/receiving after SSL transport closing https://bugs.python.org/issue33037 opened by asvetlov
#33038: GzipFile doesn't always ignore None as filename https://bugs.python.org/issue33038 opened by da
#33039: int() and math.trunc don't accept objects that only define __i https://bugs.python.org/issue33039 opened by ncoghlan
#33041: Issues with "async for" https://bugs.python.org/issue33041 opened by serhiy.storchaka
#33042: New 3.7 startup sequence crashes PyInstaller https://bugs.python.org/issue33042 opened by htgoebel
#33043: Add a 'Contributing to Docs' link at the bottom of docs.python https://bugs.python.org/issue33043 opened by willingc
#33044: pdb from base class, get inside a method of derived class https://bugs.python.org/issue33044 opened by ishanSrt
#33046: IDLE option to strip trailing whitespace automatically on save https://bugs.python.org/issue33046 opened by rhettinger
#33047: "RuntimeError: dictionary changed size during iteration" using https://bugs.python.org/issue33047 opened by Delgan
#33048: macOS job broken on Travis CI https://bugs.python.org/issue33048 opened by pitrou
#33049: itertools.count() confusingly mentions zip() and sequence numb https://bugs.python.org/issue33049 opened by trey
#33050: Centralized documentation of assumptions made by C code https://bugs.python.org/issue33050 opened by tvanslyke
#33051: IDLE: Create new tab for editor options in configdialog https://bugs.python.org/issue33051 opened by csabella
#33052: Sporadic segmentation fault in test_datetime https://bugs.python.org/issue33052 opened by pitrou
#33053: Running a module with -m
will add empty directory to sys.pat
https://bugs.python.org/issue33053 opened by ztane
#33054: unittest blocks when testing function using multiprocessing.Po https://bugs.python.org/issue33054 opened by Kenneth Chik
#33055: bytes does not implement bytes() https://bugs.python.org/issue33055 opened by FHTMitchell
#33057: logging.Manager.logRecordFactory is never used https://bugs.python.org/issue33057 opened by feinsteinben
#33058: Enhance Python's Memory Instrumentation with COUNT_ALLOCS https://bugs.python.org/issue33058 opened by elizondo93
#33059: netrc module validates file mode only for /home/user/.netrc https://bugs.python.org/issue33059 opened by akoeltringer
#33061: NoReturn missing from all in typing.py https://bugs.python.org/issue33061 opened by Allen Tracht
#33062: ssl_renegotiate() doesn't seem to be exposed https://bugs.python.org/issue33062 opened by vitaly.krug
#33063: failed to build _ctypes: undefined reference to `ffi_closure_F https://bugs.python.org/issue33063 opened by siming85
#33065: IDLE debugger: problem importing user created module https://bugs.python.org/issue33065 opened by jcdlr
#33066: raise an exception from multiple positions break the traceback https://bugs.python.org/issue33066 opened by hubo1016
#33067: http.client no longer sends HTTP request in one TCP package https://bugs.python.org/issue33067 opened by christian.heimes
#33069: Maintainer information discarded when writing PKG-INFO https://bugs.python.org/issue33069 opened by p-ganssle
#33070: Add platform triplet for RISC-V https://bugs.python.org/issue33070 opened by schwab
#33071: Document that PyPI no longer requires 'register' https://bugs.python.org/issue33071 opened by p-ganssle
#33073: Add as_integer_ratio() to int() objects https://bugs.python.org/issue33073 opened by rhettinger
#33074: dbm corrupts index on macOS (_dbm module) https://bugs.python.org/issue33074 opened by nneonneo
#33076: Trying to cleanly terminate a threaded Queue at exit of progra https://bugs.python.org/issue33076 opened by Delgan
#33077: typing: Unexpected result with value of instance of class inhe https://bugs.python.org/issue33077 opened by Евгений Махмудов
#33078: Queue with maxsize can lead to deadlocks https://bugs.python.org/issue33078 opened by tomMoral
#33079: subprocess: document the interaction between subprocess.Popen https://bugs.python.org/issue33079 opened by sloonz
#33080: regen-importlib is causing build races against other regen-all https://bugs.python.org/issue33080 opened by Alexander Kanavin
#33081: multiprocessing Queue leaks a file descriptor associated with https://bugs.python.org/issue33081 opened by Henrique Andrade
#33082: multiprocessing docs bury very important 'callback=' args https://bugs.python.org/issue33082 opened by chadmiller-amzn
#33083: math.factorial accepts non-integral Decimal instances https://bugs.python.org/issue33083 opened by mark.dickinson
#33084: Computing median, median_high an median_low in statistics libr https://bugs.python.org/issue33084 opened by dcasmr
#33085: *** Error in `python': double free or corruption (out): 0x0000 https://bugs.python.org/issue33085 opened by chenkai
#33086: pip: IndexError https://bugs.python.org/issue33086 opened by hearot
Most recent 15 issues with no replies (15)
#33086: pip: IndexError https://bugs.python.org/issue33086
#33085: *** Error in `python': double free or corruption (out): 0x0000 https://bugs.python.org/issue33085
#33080: regen-importlib is causing build races against other regen-all https://bugs.python.org/issue33080
#33079: subprocess: document the interaction between subprocess.Popen https://bugs.python.org/issue33079
#33078: Queue with maxsize can lead to deadlocks https://bugs.python.org/issue33078
#33076: Trying to cleanly terminate a threaded Queue at exit of progra https://bugs.python.org/issue33076
#33071: Document that PyPI no longer requires 'register' https://bugs.python.org/issue33071
#33070: Add platform triplet for RISC-V https://bugs.python.org/issue33070
#33067: http.client no longer sends HTTP request in one TCP package https://bugs.python.org/issue33067
#33066: raise an exception from multiple positions break the traceback https://bugs.python.org/issue33066
#33061: NoReturn missing from all in typing.py https://bugs.python.org/issue33061
#33059: netrc module validates file mode only for /home/user/.netrc https://bugs.python.org/issue33059
#33053: Running a module with -m
will add empty directory to sys.pat
https://bugs.python.org/issue33053
#33052: Sporadic segmentation fault in test_datetime https://bugs.python.org/issue33052
#33051: IDLE: Create new tab for editor options in configdialog https://bugs.python.org/issue33051
Most recent 15 issues waiting for review (15)
#33082: multiprocessing docs bury very important 'callback=' args https://bugs.python.org/issue33082
#33078: Queue with maxsize can lead to deadlocks https://bugs.python.org/issue33078
#33070: Add platform triplet for RISC-V https://bugs.python.org/issue33070
#33069: Maintainer information discarded when writing PKG-INFO https://bugs.python.org/issue33069
#33063: failed to build _ctypes: undefined reference to `ffi_closure_F https://bugs.python.org/issue33063
#33058: Enhance Python's Memory Instrumentation with COUNT_ALLOCS https://bugs.python.org/issue33058
#33057: logging.Manager.logRecordFactory is never used https://bugs.python.org/issue33057
#33051: IDLE: Create new tab for editor options in configdialog https://bugs.python.org/issue33051
#33048: macOS job broken on Travis CI https://bugs.python.org/issue33048
#33042: New 3.7 startup sequence crashes PyInstaller https://bugs.python.org/issue33042
#33041: Issues with "async for" https://bugs.python.org/issue33041
#33038: GzipFile doesn't always ignore None as filename https://bugs.python.org/issue33038
#33037: Skip sending/receiving after SSL transport closing https://bugs.python.org/issue33037
#33034: urllib.parse.urlparse and urlsplit not raising ValueError for https://bugs.python.org/issue33034
#33031: Questionable code in OrderedDict definition https://bugs.python.org/issue33031
Top 10 most discussed issues (10)
#26680: Incorporating float.is_integer into the numeric tower and Deci https://bugs.python.org/issue26680 27 msgs
#33073: Add as_integer_ratio() to int() objects https://bugs.python.org/issue33073 16 msgs
#33014: Clarify str.isidentifier docstring; fix keyword.iskeyword docs https://bugs.python.org/issue33014 15 msgs
#27645: Supporting native backup facility of SQLite https://bugs.python.org/issue27645 10 msgs
#32758: Stack overflow when parse long expression to AST https://bugs.python.org/issue32758 10 msgs
#33042: New 3.7 startup sequence crashes PyInstaller https://bugs.python.org/issue33042 9 msgs
#33077: typing: Unexpected result with value of instance of class inhe https://bugs.python.org/issue33077 8 msgs
#32972: unittest.TestCase coroutine support https://bugs.python.org/issue32972 7 msgs
#33034: urllib.parse.urlparse and urlsplit not raising ValueError for https://bugs.python.org/issue33034 7 msgs
#33041: Issues with "async for" https://bugs.python.org/issue33041 7 msgs
Issues closed (37)
#17288: cannot jump from a 'return' or 'exception' trace event https://bugs.python.org/issue17288 closed by serhiy.storchaka
#21611: int() docstring - unclear what number is https://bugs.python.org/issue21611 closed by csabella
#22674: RFE: Add signal.strsignal(): string describing a signal https://bugs.python.org/issue22674 closed by pitrou
#25054: Capturing start of line '^' https://bugs.python.org/issue25054 closed by serhiy.storchaka
#26701: Documentation for int constructor mentions int but not __t https://bugs.python.org/issue26701 closed by ncoghlan
#27984: singledispatch register should typecheck its argument https://bugs.python.org/issue27984 closed by lukasz.langa
#28788: ConfigParser should be able to write config to a given filenam https://bugs.python.org/issue28788 closed by berker.peksag
#29719: "Date" of what's new is confusing https://bugs.python.org/issue29719 closed by ned.deily
#29804: test_ctypes test_pass_by_value fails on arm64 (aarch64) archit https://bugs.python.org/issue29804 closed by ned.deily
#30249: improve struct.unpack_from's error message like struct.pack_in https://bugs.python.org/issue30249 closed by xiang.zhang
#32227: singledispatch support for type annotations https://bugs.python.org/issue32227 closed by lukasz.langa
#32328: ttk.Treeview: _tkinter.TclError: list element in quotes follow https://bugs.python.org/issue32328 closed by terry.reedy
#32338: Save OrderedDict import in re https://bugs.python.org/issue32338 closed by serhiy.storchaka
#32367: [Security] CVE-2017-17522: webbrowser.py in Python does not va https://bugs.python.org/issue32367 closed by ned.deily
#32719: fatal error raised when Ctrl-C print loop https://bugs.python.org/issue32719 closed by pitrou
#32757: Python 2.7 : Buffer Overflow vulnerability in exec() function https://bugs.python.org/issue32757 closed by serhiy.storchaka
#32799: <class 'contextlib._GeneratorContextManager'> returned a resul https://bugs.python.org/issue32799 closed by ned.deily
#32925: AST optimizer: Change a list into tuple in iterations and cont https://bugs.python.org/issue32925 closed by serhiy.storchaka
#32946: Speed up import from non-packages https://bugs.python.org/issue32946 closed by serhiy.storchaka
#32970: Improve disassembly of the MAKE_FUNCTION instruction https://bugs.python.org/issue32970 closed by serhiy.storchaka
#32981: Catastrophic backtracking in poplib (CVE-2018-1060) and diffli https://bugs.python.org/issue32981 closed by ned.deily
#32987: tokenize.py parses unicode identifiers incorrectly https://bugs.python.org/issue32987 closed by terry.reedy
#32993: urllib and webbrowser.open() can open w/ file: protocol https://bugs.python.org/issue32993 closed by martin.panter
#33020: Tkinter old style classes https://bugs.python.org/issue33020 closed by ned.deily
#33021: Some fstat() calls do not release the GIL, possibly hanging al https://bugs.python.org/issue33021 closed by pitrou
#33026: Fix jumping out of "with" block https://bugs.python.org/issue33026 closed by serhiy.storchaka
#33036: test_selectors.PollSelectorTestCase failing on macOS 10.13.3 https://bugs.python.org/issue33036 closed by ned.deily
#33040: Make itertools.islice supports negative values for start and s https://bugs.python.org/issue33040 closed by rhettinger
#33045: SSL Dcumentation Error https://bugs.python.org/issue33045 closed by berker.peksag
#33056: LEaking files in concurrent.futures.process https://bugs.python.org/issue33056 closed by pitrou
#33060: Installation hangs at "Publishing product information" https://bugs.python.org/issue33060 closed by willingc
#33064: lib2to3 fails on a trailing comma after **kwargs in a function https://bugs.python.org/issue33064 closed by lukasz.langa
#33068: Inconsistencies in parsing (evaluating?) longstrings https://bugs.python.org/issue33068 closed by serhiy.storchaka
#33072: The interpreter bytecodes for with statements are overly compl https://bugs.python.org/issue33072 closed by serhiy.storchaka
#33075: typing.NamedTuple does not deduce Optional[] from using None a https://bugs.python.org/issue33075 closed by levkivskyi
#1647489: zero-length match confuses re.finditer() https://bugs.python.org/issue1647489 closed by serhiy.storchaka
#1693050: \w not helpful for non-Roman scripts https://bugs.python.org/issue1693050 closed by terry.reedy
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]