[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jun 8 12:09:46 EDT 2018
ACTIVITY SUMMARY (2018-06-01 - 2018-06-08)
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 6691 ( +8)
closed 38869 (+66)
total 45560 (+74)
Open issues with patches: 2640
Issues opened (39)
==================
#23835: configparser does not convert defaults to strings
https://bugs.python.org/issue23835 reopened by barry
#24622: tokenize.py: missing EXACT_TOKEN_TYPES
https://bugs.python.org/issue24622 reopened by skrah
#33736: Improve the documentation of asyncio stream API
https://bugs.python.org/issue33736 opened by Elvis.Pranskevichus
#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738 opened by Christian.Tismer
#33740: PyByteArray_AsString C-API description lacks the assurance, th
https://bugs.python.org/issue33740 opened by realead
#33741: UnicodeEncodeError onsmtplib.login(MAIL_USER, MAIL_PASSWORD)
https://bugs.python.org/issue33741 opened by JustAnother1
#33742: Unsafe memory access in PyStructSequence_InitType
https://bugs.python.org/issue33742 opened by Pasha Stetsenko
#33745: 3.7.0b5 changes the line number of empty functions with docstr
https://bugs.python.org/issue33745 opened by nedbat
#33746: testRegisterResult in test_unittest fails in verbose mode
https://bugs.python.org/issue33746 opened by serhiy.storchaka
#33747: Failed separate test_patch_propogrates_exc_on_exit in test_uni
https://bugs.python.org/issue33747 opened by serhiy.storchaka
#33748: test_discovery_failed_discovery in test_unittest modifies sys.
https://bugs.python.org/issue33748 opened by serhiy.storchaka
#33751: Failed separate testTruncateOnWindows in test_file
https://bugs.python.org/issue33751 opened by serhiy.storchaka
#33754: f-strings should be part of the Grammar
https://bugs.python.org/issue33754 opened by davidhalter
#33757: Failed separate test_pdb_next_command_in_generator_for_loop in
https://bugs.python.org/issue33757 opened by serhiy.storchaka
#33758: Unexpected success of test_get_type_hints_modules_forwardref
https://bugs.python.org/issue33758 opened by serhiy.storchaka
#33762: temp file isn't IOBase
https://bugs.python.org/issue33762 opened by Dutcho
#33766: Grammar Incongruence
https://bugs.python.org/issue33766 opened by Isaac Elliott
#33770: base64 throws 'incorrect padding' exception when the issue is
https://bugs.python.org/issue33770 opened by dniq
#33771: Module: timeit. According to documentation default_repeat shou
https://bugs.python.org/issue33771 opened by svyatoslav
#33772: Fix few dead code paths
https://bugs.python.org/issue33772 opened by David Carlier
#33774: Document that @lru_cache caches based on exactly how the funct
https://bugs.python.org/issue33774 opened by solstag
#33775: argparse: the word 'default' (in help) is not marked as transl
https://bugs.python.org/issue33775 opened by woutgg
#33777: dummy_threading: .is_alive method returns True after execution
https://bugs.python.org/issue33777 opened by njatkinson
#33779: Error while installing python 3.6.5 on windows 10
https://bugs.python.org/issue33779 opened by sid1987
#33780: [subprocess] Better Unicode support for shell=True on Windows
https://bugs.python.org/issue33780 opened by Yoni Rozenshein
#33782: VSTS Windows-PR: internal error
https://bugs.python.org/issue33782 opened by vstinner
#33783: Use proper class markup for random.Random docs
https://bugs.python.org/issue33783 opened by ncoghlan
#33787: Argument clinic and Windows line endings
https://bugs.python.org/issue33787 opened by giampaolo.rodola
#33788: Argument clinic: use path_t in _winapi.c
https://bugs.python.org/issue33788 opened by giampaolo.rodola
#33793: asyncio: _ProactorReadPipeTransport reads by chunk of 32 KiB:
https://bugs.python.org/issue33793 opened by vstinner
#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797 opened by radsquirrel
#33799: Remove non-ordered dicts comments from FAQ
https://bugs.python.org/issue33799 opened by adelfino
#33800: Fix default argument for parameter dict_type of ConfigParser/R
https://bugs.python.org/issue33800 opened by adelfino
#33801: Remove non-ordered dict comment from plistlib
https://bugs.python.org/issue33801 opened by adelfino
#33802: Regression in logging configuration
https://bugs.python.org/issue33802 opened by barry
#33804: Document the default value of the size parameter of io.TextIOB
https://bugs.python.org/issue33804 opened by adelfino
#33805: dataclasses: replace() give poor error message if using InitVa
https://bugs.python.org/issue33805 opened by eric.smith
#33808: ssl.get_server_certificate fails with openssl 1.1.0 but works
https://bugs.python.org/issue33808 opened by dsanghan
#33809: Expose `capture_locals` parameter in `traceback` convenience f
https://bugs.python.org/issue33809 opened by ulope
Most recent 15 issues with no replies (15)
==========================================
#33809: Expose `capture_locals` parameter in `traceback` convenience f
https://bugs.python.org/issue33809
#33808: ssl.get_server_certificate fails with openssl 1.1.0 but works
https://bugs.python.org/issue33808
#33805: dataclasses: replace() give poor error message if using InitVa
https://bugs.python.org/issue33805
#33804: Document the default value of the size parameter of io.TextIOB
https://bugs.python.org/issue33804
#33801: Remove non-ordered dict comment from plistlib
https://bugs.python.org/issue33801
#33800: Fix default argument for parameter dict_type of ConfigParser/R
https://bugs.python.org/issue33800
#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797
#33793: asyncio: _ProactorReadPipeTransport reads by chunk of 32 KiB:
https://bugs.python.org/issue33793
#33788: Argument clinic: use path_t in _winapi.c
https://bugs.python.org/issue33788
#33772: Fix few dead code paths
https://bugs.python.org/issue33772
#33762: temp file isn't IOBase
https://bugs.python.org/issue33762
#33757: Failed separate test_pdb_next_command_in_generator_for_loop in
https://bugs.python.org/issue33757
#33747: Failed separate test_patch_propogrates_exc_on_exit in test_uni
https://bugs.python.org/issue33747
#33746: testRegisterResult in test_unittest fails in verbose mode
https://bugs.python.org/issue33746
#33741: UnicodeEncodeError onsmtplib.login(MAIL_USER, MAIL_PASSWORD)
https://bugs.python.org/issue33741
Most recent 15 issues waiting for review (15)
=============================================
#33804: Document the default value of the size parameter of io.TextIOB
https://bugs.python.org/issue33804
#33802: Regression in logging configuration
https://bugs.python.org/issue33802
#33801: Remove non-ordered dict comment from plistlib
https://bugs.python.org/issue33801
#33800: Fix default argument for parameter dict_type of ConfigParser/R
https://bugs.python.org/issue33800
#33799: Remove non-ordered dicts comments from FAQ
https://bugs.python.org/issue33799
#33787: Argument clinic and Windows line endings
https://bugs.python.org/issue33787
#33770: base64 throws 'incorrect padding' exception when the issue is
https://bugs.python.org/issue33770
#33766: Grammar Incongruence
https://bugs.python.org/issue33766
#33751: Failed separate testTruncateOnWindows in test_file
https://bugs.python.org/issue33751
#33748: test_discovery_failed_discovery in test_unittest modifies sys.
https://bugs.python.org/issue33748
#33746: testRegisterResult in test_unittest fails in verbose mode
https://bugs.python.org/issue33746
#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738
#33736: Improve the documentation of asyncio stream API
https://bugs.python.org/issue33736
#33726: Add short descriptions to PEP references in seealso
https://bugs.python.org/issue33726
#33722: Document builtins in mock_open
https://bugs.python.org/issue33722
Top 10 most discussed issues (10)
=================================
#33694: test_asyncio: test_start_tls_server_1() fails on Python on x86
https://bugs.python.org/issue33694 17 msgs
#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738 14 msgs
#33770: base64 throws 'incorrect padding' exception when the issue is
https://bugs.python.org/issue33770 13 msgs
#33720: test_marshal: crash in Python 3.7b5 on Windows 10
https://bugs.python.org/issue33720 10 msgs
#33766: Grammar Incongruence
https://bugs.python.org/issue33766 10 msgs
#33642: IDLE: Display up to maxlines non-blank lines for Code Context
https://bugs.python.org/issue33642 9 msgs
#33779: Error while installing python 3.6.5 on windows 10
https://bugs.python.org/issue33779 8 msgs
#33615: test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x
https://bugs.python.org/issue33615 7 msgs
#31731: [2.7] test_io hangs on x86 Gentoo Refleaks 2.7
https://bugs.python.org/issue31731 6 msgs
#33609: Document that dicts preserve insertion order
https://bugs.python.org/issue33609 6 msgs
Issues closed (68)
==================
#4896: Faster why variable manipulation in ceval.c
https://bugs.python.org/issue4896 closed by serhiy.storchaka
#5755: "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++"
https://bugs.python.org/issue5755 closed by inada.naoki
#5945: PyMapping_Check returns 1 for lists
https://bugs.python.org/issue5945 closed by levkivskyi
#9141: Allow objects to decide if they can be collected by GC
https://bugs.python.org/issue9141 closed by kristjan.jonsson
#12486: tokenize module should have a unicode API
https://bugs.python.org/issue12486 closed by willingc
#16778: Logger.findCaller needs to be smarter
https://bugs.python.org/issue16778 closed by vinay.sajip
#18533: Avoid error from repr() of recursive dictview
https://bugs.python.org/issue18533 closed by serhiy.storchaka
#23495: The writer.writerows method should be documented as accepting
https://bugs.python.org/issue23495 closed by Mariatta
#27902: pstats.Stats: strip_dirs() method cannot handle file paths fro
https://bugs.python.org/issue27902 closed by inada.naoki
#28962: Crash when throwing an exception with a malicious __hash__ ove
https://bugs.python.org/issue28962 closed by serhiy.storchaka
#31849: Python/pyhash.c warning: comparison of integers of different s
https://bugs.python.org/issue31849 closed by inada.naoki
#32392: subprocess.run documentation does not have **kwargs
https://bugs.python.org/issue32392 closed by berker.peksag
#32479: inconsistent ImportError message executing same import stateme
https://bugs.python.org/issue32479 closed by xiang.zhang
#32676: test_asyncio emits many warnings when run in debug mode
https://bugs.python.org/issue32676 closed by vstinner
#33057: logging.Manager.logRecordFactory is never used
https://bugs.python.org/issue33057 closed by vinay.sajip
#33165: Add stacklevel parameter to logging APIs
https://bugs.python.org/issue33165 closed by vinay.sajip
#33197: Confusing error message when constructing invalid inspect.Para
https://bugs.python.org/issue33197 closed by yselivanov
#33274: minidom removeAttributeNode returns None
https://bugs.python.org/issue33274 closed by fdrake
#33423: [logging] Improve consistency of logger mechanism.
https://bugs.python.org/issue33423 closed by vinay.sajip
#33477: Document that compile(code, 'exec') has different behavior in
https://bugs.python.org/issue33477 closed by mbussonn
#33504: configparser should use dict instead of OrderedDict in 3.7+
https://bugs.python.org/issue33504 closed by lukasz.langa
#33527: Invalid child function scope
https://bugs.python.org/issue33527 closed by r.david.murray
#33562: Check that the global settings for asyncio are not changed by
https://bugs.python.org/issue33562 closed by brett.cannon
#33600: [EASY DOC] Python 2: document that platform.linux_distribution
https://bugs.python.org/issue33600 closed by vstinner
#33640: [EASY DOC] uuid: endian of the bytes argument is not documente
https://bugs.python.org/issue33640 closed by vstinner
#33664: IDLE: scroll text by lines, not pixels.
https://bugs.python.org/issue33664 closed by terry.reedy
#33669: str.format should raise exception when placeholder number does
https://bugs.python.org/issue33669 closed by xiang.zhang
#33679: IDLE: Enable theme-specific color configuration for code conte
https://bugs.python.org/issue33679 closed by terry.reedy
#33696: Install python-docs-theme even if SPHINXBUILD is defined
https://bugs.python.org/issue33696 closed by adelfino
#33724: test__xxsubinterpreters failed on ARMv7 Ubuntu 3.x
https://bugs.python.org/issue33724 closed by eric.snow
#33734: asyncio/ssl: Fix AttributeError, increase default handshake ti
https://bugs.python.org/issue33734 closed by ned.deily
#33737: Multiprocessing not working
https://bugs.python.org/issue33737 closed by ned.deily
#33739: pathlib: Allow ellipsis to appear after "/" to navigate to par
https://bugs.python.org/issue33739 closed by yselivanov
#33743: test_asyncio raises a deprecation warning
https://bugs.python.org/issue33743 closed by vstinner
#33744: Fix and improve tests for the uu module
https://bugs.python.org/issue33744 closed by serhiy.storchaka
#33749: pdb.Pdb constructor stdout override required to disable use_ra
https://bugs.python.org/issue33749 closed by r.david.murray
#33750: Failed separate test_from_tuple in test_decimal
https://bugs.python.org/issue33750 closed by skrah
#33752: Leaked file in test_anydbm_creation_n_file_exists_with_invalid
https://bugs.python.org/issue33752 closed by serhiy.storchaka
#33753: Leaked file in test_nextfile_oserror_deleting_backup in test_f
https://bugs.python.org/issue33753 closed by serhiy.storchaka
#33755: Failed separate tests in test_importlib
https://bugs.python.org/issue33755 closed by barry
#33756: Python 3.7.0b5 build error
https://bugs.python.org/issue33756 closed by ned.deily
#33759: Failed separate ServerProxyTestCase tests in test_xmlrpc
https://bugs.python.org/issue33759 closed by serhiy.storchaka
#33760: Leaked files in test_io
https://bugs.python.org/issue33760 closed by serhiy.storchaka
#33761: Leaked file in test_iterparse in test_xml_etree
https://bugs.python.org/issue33761 closed by serhiy.storchaka
#33763: IDLE: Use text widget for code context instead of label widget
https://bugs.python.org/issue33763 closed by terry.reedy
#33764: AppVeyor builds interrupted before tests complete
https://bugs.python.org/issue33764 closed by vstinner
#33765: AppVeyor didn't start on my PR 7365
https://bugs.python.org/issue33765 closed by vstinner
#33767: Improper use of SystemError in the mmap module
https://bugs.python.org/issue33767 closed by serhiy.storchaka
#33768: IDLE: click on context line should jump to line, at top of win
https://bugs.python.org/issue33768 closed by terry.reedy
#33769: Cleanup start_tls() implementation
https://bugs.python.org/issue33769 closed by yselivanov
#33773: test.support.fd_count(): off-by-one error when listing /proc/s
https://bugs.python.org/issue33773 closed by vstinner
#33776: Segfault when passing invalid argument to asyncio.ensure_futur
https://bugs.python.org/issue33776 closed by yselivanov
#33778: update Unicode database to 11.0
https://bugs.python.org/issue33778 closed by benjamin.peterson
#33781: audioop.c: fbound() casts double to int for its return value
https://bugs.python.org/issue33781 closed by vstinner
#33784: hash collision in instances of ipaddress.ip_network
https://bugs.python.org/issue33784 closed by mark.dickinson
#33785: Crash caused by pasting ðð into IDLE on Windows
https://bugs.python.org/issue33785 closed by terry.reedy
#33786: @asynccontextmanager doesn't work well with async generators
https://bugs.python.org/issue33786 closed by yselivanov
#33789: test_asyncio emits ResourceWarning warnings
https://bugs.python.org/issue33789 closed by vstinner
#33790: Decorated (inner/wrapped) function kwarg defaults dont pass th
https://bugs.python.org/issue33790 closed by steven.daprano
#33791: Update README.rst to mention third-party OpenSSL needed for ma
https://bugs.python.org/issue33791 closed by ned.deily
#33792: asyncio: how to set a "Proactor event loop" policy? Issue with
https://bugs.python.org/issue33792 closed by yselivanov
#33794: Python.framework build is missing 'Current' symlink
https://bugs.python.org/issue33794 closed by ned.deily
#33795: Memory leak in X509StoreContext class.
https://bugs.python.org/issue33795 closed by berker.peksag
#33796: dataclasses.replace broken if a class has any ClassVars
https://bugs.python.org/issue33796 closed by eric.smith
#33798: Fix csv module comment regarding dict insertion order
https://bugs.python.org/issue33798 closed by inada.naoki
#33803: contextvars: hamt_alloc() must initialize h_root and h_count f
https://bugs.python.org/issue33803 closed by yselivanov
#33806: Cannot re-open an existing telnet session
https://bugs.python.org/issue33806 closed by r.david.murray
#33807: CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors
https://bugs.python.org/issue33807 closed by zach.ware
More information about the Python-Dev
mailing list