ACTIVITY SUMMARY (2017-10-06 - 2017-10-13) 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 6251 (+26) closed 37280 (+37) total 43531 (+63) Open issues with patches: 2410 Issues opened (47) ================== #27172: Undeprecate inspect.getfullargspec() https://bugs.python.org/issue27172 reopened by larry #31718: some methods of uninitialized io.IncrementalNewlineDecoder obj https://bugs.python.org/issue31718 opened by Oren Milman #31721: assertion failure in FutureObj_finalize() after setting _log_t https://bugs.python.org/issue31721 opened by Oren Milman #31722: _io.IncrementalNewlineDecoder doesn't inherit codecs.Increment https://bugs.python.org/issue31722 opened by serhiy.storchaka #31724: test_xmlrpc_net should use something other than buildbot.pytho https://bugs.python.org/issue31724 opened by zach.ware #31725: Turtle/tkinter: NameError crashes ipython with "Tcl_AsyncDelet https://bugs.python.org/issue31725 opened by Rick J. Pelleg #31726: Missing token.COMMENT https://bugs.python.org/issue31726 opened by fpom #31727: FTP_TLS errors when https://bugs.python.org/issue31727 opened by jonathan-lp #31729: multiprocesssing.pool.AsyncResult undocumented field https://bugs.python.org/issue31729 opened by g...@nlc.co.nz #31731: [2.7] test_io hangs on x86 Gentoo Refleaks 2.7 https://bugs.python.org/issue31731 opened by haypo #31733: [2.7] Add PYTHONSHOWREFCOUNT environment variable to Python 2. https://bugs.python.org/issue31733 opened by haypo #31734: crash or SystemError in sqlite3.Cache in case it is uninitiali https://bugs.python.org/issue31734 opened by Oren Milman #31735: Documentation incorrectly states how descriptors are invoked https://bugs.python.org/issue31735 opened by Paul Pinterits #31737: Documentation renders incorrectly https://bugs.python.org/issue31737 opened by gibson042 #31738: Lib/site.py: method `abs_paths` is not documented https://bugs.python.org/issue31738 opened by lielfr #31739: socket.close recommended but not demonstrated in same-page exa https://bugs.python.org/issue31739 opened by Nathaniel Manista #31742: Default to emitting FutureWarning for provisional APIs https://bugs.python.org/issue31742 opened by ncoghlan #31743: Proportional Width Font on Generated Python Docs PDFs https://bugs.python.org/issue31743 opened by synthmeat #31745: Overloading "Py_GetPath" does not work https://bugs.python.org/issue31745 opened by kayhayen #31746: crashes in sqlite3.Connection in case it is uninitialized or p https://bugs.python.org/issue31746 opened by Oren Milman #31748: configure fails to detect fchdir() using CFLAGS="-Werror -Wall https://bugs.python.org/issue31748 opened by dilyan.palauzov #31749: Request: Human readable byte amounts in the standard library https://bugs.python.org/issue31749 opened by miserlou2 #31750: expose PyCell_Type in types module https://bugs.python.org/issue31750 opened by akvadrako #31751: Support for C++ 11 and/or C++ 14 in python.org installer https://bugs.python.org/issue31751 opened by hardkrash #31752: Assertion failure in timedelta() in case of bad __divmod__ https://bugs.python.org/issue31752 opened by serhiy.storchaka #31753: Unnecessary closure in ast.literal_eval https://bugs.python.org/issue31753 opened by Aaron Hall #31754: Documented type of parameter 'itemsize' to PyBuffer_FillContig https://bugs.python.org/issue31754 opened by snoeberger #31756: subprocess.run should alias universal_newlines to text https://bugs.python.org/issue31756 opened by andrewclegg #31757: Tutorial: Fibonacci numbers start with 1, 1 https://bugs.python.org/issue31757 opened by skyhein #31758: various refleaks in _elementtree https://bugs.python.org/issue31758 opened by Oren Milman #31760: Re-definition of _POSIX_C_SOURCE with Fedora 26. https://bugs.python.org/issue31760 opened by matrixise #31763: Add NOTICE level to the logging module https://bugs.python.org/issue31763 opened by mp5023 #31764: sqlite3.Cursor.close() crashes in case the Cursor object is un https://bugs.python.org/issue31764 opened by Oren Milman #31765: BUG: System deadlocks performing big loop operations in python https://bugs.python.org/issue31765 opened by Nik101 #31767: Windows Installer fails with error 0x80091007 when trying to i https://bugs.python.org/issue31767 opened by Igor.Skochinsky #31768: argparse drops '|'s when the arguments are too long https://bugs.python.org/issue31768 opened by caveman #31769: configure includes user CFLAGS when detecting pthreads support https://bugs.python.org/issue31769 opened by floppymaster #31770: crash and refleaks when calling sqlite3.Cursor.__init__() more https://bugs.python.org/issue31770 opened by Oren Milman #31771: tkinter geometry string +- when window ovelaps left or top of https://bugs.python.org/issue31771 opened by 8baWnoVi #31773: Rewrite _PyTime_GetWinPerfCounter() for _PyTime_t https://bugs.python.org/issue31773 opened by haypo #31774: tarfile.open ignores custom bufsize value when creating a new https://bugs.python.org/issue31774 opened by cstratak #31775: Support unbuffered TextIOWrapper https://bugs.python.org/issue31775 opened by haypo #31776: Missing "raise from None" in /Lib/xml/etree/ElementPath.py https://bugs.python.org/issue31776 opened by pablogsal #31777: IDLE: Let users add to font selection https://bugs.python.org/issue31777 opened by terry.reedy #31778: ast.literal_eval supports non-literals in Python 3 https://bugs.python.org/issue31778 opened by David Bieber #31779: assertion failures and a crash when using an uninitialized str https://bugs.python.org/issue31779 opened by Oren Milman #31780: Using format spec ',x' displays incorrect error message https://bugs.python.org/issue31780 opened by FHTMitchell Most recent 15 issues with no replies (15) ========================================== #31780: Using format spec ',x' displays incorrect error message https://bugs.python.org/issue31780 #31779: assertion failures and a crash when using an uninitialized str https://bugs.python.org/issue31779 #31778: ast.literal_eval supports non-literals in Python 3 https://bugs.python.org/issue31778 #31777: IDLE: Let users add to font selection https://bugs.python.org/issue31777 #31776: Missing "raise from None" in /Lib/xml/etree/ElementPath.py https://bugs.python.org/issue31776 #31774: tarfile.open ignores custom bufsize value when creating a new https://bugs.python.org/issue31774 #31770: crash and refleaks when calling sqlite3.Cursor.__init__() more https://bugs.python.org/issue31770 #31764: sqlite3.Cursor.close() crashes in case the Cursor object is un https://bugs.python.org/issue31764 #31760: Re-definition of _POSIX_C_SOURCE with Fedora 26. https://bugs.python.org/issue31760 #31754: Documented type of parameter 'itemsize' to PyBuffer_FillContig https://bugs.python.org/issue31754 #31746: crashes in sqlite3.Connection in case it is uninitialized or p https://bugs.python.org/issue31746 #31745: Overloading "Py_GetPath" does not work https://bugs.python.org/issue31745 #31743: Proportional Width Font on Generated Python Docs PDFs https://bugs.python.org/issue31743 #31729: multiprocesssing.pool.AsyncResult undocumented field https://bugs.python.org/issue31729 #31721: assertion failure in FutureObj_finalize() after setting _log_t https://bugs.python.org/issue31721 Most recent 15 issues waiting for review (15) ============================================= #31779: assertion failures and a crash when using an uninitialized str https://bugs.python.org/issue31779 #31776: Missing "raise from None" in /Lib/xml/etree/ElementPath.py https://bugs.python.org/issue31776 #31773: Rewrite _PyTime_GetWinPerfCounter() for _PyTime_t https://bugs.python.org/issue31773 #31770: crash and refleaks when calling sqlite3.Cursor.__init__() more https://bugs.python.org/issue31770 #31764: sqlite3.Cursor.close() crashes in case the Cursor object is un https://bugs.python.org/issue31764 #31763: Add NOTICE level to the logging module https://bugs.python.org/issue31763 #31758: various refleaks in _elementtree https://bugs.python.org/issue31758 #31752: Assertion failure in timedelta() in case of bad __divmod__ https://bugs.python.org/issue31752 #31748: configure fails to detect fchdir() using CFLAGS="-Werror -Wall https://bugs.python.org/issue31748 #31746: crashes in sqlite3.Connection in case it is uninitialized or p https://bugs.python.org/issue31746 #31734: crash or SystemError in sqlite3.Cache in case it is uninitiali https://bugs.python.org/issue31734 #31733: [2.7] Add PYTHONSHOWREFCOUNT environment variable to Python 2. https://bugs.python.org/issue31733 #31724: test_xmlrpc_net should use something other than buildbot.pytho https://bugs.python.org/issue31724 #31722: _io.IncrementalNewlineDecoder doesn't inherit codecs.Increment https://bugs.python.org/issue31722 #31718: some methods of uninitialized io.IncrementalNewlineDecoder obj https://bugs.python.org/issue31718 Top 10 most discussed issues (10) ================================= #31742: Default to emitting FutureWarning for provisional APIs https://bugs.python.org/issue31742 27 msgs #31692: [2.7] Test `test_huntrleaks()` of test_regrtest fails in debug https://bugs.python.org/issue31692 14 msgs #31701: faulthandler dumps 'Windows fatal exception: code 0xe06d7363' https://bugs.python.org/issue31701 10 msgs #30744: Local variable assignment is broken when combined with threads https://bugs.python.org/issue30744 9 msgs #31165: list_slice() does crash if the list is mutated indirectly by P https://bugs.python.org/issue31165 8 msgs #31558: gc.freeze() - an API to mark objects as uncollectable https://bugs.python.org/issue31558 8 msgs #31748: configure fails to detect fchdir() using CFLAGS="-Werror -Wall https://bugs.python.org/issue31748 8 msgs #31749: Request: Human readable byte amounts in the standard library https://bugs.python.org/issue31749 8 msgs #13802: IDLE font settings: use multiple character sets in examples https://bugs.python.org/issue13802 7 msgs #31327: bug in dateutil\tz\tz.py https://bugs.python.org/issue31327 7 msgs Issues closed (34) ================== #26546: Provide translated french translation on docs.python.org https://bugs.python.org/issue26546 closed by mdk #27867: various issues due to misuse of PySlice_GetIndicesEx https://bugs.python.org/issue27867 closed by serhiy.storchaka #28157: Document time module constants (timezone, tzname, etc.) as dep https://bugs.python.org/issue28157 closed by berker.peksag #28647: python --help: -u is misdocumented as binary mode https://bugs.python.org/issue28647 closed by berker.peksag #30058: Buffer overflow in kqueue.control() https://bugs.python.org/issue30058 closed by serhiy.storchaka #30767: logging must check exc_info correctly https://bugs.python.org/issue30767 closed by vinay.sajip #31507: email.utils.parseaddr has no docstring https://bugs.python.org/issue31507 closed by Mariatta #31509: test_subprocess hangs randomly on AMD64 Windows10 3.x https://bugs.python.org/issue31509 closed by haypo #31537: Bug in readline module documentation example https://bugs.python.org/issue31537 closed by Mariatta #31567: Inconsistent documentation around decorators https://bugs.python.org/issue31567 closed by merwok #31591: Closing socket raises AttributeError: 'collections.deque' obje https://bugs.python.org/issue31591 closed by reidfaiv #31642: None value in sys.modules no longer blocks import https://bugs.python.org/issue31642 closed by serhiy.storchaka #31655: SimpleNamespace accepts non-string keyword names https://bugs.python.org/issue31655 closed by serhiy.storchaka #31666: Pandas_datareader Error Message - ModuleNotFoundError: No modu https://bugs.python.org/issue31666 closed by matrixise #31681: pkgutil.get_data() leaks open files in Python 2.7 https://bugs.python.org/issue31681 closed by merwok #31683: a stack overflow on windows in faulthandler._fatal_error() https://bugs.python.org/issue31683 closed by haypo #31712: subprocess with stderr=subprocess.STDOUT hang https://bugs.python.org/issue31712 closed by martin.panter #31719: [2.7] test_regrtest.test_crashed() fails on s390x https://bugs.python.org/issue31719 closed by haypo #31720: msilib.MSIError is spelled MsiError in documentation https://bugs.python.org/issue31720 closed by Mariatta #31723: refleaks in zipimport when calling zipimporter.__init__() more https://bugs.python.org/issue31723 closed by haypo #31728: crashes in _elementtree due to unsafe decrefs of Element.text https://bugs.python.org/issue31728 closed by serhiy.storchaka #31730: list unhashable, can not be use as key to dict https://bugs.python.org/issue31730 closed by ned.deily #31732: Add TRACE level to the logging module https://bugs.python.org/issue31732 closed by vinay.sajip #31736: PEP 485 tiny typo https://bugs.python.org/issue31736 closed by berker.peksag #31740: refleaks when calling sqlite3.Connection.__init__() more than https://bugs.python.org/issue31740 closed by haypo #31741: backports import path can not be overridden in Windows (Linux https://bugs.python.org/issue31741 closed by zach.ware #31744: Python 2.7.14 Fails to compile on CentOS/RHEL7 https://bugs.python.org/issue31744 closed by ned.deily #31747: fatal error LNK1120 in PCbuild\python3dll.vcxproj https://bugs.python.org/issue31747 closed by denis-osipov #31755: SetType is missing in the 'types' module https://bugs.python.org/issue31755 closed by christian.heimes #31759: re wont recover nor fail on runaway regular expression https://bugs.python.org/issue31759 closed by tim.peters #31761: regrtest: faulthandler.enable() fails with io.UnsupportedOpera https://bugs.python.org/issue31761 closed by Mariatta #31762: Issue in login https://bugs.python.org/issue31762 closed by r.david.murray #31766: Python 3.5 missing from documentation https://bugs.python.org/issue31766 closed by ned.deily #31772: SourceLoader uses stale bytecode in case of equal mtime second https://bugs.python.org/issue31772 closed by brett.cannon _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com