[Python-Dev] Summary of Python tracker Issues (original) (raw)

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


ACTIVITY SUMMARY (2017-06-09 - 2017-06-16) 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 6034 ( -1) closed 36405 (+70) total 42439 (+69)

Open issues with patches: 2366

Issues opened (48)

#17870: Python does not provide PyLong_FromIntMax_t() or PyLong_FromUi http://bugs.python.org/issue17870 reopened by Devin Jeanpierre

#30616: Cannot use functional API to create enum with zero values http://bugs.python.org/issue30616 opened by Gerrit.Holl

#30617: IDLE: Add docstrings and unittests to outwin.py http://bugs.python.org/issue30617 opened by csabella

#30618: readlink for pathlib paths http://bugs.python.org/issue30618 opened by smheidrich

#30619: typing.Union doc incoherence in case a class and its subclass http://bugs.python.org/issue30619 opened by khyox

#30622: Fix NPN guard for OpenSSL 1.1 http://bugs.python.org/issue30622 opened by msopacua

#30623: python-nightly import numpy fails since recently http://bugs.python.org/issue30623 opened by Arek Bulski

#30625: Documentation is unclear how "y*" and "y#" format units vary http://bugs.python.org/issue30625 opened by Gregory.Szorc

#30629: lower() is called twice http://bugs.python.org/issue30629 opened by motoki

#30630: Missing MSI files http://bugs.python.org/issue30630 opened by Mark Airey

#30633: Python 3.6.1 installation issues on OpenSuse 42.1: ModuleNotFo http://bugs.python.org/issue30633 opened by zopyx

#30637: Syntax error reported on compile(...), but not on compile(..., http://bugs.python.org/issue30637 opened by hniksic

#30638: Additional dependencies and rule for make regen-all http://bugs.python.org/issue30638 opened by serhiy.storchaka

#30639: inspect.getfile(obj) calls object repr on failure http://bugs.python.org/issue30639 opened by takluyver

#30640: NULL + 1 in _PyFunction_FastCallDict() http://bugs.python.org/issue30640 opened by serhiy.storchaka

#30645: imp.py: load_package() appends to its own loop variable http://bugs.python.org/issue30645 opened by Alexandru Ardelean

#30647: CODESET error on AMD64 FreeBSD 10.x Shared 3.x caused by the P http://bugs.python.org/issue30647 opened by haypo

#30648: test_logout() of test_imaplib.RemoteIMAP_STARTTLSTest failed r http://bugs.python.org/issue30648 opened by haypo

#30649: test_utime_current_old() of test_os fails randomy on x86 Windo http://bugs.python.org/issue30649 opened by haypo

#30651: test_poplib.test_stls_context() access violation on x86 Window http://bugs.python.org/issue30651 opened by haypo

#30652: test_threading_not_handled() of test_socketserver hangs random http://bugs.python.org/issue30652 opened by haypo

#30653: test_socket hangs in ThreadableTest.tearDown() on AMD64 FreeBS http://bugs.python.org/issue30653 opened by haypo

#30654: signal module always overwrites SIGINT on interpreter shutdown http://bugs.python.org/issue30654 opened by pkerling

#30657: Unsafe arithmetic in PyString_DecodeEscape http://bugs.python.org/issue30657 opened by jaybosamiya

#30658: Buildbot: don't sent email notification for custom builders http://bugs.python.org/issue30658 opened by haypo

#30660: Lossless Optimization of PNG files http://bugs.python.org/issue30660 opened by tfs

#30661: Support tarfile.PAX_FORMAT in shutil.make_archive http://bugs.python.org/issue30661 opened by ncoghlan

#30662: fix OrderedDict.init docstring to reflect PEP 468 http://bugs.python.org/issue30662 opened by jonathaneunice

#30663: IDLE: Add lineno sidebar to editor window http://bugs.python.org/issue30663 opened by louielu

#30664: Change unittest's _SubTest to not sort its params when printin http://bugs.python.org/issue30664 opened by eric.smith

#30665: pass big values for arg to fcntl.ioctl http://bugs.python.org/issue30665 opened by ukl

#30666: IDLE: add tests for autocomplete window. http://bugs.python.org/issue30666 opened by terry.reedy

#30667: IDLE: revise doc subsections 'Completions' http://bugs.python.org/issue30667 opened by terry.reedy

#30668: DOC: missing word in license.rst http://bugs.python.org/issue30668 opened by csabella

#30670: pprint for dict in sorted order or insert order? http://bugs.python.org/issue30670 opened by josephsmeng

#30671: dict: improve lookup function http://bugs.python.org/issue30671 opened by Dmitry Rubanovich

#30672: PEP 538: Unexpected locale behaviour on Mac OS X http://bugs.python.org/issue30672 opened by ncoghlan

#30673: Add -t option (timeout) to Tools/buildbot/test.bat for "AMD64 http://bugs.python.org/issue30673 opened by haypo

#30674: IDLE: add docstrings to grep.py http://bugs.python.org/issue30674 opened by csabella

#30675: test_zipfile leaks references on Python 3.5 on the wo Refleaks http://bugs.python.org/issue30675 opened by haypo

#30677: Enhance documentation of os.mkdir() http://bugs.python.org/issue30677 opened by ebianchi

#30678: Widget variable binding does not work if mainloop is called fr http://bugs.python.org/issue30678 opened by Javier Dehesa

#30679: aexit not called when run_until_complete is interrupted http://bugs.python.org/issue30679 opened by rthr

#30680: textwrap should treat Unicode em-dash like ASCII em-dash http://bugs.python.org/issue30680 opened by jonathaneunice

#30681: email.utils.parsedate_to_datetime() should return None when da http://bugs.python.org/issue30681 opened by timb07

#30682: f-string assert is too restrictive http://bugs.python.org/issue30682 opened by eric.smith

#30683: Enhance doctest support in regrtest --list-cases http://bugs.python.org/issue30683 opened by haypo

#30684: datetime.fromtimestamp raises OSError on first day after epoch http://bugs.python.org/issue30684 opened by lazka

Most recent 15 issues with no replies (15)

#30672: PEP 538: Unexpected locale behaviour on Mac OS X http://bugs.python.org/issue30672

#30668: DOC: missing word in license.rst http://bugs.python.org/issue30668

#30667: IDLE: revise doc subsections 'Completions' http://bugs.python.org/issue30667

#30665: pass big values for arg to fcntl.ioctl http://bugs.python.org/issue30665

#30663: IDLE: Add lineno sidebar to editor window http://bugs.python.org/issue30663

#30654: signal module always overwrites SIGINT on interpreter shutdown http://bugs.python.org/issue30654

#30653: test_socket hangs in ThreadableTest.tearDown() on AMD64 FreeBS http://bugs.python.org/issue30653

#30629: lower() is called twice http://bugs.python.org/issue30629

#30622: Fix NPN guard for OpenSSL 1.1 http://bugs.python.org/issue30622

#30619: typing.Union doc incoherence in case a class and its subclass http://bugs.python.org/issue30619

#30618: readlink for pathlib paths http://bugs.python.org/issue30618

#30616: Cannot use functional API to create enum with zero values http://bugs.python.org/issue30616

#30613: Distutils register command creates non-standard multipart data http://bugs.python.org/issue30613

#30607: Extract documentation theme into a separate package http://bugs.python.org/issue30607

#30587: Mock with spec object does not ensure method call signatures http://bugs.python.org/issue30587

Most recent 15 issues waiting for review (15)

#30680: textwrap should treat Unicode em-dash like ASCII em-dash http://bugs.python.org/issue30680

#30665: pass big values for arg to fcntl.ioctl http://bugs.python.org/issue30665

#30657: Unsafe arithmetic in PyString_DecodeEscape http://bugs.python.org/issue30657

#30604: co_extra_freefuncs is stored thread locally and can lead to cr http://bugs.python.org/issue30604

#30593: sqlite3 executescript does not respect isolation_level? http://bugs.python.org/issue30593

#30560: Py_SetFatalErrorAbortFunc: Allow embedding program to handle f http://bugs.python.org/issue30560

#30541: Add restricted mocks to the python unittest mocking framework http://bugs.python.org/issue30541

#30519: Add daemon argument to Timer http://bugs.python.org/issue30519

#30512: CAN Socket support for NetBSD http://bugs.python.org/issue30512

#30509: Optimize calling type slots http://bugs.python.org/issue30509

#30502: Fix buffer handling of OBJ_obj2txt http://bugs.python.org/issue30502

#30495: IDLE: modernize textview module http://bugs.python.org/issue30495

#30487: DOC: automatically create a venv and install Sphinx when runni http://bugs.python.org/issue30487

#30485: Element.findall(path, dict) doesn't insert null namespace http://bugs.python.org/issue30485

#30484: Garbage Collector can cause Segfault whilst iterating dictiona http://bugs.python.org/issue30484

Top 10 most discussed issues (10)

#29406: asyncio SSL contexts leak sockets after calling close with cer http://bugs.python.org/issue29406 18 msgs

#28180: Implementation of the PEP 538: coerce C locale to C.utf-8 http://bugs.python.org/issue28180 15 msgs

#17870: Python does not provide PyLong_FromIntMax_t() or PyLong_FromUi http://bugs.python.org/issue17870 10 msgs

#28994: Misc fixes and cleanups in error handling C code http://bugs.python.org/issue28994 10 msgs

#30523: regrtest: add --list-cases option to only display test case id http://bugs.python.org/issue30523 10 msgs

#30673: Add -t option (timeout) to Tools/buildbot/test.bat for "AMD64 http://bugs.python.org/issue30673 10 msgs

#29591: Various security vulnerabilities in bundled expat (CVE-2016-07 http://bugs.python.org/issue29591 9 msgs

#30623: python-nightly import numpy fails since recently http://bugs.python.org/issue30623 9 msgs

#30671: dict: improve lookup function http://bugs.python.org/issue30671 8 msgs

#30571: Add integer formatting code for fixed-width signed arithmetic http://bugs.python.org/issue30571 7 msgs

Issues closed (69)

#6519: Reorder 'with' statement for files in Python Tutorial http://bugs.python.org/issue6519 closed by Mariatta

#11822: Improve disassembly to show embedded code objects http://bugs.python.org/issue11822 closed by serhiy.storchaka

#15786: IDLE code completion window can hang or misbehave with mouse http://bugs.python.org/issue15786 closed by terry.reedy

#20485: Enable non-ASCII extension module names http://bugs.python.org/issue20485 closed by ncoghlan

#23890: assertRaises increases reference counter http://bugs.python.org/issue23890 closed by haypo

#24484: multiprocessing cleanup occasionally throws exception http://bugs.python.org/issue24484 closed by pitrou

#24744: Lack of type checks in pkgutil.walk_packages and friends http://bugs.python.org/issue24744 closed by r.david.murray

#25409: fnmatch.fnmatch normalizes slashes/backslashes on Windows http://bugs.python.org/issue25409 closed by Mariatta

#27425: Tests fail because of git's newline preferences on Windows http://bugs.python.org/issue27425 closed by zach.ware

#27585: asyncio.Lock deadlock after cancellation http://bugs.python.org/issue27585 closed by yselivanov

#28837: 2to3 does not wrap zip correctly http://bugs.python.org/issue28837 closed by Mariatta

#29324: test_aead_aes_gcm fails on Kernel 4.9 http://bugs.python.org/issue29324 closed by nascheme

#29478: email.policy.Compat32(max_line_length=None) not as documented http://bugs.python.org/issue29478 closed by Mariatta

#29514: Add a test case that prevents magic number changes in minor re http://bugs.python.org/issue29514 closed by ncoghlan

#29550: Mac build-installer touch step fails after github conversion http://bugs.python.org/issue29550 closed by ned.deily

#29581: init_subclass causes TypeError when used with standard lib http://bugs.python.org/issue29581 closed by serhiy.storchaka

#29679: Add @contextlib.asynccontextmanager http://bugs.python.org/issue29679 closed by yselivanov

#29721: "abort: repository . not found!" during the build of Python 2. http://bugs.python.org/issue29721 closed by serhiy.storchaka

#29743: Closing transport during handshake process leaks open socket http://bugs.python.org/issue29743 closed by yselivanov

#29783: Modify codecs.open() to use the io module instead of codecs.St http://bugs.python.org/issue29783 closed by haypo

#29905: TypeErrors not formatting values correctly http://bugs.python.org/issue29905 closed by haypo

#29931: ipaddress.ip_interface lt check seems to be broken http://bugs.python.org/issue29931 closed by serhiy.storchaka

#30039: Resuming a 'yield from' stack is broken if a signal arrives in http://bugs.python.org/issue30039 closed by yselivanov

#30149: inspect.signature() doesn't support partialmethod without expl http://bugs.python.org/issue30149 closed by serhiy.storchaka

#30192: hashlib module breaks with 64-bit kernel and 32-bit user space http://bugs.python.org/issue30192 closed by Mariatta

#30217: Missing entry for the tilde (~) operator in the Index http://bugs.python.org/issue30217 closed by Mariatta

#30231: test_imaplib needs a TLS server accepting self-signed certific http://bugs.python.org/issue30231 closed by haypo

#30266: AbstractContextManager should support method = None http://bugs.python.org/issue30266 closed by Mariatta

#30284: Build CPython out of tree with a read-only source tree http://bugs.python.org/issue30284 closed by haypo

#30312: Small correction in set code sample http://bugs.python.org/issue30312 closed by Mariatta

#30335: Document deprecated alias of assertNotRegex http://bugs.python.org/issue30335 closed by Mariatta

#30395: deadlocked child process after forking on pystate.c's head_mut http://bugs.python.org/issue30395 closed by lukasz.langa

#30417: [buildbot] Disable the cpu resources on slow buildbots http://bugs.python.org/issue30417 closed by haypo

#30501: Produce optimized code for boolean conditions http://bugs.python.org/issue30501 closed by serhiy.storchaka

#30508: "Task exception was never retrieved" reported for a canceled t http://bugs.python.org/issue30508 closed by yselivanov

#30524: iter(classmethod, sentinel) broken for Argument Clinic class m http://bugs.python.org/issue30524 closed by haypo

#30589: With forkserver, Process.exitcode does not get signal number http://bugs.python.org/issue30589 closed by pitrou

#30594: Refcounting mistake in _ssl.c http://bugs.python.org/issue30594 closed by serhiy.storchaka

#30600: Error message incorrect when index is called with keyword argu http://bugs.python.org/issue30600 closed by serhiy.storchaka

#30603: textwrap: declining indent level has no test case http://bugs.python.org/issue30603 closed by Mariatta

#30605: re.compile fails when compiling bytes under -bb mode http://bugs.python.org/issue30605 closed by serhiy.storchaka

#30608: argparse calculates string widths incorrectly http://bugs.python.org/issue30608 closed by terry.reedy

#30609: Python 3.6.1 fails to generate 256 colors on Cygwin based 64-b http://bugs.python.org/issue30609 closed by terry.reedy

#30610: Python's libexpat vulnerable to CVE-2016-0718 http://bugs.python.org/issue30610 closed by ned.deily

#30611: Windows HTML Help always opens maximized http://bugs.python.org/issue30611 closed by Christian.Ullrich

#30614: [EASY][2.7] testInitNonExistentFile() of test_bz2 leaks refere http://bugs.python.org/issue30614 closed by haypo

#30615: [EASY][2.7] test_recursive_repr() of test_xml_etree_c leaks re http://bugs.python.org/issue30615 closed by matrixise

#30620: textwrap: dedent contains logic that can never execute http://bugs.python.org/issue30620 closed by Mariatta

#30621: import json before using json module in tutorial Input and Out http://bugs.python.org/issue30621 closed by Mariatta

#30624: selectors should use bare except clauses http://bugs.python.org/issue30624 closed by giampaolo.rodola

#30626: "SystemError: <class '_io.TextIOWrapper'> returned NULL withou http://bugs.python.org/issue30626 closed by serhiy.storchaka

#30627: Incorrect error message for a few functions called with keywod http://bugs.python.org/issue30627 closed by serhiy.storchaka

#30628: why venv install old pip? http://bugs.python.org/issue30628 closed by ncoghlan

#30631: Warnings in VS2015 Update 3 32-Bit http://bugs.python.org/issue30631 closed by zach.ware

#30632: IDLE: add unittests to test_autocomplete http://bugs.python.org/issue30632 closed by louielu

#30634: ctypes.cast(obj,ctypes.c_void_p) invalid return in linux_x64 http://bugs.python.org/issue30634 closed by eryksun

#30635: Leak in test_c_locale_coercion http://bugs.python.org/issue30635 closed by ncoghlan

#30636: Add PYTHONCOERCECLOCALE to the help of the command line http://bugs.python.org/issue30636 closed by ncoghlan

#30641: No way to specify "File name too long" error in except stateme http://bugs.python.org/issue30641 closed by r.david.murray

#30642: Fix leaks in idlelib http://bugs.python.org/issue30642 closed by terry.reedy

#30643: test_basic_script_no_suffix() of test_multiprocessing_main_han http://bugs.python.org/issue30643 closed by pitrou

#30644: [EASY][doc] Document that signal.set_wakeup_fd(-1), unregister http://bugs.python.org/issue30644 closed by pitrou

#30646: SQLite: sqlite3_enable_shared_cache() is deprecated http://bugs.python.org/issue30646 closed by ned.deily

#30650: lack of right parentheses http://bugs.python.org/issue30650 closed by serhiy.storchaka

#30655: speech module http://bugs.python.org/issue30655 closed by serhiy.storchaka

#30656: typo in PyModule_New documentation http://bugs.python.org/issue30656 closed by Mariatta

#30659: Use ** correctly for "kwargs" in signature of namedtuple._repl http://bugs.python.org/issue30659 closed by Mariatta

#30669: json.tool does not accept an --indent flag http://bugs.python.org/issue30669 closed by serhiy.storchaka

#30676: [Windows] Potential for GIL deadlock on Windows in threadmodul http://bugs.python.org/issue30676 closed by sdeibel



More information about the Python-Dev mailing list