April 27, 2021 – May 4, 2021
Overview
-
0 Active Issues
-
- 206 Merged Pull Requests
- 47 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
206 Pull requests merged by 55 people
-
bpo-40465: Remove random module features deprecated in 3.9
#25874 merged
May 4, 2021 -
bpo-44001: improve Literal documentation
#25877 merged
May 4, 2021 -
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment
#25095 merged
May 4, 2021 -
[3.9] update docstring for `win_getpass` to reflect code changes (GH-24967)
#25878 merged
May 4, 2021 -
[3.10] update docstring for `win_getpass` to reflect code changes (GH-24967)
#25879 merged
May 4, 2021 -
update docstring for `win_getpass` to reflect code changes
#24967 merged
May 4, 2021 -
fix enum.property reference in docs
#25875 merged
May 4, 2021 -
[3.10] bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
#25872 merged
May 4, 2021 -
[3.10] fix enum and backslash warnings (GH-25861)
#25871 merged
May 4, 2021 -
fix enum and backslash warnings
#25861 merged
May 4, 2021 -
[3.10] Add CI step to check changes in the exported ABI
#25868 merged
May 4, 2021 -
build(deps): bump actions/cache from v2.1.4 to v2.1.5
#25773 merged
May 4, 2021 -
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3
#25772 merged
May 4, 2021 -
bpo-43822: When reporting parser custom errors, check first for tokenizer errors
#25866 merged
May 4, 2021 -
[3.9] bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
#25864 merged
May 3, 2021 -
Correct the version of the first alpha in the README.rst
#25862 merged
May 3, 2021 -
bpo-44018: random.seed() no longer mutates its inputs
#25856 merged
May 3, 2021 -
Update CI files to account for the master -> main rename
#25860 merged
May 3, 2021 -
[3.7] bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
#25858 merged
May 3, 2021 -
[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
#24928 merged
May 3, 2021 -
bpo-44016: Remove Enum warnings from test_httpservers
#25844 merged
May 3, 2021 -
[3.9] bpo-43882 Remove the newline, and tab early. From query and fragments.
#25853 merged
May 3, 2021 -
bpo-38530: Refactor AttributeError suggestions
#25776 merged
May 3, 2021 -
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850)
#25850 merged
May 3, 2021 -
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)"
#25848 merged
May 3, 2021 -
bpo-43754: Fix compiler warning in Python/compile.c
#25855 merged
May 3, 2021 -
bpo-43916: Move the _PyStructSequence_InitType function to the internal API
#25854 merged
May 3, 2021 -
[3.8] bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
#25849 merged
May 3, 2021 -
[3.9] bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
#25737 merged
May 3, 2021 -
[3.9] Doc: Fix random.uniform example comment. (GH-25784)
#25843 merged
May 3, 2021 -
Doc: Fix random.uniform example comment.
#25784 merged
May 3, 2021 -
bpo-44011: Increase test timeout
#25842 merged
May 3, 2021 -
bpo-42725: Render annotations effectless on symbol table with PEP 563
#25583 merged
May 3, 2021 -
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
#25840 merged
May 3, 2021 -
bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class
#25841 merged
May 3, 2021 -
dataclasses docs: add a missing word.
#25839 merged
May 3, 2021 -
More clarification of kw_only args.
#25838 merged
May 3, 2021 -
[3.9] Update macOS installer readme for 3.9.5
#25836 merged
May 3, 2021 -
Update macOS installer welcome and readme for 3.10.0b1
#25835 merged
May 3, 2021 -
bpo-42362: use clang name on 10.9 builds as well
#25834 merged
May 3, 2021 -
Fix invalid markup
#25833 merged
May 3, 2021 -
bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers
#23079 merged
May 3, 2021 -
[3.9] bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)
#25830 merged
May 3, 2021 -
bpo-25478: Add total() method to collections.Counter
#25829 merged
May 3, 2021 -
bpo-41129: Fix check for macOS SDK paths when building Python
#25785 merged
May 3, 2021 -
bpo-37903: implement shell sidebar mouse interactions
#25708 merged
May 3, 2021 -
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py
#23298 merged
May 3, 2021 -
More work on documenting dataclass keyword-only fields.
#25828 merged
May 3, 2021 -
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS
#25413 merged
May 3, 2021 -
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3
#25827 merged
May 3, 2021 -
bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly.
#25813 merged
May 2, 2021 -
[3.8] bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818)
#25825 merged
May 2, 2021 -
[3.9] bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818)
#25822 merged
May 2, 2021 -
bpo-43977: Document the new pattern matching type flags
#25734 merged
May 2, 2021 -
bpo-43434: Clean up after GH-25818
#25823 merged
May 2, 2021 -
bpo-44011: New asyncio ssl implementation
#17975 merged
May 2, 2021 -
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__
#25818 merged
May 2, 2021 -
bpo-43926: Cleaner metadata with PEP 566 JSON support.
#25565 merged
May 2, 2021 -
[3.9] bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
#25819 merged
May 2, 2021 -
bpo-43754: Eliminate bindings for partial pattern matches
#25229 merged
May 2, 2021 -
bpo-43990: Fix the footnote ordering in the operator precedence docs
#25805 merged
May 2, 2021 -
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
#25817 merged
May 2, 2021 -
[3.9] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
#25815 merged
May 2, 2021 -
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated
#25099 merged
May 2, 2021 -
[3.8] bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)
#25811 merged
May 2, 2021 -
[3.9] bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)
#25812 merged
May 2, 2021 -
[3.8] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25807)
#25810 merged
May 2, 2021 -
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type
#8721 merged
May 2, 2021 -
[3.9] bpo-41100: Update Misc/ACKS (GH-25808)
#25809 merged
May 2, 2021 -
bpo-41100: Update Misc/ACKS
#25808 merged
May 2, 2021 -
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs
#25806 merged
May 2, 2021 -
[3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
#25807 merged
May 2, 2021 -
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs
#25804 merged
May 2, 2021 -
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
#25792 merged
May 2, 2021 -
bpo-43733: netrc try to use UTF-8 before using locale encoding.
#25781 merged
May 2, 2021 -
bpo-43987: Add "Annotations Best Practices" HOWTO doc.
#25746 merged
May 2, 2021 -
[3.9] Fix broken name in build.yml (GH-25759)
#25802 merged
May 2, 2021 -
[3.8] Fix broken name in build.yml (GH-25759)
#25797 merged
May 2, 2021 -
Minor tweaks to dataclasses keyword-only fields documentation.
#25801 merged
May 2, 2021 -
Improve the dataclasses kw_only documentation.
#25799 merged
May 1, 2021 -
Fix broken name in build.yml
#25759 merged
May 1, 2021 -
[3.8] bpo-41277: Fix exceptions mentioned in os.setxattr() docs (GH-25742)
#25795 merged
May 1, 2021 -
[3.9] bpo-41277: Fix exceptions mentioned in os.setxattr() docs (GH-25742)
#25794 merged
May 1, 2021 -
bpo-41277: Mapping correct values in the os.setxattr() documentation
#25742 merged
May 1, 2021 -
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)"
#25793 merged
May 1, 2021 -
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
#25791 merged
May 1, 2021 -
bpo-43989: Add signal format specifier for unix_events.py
#25769 merged
May 1, 2021 -
bpo-43998: Fix testing without ssl module (GH-25790)
#25790 merged
May 1, 2021 -
[3.9] bpo-43815: Fixing doc for callback for lambda (GH-25779)
#25788 merged
May 1, 2021 -
bpo-43957: Add a missing space to the new format enum warning
#25770 merged
May 1, 2021 -
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
#25778 merged
May 1, 2021 -
[3.8] bpo-43815: Fixing doc for callback for lambda (GH-25779)
#25789 merged
May 1, 2021 -
bpo-43815: Fixing doc for callback for lambda
#25779 merged
May 1, 2021 -
bpo-43999: If using a frozen class with slots, add __getstate__ and __setstate__
#25786 merged
May 1, 2021 -
[3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761).
#25783 merged
May 1, 2021 -
[3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761).
#25782 merged
May 1, 2021 -
bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
#25780 merged
May 1, 2021 -
bpo-43993: Update vendored pip to 21.1.1
#25761 merged
May 1, 2021 -
Updated "What's New" with my recent commits.
#25771 merged
May 1, 2021 -
bpo-42269: Add slots parameter to dataclass decorator
#24171 merged
May 1, 2021 -
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module
#25768 merged
May 1, 2021 -
[3.8] bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
#25766 merged
May 1, 2021 -
[3.9] bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
#25765 merged
May 1, 2021 -
bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module
#25738 merged
Apr 30, 2021 -
bpo-43995: Fix test_grammar
#25764 merged
Apr 30, 2021 -
bpo-43971: documentation: Added spacing according to PEP 8
#25702 merged
Apr 30, 2021 -
[3.8] bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
#25762 merged
Apr 30, 2021 -
bpo-43928: Fix a typo in document
#25569 merged
Apr 30, 2021 -
[3.9] bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
#25763 merged
Apr 30, 2021 -
bpo-43935: Fix typo in Turtle.back() docstring
#25581 merged
Apr 30, 2021 -
bpo-43888: Remove coverage builds from CI
#25679 merged
Apr 30, 2021 -
bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl
#25756 merged
Apr 30, 2021 -
bpo-43981: Fix reference leaks in test_squeezer
#25758 merged
Apr 30, 2021 -
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION
#25753 merged
Apr 30, 2021 -
bpo-43901: Fix refleaks in test_module
#25754 merged
Apr 30, 2021 -
[3.8] bpo-42589: Change URL for 'from' link when used in a raised exc…
#25755 merged
Apr 30, 2021 -
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION
#25751 merged
Apr 30, 2021 -
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types
#25748 merged
Apr 30, 2021 -
bpo-43916: Select now uses Py_TPFLAGS_DISALLOW_INSTANTIATION
#25750 merged
Apr 30, 2021 -
bpo-43933: Set frame.f_lineno during call to __exit__
#25719 merged
Apr 30, 2021 -
bpo-43908: check_set_special_type_attr() and type_set_annotations() now check for immutable flag
#25743 merged
Apr 30, 2021 -
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris
#25096 merged
Apr 30, 2021 -
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION
#25749 merged
Apr 30, 2021 -
bpo-43916: Remove _disabled_new() function
#25745 merged
Apr 30, 2021 -
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag
#25721 merged
Apr 30, 2021 -
bpo-43973: Use Py_TPFLAGS_IMMUTABLETYPE to check for class assignments
#25714 merged
Apr 30, 2021 -
bpo-43977: Use tp_flags for collection matching
#25723 merged
Apr 30, 2021 -
[3.9] bpo-43954: Fix a missing word in the unittest docs (GH-25672)
#25741 merged
Apr 30, 2021 -
bpo-43954: Fix a missing word in the unittest docs
#25672 merged
Apr 30, 2021 -
bpo-43817: Add inspect.get_annotations().
#25522 merged
Apr 30, 2021 -
bpo-43981: Fix error in idle-test leak test
#25739 merged
Apr 30, 2021 -
bpo-43951: Two minor fixes for accessing a module's name.
#25658 merged
Apr 30, 2021 -
bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules
#25623 merged
Apr 30, 2021 -
bpo-43892: Validate the first term of complex literal value patterns
#25735 merged
Apr 30, 2021 -
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ
#25736 merged
Apr 30, 2021 -
bpo-42800: add audit hooks for f_code and tb_frame
#24182 merged
Apr 29, 2021 -
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number.
#25717 merged
Apr 29, 2021 -
[3.9] bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
#25730 merged
Apr 29, 2021 -
bpo-42589: Change URL for 'from' link when used in a raised exception
#23872 merged
Apr 29, 2021 -
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
#25725 merged
Apr 29, 2021 -
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs.
#25595 merged
Apr 29, 2021 -
bpo-28254: Add PyGC_ functions to the stable ABI manifest
#25720 merged
Apr 29, 2021 -
bpo-42739: Don't use sentinels to mark end of line table.
#25657 merged
Apr 29, 2021 -
bpo-43651: Fix test_logging
#25715 merged
Apr 29, 2021 -
bpo-43774: Enhance debug build documentation
#25712 merged
Apr 29, 2021 -
bpo-37892: Use space indents in IDLE Shell
#25678 merged
Apr 29, 2021 -
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652)
#25315 merged
Apr 29, 2021 -
bpo-43774: Remove unused PYMALLOC_DEBUG macro
#25711 merged
Apr 29, 2021 -
bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure()
#25709 merged
Apr 29, 2021 -
bpo-43908: Document Static Types in the C API
#25710 merged
Apr 29, 2021 -
bpo-43908: Make array.array type immutable
#25696 merged
Apr 29, 2021 -
bpo-43908: Make re types immutable
#25697 merged
Apr 29, 2021 -
bpo-43892: Make match patterns explicit in AST
#25585 merged
Apr 29, 2021 -
bpo-41139: Deprecate `cgi.log()`.
#25625 merged
Apr 29, 2021 -
bpo-43651: Fix EncodingWarning in `os.fdopen()` and `test_os`
#25654 merged
Apr 29, 2021 -
bpo-43651: Fix EncodingWarning in tests.
#25655 merged
Apr 29, 2021 -
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups
#25186 merged
Apr 29, 2021 -
[3.8] [doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
#25707 merged
Apr 29, 2021 -
[3.9] [doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
#25706 merged
Apr 29, 2021 -
[doc] Be more clear on super() regarding multiple base classes methods
#21789 merged
Apr 29, 2021 -
[3.8] [doc] Do some polishing in IDEs section (GH-22070)
#25704 merged
Apr 29, 2021 -
[3.9] [doc] Do some polishing in IDEs section (GH-22070)
#25703 merged
Apr 29, 2021 -
[doc] Do some polishing in IDEs section
#22070 merged
Apr 29, 2021 -
bpo-43958: Document importlib.metadata.PackagePath.locate method
#25669 merged
Apr 28, 2021 -
bpo-43970: Optimize Path.cwd() in pathlib
#25699 merged
Apr 28, 2021 -
bpo-37903: IDLE: Shell sidebar with prompts (take #2)
#22682 merged
Apr 28, 2021 -
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable
#25693 merged
Apr 28, 2021 -
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag
#25520 merged
Apr 28, 2021 -
bpo-28254: Add a C-API for controlling the state of the garbage collector
#25687 merged
Apr 28, 2021 -
bpo-43757: make pathlib use os.path.realpath() to resolve all symlinks in a path
#25264 merged
Apr 28, 2021 -
[3.8] bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)
#25692 merged
Apr 28, 2021 -
bpo-41559: Change PEP 612 implementation to pure Python
#25449 merged
Apr 28, 2021 -
[3.9] bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
#25688 merged
Apr 28, 2021 -
bpo-43955: Handle the case where the distutils warning has already been triggered
#25675 merged
Apr 28, 2021 -
[3.9] bpo-43960: reset breakpoints to make tests deterministic (GH-25673)
#25691 merged
Apr 28, 2021 -
[3.8] bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
#25690 merged
Apr 28, 2021 -
[3.9] bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
#25689 merged
Apr 28, 2021 -
bpo-43959: clarify the documentation of the PyContextVar C-API
#25671 merged
Apr 28, 2021 -
bpo-43961: Fix test_logging.test_namer_rotator_inheritance()
#25684 merged
Apr 28, 2021 -
[3.8] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
#25686 merged
Apr 28, 2021 -
bpo-43962: Fix _PyInterpreterState_IDIncref()
#25683 merged
Apr 28, 2021 -
bpo-43960: reset global breakpoint state at the beginning of a pdb te…
#25673 merged
Apr 28, 2021 -
bpo-43776: Remove list call from args in Popen repr
#25338 merged
Apr 28, 2021 -
bpo-41486: Add _BlocksOutputBuffer for bz2/lzma/zlib modules
#21740 merged
Apr 28, 2021 -
[3.9] bpo-37751: Update `codecs.register()` doc. (GH-25643)
#25677 merged
Apr 28, 2021 -
bpo-43963: Add a module state to _signal
#25676 merged
Apr 28, 2021 -
bpo-37751: Update `codecs.register()` doc.
#25643 merged
Apr 28, 2021 -
bpo-43963: import _signal in subinterpreter has no side effect
#25674 merged
Apr 27, 2021 -
bpo-43957: [Enum] deprecate ``TypeError`` from containment checks
#25670 merged
Apr 27, 2021 -
[3.8] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
#25666 merged
Apr 27, 2021 -
[3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
#25665 merged
Apr 27, 2021 -
[3.9] Fix generated file name for installer builds on macOS 11+. (GH-25661)
#25664 merged
Apr 27, 2021 -
[3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
#25662 merged
Apr 27, 2021 -
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing
#24850 merged
Apr 27, 2021 -
[3.8] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
#25663 merged
Apr 27, 2021 -
Fix generated file name for installer builds on macOS 11+.
#25661 merged
Apr 27, 2021 -
bpo-43492: Update macOS installer to use SQLite 3.35.5
#25640 merged
Apr 27, 2021 -
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5
#25641 merged
Apr 27, 2021 -
bpo-43766: Fix TypeGuard docs
#25660 merged
Apr 27, 2021 -
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
#25282 merged
Apr 27, 2021 -
[3.9] bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096)
#25659 merged
Apr 27, 2021
47 Pull requests opened by 32 people
-
Update doc as relative import can be used with star import
#25667 opened
Apr 27, 2021 -
bpo-43795: PEP 652 user documentation
#25668 opened
Apr 27, 2021 -
line 286, 287: fsrc.close() fdst.close()
#25680 opened
Apr 28, 2021 -
[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
#25685 opened
Apr 28, 2021 -
[3.9] closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
#25694 opened
Apr 28, 2021 -
[3.9] bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
#25695 opened
Apr 28, 2021 -
bpo-43913: Fix unittest module cleanup
#25700 opened
Apr 28, 2021 -
bpo-43012: remove `pathlib._Accessor`
#25701 opened
Apr 28, 2021 -
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s
#25705 opened
Apr 29, 2021 -
bpo-43974: Set Py_BUILD_CORE_MODULE for all core modules
#25713 opened
Apr 29, 2021 -
bpo-43976: add vendor config
#25718 opened
Apr 29, 2021 -
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int
#25724 opened
Apr 29, 2021 -
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
#25726 opened
Apr 29, 2021 -
[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
#25727 opened
Apr 29, 2021 -
[3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
#25728 opened
Apr 29, 2021 -
bpo-40222: "Zero cost" exception handling
#25729 opened
Apr 29, 2021 -
Set default netrc file name correctly on Windows
#25732 opened
Apr 29, 2021 -
Fix typo in ast.py
#25740 opened
Apr 30, 2021 -
better performance
#25744 opened
Apr 30, 2021 -
Update datamodel.rst
#25747 opened
Apr 30, 2021 -
bpo-43988: Add test.support.check_disallow_instantiation
#25757 opened
Apr 30, 2021 -
bpo-22167: Updated glob.iglob doc with details on memory use
#25767 opened
May 1, 2021 -
bpo-43871: Move port validation logic to parsing time
#25774 opened
May 1, 2021 -
bpo-43984: Update winreg.SetValueEx to make sure the value set is not -1
#25775 opened
May 1, 2021 -
bpo-43869: Improve epoch docs
#25777 opened
May 1, 2021 -
Copyedits to 3.10 What's New
#25787 opened
May 1, 2021 -
bpo-44002: Switch to lru_cache in urllib.parse.
#25798 opened
May 1, 2021 -
Using asyncio
#25814 opened
May 2, 2021 -
bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag
#25816 opened
May 2, 2021 -
bpo-38250: add version added for FlagBoundary
#25820 opened
May 2, 2021 -
bpo-38352: Add to typing.__all__
#25821 opened
May 2, 2021 -
bpo-44012: IPv6Address.exploded with scope_id
#25824 opened
May 2, 2021 -
bpo-44014: Fix error in Enum documentation.
#25837 opened
May 3, 2021 -
bpo-43952: Fix multiprocessing Listener authkey bug
#25845 opened
May 3, 2021 -
bpo-44011: Increase timeouts for asyncio SSL tests
#25846 opened
May 3, 2021 -
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on So…
#25847 opened
May 3, 2021 -
bpo-44010: IDLE: colorize pattern-matching soft keywords
#25851 opened
May 3, 2021 -
[3.9] bpo-41832, bpo-42083: PyType_FromModuleAndSpec() can accept the NULL tp_doc slot (GH-25687)
#25852 opened
May 3, 2021 -
Clarify rx parameter of compileall functions
#25857 opened
May 3, 2021 -
bpo-41222: new tests for demonstrating polling problem on subprocess with universal_newlines=True
#25859 opened
May 3, 2021 -
bpo-44024: Use common TypeError message for built-in functions getattr and hasattr
#25863 opened
May 3, 2021 -
[3.8] bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
#25865 opened
May 3, 2021 -
bpo-44025: Clarify when '_' is a keyword.
#25873 opened
May 4, 2021 -
[3.10] fix enum.property reference in docs (GH-25875)
#25876 opened
May 4, 2021 -
[3.9] bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095)
#25880 opened
May 4, 2021 -
bpo-44029: Remove Py_UNICODE APIs
#25881 opened
May 4, 2021 -
[3.10] bpo-44001: improve Literal documentation (GH-25877)
#25882 opened
May 4, 2021
1,372 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-28528: Harden pdb.checkline()
#25438 commented on
May 3, 2021 • 24 new comments -
bpo-31746: Fixed Segfaults in the sqlite module when uninitialized.
#3946 commented on
May 3, 2021 • 9 new comments -
bpo-41608: IDLE smart backspace not remove multiple spaces if not at start of line
#21934 commented on
May 3, 2021 • 6 new comments -
bpo-43352: Add a Barrier object in asyncio lib
#24903 commented on
May 3, 2021 • 5 new comments -
bpo-43307: sync sysconfig and site with PyPy to add an implementation key
#24628 commented on
May 3, 2021 • 4 new comments -
bpo-43279: Update code taken from Keccak Code Package
#24601 commented on
May 3, 2021 • 3 new comments -
bpo-43956: Doc/c-api: Fix default program name
#24876 commented on
May 3, 2021 • 3 new comments -
bpo-8077 Fix CGI Handling of POST on Windows.
#25652 commented on
May 3, 2021 • 3 new comments -
bpo-17659: Add locale.getfirstweekday
#18142 commented on
May 3, 2021 • 2 new comments -
bpo-25567: Add Bytes Object Support to Shlex
#22657 commented on
May 3, 2021 • 2 new comments -
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows
#25414 commented on
May 3, 2021 • 2 new comments -
[3.9] bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
#25572 commented on
May 3, 2021 • 2 new comments -
bpo-29427: allow unpadded input and ouput in base64 module
#7072 commented on
May 3, 2021 • 1 new comment -
bpo-34963: Make the repr of the typing.NewType() result more meaningful.
#9951 commented on
May 3, 2021 • 1 new comment -
bpo-27513: email.utils.getaddresses() now handles Header objects
#13797 commented on
May 3, 2021 • 1 new comment -
bpo-40297: Fix test_socket.CANTest.testSendFrame
#19548 commented on
May 3, 2021 • 1 new comment -
bpo-41411: Document f-strings in library/stdtypes.rst
#21552 commented on
May 3, 2021 • 1 new comment -
bpo-42686: Enable SQLite math functions in Windows build
#24053 commented on
May 3, 2021 • 1 new comment -
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
#24203 commented on
May 3, 2021 • 1 new comment -
bpo-43331: Explicit that headers sent in camel-case
#24661 commented on
May 3, 2021 • 1 new comment -
bpo-43570: Doc: Fix i18n issue with audit hooks.
#24945 commented on
May 3, 2021 • 1 new comment -
bpo-43597: add ability to specify sslcontext in RobotFileParser.read()
#24986 commented on
May 3, 2021 • 1 new comment -
bpo-43605: Improve the documentation to exec() and eval()
#25039 commented on
May 3, 2021 • 1 new comment -
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files
#25058 commented on
May 3, 2021 • 1 new comment -
WIP: Cache for obmalloc arena_map_is_used()
#25130 commented on
May 3, 2021 • 1 new comment -
bpo-43689: improve documentation for Differ
#25132 commented on
May 3, 2021 • 1 new comment -
bpo-43918: document signature and default argument of `anext` builtin
#25551 commented on
May 3, 2021 • 1 new comment -
bpo-28806: Improve the netrc library
#127 commented on
May 3, 2021 • 0 new comments -
bpo-24905: Support BLOB incremental I/O in sqlite module
#271 commented on
May 3, 2021 • 0 new comments -
bpo-29757: don't swallows errors in the `socket.create_connection()` utility loop
#562 commented on
May 3, 2021 • 0 new comments -
[BPO-30924] [BPO-30925] doc-files separate line and additional files patches
#591 commented on
May 3, 2021 • 0 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#707 commented on
May 3, 2021 • 0 new comments -
bpo-29858: inspect.signature for wrappers around decorated bound methods
#736 commented on
May 3, 2021 • 0 new comments -
bpo-15590: distinct python-config from pkg-config python
#737 commented on
May 3, 2021 • 0 new comments -
bpo-27572: Deprecate using bytes-like objects in builtins.
#779 commented on
May 3, 2021 • 0 new comments -
bpo-22319: mailbox.MH now supports folders withou the ".mh_sequences"…
#804 commented on
May 3, 2021 • 0 new comments -
bpo-20774: Add a JSON serializer to collections.deque
#830 commented on
May 3, 2021 • 0 new comments -
bpo-29996: The width of the terminal is now used as default width in pprint()
#1008 commented on
May 3, 2021 • 0 new comments -
bpo-29999: repr() of ImportError now contains attributes name and path.
#1011 commented on
May 3, 2021 • 0 new comments -
bpo-16379: Expose sqlite error code
#1108 commented on
May 3, 2021 • 0 new comments -
bpo-30757 pyinstaller added to docs, py2exe ref updated
#1158 commented on
May 3, 2021 • 0 new comments -
bpo-30080: Add the --duplicate option for CLI of timeit.
#1161 commented on
May 3, 2021 • 0 new comments -
bpo-30282: Fix name attribute of extracted object
#1483 commented on
May 3, 2021 • 0 new comments -
bpo-30374: Fixed several bugs in win_add2path.py
#1645 commented on
May 3, 2021 • 0 new comments -
bpo-30400: Fix race condition in shutil.copyfile()
#1659 commented on
May 3, 2021 • 0 new comments -
bpo-30419: DOC: Update missing information in bdb docs
#1687 commented on
May 3, 2021 • 0 new comments -
bpo-12978: Add support for extended attributes on FreeBSD
#1690 commented on
May 3, 2021 • 0 new comments -
bpo-30421: Added fromfile_parent_relative parameter + docs to argparse.ArgumentParser
#1698 commented on
May 3, 2021 • 0 new comments -
bpo-23560: DOC:Add summary table for str methods in stdtypes.rst
#1709 commented on
May 3, 2021 • 0 new comments -
bpo-26949: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open
#1711 commented on
May 3, 2021 • 0 new comments -
bpo-30274: Rename 'name' to 'fullname' argument to ExtensionFileLoader.
#1735 commented on
May 3, 2021 • 0 new comments -
bpo-30431: Raise ValueError in case of NULL in input prompt
#1738 commented on
May 3, 2021 • 0 new comments -
bpo-27269: Treat ::FFFF: addresses as IPv4 for ordering and contains.
#1741 commented on
May 3, 2021 • 0 new comments -
bpo-30429: bdb and pdb: Add watchpoint function
#1756 commented on
May 3, 2021 • 0 new comments -
bpo-30438 - Avoid untar errors when write-protected files are tarred twice
#1808 commented on
May 3, 2021 • 0 new comments -
bpo-14111: IDLE: Add interrupt handle when open debugger
#1821 commented on
May 3, 2021 • 0 new comments -
bpo-30509: Optimize and clean up calling type slots.
#1861 commented on
May 3, 2021 • 0 new comments -
bpo-30514: test_pop3lib asyncore with asyncio
#1864 commented on
May 3, 2021 • 0 new comments -
bpo-30521: IDLE: Add navigate bar and replace current goto dialog
#1884 commented on
May 3, 2021 • 0 new comments -
bpo-28867: Warn when NamedTemporaryFile is not explicitly closed
#1936 commented on
May 3, 2021 • 0 new comments -
bpo-30587: Adds signature checking for mock autospec object method calls
#1982 commented on
May 3, 2021 • 0 new comments -
bpo-1207613: IDLE Editor Bottom Scroll Bar
#1984 commented on
May 3, 2021 • 0 new comments -
bpo-28994: Chain exceptions rather than dropping the old exception.
#2072 commented on
May 3, 2021 • 0 new comments -
bpo-694339: IDLE: Dedenting with shift+tab
#2210 commented on
May 3, 2021 • 0 new comments -
bpo-30679: __aexit__ is not called on KeyboardInterrupt
#2219 commented on
May 3, 2021 • 0 new comments -
bpo-30680: textwrap support for true (Unicode) em-dashes
#2224 commented on
May 3, 2021 • 0 new comments -
bpo-30665: fcntl.ioctl() now accepts larger range of integers
#2286 commented on
May 3, 2021 • 0 new comments -
bpo-30761: pdb: Add step/next count argument
#2399 commented on
May 3, 2021 • 0 new comments -
bpo-30710: getaddrinfo raises OverflowError
#2435 commented on
May 3, 2021 • 0 new comments -
bpo-16487: allow certificates to be specified from memory
#2449 commented on
May 3, 2021 • 0 new comments -
bpo-29926: IDLE: Fix blocking function ignore SIGINT
#2466 commented on
May 3, 2021 • 0 new comments -
bpo-30799: Increase test coverage Lib/_osx_support 99%
#2482 commented on
May 3, 2021 • 0 new comments -
bpo-24766: doc= argument to subclasses of property not handled correctly
#2487 commented on
May 3, 2021 • 0 new comments -
bpo-30844: selectors: add urgent data to read event
#2562 commented on
May 3, 2021 • 0 new comments -
bpo-30790: fix proxy works uncorrectly if registry value end with a semicolon
#2611 commented on
May 3, 2021 • 0 new comments -
bpo-30717: add unicode grapheme cluster break algorithm
#2673 commented on
May 3, 2021 • 0 new comments -
bpo-25516: Fix Condition._is_owned() is when using threading.Lock
#2681 commented on
May 3, 2021 • 0 new comments -
bpo-30931: Ensure the right socket is retrieved in asyncore
#2707 commented on
May 3, 2021 • 0 new comments -
bpo-30938: Add pdb command to show user-owned variables
#2732 commented on
May 3, 2021 • 0 new comments -
bpo-31020: Add support for custom compressor in tarfile
#2734 commented on
May 3, 2021 • 0 new comments -
bpo-22253: Add support to unnamed sections in ConfigParser
#2735 commented on
May 3, 2021 • 0 new comments -
bpo-30951: Correct co_names documentation in inspect module
#2743 commented on
May 3, 2021 • 0 new comments -
bpo-24869: Add startline and endline attributes to the tokens returned by shlex
#2799 commented on
May 3, 2021 • 0 new comments -
bpo-30988: Fix parsing address headers with dots start/end display name
#2811 commented on
May 3, 2021 • 0 new comments -
bpo-27790: Remove /LTCG from distutils linker flags in debug builds
#2814 commented on
May 3, 2021 • 0 new comments -
bpo-26579: Add object.__getstate__().
#2821 commented on
May 3, 2021 • 0 new comments -
bpo-30732: json.dumps() lacks information about RecursionError relate…
#2857 commented on
May 3, 2021 • 0 new comments -
bpo-31040: Add warning note about mimetypes.add_type ext argument format
#2871 commented on
May 3, 2021 • 0 new comments -
bpo-31040: Reject undotted extensions in mimetypes.add_type
#2895 commented on
May 3, 2021 • 0 new comments -
bpo-31048: If we haven't passed the transport to the protocol yet, close it ourself
#2920 commented on
May 3, 2021 • 0 new comments -
bpo-31078: Propogate use_rawinput to recursive pdb (debug command)
#2947 commented on
May 3, 2021 • 0 new comments -
bpo-26253: Add compressionlevel to tarfile stream
#2962 commented on
May 3, 2021 • 0 new comments -
bpo-12887 and bpo-14345: Document the availability and uses of the SO_ constants. Document SOL_SOCKET
#3072 commented on
May 3, 2021 • 0 new comments -
bpo-12067: Add tests to test_compare
#3199 commented on
May 3, 2021 • 0 new comments -
bpo-27923: Minor API improvements for binary sequences (PEP 467)
#3237 commented on
May 3, 2021 • 0 new comments -
bpo-26175: Fix SpooledTemporaryFile IOBase abstract
#3249 commented on
May 3, 2021 • 0 new comments -
bpo-17446: Get line numbers of properties in doctest
#3419 commented on
May 3, 2021 • 0 new comments -
bpo-29505: Fuzz ast.parse() / compile() with PyCF_ONLY_AST
#3437 commented on
May 3, 2021 • 0 new comments -
bpo-31412: wave.open takes a path-like object
#3484 commented on
May 3, 2021 • 0 new comments -
bpo-18875 Auto insertion of the closing parens, brackets, braces, and ticks
#3520 commented on
May 3, 2021 • 0 new comments -
bpo-28411: Remove PyInterpreterState.modules.
#3606 commented on
May 3, 2021 • 0 new comments -
bpo-31465: allow _PyType_Lookup() to raise exceptions
#3616 commented on
May 3, 2021 • 0 new comments -
bpo-30528: Fix IPv{4,6}Network reverse_pointer
#3632 commented on
May 3, 2021 • 0 new comments -
[PEP 558 - WIP] bpo-30744: Trace hooks no longer reset closure state
#3640 commented on
May 3, 2021 • 0 new comments -
bpo-31529: IDLE: Add docstrings and tests to some editor.py functions
#3669 commented on
May 3, 2021 • 0 new comments -
bpo-29298: Fix crash with required subparsers without dest
#3680 commented on
May 3, 2021 • 0 new comments -
bpo-21937: IDLE: Fix use of unsaved indicator in titlebar of shell window
#3701 commented on
May 3, 2021 • 0 new comments -
bpo-31603 Add file args to input builtin
#3814 commented on
May 3, 2021 • 0 new comments -
bpo-31704 Check HTTP response in uppercase
#3870 commented on
May 3, 2021 • 0 new comments -
bpo-31706: Make urlencode accept generators as value
#3901 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-31165: Call PyList_New() again if the source container was resized due to GC.
#3915 commented on
May 3, 2021 • 0 new comments -
bpo-24084: add sub-millisecond display in pstats
#3931 commented on
May 3, 2021 • 0 new comments -
bpo-30008: OpenSSL 1.1 compatibility without using deprecated API
#3943 commented on
May 3, 2021 • 0 new comments -
bpo-31779: Prevent assertion failures and a crash when using an uninitialized struct.Struct object
#3984 commented on
May 3, 2021 • 0 new comments -
bpo-31821: allow pause_reading() from connection_made()
#4053 commented on
May 3, 2021 • 0 new comments -
bpo-31828: make Py_tss_NEEDS_INIT usable in non-static initialisers
#4060 commented on
May 3, 2021 • 0 new comments -
bpo-31882: Cygwin: fix/skip some tests to work around hang in asyncio/asyncore test suites
#4149 commented on
May 3, 2021 • 0 new comments -
bpo-31883: Skip locale test that causes heap corruption on older versions of Cygwin
#4151 commented on
May 3, 2021 • 0 new comments -
bpo-31885: Cygwin: fix/skip some tests to work around hang in socket test suite
#4152 commented on
May 3, 2021 • 0 new comments -
bpo-4032: Cygwin: Add .dll.a to UnixCCompiler for searching libraries
#4153 commented on
May 3, 2021 • 0 new comments -
bpo-26228: pty.spawn hangs on FreeBSD, OS X, and Solaris
#4167 commented on
May 3, 2021 • 0 new comments -
bpo-31630: Skip tests for tan() near pi/2 on OpenBSD and NetBSD.
#4169 commented on
May 3, 2021 • 0 new comments -
bpo-31739: Fixed socket documentation to use with statement for socket examples.
#4181 commented on
May 3, 2021 • 0 new comments -
bpo-22281 ENH add introspection API for concurrent.futures Executor
#4243 commented on
May 3, 2021 • 0 new comments -
bpo-31699: Deadlocks in `concurrent.futures.ProcessPoolExecutor` with unpickling error
#4256 commented on
May 3, 2021 • 0 new comments -
bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize.
#4292 commented on
May 3, 2021 • 0 new comments -
bpo-7938: the makesetup script now respects macro define arguments of…
#4338 commented on
May 3, 2021 • 0 new comments -
bpo-32002 Fix legacy locale coercion tests on platforms that already have a default C.UTF-8 locale
#4361 commented on
May 3, 2021 • 0 new comments -
bpo-28197: Add start and stop keywords to range.index() method
#4378 commented on
May 3, 2021 • 0 new comments -
bpo-32073: Add copy_directory_metadata parameter to shutil.copytree and shutil.move
#4456 commented on
May 3, 2021 • 0 new comments -
bpo-32092: Mock patch fix autospec
#4476 commented on
May 3, 2021 • 0 new comments -
bpo-32055: Raise SyntaxWarning for chained `in' and `not in'.
#4501 commented on
May 3, 2021 • 0 new comments -
bpo-36550: pdb/cmd: avoid creating exceptions
#4666 commented on
May 3, 2021 • 0 new comments -
bpo-32196: Rewrite plistlib with functional style.
#4671 commented on
May 3, 2021 • 0 new comments -
bpo-32188: do not call os.path.realpath in ImpImporter.find_module
#4672 commented on
May 3, 2021 • 0 new comments -
bpo-12851: populate Py_buffer strides field for ctypes arrays.
#4714 commented on
May 3, 2021 • 0 new comments -
bpo-32234: Context manager available for mailbox instances
#4770 commented on
May 3, 2021 • 0 new comments -
bpo-13553: Document tkinter.Tk args
#4786 commented on
May 3, 2021 • 0 new comments -
bpo-29247: Document return value of epoll.poll()
#4798 commented on
May 3, 2021 • 0 new comments -
bpo-32280: Store `_PyRuntime` in a named section
#4802 commented on
May 3, 2021 • 0 new comments -
bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize. (alt)
#4901 commented on
May 3, 2021 • 0 new comments -
bpo-32353: Added docs about Embedding with an frozen module limitation.
#4910 commented on
May 3, 2021 • 0 new comments -
bpo-32347: Emulate Libc copyfiles()'s st_flags logic on Darwin
#4912 commented on
May 3, 2021 • 0 new comments -
bpo-32387: Remove ability to import non-version-tagged C extensions
#4943 commented on
May 3, 2021 • 0 new comments -
bpo-32419 Add unittest support for pyc projects, skip news
#4998 commented on
May 3, 2021 • 0 new comments -
bpo-28307: Convert simple C-style formatting with literal format into f-string.
#5012 commented on
May 3, 2021 • 0 new comments -
bpo-28494: Fix false positives when using zipfile.is_zipfile()
#5053 commented on
May 3, 2021 • 0 new comments -
bpo-18369: [WIP] Add certificate and private key types
#5162 commented on
May 3, 2021 • 0 new comments -
bpo-28879: Add Date header if missing in smtplib send_message
#5176 commented on
May 3, 2021 • 0 new comments -
bpo-32548: IDLE: Convert labels to hyperlinks in help_about
#5178 commented on
May 3, 2021 • 0 new comments -
bpo-32476 : Add concat function for ElementTree find
#5251 commented on
May 3, 2021 • 0 new comments -
bpo-32608: Adding a server into socketserver that handles client connection in new "multiprocessing.Process" processes.
#5258 commented on
May 3, 2021 • 0 new comments -
bpo-27815: Make SSL suppress_ragged_eofs default more secure
#5266 commented on
May 3, 2021 • 0 new comments -
bpo-30491: Add unawaited coroutine tracking mode
#5279 commented on
May 3, 2021 • 0 new comments -
bpo-32628: support DirectoryIndex for http server
#5308 commented on
May 3, 2021 • 0 new comments -
bpo-12706: timeout sentinel in ftplib and poplib documentation
#5309 commented on
May 3, 2021 • 0 new comments -
bpo-32742: use infolist for zipfile.ZipFile.extractall
#5472 commented on
May 3, 2021 • 0 new comments -
bpo-5594: IDLE startup configuration
#5541 commented on
May 3, 2021 • 0 new comments -
bpo-32780: Fix the PEP3118 format string for ctypes.Structure
#5561 commented on
May 3, 2021 • 0 new comments -
bpo-32782: PEP3118 itemsize of an empty ctypes array should not be 0
#5576 commented on
May 3, 2021 • 0 new comments -
WIP: bpo-1100942: Add datetime.time.strptime and datetime.date.strptime
#5578 commented on
May 3, 2021 • 0 new comments -
bpo-32397: Fix textwrap.wrap() so it's stable if run twice.
#5615 commented on
May 3, 2021 • 0 new comments -
bpo-32779: Fix urljoining with an empty query string.
#5645 commented on
May 3, 2021 • 0 new comments -
bpo-32839: Add after_info to tkinter
#5664 commented on
May 3, 2021 • 0 new comments -
bpo-32773: added --option to allow changing the preserve_mode for copy_file()
#5690 commented on
May 3, 2021 • 0 new comments -
bpo-32862: Make os.dup2(fd, fd) a no-op for valid fd
#5713 commented on
May 3, 2021 • 0 new comments -
bpo-32882: Added support for X25519 in SSLContext.set_ecdh_curve()
#5771 commented on
May 3, 2021 • 0 new comments -
bpo-32843: Additional changes to test.support docs
#5774 commented on
May 3, 2021 • 0 new comments -
bpo-32904: Fix a potential crash in os.chdir() and os.getcwd() on Windows
#5802 commented on
May 3, 2021 • 0 new comments -
bpo-32818: Fix a subprocess crash in Windows compatiblity mode
#5948 commented on
May 3, 2021 • 0 new comments -
bpo-32978: Fix reading huge floats in AIFC files.
#5952 commented on
May 3, 2021 • 0 new comments -
bpo-33051: IDLE: Separate editor options from the general tab in config
#6082 commented on
May 3, 2021 • 0 new comments -
bpo-33092: Better bytecodes for f-strings
#6132 commented on
May 3, 2021 • 0 new comments -
bpo-33159: Add name attribute to NameError
#6271 commented on
May 3, 2021 • 0 new comments -
bpo-13940: imaplib: All string arguments are now quoted when necessary.
#6395 commented on
May 3, 2021 • 0 new comments -
bpo-33222: Add canonicalisation to paths in site test suite.
#6434 commented on
May 3, 2021 • 0 new comments -
bpo-33257: Fix race conditions for non-threaded Tcl
#6444 commented on
May 3, 2021 • 0 new comments -
bpo-12029: Exception handling should match subclasses
#6461 commented on
May 3, 2021 • 0 new comments -
bpo-33294: Support complex expressions for py-print command.
#6481 commented on
May 3, 2021 • 0 new comments -
bpo-33318: Move folding tuples of constants from peephole.c into compiler.c.
#6545 commented on
May 3, 2021 • 0 new comments -
bpo-33338: [lib2to3] Synchronize token.py and tokenize.py with stdlib
#6572 commented on
May 3, 2021 • 0 new comments -
bpo-25478: Add scalar multiplication and division to Counter
#6574 commented on
May 3, 2021 • 0 new comments -
bpo-33349: make lib2to3 parse async generators everywhere
#6588 commented on
May 3, 2021 • 0 new comments -
bpo-30613: Fix that the distutils register command generates invalid HTTP multipart data
#6596 commented on
May 3, 2021 • 0 new comments -
bpo-33397: IDLE Help: Modifications for font size
#6665 commented on
May 3, 2021 • 0 new comments -
bpo-33413: asyncio.gather without a special Future
#6694 commented on
May 3, 2021 • 0 new comments -
bpo-33346: Allow async comprehensions inside implicit async comprehensions.
#6766 commented on
May 3, 2021 • 0 new comments -
bpo-33473: Be slightly better about CFLAGS, LDFLAGS, and related
#6771 commented on
May 3, 2021 • 0 new comments -
bpo-33484: Link instead of run certain test programs
#6781 commented on
May 3, 2021 • 0 new comments -
bpo-33485: make autoconf behave correctly in more cases
#6782 commented on
May 3, 2021 • 0 new comments -
bpo-33490: Use standard AX_PTHREAD macro
#6788 commented on
May 3, 2021 • 0 new comments -
bpo-33587: inspect.getsource: reorder stat on file in linecache
#6805 commented on
May 3, 2021 • 0 new comments -
bpo-33440: Defer imports in pathlib to reduce its import time.
#6820 commented on
May 3, 2021 • 0 new comments -
bpo-33507: Improve html rendering cgitb
#6854 commented on
May 3, 2021 • 0 new comments -
bpo-33521: Add 1.32x faster C implementation of asyncio.isfuture().
#6876 commented on
May 3, 2021 • 0 new comments -
bpo-32414: PyCapsule_Import() now imports submodules if needed.
#6898 commented on
May 3, 2021 • 0 new comments -
bpo-33525: Add env type checking when spawn called
#6910 commented on
May 3, 2021 • 0 new comments -
bpo-33568: Fix inconsistent behavior of non-ascii handling in EmailPolicy.fold
#6986 commented on
May 3, 2021 • 0 new comments -
bpo-33479: Remove unqualified tkinter threadsafe claim.
#6990 commented on
May 3, 2021 • 0 new comments -
bpo-23860: Remove unneeded lseek() call in mmap.mmap() (on Windows)
#7017 commented on
May 3, 2021 • 0 new comments -
bpo-33591: Fix CDLL to accept PathLike objects
#7032 commented on
May 3, 2021 • 0 new comments -
bpo-3405: Add support for user data of Tk virtual events to tkinter
#7142 commented on
May 3, 2021 • 0 new comments -
bpo-30945: Fix create_server to handle the case when iface isn't IPv6 enabled.
#7207 commented on
May 3, 2021 • 0 new comments -
bpo-33479: Tkinter docs
#7287 commented on
May 3, 2021 • 0 new comments -
bpo-28602: [WIP] Add fold support to fromutc
#7425 commented on
May 3, 2021 • 0 new comments -
bpo-30861: Return StreamReeader remaining buffer before raise an exception
#7473 commented on
May 3, 2021 • 0 new comments -
bpo-19102: Setting appropriate exit code when "tabnanny" is existing with errors.
#7699 commented on
May 3, 2021 • 0 new comments -
bpo-27777 Fix for several reported cgi.py issues
#7804 commented on
May 3, 2021 • 0 new comments -
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules
#7822 commented on
May 3, 2021 • 0 new comments -
bpo-33927: Add support for same infile and outfile to json.tool
#7865 commented on
May 3, 2021 • 0 new comments -
bpo-33949: runtest.py: handle loading of unittests by name
#7866 commented on
May 3, 2021 • 0 new comments -
bpo-33964: IDLE macosx - removed unused local dict.
#7926 commented on
May 3, 2021 • 0 new comments -
bpo-33973: Only split request lines on b'\x20'
#7932 commented on
May 3, 2021 • 0 new comments -
bpo-32475: Add argument to peek() into I/O buffer without reading
#7947 commented on
May 3, 2021 • 0 new comments -
bpo-33983: Make lib2to3.pytree.Base.children a list
#7977 commented on
May 3, 2021 • 0 new comments -
bpo-27755: replace DynOptionMenu/OptionMenu with ttk.Combobox
#7979 commented on
May 3, 2021 • 0 new comments -
bpo-33997: Fix racing condition in termination of pool result_handler
#8009 commented on
May 3, 2021 • 0 new comments -
bpo-25457: Allow json.encode() to handle mixed keys when sort_keys=True
#8011 commented on
May 3, 2021 • 0 new comments -
bpo-34206: Improve docs and test coverage for pre-init functions
#8023 commented on
May 3, 2021 • 0 new comments -
bpo-34001: Change handling of SSL protocol bounds with LibreSSL
#8055 commented on
May 3, 2021 • 0 new comments -
Add a coveragerc file that ignores code blocks that don't matter for coverage
#8150 commented on
May 3, 2021 • 0 new comments -
bpo-23926: Fix handling for removed PyArg_ParseTuple formatters
#8204 commented on
May 3, 2021 • 0 new comments -
bpo-34093: marshal: Stabilize FLAG_REF usage
#8226 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-29672: Save and restore module warning registries in catch_warnings
#8232 commented on
May 3, 2021 • 0 new comments -
bpo-34098: multiprocessing.Server now uses ExceptionWithTraceback
#8254 commented on
May 3, 2021 • 0 new comments -
bpo-34093: Stablize FLAG_REF usage (two-pass version)
#8293 commented on
May 3, 2021 • 0 new comments -
bpo-32814: Handle 8BITMIME availabilty in smtplib.SMTP.send_message
#8303 commented on
May 3, 2021 • 0 new comments -
bpo-22708: Upgrade HTTP CONNECT to protocol HTTP/1.1
#8305 commented on
May 3, 2021 • 0 new comments -
bpo-34088: sndhdr.what() doesn't fail on bad input.
#8319 commented on
May 3, 2021 • 0 new comments -
bpo-16512: one jpeg image added with different profile, code modified to detect all types of jpg
#8322 commented on
May 3, 2021 • 0 new comments -
bpo-1539381: Implement SpooledTemporaryFile.readinto
#8451 commented on
May 3, 2021 • 0 new comments -
bpo-34219: distutils: fix build_ext parse -Dkey=value
#8458 commented on
May 3, 2021 • 0 new comments -
bpo-34249: Full set of format codes applies to strftime only
#8502 commented on
May 3, 2021 • 0 new comments -
bpo-28140: Add help message for pip in REPL
#8536 commented on
May 3, 2021 • 0 new comments -
bpo-34272: Reorganize C API tests.
#8551 commented on
May 3, 2021 • 0 new comments -
bpo-34305: Unwrap decorators in getfile, rather than downstream
#8602 commented on
May 3, 2021 • 0 new comments -
bpo-33062: Add SSL renegotiation and key update
#8620 commented on
May 3, 2021 • 0 new comments -
bpo-24255: Replace debug level-related logic in http client with logging
#8633 commented on
May 3, 2021 • 0 new comments -
bpo-28940: Don't fail early when __length_hint__() is too big for preallocation.
#8635 commented on
May 3, 2021 • 0 new comments -
bpo-33898: Fix pathlib issues with Windows device paths
#8671 commented on
May 3, 2021 • 0 new comments -
bpo-34366: fix FreeBSD with both system lib and libuuid present
#8711 commented on
May 3, 2021 • 0 new comments -
bpo-34392: Add sys. _is_interned()
#8755 commented on
May 3, 2021 • 0 new comments -
bpo-34423: Fix check for overflow when casting from a double to integral types.
#8802 commented on
May 3, 2021 • 0 new comments -
bpo-34430 Symmetrical chaining futures in asyncio.future.wrap_future
#8807 commented on
May 3, 2021 • 0 new comments -
bpo-34449: HP aCC complains about invalid -fPIC on HP-UX
#8847 commented on
May 3, 2021 • 0 new comments -
bpo-34465: Added support for bytearrray type , to create IPv4 addresss
#8908 commented on
May 3, 2021 • 0 new comments -
bpo-23325: Turn signal.SIG_DFL and signal.SIG_IGN into functions.
#8920 commented on
May 3, 2021 • 0 new comments -
bpo-34510: add HTTPConnection.settimeout()
#8947 commented on
May 3, 2021 • 0 new comments -
bpo-34541: Fixed, pathlib.Path.iterdir now throws an exception when path is not valid
#8999 commented on
May 3, 2021 • 0 new comments -
Removed unused regex linebreak category.
#9259 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-17239: XML entity expansion limitation
#9265 commented on
May 3, 2021 • 0 new comments -
bpo-32876: fix handling of invalid markup declarations. (WIP)
#9295 commented on
May 3, 2021 • 0 new comments -
bpo-34676: Always return a 2-tuple from divmod() and PyNumber_Divmod().
#9301 commented on
May 3, 2021 • 0 new comments -
bpo-34690: DO NOT MERGE - Experimental "frozen modules".
#9320 commented on
May 3, 2021 • 0 new comments -
bpo-34696: Match PyByteArray_FromObject() behavior with the documentation
#9332 commented on
May 3, 2021 • 0 new comments -
bpo-34624: Allow regex for module passed via -W or PYTHONWARNINGS
#9358 commented on
May 3, 2021 • 0 new comments -
bpo-34732: modified to return uuid version between 1 to 5 based on RFC 4122
#9413 commented on
May 3, 2021 • 0 new comments -
bpo-34732: Delayed check of UUID version on actual instance
#9417 commented on
May 3, 2021 • 0 new comments -
bpo-34744 Lib/argparse.py %(flag)s format specifier for argparse.add_argument help string
#9427 commented on
May 3, 2021 • 0 new comments -
bpo-34138: add UTF8 marker per RFC
#9436 commented on
May 3, 2021 • 0 new comments -
bpo-19756: Change remote NNTP server to localhost server for most tests
#9461 commented on
May 3, 2021 • 0 new comments -
bpo-34722: Consistent serialization of sets in bytecode
#9472 commented on
May 3, 2021 • 0 new comments -
bpo-34766: clean BaseProxy cache when Manager client is connected
#9476 commented on
May 3, 2021 • 0 new comments -
bpo-34774: Use user-selected color theme for Help => IDLE Help.
#9502 commented on
May 3, 2021 • 0 new comments -
bpo-32990: Support WAVE_FORMAT_EXTENSIBLE in the wave module
#9515 commented on
May 3, 2021 • 0 new comments -
bpo-34753: Use coroutine object or coroutine function instead of coroutine
#9523 commented on
May 3, 2021 • 0 new comments -
bpo-25095: test_httpservers hangs since Python 3.5
#9564 commented on
May 3, 2021 • 0 new comments -
bpo-34800: Fix email.contentmanager raise error when policy.max_line_length is 0 or None
#9578 commented on
May 3, 2021 • 0 new comments -
bpo-34828 sqlite3.iterdump now correctly handles tables with autoincrement
#9621 commented on
May 3, 2021 • 0 new comments -
bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals
#9627 commented on
May 3, 2021 • 0 new comments -
bpo-34856: Make the repr of lambda containing the signature and body expression.
#9647 commented on
May 3, 2021 • 0 new comments -
bpo-34861 Make cProfile default output more useful
#9655 commented on
May 3, 2021 • 0 new comments -
bpo-34014: Added support of contextvars for BaseEventLoop.run_in_executor
#9688 commented on
May 3, 2021 • 0 new comments -
bpo-27165: Skip callables when printing an exception details
#9699 commented on
May 3, 2021 • 0 new comments -
bpo-18291: codecs text streams now split lines only with \r, \n and \r\n.
#9711 commented on
May 3, 2021 • 0 new comments -
bpo-34831: Asyncio tutorial
#9748 commented on
May 3, 2021 • 0 new comments -
bpo-34944: Update _dirnameW to accept long path names
#9769 commented on
May 3, 2021 • 0 new comments -
bpo-21880: IDLE: Ability to run 3rd party code checkers
#9802 commented on
May 3, 2021 • 0 new comments -
bpo-34971: add support for TLS sessions from asyncio
#9840 commented on
May 3, 2021 • 0 new comments -
bpo-34976: IDLE: first updated working version of a search bar
#9855 commented on
May 3, 2021 • 0 new comments -
WIP: bpo-34990: year 2038 problem in compileall.py
#9892 commented on
May 3, 2021 • 0 new comments -
bpo-34187: _WindowsConsoleIO rises correct exception
#9922 commented on
May 3, 2021 • 0 new comments -
bpo-34979: fix "SyntaxError: Non-UTF-8 code start with \xe8..." caused by function decoding_fgets
#9923 commented on
May 3, 2021 • 0 new comments -
[Skip Issue] In _PyIO_trap_eintr(), check if "val" is not an OSError after PyErr_NormalizeException()
#9929 commented on
May 3, 2021 • 0 new comments -
bpo-28053: Complete and fix custom reducers in multiprocessing.
#9959 commented on
May 3, 2021 • 0 new comments -
bpo-37800: Clean up importlib documentation for some module attributes
#10016 commented on
May 3, 2021 • 0 new comments -
bpo-14856: Deprecate using add_parser() to overwrite an existing subparser
#10159 commented on
May 3, 2021 • 0 new comments -
bpo-35101: Fix inspect.findsource breaking on class frame objects
#10209 commented on
May 3, 2021 • 0 new comments -
bpo-25416: add aliases for cp874 and mac_cyrillic encodings
#10237 commented on
May 3, 2021 • 0 new comments -
bpo-33376: clear cursor->statement when setting cursor->reset
#10250 commented on
May 3, 2021 • 0 new comments -
bpo-33533: Implement as_completed as an asynchronous generator
#10251 commented on
May 3, 2021 • 0 new comments -
Add IPv4 socket option constant IP_PKTINFO as socket module attribute.
#10294 commented on
May 3, 2021 • 0 new comments -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
May 3, 2021 • 0 new comments -
bpo-35191: Fix unexpected integer truncation in socket.setblocking()
#10415 commented on
May 3, 2021 • 0 new comments -
bpo-22393: Fix multiprocessing.Pool hangs if a worker process dies unexpectedly
#10441 commented on
May 3, 2021 • 0 new comments -
bpo-35210: Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read
#10451 commented on
May 3, 2021 • 0 new comments -
bpo-35236: Add trailing slash to FTP directory path
#10520 commented on
May 3, 2021 • 0 new comments -
bpo-35270: Cmd.complete: use completedefault also with cmd=None
#10588 commented on
May 3, 2021 • 0 new comments -
[Skip Issue] Fix the error handling in tee_fromiterable()
#10602 commented on
May 3, 2021 • 0 new comments -
bpo-25439: Added additional type checks to urllib.request.Request
#10616 commented on
May 3, 2021 • 0 new comments -
bpo-35282: Add a return value to lib2to3.refactor_file and refactor_dir
#10618 commented on
May 3, 2021 • 0 new comments -
bpo-35278: Sanitize tempfile prefix to prevent directory treversal
#10627 commented on
May 3, 2021 • 0 new comments -
bpo-35227: Add support for file objects of unknown size to tarfile
#10714 commented on
May 3, 2021 • 0 new comments -
bpo-27777 : cgi.FieldStorage can't parse simple body with Con…
#10771 commented on
May 3, 2021 • 0 new comments -
bpo-14074: argparse doesn't allow metavar to be a tuple
#10847 commented on
May 3, 2021 • 0 new comments -
bpo-35335: explicitely allows msgfmt.py to compile more than one input po files
#10875 commented on
May 3, 2021 • 0 new comments -
bpo-5430: Preservation LF, CR in IMAP4 append method.
#10901 commented on
May 3, 2021 • 0 new comments -
bpo-17088: Fix handling of XML attributes when serializing with default namespace
#11050 commented on
May 3, 2021 • 0 new comments -
bpo-32810: Allow accessing the ags_gen and agt_gen attrs of async generators
#11166 commented on
May 3, 2021 • 0 new comments -
bpo-35517: selector.EpollSelector: add new parameter to support extra events
#11193 commented on
May 3, 2021 • 0 new comments -
Fix bpo-19217: Calling assertEquals for moderately long list takes too long
#11204 commented on
May 3, 2021 • 0 new comments -
bpo-35302: Try each (remote addrinfo, local addrinfo) pair when connecting.
#11241 commented on
May 3, 2021 • 0 new comments -
bpo-35105: Document that CPython accepts "invalid" identifiers
#11263 commented on
May 3, 2021 • 0 new comments -
bpo-35514: Enhanced the explanation on reference count details
#11277 commented on
May 3, 2021 • 0 new comments -
bpo-33661: Clear Authorization header when redirect to cross-site
#11292 commented on
May 3, 2021 • 0 new comments -
bpo-35540: Add collections.defaultdict support to dataclasses.{asdict,astuple}
#11361 commented on
May 3, 2021 • 0 new comments -
bpo-35617: Fix for unittest discover not working with implicit namespace packages
#11364 commented on
May 3, 2021 • 0 new comments -
bpo-35232: Add module and qualname arguments to dataclasses.make_dataclass()
#11371 commented on
May 3, 2021 • 0 new comments -
bpo-35638: Introduce fixed point locale aware format type
#11405 commented on
May 3, 2021 • 0 new comments -
bpo-35675: IDLE config_key - separate window and frame classes
#11427 commented on
May 3, 2021 • 0 new comments -
bpo-19974: Make extractall method of tarfile overwrites directory sym…
#11445 commented on
May 3, 2021 • 0 new comments -
bpo-35690: Add fix and tests for idlelib.debugger module
#11451 commented on
May 3, 2021 • 0 new comments -
bpo-35677: Do not automount directories by os.stat() on Linux.
#11455 commented on
May 3, 2021 • 0 new comments -
bpo-35718: Cannot initialize the "force" Command-option in initialize_options()
#11526 commented on
May 3, 2021 • 0 new comments -
bpo-35723: Proof of concept for tzidx cache
#11529 commented on
May 3, 2021 • 0 new comments -
bpo-27015: Save kwargs given to exceptions constructor
#11580 commented on
May 3, 2021 • 0 new comments -
bpo-35759: add introspection API for asynchronous generators
#11590 commented on
May 3, 2021 • 0 new comments -
bpo-35770: Convert menudefs to dictionary
#11615 commented on
May 3, 2021 • 0 new comments -
Make b64decode with validate=True faster by compiling regex
#11634 commented on
May 3, 2021 • 0 new comments -
bpo-35707: support __index__ and __float__ in time functions
#11636 commented on
May 3, 2021 • 0 new comments -
[DOC] urllib.request: Explain how works Basic HTTP Authentication
#11637 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-24177: Add env var proxy support to http.client
#11729 commented on
May 3, 2021 • 0 new comments -
bpo-35780: Add link guards to the lru_cache() C code
#11733 commented on
May 3, 2021 • 0 new comments -
bpo-26243: data= is positional-only just on CPython
#11754 commented on
May 3, 2021 • 0 new comments -
bpo-35913: asyncore: allow handling of half closed connections
#11770 commented on
May 3, 2021 • 0 new comments -
bpo-35921: Use ccache if available
#11773 commented on
May 3, 2021 • 0 new comments -
bpo-35970: Add help flag to base64 util
#11789 commented on
May 3, 2021 • 0 new comments -
bpo-17164: Make MozillaCookieJar use curl's format for session cookies
#11792 commented on
May 3, 2021 • 0 new comments -
bpo-35889: Add repr() to sqlite3.Row
#11820 commented on
May 3, 2021 • 0 new comments -
bpo-21360: mailbox.Maildir now ignores files with a leading dot
#11833 commented on
May 3, 2021 • 0 new comments -
bpo-34235: PyArg_ParseTupleAndKeywords: support required keyword arguments
#11834 commented on
May 3, 2021 • 0 new comments -
bpo-35989: Forbid a netmask > 32 for ipaddress.IPv4Network
#11844 commented on
May 3, 2021 • 0 new comments -
bpo-35954: Clarify string conversion in ConfigParser
#11918 commented on
May 3, 2021 • 0 new comments -
bpo-36053 fix pkgutil.walk_packages
#11956 commented on
May 3, 2021 • 0 new comments -
bpo-36073: Raise ProgrammingError on recursive usage of cursors in sqlite converters
#11984 commented on
May 3, 2021 • 0 new comments -
bpo-21150: add quick link/summary table to the top of argparse documentation
#12005 commented on
May 3, 2021 • 0 new comments -
bpo-26228: Fix pty EOF handling
#12049 commented on
May 3, 2021 • 0 new comments -
Fix bpo-36041: fix folding of quoted string in display_name violates RFC
#12054 commented on
May 3, 2021 • 0 new comments -
bpo-36121: Override field_size_limit per csv.reader object
#12071 commented on
May 3, 2021 • 0 new comments -
bpo-33944: Add site.py debugging via PYTHONSITEDEBUG
#12107 commented on
May 3, 2021 • 0 new comments -
bpo-13055: Fix empty version handling in disutils.version
#12126 commented on
May 3, 2021 • 0 new comments -
bpo-36160: Fix AttributeError on sysconfig._CONFIG_VARS.clear() if test_site is run separately
#12131 commented on
May 3, 2021 • 0 new comments -
bpo-29539: Implementation to return all mta status codes
#12148 commented on
May 3, 2021 • 0 new comments -
bpo-23689: re module, allocate SRE_REPEAT in a memory pool
#12160 commented on
May 3, 2021 • 0 new comments -
bpo-36226: Fix multipart false positive header defects
#12214 commented on
May 3, 2021 • 0 new comments -
bpo-36203: Check callback is callable in PyWeakref_NewRef
#12244 commented on
May 3, 2021 • 0 new comments -
bpo-4080: unittest durations
#12271 commented on
May 3, 2021 • 0 new comments -
bpo-15749: Fix text formatting in cgitb when display is disabled
#12316 commented on
May 3, 2021 • 0 new comments -
bpo-36305: Fixes to path handling and parsing in pathlib
#12361 commented on
May 3, 2021 • 0 new comments -
bpo-35100: add unquote_to_bytes_plus to the urllib.parse module
#12368 commented on
May 3, 2021 • 0 new comments -
bpo-31062: Allow socket.makefile to handle line buffering properly
#12370 commented on
May 3, 2021 • 0 new comments -
bpo-36335: add bdb.Bdb.is_skipped_frame
#12392 commented on
May 3, 2021 • 0 new comments -
bpo-36345: Doc: make serve uses http.server instead of Tools/scripts/server.py
#12408 commented on
May 3, 2021 • 0 new comments -
bpo-36346: Prepare for removing the legacy Unicode C API.
#12409 commented on
May 3, 2021 • 0 new comments -
bpo-36353: fix -R option of build_ext for OSX
#12418 commented on
May 3, 2021 • 0 new comments -
bpo-35859: fix bugs in re engine
#12427 commented on
May 3, 2021 • 0 new comments -
bpo-31199: configure fails if libasan is not installed when --with-address-sanitizer is enabled
#12433 commented on
May 3, 2021 • 0 new comments -
bpo-36388: pdb: do_debug: restore previous sys.gettrace (might be None)
#12479 commented on
May 3, 2021 • 0 new comments -
bpo-36375: PEP 499 implementation: "python -m foo" binds the main module as both __main__ and foo in sys.modules
#12490 commented on
May 3, 2021 • 0 new comments -
bpo-31341: cleanup IRIX-specific macros sgi and __sgi
#12587 commented on
May 3, 2021 • 0 new comments -
bpo-35983: improve and test old trashcan macros
#12607 commented on
May 3, 2021 • 0 new comments -
bpo-36485: Add sys.clear_caches().
#12632 commented on
May 3, 2021 • 0 new comments -
bpo-36485: Add the cachesreg module.
#12639 commented on
May 3, 2021 • 0 new comments -
bpo-36494: bdb.Bdb.set_trace: set frame.f_trace_lines = True
#12640 commented on
May 3, 2021 • 0 new comments -
bpo-36512: future_factory argument for Thread/ProcessPoolExecutor
#12668 commented on
May 3, 2021 • 0 new comments -
bpo-36516: Let Python Launcher recognize pyw file as Python GUI Script file type correctly.
#12672 commented on
May 3, 2021 • 0 new comments -
bpo-18697: Update PyUnicode parameter names
#12680 commented on
May 3, 2021 • 0 new comments -
bpo-14841: shutil.get_terminal_size: use stdin/stderr also
#12697 commented on
May 3, 2021 • 0 new comments -
bpo-33775: Add the words 'default' and 'version' help text localizable.
#12711 commented on
May 3, 2021 • 0 new comments -
bpo-27992: Clarify %(prog)s in argparse help formatter for sys.argv[0]
#12717 commented on
May 3, 2021 • 0 new comments -
bpo-33632: Avoid signed integer overflow in the _thread module
#12729 commented on
May 3, 2021 • 0 new comments -
bpo-36563: pdb: do not read .pdbrc twice when in $HOME
#12731 commented on
May 3, 2021 • 0 new comments -
bpo-36570: ftplib retry when passive connection timeouts
#12740 commented on
May 3, 2021 • 0 new comments -
bpo-36581: Fix dir() on MagicMock with tuple specs
#12753 commented on
May 3, 2021 • 0 new comments -
bpo-36602: Allow pathlib.Path.iterdir to list recursively
#12785 commented on
May 3, 2021 • 0 new comments -
bpo-36608: Make ensurepip download artifacts from PyPI
#12791 commented on
May 3, 2021 • 0 new comments -
bpo-36612: Edit unittest.rst on SetUpClass calls
#12798 commented on
May 3, 2021 • 0 new comments -
bpo-36488: os.sendfile() on BSD and macOS doesn't return bytes sent on EINTR
#12807 commented on
May 3, 2021 • 0 new comments -
bpo-18564: Fix integer overflow in socketmodule.
#12864 commented on
May 3, 2021 • 0 new comments -
bpo-14817: add tests to extend_path
#12871 commented on
May 3, 2021 • 0 new comments -
bpo-36667: pdb: restore SIGINT handler in sigint_handler already
#12880 commented on
May 3, 2021 • 0 new comments -
bpo-28113: Convert Win32{Symlink,Junction}Tests to use support.TESTFN
#12907 commented on
May 3, 2021 • 0 new comments -
bpo-36461: Added the total_time parameter to the timeit.autorange() function.
#12953 commented on
May 3, 2021 • 0 new comments -
bpo-36461: timeit - Additional changes for autorange
#12954 commented on
May 3, 2021 • 0 new comments -
bpo-18099: Don't set Content-Length for 1xx, 204 and 304 requests
#12955 commented on
May 3, 2021 • 0 new comments -
bpo-36738: Add `array_hook` kwarg to json module functions/classes
#12980 commented on
May 3, 2021 • 0 new comments -
bpo-36694: Do not memoize temporary objects in the C implementation of pickle.
#13036 commented on
May 3, 2021 • 0 new comments -
bpo-34861: better cProfile CLI defaults: sort by time, restrict to top 20
#13083 commented on
May 3, 2021 • 0 new comments -
bpo-36796: Clean the error handling in _testcapimodule.c
#13085 commented on
May 3, 2021 • 0 new comments -
bpo-36819: Fix out-of-bounds writes in encoders
#13134 commented on
May 3, 2021 • 0 new comments -
bpo-24263: Fix unittest to discover tests named with non-ascii characters
#13149 commented on
May 3, 2021 • 0 new comments -
bpo-36825: Make TestCase aware of the command line arguments given to TestProgram
#13151 commented on
May 3, 2021 • 0 new comments -
bpo-14156: Make argparse.FileType work correctly for binary file mode…
#13165 commented on
May 3, 2021 • 0 new comments -
bpo-36824: Refactor str tests to reflect that str and unicode are merged in Python 3
#13172 commented on
May 3, 2021 • 0 new comments -
bpo-36839: Support the buffer protocol in code objects
#13177 commented on
May 3, 2021 • 0 new comments -
bpo-36674: Stops skipped tests from running in debug mode.
#13180 commented on
May 3, 2021 • 0 new comments -
bpo-36849: Improve libcurses detection on HP-UX
#13184 commented on
May 3, 2021 • 0 new comments -
bpo-36464: fix parallel build race problem
#13186 commented on
May 3, 2021 • 0 new comments -
bpo-36852: detection of mips architecture for soft float
#13196 commented on
May 3, 2021 • 0 new comments -
bpo-29779: New environment variable PYTHONHISTORY
#13208 commented on
May 3, 2021 • 0 new comments -
bpo-18387: Add 'symbols' link to pydoc's html menu bar
#13225 commented on
May 3, 2021 • 0 new comments -
bpo-36841: Supporting customization of float encoding in JSON
#13233 commented on
May 3, 2021 • 0 new comments -
bpo-36780: Add wait_at_exit to ThreadPoolExecutor.shutdown.
#13250 commented on
May 3, 2021 • 0 new comments -
bpo-36777: unittest discover should not throw TypeError on empty packages
#13259 commented on
May 3, 2021 • 0 new comments -
bpo-36954: Skip test_recursive_repr test when running test_xml_etree under coverage trace
#13267 commented on
May 3, 2021 • 0 new comments -
bpo-22135: Allow to break into pdb with Ctrl-C for all the commands t…
#13269 commented on
May 3, 2021 • 0 new comments -
bpo-30535: Explicitly note that sys.meta_path is not empty
#13300 commented on
May 3, 2021 • 0 new comments -
bpo-26124: Add note for shlex.quote()
#13333 commented on
May 3, 2021 • 0 new comments -
bpo-31171: add `-lpthread' to build multiprocessing for linux platform
#13353 commented on
May 3, 2021 • 0 new comments -
bpo-36927: Improve the docstring and Doc of traceback.
#13359 commented on
May 3, 2021 • 0 new comments -
bpo-36880: Fix refcount issue when returning None from a ctypes.py_object callback
#13364 commented on
May 3, 2021 • 0 new comments -
bpo-18060: Updating _fields_ of a derived struct type yields a bad cif
#13374 commented on
May 3, 2021 • 0 new comments -
bpo-36950: Add run_until in test.support.script_helper
#13407 commented on
May 3, 2021 • 0 new comments -
bpo-36959: Fix checks for invalid ISO date formats in _strptime
#13408 commented on
May 3, 2021 • 0 new comments -
bpo-35849 Added thousands separators to Lib/pstats.py final report
#13411 commented on
May 3, 2021 • 0 new comments -
bpo-36967: Eliminate unnecessary check in _strptime when determining AM/PM
#13428 commented on
May 3, 2021 • 0 new comments -
bpo-36906: Add str.dedent and cache it at compile time
#13445 commented on
May 3, 2021 • 0 new comments -
bpo-36770: add feature for shutil.make_archive
#13447 commented on
May 3, 2021 • 0 new comments -
bpo-36977: Make SharedMemoryManager release its resources if its parent process dies
#13451 commented on
May 3, 2021 • 0 new comments -
bpo-36998: Fix distutils' sdist command for undecodable filenames
#13467 commented on
May 3, 2021 • 0 new comments -
WIP: bpo-21914: Add tests for Turtle GUI
#13494 commented on
May 3, 2021 • 0 new comments -
bpo-37013: Fix the error handling in socket.if_indextoname()
#13503 commented on
May 3, 2021 • 0 new comments -
bpo-37030: hide undocumented commands in cmd module
#13536 commented on
May 3, 2021 • 0 new comments -
bpo-29699: shutil.rmtree should not fail with FileNotFoundError (race condition)
#13580 commented on
May 3, 2021 • 0 new comments -
bpo-36411: Python 3 f.tell() gets out of sync with file pointer in binary append+read mode
#13717 commented on
May 3, 2021 • 0 new comments -
bpo-35964: shutil.make_archive (xxx, tar, root_dir) is adding './' entry to archive which is wrong
#13738 commented on
May 3, 2021 • 0 new comments -
bpo-32865: Pass the _O_NOINHERIT flag to _open_osfhandle() calls
#13739 commented on
May 3, 2021 • 0 new comments -
bpo-37086: fixed time.sleep error message
#13768 commented on
May 3, 2021 • 0 new comments -
bpo-37093: Allow http.client to parse non-ASCII header names
#13788 commented on
May 3, 2021 • 0 new comments -
bpo-37144: Convert path-like object to regular path
#13817 commented on
May 3, 2021 • 0 new comments -
bpo-28708: Dynamically allocate select fd_sets on Windows based on inputs size
#13842 commented on
May 3, 2021 • 0 new comments -
bpo-37166: inspect.findsource() no longer triggers IndexError...
#13850 commented on
May 3, 2021 • 0 new comments -
bpo-37174: Fix bug in sched.py and add cancel_all() method.
#13862 commented on
May 3, 2021 • 0 new comments -
bpo-37211: obmalloc: eliminate limit on pool size
#13934 commented on
May 3, 2021 • 0 new comments -
bpo-37222: Fix for CacheFTPHandler in urllib
#13951 commented on
May 3, 2021 • 0 new comments -
bpo-26180: Fix multiple registration of ForkAwareLocal atfork cleaner
#13986 commented on
May 3, 2021 • 0 new comments -
bpo-28459: Fix _pyio on Cygwin where the msvcrt module is not built
#14013 commented on
May 3, 2021 • 0 new comments -
bpo-37260: shutil.rmtree() FileNotFoundError race condition
#14064 commented on
May 3, 2021 • 0 new comments -
bpo-37270: Manage memory lifetime for all type-related objects.
#14066 commented on
May 3, 2021 • 0 new comments -
bpo-1572968: Release the GIL while calling mmap() in the mmap module
#14114 commented on
May 3, 2021 • 0 new comments -
bpo-28869: Set class module to caller module in ABCMeta.__new__
#14126 commented on
May 3, 2021 • 0 new comments -
bpo-37308: Fix possible mojibake in mmap.mmap() when using the tagname param
#14133 commented on
May 3, 2021 • 0 new comments -
bpo-28869: Skip one additional frame when type.__new__ is called not directly from type.__call__.
#14166 commented on
May 3, 2021 • 0 new comments -
bpo-20183: Convert the mmap module to the Argument Clinic
#14207 commented on
May 3, 2021 • 0 new comments -
bpo-6839: removed unnecessary file name encoding test from ZipFile.open()
#14212 commented on
May 3, 2021 • 0 new comments -
bpo-37334: Add a cancel method to asyncio Queues
#14227 commented on
May 3, 2021 • 0 new comments -
bpo-37349: Allow specification of custom environmental variables in EnvBuilder
#14272 commented on
May 3, 2021 • 0 new comments -
bpo-37302: Add an "onerror" callback parameter to the tempfile.TemporaryDirectory member functions
#14292 commented on
May 3, 2021 • 0 new comments -
bpo-37371: Optimize and refactor readline().
#14306 commented on
May 3, 2021 • 0 new comments -
bpo-20177: Convert the time module to the Argument Clinic
#14311 commented on
May 3, 2021 • 0 new comments -
bpo-37374: Do not escape quotes in minidom inside text segments
#14312 commented on
May 3, 2021 • 0 new comments -
bpo-37382: check for debug info before testing GDB
#14331 commented on
May 3, 2021 • 0 new comments -
bpo-37407:Update imaplib.py to account for additional padding
#14388 commented on
May 3, 2021 • 0 new comments -
bpo-37366: add onitem callback argument to shutil.rmtree()
#14419 commented on
May 3, 2021 • 0 new comments -
bpo-26828: Add __length_hint__() to builtin map iterator
#14432 commented on
May 3, 2021 • 0 new comments -
bpo-36656: Add race-free os.symlink wrapper / helper
#14464 commented on
May 3, 2021 • 0 new comments -
bpo-39452: Improve the __main__ module documentation
#14487 commented on
May 3, 2021 • 0 new comments -
bpo-37439 - Add random.binomialvariate()
#14530 commented on
May 3, 2021 • 0 new comments -
bpo-15500: Export threading.Thread() names to the OS
#14578 commented on
May 3, 2021 • 0 new comments -
bpo-37497: Add inspect.Signature.from_text().
#14579 commented on
May 3, 2021 • 0 new comments -
bpo-29312: use METH_FASTCALL for dict.update
#14589 commented on
May 3, 2021 • 0 new comments -
bpo-37501: Fix test failures when CPython is built without docstrings
#14592 commented on
May 3, 2021 • 0 new comments -
bpo-37187: Update PyCField_get_size
#14647 commented on
May 3, 2021 • 0 new comments -
bpo-37367: octal escapes applied inconsistently throughout the interpreter and lib
#14654 commented on
May 3, 2021 • 0 new comments -
bpo-27379: In order to keep backward compatibility, update SocketType's type
#14710 commented on
May 3, 2021 • 0 new comments -
bpo-7940: add support for negative end positions to re.finditer and re.findall
#14744 commented on
May 3, 2021 • 0 new comments -
bpo-30588: document codecs.escape_decode
#14747 commented on
May 3, 2021 • 0 new comments -
bpo-25998: Fix doctest badly handling unwrapable objects
#14756 commented on
May 3, 2021 • 0 new comments -
bpo-13127: Fix attr name setter behavior
#14757 commented on
May 3, 2021 • 0 new comments -
bpo-25433: Align bytearray strip methods to those found in byteobject.c
#14771 commented on
May 3, 2021 • 0 new comments -
bpo-24053: Add EXIT_SUCCESS and EXIT_FAILURE values in the sys module
#14773 commented on
May 3, 2021 • 0 new comments -
bpo-21861: Improve _io.FileIO.__repr__
#14774 commented on
May 3, 2021 • 0 new comments -
bpo-37592: sysconfig no longer relies on sys.version
#14776 commented on
May 3, 2021 • 0 new comments -
bpo-34543: Fix SystemErrors and segfaults with uninitialized Structs
#14777 commented on
May 3, 2021 • 0 new comments -
bpo-37522: Modify the parse of Set-Cookie
#14781 commented on
May 3, 2021 • 0 new comments -
bpo-7202: Parse command global options
#14787 commented on
May 3, 2021 • 0 new comments -
bpo-37560: Add exception handler in FieldStorage cleanup
#14815 commented on
May 3, 2021 • 0 new comments -
bpo-13272: 2to3 string constants fixer
#14835 commented on
May 3, 2021 • 0 new comments -
bpo-34697: Deleteing PyCField_new function
#14837 commented on
May 3, 2021 • 0 new comments -
bpo-37621: Don't emit NEWLINE tokens on blank line continuations
#14840 commented on
May 3, 2021 • 0 new comments -
bpo-37609: Add device path support in ntpath splitdrive
#14841 commented on
May 3, 2021 • 0 new comments -
bpo-37612: always call linkat() from os.link(), if available
#14843 commented on
May 3, 2021 • 0 new comments -
[bpo-16512](https://bugs.python.org/issue16512): Improve jpeg detection in imghdr
#14862 commented on
May 3, 2021 • 0 new comments -
bpo-1346874: Add 'Expect: 100-Continue' support to httplib
#14880 commented on
May 3, 2021 • 0 new comments -
bpo-37650: tempfile: flock(LOCK_SH) on temporary directories
#14908 commented on
May 3, 2021 • 0 new comments -
bpo-30755: Allow fallback to UTF-8 encoding on systems with no locales installed.
#14925 commented on
May 3, 2021 • 0 new comments -
Fix PYTHONPATH man page in empty-value case
#14946 commented on
May 3, 2021 • 0 new comments -
bpo-24935: On all posix systems, not just Darwin, set LDSHARED (if not set) according to CC
#14950 commented on
May 3, 2021 • 0 new comments -
bpo-37538: Zipfile refactor
#14957 commented on
May 3, 2021 • 0 new comments -
bpo-15987: Add ast.AST class richcompare methods
#14970 commented on
May 3, 2021 • 0 new comments -
bpo-30193: Allow to load buffer objects with json.loads()
#14977 commented on
May 3, 2021 • 0 new comments -
bpo-2920: Use the symbolic errno name in OSError error messages
#14988 commented on
May 3, 2021 • 0 new comments -
bpo-37246: Check expiry with current timestamp in DefaultCookiePolicy
#15023 commented on
May 3, 2021 • 0 new comments -
bpo-28053: Allow custom reducer when using multiprocessing
#15058 commented on
May 3, 2021 • 0 new comments -
bpo-29750: support non-ASCII passwords in smtplib
#15064 commented on
May 3, 2021 • 0 new comments -
bpo-17254: Thai Language Aliases
#15079 commented on
May 3, 2021 • 0 new comments -
bpo-37749: modified is_global to handle multicast addresses
#15088 commented on
May 3, 2021 • 0 new comments -
bpo-19692: Rename Py_SAFE_DOWNCAST to _Py_DOWNCAST
#15090 commented on
May 3, 2021 • 0 new comments -
bpo-37755: Use configured output in pydoc instead of pager
#15105 commented on
May 3, 2021 • 0 new comments -
bpo-37763: Teach setup.py to pick up "-isystem <dir>" from $CPPFLAGS
#15136 commented on
May 3, 2021 • 0 new comments -
bpo-37768: IDLE: show help(object) output in a text viewing window
#15140 commented on
May 3, 2021 • 0 new comments -
bpo-37774: use Py_LIKELY/Py_UNLIKELY for vectorcall
#15144 commented on
May 3, 2021 • 0 new comments -
Allow graceful error handling in messages.py when MIMEText object encodes payload
#15147 commented on
May 3, 2021 • 0 new comments -
bpo-21261: IDLE - add completion of dict sting keys
#15169 commented on
May 3, 2021 • 0 new comments -
bpo-37788: fix reference leak caused by threading._shutdown_locks
#15175 commented on
May 3, 2021 • 0 new comments -
bpo-37794: MSVCCompiler: Replace /Ox with /O2
#15179 commented on
May 3, 2021 • 0 new comments -
bpo-21161: pdb: default: handle list comprehensions
#15194 commented on
May 3, 2021 • 0 new comments -
bpo-37808: Deprecate passing a single argument to super()
#15205 commented on
May 3, 2021 • 0 new comments -
bpo-37821: IDLE completion namespace fix
#15207 commented on
May 3, 2021 • 0 new comments -
bpo-15010, unittest: _top_level_dir is incorrectly persisted
#15242 commented on
May 3, 2021 • 0 new comments -
bpo-21109: Add SafeTarFile
#15244 commented on
May 3, 2021 • 0 new comments -
bpo-12611: 2to3 crashes when converting doctest using reduce()
#15249 commented on
May 3, 2021 • 0 new comments -
bpo-37842: Argument Clinic: Initialize Py_buffer variables more efficiently
#15254 commented on
May 3, 2021 • 0 new comments -
bpo-5664: 2to3 convert Cookie.Cookie properly
#15268 commented on
May 3, 2021 • 0 new comments -
bpo-37645: simplify __str__ of function objects
#15295 commented on
May 3, 2021 • 0 new comments -
bpo-34276: round-trip file URI's with multiple leading slashes
#15297 commented on
May 3, 2021 • 0 new comments -
bpo-11671: add header validation from http.client to wsgiref.headers.Headers
#15299 commented on
May 3, 2021 • 0 new comments -
bpo-37864: Correct and deduplicate "isprintable" docs; add test.
#15300 commented on
May 3, 2021 • 0 new comments -
bpo-37824: Properly handle user input warnings in IDLE shell.
#15311 commented on
May 3, 2021 • 0 new comments -
bpo-37836: support .as_integer_ratio() in Fraction
#15327 commented on
May 3, 2021 • 0 new comments -
bpo-37836: document as_integer_ratio() in the data model
#15328 commented on
May 3, 2021 • 0 new comments -
bpo-19820: Updated documentation for inspect module: some module attributes were…
#15359 commented on
May 3, 2021 • 0 new comments -
bpo-37907: Slightly improve performance of PyLong_AsSsize_t() with large longs
#15363 commented on
May 3, 2021 • 0 new comments -
bpo-37910: argparse usage wrapping should allow whitespace differences caused by metavar
#15372 commented on
May 3, 2021 • 0 new comments -
bpo-37916: distutils: allow overriding of the RANLIB command on macOS (darwin)
#15387 commented on
May 3, 2021 • 0 new comments -
bpo-37921: Better handle symlinks in the zipfile module
#15401 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-37938: Refactor PyLong_As*() functions
#15457 commented on
May 3, 2021 • 0 new comments -
bpo-32847: Add DirectoryNotEmptyError subclass of OSError
#15496 commented on
May 3, 2021 • 0 new comments -
bpo-37527: Fixing the "Invalid argument" bug on datetime.timestamp()
#15498 commented on
May 3, 2021 • 0 new comments -
bpo-30076: Rename the BUILD_{TUPLE,MAP}_UNPACK_WITH_CALL opcodes
#15513 commented on
May 3, 2021 • 0 new comments -
bpo-23878: Remove the key parameter of _Py_FindEnvConfigValue()
#15555 commented on
May 3, 2021 • 0 new comments -
bpo-30988: Fix parsing invalid email address headers starting or ending with a dot
#15600 commented on
May 3, 2021 • 0 new comments -
bpo-15999: Accept arbitrary values for boolean parameters.
#15609 commented on
May 3, 2021 • 0 new comments -
bpo-37969: Correct urllib.parse functions dropping the delimiters of empty URI components
#15642 commented on
May 3, 2021 • 0 new comments -
bpo-36267: Fix index_error of argparse
#15656 commented on
May 3, 2021 • 0 new comments -
bpo-37858: relax cookiejar.py case-sensitive regex for the inconsequential first line of the cookie file
#15673 commented on
May 3, 2021 • 0 new comments -
bpo-38031: Fix a possible assertion failure in _io.FileIO()
#15688 commented on
May 3, 2021 • 0 new comments -
bpo-14364: fix behavior when '--' as argument to option in argparse.
#15714 commented on
May 3, 2021 • 0 new comments -
bpo-38056: overhaul Error Handlers section in codecs documentation
#15732 commented on
May 3, 2021 • 0 new comments -
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown
#15811 commented on
May 3, 2021 • 0 new comments -
bpo-7982: Modify captured_output to allow diferent encodings
#15881 commented on
May 3, 2021 • 0 new comments -
bpo-37769: Add message to OSError for long paths
#15914 commented on
May 3, 2021 • 0 new comments -
bpo-37629: Update judgment method for jpeg.
#15955 commented on
May 3, 2021 • 0 new comments -
bpo-38119: Fix shmem resource tracking
#15989 commented on
May 3, 2021 • 0 new comments -
bpo-38145: Fix short option d for bdist_dumb
#16086 commented on
May 3, 2021 • 0 new comments -
bpo-38157: Add example about per file output for mock_open.
#16090 commented on
May 3, 2021 • 0 new comments -
bpo-17013: New mock to wait for multi-threaded events to happen
#16094 commented on
May 3, 2021 • 0 new comments -
bpo-22393: Fix deadlock from pool worker death without communication
#16103 commented on
May 3, 2021 • 0 new comments -
bpo-18236: Adjust str.isspace to use Unicode's White_Space property.
#16254 commented on
May 3, 2021 • 0 new comments -
bpo-38211: Clean up type_init()
#16257 commented on
May 3, 2021 • 0 new comments -
bpo-30256: Add test for nested queues
#16341 commented on
May 3, 2021 • 0 new comments -
Proof of concept for a class registry in dataclasses.asdict
#16356 commented on
May 3, 2021 • 0 new comments -
bpo-38267: Add thread timeout parameter to `loop.shutdown_default_executor()`
#16360 commented on
May 3, 2021 • 0 new comments -
bpo-37141: support multiple separators in Stream.readuntil
#16429 commented on
May 3, 2021 • 0 new comments -
bpo-38335 simplify the overlap function for IpNetwork
#16519 commented on
May 3, 2021 • 0 new comments -
bpo-38334: Fix seeking bug for encrypted zipfiles
#16529 commented on
May 3, 2021 • 0 new comments -
bpo-34938: mimetypes.init() does not overwrite globals
#16567 commented on
May 3, 2021 • 0 new comments -
bpo-37700: Raise a shutil.SpecialFileError when copying a Unix socket
#16575 commented on
May 3, 2021 • 0 new comments -
bpo-38364: unwrap partialmethods just like we unwrap partials
#16600 commented on
May 3, 2021 • 0 new comments -
bpo-38384: Fix a possible assertion failure in _pickle
#16606 commented on
May 3, 2021 • 0 new comments -
bpo-28869: Set up inheritance registry in ABCMeta.__init__.
#16613 commented on
May 3, 2021 • 0 new comments -
bpo-38415 @asynccontextmanager as decorators like @contextmanager
#16667 commented on
May 3, 2021 • 0 new comments -
Doc: printf-style library/stdtype improvements
#16741 commented on
May 3, 2021 • 0 new comments -
bpo-36338: urllib.urlparse rejects invalid IPv6 addresses
#16780 commented on
May 3, 2021 • 0 new comments -
bpo-38288: adding strict_timestamps keyword arg to shutil.make_archive
#16797 commented on
May 3, 2021 • 0 new comments -
bpo-38480: resource.setrlimit() should raise PermissionError
#16804 commented on
May 3, 2021 • 0 new comments -
Improve the Distributing Python Modules and Installing Python Modules documentation
#16822 commented on
May 3, 2021 • 0 new comments -
bpo-17393: do not convert import of non-package
#16826 commented on
May 3, 2021 • 0 new comments -
bpo: Improve documentation for mocks
#16859 commented on
May 3, 2021 • 0 new comments -
bpo-38471 Fix _ProactorDatagramTransport close() behaviour
#16863 commented on
May 3, 2021 • 0 new comments -
bpo-38554: Fix a possible assertion failure in test_descr
#16879 commented on
May 3, 2021 • 0 new comments -
bpo-38567: Handle bytes as input to urllib.parse.unquote_plus
#16903 commented on
May 3, 2021 • 0 new comments -
Fix cmdline doc to make '-m timeit' consistent with other parts of th…
#16910 commented on
May 3, 2021 • 0 new comments -
bpo-38584: fix a bug in argparse with whitespace-only help messages
#16917 commented on
May 3, 2021 • 0 new comments -
[WIP] doctest: lazily instantiate debugger
#16946 commented on
May 3, 2021 • 0 new comments -
bpo-38603: Inherit docstrings in dynamically generated subclasses if possible
#16957 commented on
May 3, 2021 • 0 new comments -
bpo-38623: Add note about site module (site-packages)
#16974 commented on
May 3, 2021 • 0 new comments -
pdb doc - workaround for double semicolon in strings
#17011 commented on
May 3, 2021 • 0 new comments -
bpo-38687: Expose zlib 'adler32_combine' function to Python zlib module
#17048 commented on
May 3, 2021 • 0 new comments -
bpo-25522: IDLE "Save As" warnings
#17051 commented on
May 3, 2021 • 0 new comments -
bpo-38693: Use f-strings instead of str.format() within importlib
#17058 commented on
May 3, 2021 • 0 new comments -
bpo-38743: configure: on darwin add CoreFoundation to flags before checking for gettext
#17090 commented on
May 3, 2021 • 0 new comments -
bpo-27465: Make IDLE help source menu entries unique and sorted
#17093 commented on
May 3, 2021 • 0 new comments -
bpo-38681: Enhance 2to3 conversion for blank line
#17096 commented on
May 3, 2021 • 0 new comments -
bpo-17642: Add hotkeys to resize IDLE's font
#17107 commented on
May 3, 2021 • 0 new comments -
bpo-38741: Definition of multiple ']' in header configparser
#17129 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-38806: bdb: stop_here: always stop at calling frame
#17159 commented on
May 3, 2021 • 0 new comments -
bpo-39464: Allow translating argument error messages
#17169 commented on
May 3, 2021 • 0 new comments -
bpo-33046: An IDLE option to strip trailing whitespace on save
#17201 commented on
May 3, 2021 • 0 new comments -
Add return value type of import functions to docs
#17255 commented on
May 3, 2021 • 0 new comments -
bpo-34716: Change MagicMock().__divmod__ to return a pair of MagicMock instances
#17291 commented on
May 3, 2021 • 0 new comments -
bpo-38886: add option to zipfile.writestr to open permissions
#17327 commented on
May 3, 2021 • 0 new comments -
[WIP/RFC] multiprocessing: proxy: keep _manager after forking
#17333 commented on
May 3, 2021 • 0 new comments -
argparse: improve mutually exclusive groups
#17369 commented on
May 3, 2021 • 0 new comments -
bpo-38937: exec lines from .pth files in a copy of the site.py globals
#17414 commented on
May 3, 2021 • 0 new comments -
bpo-38942: Fix possible assertion failures in csv.Dialect()
#17415 commented on
May 3, 2021 • 0 new comments -
bpo-31821: Fixing pause_reading called in connection made is ignored
#17425 commented on
May 3, 2021 • 0 new comments -
bpo-35019: support IPAddress in asyncio.start_server()
#17434 commented on
May 3, 2021 • 0 new comments -
bpo-38956: remove default option from help string in argparse
#17447 commented on
May 3, 2021 • 0 new comments -
bpo-38975: Add dedicated anchor for regexp syntax elements
#17470 commented on
May 3, 2021 • 0 new comments -
Update string.rst
#17502 commented on
May 3, 2021 • 0 new comments -
bpo-28866: Add regression test
#17573 commented on
May 3, 2021 • 0 new comments -
bpo-36225: Finalise subinterpreters in Py_FinalizeEx()
#17575 commented on
May 3, 2021 • 0 new comments -
bpo-6699: IDLE: Warn the user if a file will be overwritten when saving
#17578 commented on
May 3, 2021 • 0 new comments -
bpo-13586: IDLE: Enter the selected text when opening the "Replace" dialog
#17593 commented on
May 3, 2021 • 0 new comments -
bpo-39047: Skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. (GH-17607)
#17607 commented on
May 3, 2021 • 0 new comments -
bpo-36595: IDLE: Add search to the "Squeezed Output Viewer"
#17614 commented on
May 3, 2021 • 0 new comments -
bpo-31046: ensurepip does not honour the value of $(prefix)
#17634 commented on
May 3, 2021 • 0 new comments -
bpo-34480: fix bug where match variable is used prior to being defined
#17643 commented on
May 3, 2021 • 0 new comments -
make it clear that memfd_create() is linux specific.
#17648 commented on
May 3, 2021 • 0 new comments -
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw
#17658 commented on
May 3, 2021 • 0 new comments -
bpo-32888: enhance ast.literal_eval error messagess with context information
#17662 commented on
May 3, 2021 • 0 new comments -
bpo-39102: Increase Enum performance up to 10x times (3x average)
#17669 commented on
May 3, 2021 • 0 new comments -
Fixed incorrect unicodedata version in lexical_analysis.rst footnote
#17710 commented on
May 3, 2021 • 0 new comments -
bpo-33165: Remove redundant stack unwind for findCaller()
#17714 commented on
May 3, 2021 • 0 new comments -
bpo-38131: Improve messages when generating AST nodes from objects wi…
#17715 commented on
May 3, 2021 • 0 new comments -
bpo-19083: IDNA prefix should be case insensitive
#17726 commented on
May 3, 2021 • 0 new comments -
bpo-22593: Automate update of Unicode data version in documentation
#17748 commented on
May 3, 2021 • 0 new comments -
bpo-38314: Add is_reading() method to asyncio _UnixReadPipeTransport
#17755 commented on
May 3, 2021 • 0 new comments -
bpo-39170: Sqlite3 row_factory for attribute access: sqlite3.NamedRow
#17768 commented on
May 3, 2021 • 0 new comments -
bpo-15795: Preserve permissions on UNIX (based/like) systems
#17790 commented on
May 3, 2021 • 0 new comments -
bpo-16399: update argparse's doc of append action
#17793 commented on
May 3, 2021 • 0 new comments -
bpo-39187: robotparser does not respect longest match
#17794 commented on
May 3, 2021 • 0 new comments -
bpo-39190: Fix deadlock when callback raises
#17795 commented on
May 3, 2021 • 0 new comments -
bpo-39206: Add encoding detecting to modulefinder
#17817 commented on
May 3, 2021 • 0 new comments -
bpo-11416: handle multiple .netrc entries per host
#17823 commented on
May 3, 2021 • 0 new comments -
bpo-39214: Add curses.window.in_wch
#17825 commented on
May 3, 2021 • 0 new comments -
bpo-39224: Document None support for HTTPConnection.timeout
#17843 commented on
May 3, 2021 • 0 new comments -
[WIP/RFC] bpo-39228: traceback.FrameSummary: handle error via repr
#17855 commented on
May 3, 2021 • 0 new comments -
bpo-39229: fix formatting in library/functions.rst
#17857 commented on
May 3, 2021 • 0 new comments -
bpo-35163: Change locale_alias for Esperanto
#17901 commented on
May 3, 2021 • 0 new comments -
bpo-39264: Fix UserDict.get() to account for __missing__()
#17910 commented on
May 3, 2021 • 0 new comments -
bpo-39267: Fix dict's __missing__ documentation
#17911 commented on
May 3, 2021 • 0 new comments -
Further improve clarity of try-return-finally-return
#17921 commented on
May 3, 2021 • 0 new comments -
bpo-39278: add docstrings to functions in pdb module
#17924 commented on
May 3, 2021 • 0 new comments -
bpo-39277, pytime: Fix overflow check on double to int cast
#17933 commented on
May 3, 2021 • 0 new comments -
bpo-18233: Add SSLSocket.get_verified_chain() and SSLSocket.get_unverified_chain()
#17938 commented on
May 3, 2021 • 0 new comments -
bpo-38704: Prevent installation on unsupported Windows versions
#17950 commented on
May 3, 2021 • 0 new comments -
bpo-36351: Do not set ipv6type when cross-compiling
#17956 commented on
May 3, 2021 • 0 new comments -
bpo-28166: WindowsConsoleIO misbehavior when Ctrl+C is ignored
#17976 commented on
May 3, 2021 • 0 new comments -
bpo-39323: Fix directory separator of imghdr cli output
#17993 commented on
May 3, 2021 • 0 new comments -
bpo-39324: Add markdown mimetype mapping
#17995 commented on
May 3, 2021 • 0 new comments -
bpo-39334: FIX: Deprecated sphinx index notations.
#18004 commented on
May 3, 2021 • 0 new comments -
Link to RFC sections
#18029 commented on
May 3, 2021 • 0 new comments -
bpo-39359, zipfile: add missing "pwd: expected bytes, got str" exception
#18031 commented on
May 3, 2021 • 0 new comments -
bpo-38840: Incorrect __all__ in multiprocessing.managers
#18034 commented on
May 3, 2021 • 0 new comments -
bpo-38076: Fix crash on shutdown caused by PEP-384ification of _struct
#18038 commented on
May 3, 2021 • 0 new comments -
bpo-38848: compileall fails when the platform lacks a working sem_open()
#18047 commented on
May 3, 2021 • 0 new comments -
bpo-32330 Replace invalid characters in email.message.set_payload().
#18059 commented on
May 3, 2021 • 0 new comments -
bpo-39400: Do not pass MANPAGER value to shell in pydoc
#18123 commented on
May 3, 2021 • 0 new comments -
bpo-24337: Implement email.message.Message.__repr__()
#18127 commented on
May 3, 2021 • 0 new comments -
Update documentation for mp.get_start_method
#18170 commented on
May 3, 2021 • 0 new comments -
bpo-37022: pdb: do not swallow exceptions from `repr` with `do_p`/`do_pp`
#18180 commented on
May 3, 2021 • 0 new comments -
Document func parameter of locale.atof
#18183 commented on
May 3, 2021 • 0 new comments -
WIP: run finalizers before shutdown
#18189 commented on
May 3, 2021 • 0 new comments -
bpo-38599: Deprecate creation of asyncio object when the loop is not running
#18195 commented on
May 3, 2021 • 0 new comments -
black run over mock files
#18198 commented on
May 3, 2021 • 0 new comments -
bpo-38856: Fix StreamWriter.wait_closed() ConnectionResetError for ProactorEventLoop
#18199 commented on
May 3, 2021 • 0 new comments -
bpo-39467: allow user to deprecate CLI arguments
#18208 commented on
May 3, 2021 • 0 new comments -
bpo-39469: Support relative home paths for pyvenv.cfg
#18213 commented on
May 3, 2021 • 0 new comments -
bpo-39320: Fix changes in the evaluation logic of unpacking operations.
#18264 commented on
May 3, 2021 • 0 new comments -
bpo-39498 Start linking the security warnings in the stdlib modules
#18272 commented on
May 3, 2021 • 0 new comments -
bpo-39468: Improve the site module's error handling while writing .python_history
#18299 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-39511: Add Py_GetNone() and Py_GetNoneRef() functions
#18301 commented on
May 3, 2021 • 0 new comments -
Feature: Added __len__ method to _BaseNetwork class in ipaddress module.
#18308 commented on
May 3, 2021 • 0 new comments -
bpo-28276: Fix `Lib/ctypes/test_loading.py` so that `test_find` reports skipped
#18312 commented on
May 3, 2021 • 0 new comments -
bpo-28312: Provide a message better suited to AIX when LONG_BIT definition is wrong
#18313 commented on
May 3, 2021 • 0 new comments -
bpo-30825: guess lineterminator in csv.Sniffer
#18336 commented on
May 3, 2021 • 0 new comments -
bpo-39549: reprlib.Repr uses a “fillvalue” attribute
#18343 commented on
May 3, 2021 • 0 new comments -
bpo-39551: mock patch should match behavior of import from when module isn't present in sys.modules
#18347 commented on
May 3, 2021 • 0 new comments -
bpo-33351: Patches to build on clang-cl
#18371 commented on
May 3, 2021 • 0 new comments -
bpo-21622: Fix ctypes.util.find_library with musl
#18380 commented on
May 3, 2021 • 0 new comments -
bpo-39574: Improve str.__doc__ to clarify encoding and errors and their defaults.
#18401 commented on
May 3, 2021 • 0 new comments -
Update runpy.rst
#18416 commented on
May 3, 2021 • 0 new comments -
bpo-39610: Raise TypeError for len(memoryview_0d)
#18463 commented on
May 3, 2021 • 0 new comments -
bpo-20184: Migrate builtins.vars and builtins.dir to Argument Clinic
#18512 commented on
May 3, 2021 • 0 new comments -
bpo-39640: os.fdatasync: fall back to fsync() on POSIX systems withou…
#18516 commented on
May 3, 2021 • 0 new comments -
bpo-39664: Add tests for operator module.
#18537 commented on
May 3, 2021 • 0 new comments -
bpo-39666: Refactor common code between hyperparser and editor
#18539 commented on
May 3, 2021 • 0 new comments -
replace unittest.mock._importer with pkgutil.resolve_name
#18544 commented on
May 3, 2021 • 0 new comments -
Add docstring for `join` in ntpath.py
#18555 commented on
May 3, 2021 • 0 new comments -
bpo-39632: Fix ctypes variadic function call convention
#18560 commented on
May 3, 2021 • 0 new comments -
bpo-39688: tarfile: compute next header offset using pax size for sparse file
#18562 commented on
May 3, 2021 • 0 new comments -
bpo-29298: Fix crash for required subparsers in argparse
#18564 commented on
May 3, 2021 • 0 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#18566 commented on
May 3, 2021 • 0 new comments -
bpo-39716: Raise on conflicting subparser names.
#18605 commented on
May 3, 2021 • 0 new comments -
bpo-20291: varargs support for argument clinic and refactor print with AC
#18609 commented on
May 3, 2021 • 0 new comments -
bpo-39710: calendar documentation
#18619 commented on
May 3, 2021 • 0 new comments -
bpo-39732: encode UIDs in XML as CF$UID
#18622 commented on
May 3, 2021 • 0 new comments -
bpo-39622: Use a custom signal handler in asyncio.run()
#18628 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-39725: Suppress only handled exception by "raise ... from ...".
#18629 commented on
May 3, 2021 • 0 new comments -
bpo-37970: Added documentation fixes
#18631 commented on
May 3, 2021 • 0 new comments -
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults
#18640 commented on
May 3, 2021 • 0 new comments -
bpo-39744: make asyncio.subprocess communicate similar to non-asyncio
#18650 commented on
May 3, 2021 • 0 new comments -
bpo-29450: Include xattr functions in os.supports_{fd,follow_symlinks}
#18653 commented on
May 3, 2021 • 0 new comments -
bpo-39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
#18654 commented on
May 3, 2021 • 0 new comments -
bpo-39672: shelve sigsegv crash
#18655 commented on
May 3, 2021 • 0 new comments -
Document caveats for asyncio add_signal_handler() bpo-39765
#18664 commented on
May 3, 2021 • 0 new comments -
bpo-39759: fixed os.getenv docs
#18668 commented on
May 3, 2021 • 0 new comments -
bpo-39761: dtrace build fix for Linux and non Linux systems.
#18672 commented on
May 3, 2021 • 0 new comments -
bpo-39774: docs for make package executable
#18677 commented on
May 3, 2021 • 0 new comments -
bpo-39940: Micro-optimizations of PySequence_Tuple()
#18703 commented on
May 3, 2021 • 0 new comments -
bpo-39799: Never return base's fragment from urllib.parse.urljoin
#18710 commented on
May 3, 2021 • 0 new comments -
bpo-39697: unable to compile with --with-cxx-main=g++
#18721 commented on
May 3, 2021 • 0 new comments -
bpo-10572: Moving tests - clean start - tkinter, sqlite3, ctypes
#18727 commented on
May 3, 2021 • 0 new comments -
bpo-39860: lib/configparser; Support multiple sections in get()
#18791 commented on
May 3, 2021 • 0 new comments -
bpo-32604: Multiple Interpreters in the Stdlib (PEP 554)
#18817 commented on
May 3, 2021 • 0 new comments -
bpo-39902: support equality comparisons in dis.Bytecode
#18849 commented on
May 3, 2021 • 0 new comments -
bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter()
#18878 commented on
May 3, 2021 • 0 new comments -
bpo-32803: Handle DATA correctly for LMTP with multiple RCPT
#18896 commented on
May 3, 2021 • 0 new comments -
bpo-39924 optimize the pathlib.readlink behavior when the readlink is not existed in os module
#18998 commented on
May 3, 2021 • 0 new comments -
bpo-39948: Fix compatibility with Mac OS X 10.4 and 10.5
#19008 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-39967: do not call linecache.checkcache in Bdb.reset
#19013 commented on
May 3, 2021 • 0 new comments -
bpo-30082 Popen: add kwarg to hide process window on Windows
#19014 commented on
May 3, 2021 • 0 new comments -
bpo-37860: Enable docs deploy previews through GitHub Actions
#19025 commented on
May 3, 2021 • 0 new comments -
bpo-36017: Improve test_grp.test_errors for (big) LDAP directories
#19033 commented on
May 3, 2021 • 0 new comments -
bpo-39986: Make test_listdir from test_os more robust
#19035 commented on
May 3, 2021 • 0 new comments -
bpo-39816: More descriptive error msg than "too many values to unpack"
#19036 commented on
May 3, 2021 • 0 new comments -
bpo-40001: BaseCookie add ignore_errors kwarg to load method
#19058 commented on
May 3, 2021 • 0 new comments -
bpo-40002: Fix http.cookies.BaseCookie.load inconsistent errors
#19059 commented on
May 3, 2021 • 0 new comments -
bpo-40007: Make asyncio.transport.writelines on selector use sendmsg
#19062 commented on
May 3, 2021 • 0 new comments -
bpo-39985: Make string.Formatter with empty field name default to 0
#19065 commented on
May 3, 2021 • 0 new comments -
WIP: bpo-33327: Add IMAP4.move_messages() method.
#19072 commented on
May 3, 2021 • 0 new comments -
bpo-21760: fix __file__ description
#19097 commented on
May 3, 2021 • 0 new comments -
bpo-28859: Fix return value of ismount on Windows
#19109 commented on
May 3, 2021 • 0 new comments -
bpo-39533: Use `statx` on more recent Linux to expose `st_flags` and `st_btime` on all platforms
#19125 commented on
May 3, 2021 • 0 new comments -
bpo-40034: Fix cgi.parse() does not work with multipart POST requests.
#19130 commented on
May 3, 2021 • 0 new comments -
bpo-40057: Document some class attributes not mentioned in socketserver doc
#19147 commented on
May 3, 2021 • 0 new comments -
doc: fix documented winmode argument default in ctypes CDLL classes.
#19167 commented on
May 3, 2021 • 0 new comments -
bpo-39943: Keep constness of pointer arguments
#19185 commented on
May 3, 2021 • 0 new comments -
bpo-15987: Implement ast.compare
#19211 commented on
May 3, 2021 • 0 new comments -
bpo-40101: Fix parser's assumption about the return value of convert
#19214 commented on
May 3, 2021 • 0 new comments -
bpo-40102: Improve XLC support for attributes
#19215 commented on
May 3, 2021 • 0 new comments -
bpo-40103: Ensuring that `ZipFile`s with overlapping directories can be extracted simultaneously from multiple processes.
#19216 commented on
May 3, 2021 • 0 new comments -
bpo-40120: Fix unbounded struct char[] undefined behavior.
#19232 commented on
May 3, 2021 • 0 new comments -
bpo-39734: Deprecate the readinto() fallback path in _pickle.c
#19237 commented on
May 3, 2021 • 0 new comments -
bpo-40124: Explain an assert when waiting on a asyncio stream drain
#19240 commented on
May 3, 2021 • 0 new comments -
bpo-40127: SSL library documentation
#19253 commented on
May 3, 2021 • 0 new comments -
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given
#19261 commented on
May 3, 2021 • 0 new comments -
bpo-40145 Tweak pcbuild settings to reduce the size of the pyshellext shell ext…
#19284 commented on
May 3, 2021 • 0 new comments -
bpo-40167 Fix issue in cython project: Cython files don't compile on Mingw-w64 64-bit
#19326 commented on
May 3, 2021 • 0 new comments -
Add note about IntEnum gotcha
#19334 commented on
May 3, 2021 • 0 new comments -
bpo-40169: Make dis.findlabels() accept a code object
#19356 commented on
May 3, 2021 • 0 new comments -
bpo-6818: Add remove() in ZipInfo
#19358 commented on
May 3, 2021 • 0 new comments -
bpo-40183: AC_COMPILE_IFELSE doesn't work in all cases
#19367 commented on
May 3, 2021 • 0 new comments -
bpo-40174: Check when clock_gettime is necessary
#19385 commented on
May 3, 2021 • 0 new comments -
bpo-40173: Remove redundant import module of import_fresh_module()
#19390 commented on
May 3, 2021 • 0 new comments -
bpo-40207: Expose NCURSES_EXT_FUNCS
#19392 commented on
May 3, 2021 • 0 new comments -
bpo-34951 Updated regex in pattern for finding cookie (rfc2616)
#19393 commented on
May 3, 2021 • 0 new comments -
bpo-35212: fix col_offset in f-strings
#19398 commented on
May 3, 2021 • 0 new comments -
bpo-40212: Re-enable posix_fadvise and f_allocate on AIX
#19403 commented on
May 3, 2021 • 0 new comments -
bpo-39943: Cast pointers to quiet -Wformat-pedantic warnings
#19445 commented on
May 3, 2021 • 0 new comments -
bpo-40243: Use numeric_changed for UCD.numeric
#19457 commented on
May 3, 2021 • 0 new comments -
bpo-40237: Fix the coverage gate in travis CI
#19460 commented on
May 3, 2021 • 0 new comments -
bpo-26571: fix Turtle Terminator Exception
#19465 commented on
May 3, 2021 • 0 new comments -
bpo-40254: Have pyspecific directives translatable
#19470 commented on
May 3, 2021 • 0 new comments -
bpo-40255: Implement Immortal Instances
#19474 commented on
May 3, 2021 • 0 new comments -
bpo-37985: Remove redundant p->depth-- in marshal extension module
#19482 commented on
May 3, 2021 • 0 new comments -
bpo-40263: Fix off-by-one-error in _winapi_WaitForMultipleObjects_impl
#19501 commented on
May 3, 2021 • 0 new comments -
bpo-40260: fix API regression with file_info mode field
#19549 commented on
May 3, 2021 • 0 new comments -
bpo-40305: Fix server_close implementation for class ThreadingHTTPServer and TCPServer
#19556 commented on
May 3, 2021 • 0 new comments -
bpo-40223: Add -fwrapv for new icc versions
#19561 commented on
May 3, 2021 • 0 new comments -
Fix compiler warning building with GCC on Windows
#19570 commented on
May 3, 2021 • 0 new comments -
bpo-40321: Support HTTP response status code 308 in urllib.request
#19588 commented on
May 3, 2021 • 0 new comments -
bpo-40269: Fix repr for complex.
#19593 commented on
May 3, 2021 • 0 new comments -
bpo-40307: Preserve manager Client in multiprocessing managers
#19609 commented on
May 3, 2021 • 0 new comments -
bpo-23980: Improve the docs for format units starting with 'e'
#19610 commented on
May 3, 2021 • 0 new comments -
bpo-29847: Fix bug when Path takes and ignores **kwargs
#19632 commented on
May 3, 2021 • 0 new comments -
bpo-40361: Updated condition for darwin/win to fix NotADirectoryError 'xdg-settings' error
#19649 commented on
May 3, 2021 • 0 new comments -
bpo-40366: Remove support for passing obsolete flags into compile
#19660 commented on
May 3, 2021 • 0 new comments -
bpo-40372: Make doctest example programs exit with code 1 if any test fails
#19673 commented on
May 3, 2021 • 0 new comments -
bpo-40376: slightly improved the wording for os.getgrouplist
#19702 commented on
May 3, 2021 • 0 new comments -
bpo-27620: The escape key closes IDLE's config dialog as canceled
#19706 commented on
May 3, 2021 • 0 new comments -
bpo-40383: Reprs of subclasses of weakref now contain actual type name
#19707 commented on
May 3, 2021 • 0 new comments -
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int
#19708 commented on
May 3, 2021 • 0 new comments -
bpo-38728: Update PC/pyconfig.h to allow disabling pragma based auto-linking
#19740 commented on
May 3, 2021 • 0 new comments -
bpo-40409: Updates urlsplit scheme validation logic
#19741 commented on
May 3, 2021 • 0 new comments -
bpo-40418 Use bytes.hex() in secrets.token_hex()
#19749 commented on
May 3, 2021 • 0 new comments -
bpo-39995: CLN remove some locks in ProcessPoolExecutor
#19788 commented on
May 3, 2021 • 0 new comments -
bpo-40402: Fix race condition in multiprocessing.connection.Connection
#19790 commented on
May 3, 2021 • 0 new comments -
bpo-40440: memoryview construction of array.array without copy
#19800 commented on
May 3, 2021 • 0 new comments -
bpo-40358: add strict argument to pathlib.PurePath.relative_to
#19813 commented on
May 3, 2021 • 0 new comments -
bpo-32604: [_xxsubinterpreters] Add channel_send_wait().
#19829 commented on
May 3, 2021 • 0 new comments -
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX
#19856 commented on
May 3, 2021 • 0 new comments -
bpo-18319: gettext() can retrieve a message even if a plural form exists
#19869 commented on
May 3, 2021 • 0 new comments -
bpo-40464: fix return annotation being used as the arg annotation in singledispatch
#19871 commented on
May 3, 2021 • 0 new comments -
bpo-39990: try resolving type hints in pydoc
#19874 commented on
May 3, 2021 • 0 new comments -
bpo-40478: distutils: expose nmake path
#19876 commented on
May 3, 2021 • 0 new comments -
bpo-40479: Port hashlib to OpenSSL 3.0.0
#19878 commented on
May 3, 2021 • 0 new comments -
bpo-40481: Add include and exclude filters to zipapp cli
#19879 commented on
May 3, 2021 • 0 new comments -
bpo-40447: accept all path-like objects in compileall.compile_file
#19883 commented on
May 3, 2021 • 0 new comments -
bpo-40454: asyncio.run() no longer overrides asyncio debug mode
#19895 commented on
May 3, 2021 • 0 new comments -
bpo-40497: Fix handling of check in subprocess.check_output()
#19897 commented on
May 3, 2021 • 0 new comments -
bpo-40507: Add filename to the error raised by os.exec*
#19915 commented on
May 3, 2021 • 0 new comments -
bpo-40350 Introduce a new type for namespace packages
#19917 commented on
May 3, 2021 • 0 new comments -
bpo-40509: Enable REMAINDER argparse arguments to be used in mutually exclusive …
#19919 commented on
May 3, 2021 • 0 new comments -
bpo-40516: Silence GCC 9 warnings on MacOS Catalina
#19925 commented on
May 3, 2021 • 0 new comments -
bpo-40529: rlcompleter with case insensitive
#19957 commented on
May 3, 2021 • 0 new comments -
bpo-2716: add license for audioop module
#19972 commented on
May 3, 2021 • 0 new comments -
bpo-40544: Set the validate field in logging Formatter with fileConfig
#19991 commented on
May 3, 2021 • 0 new comments -
bpo-34431: Docs does not eval allows code object as argument
#20000 commented on
May 3, 2021 • 0 new comments -
bpo-40506: add support for path-like filenames in ZipFile.writestr
#20002 commented on
May 3, 2021 • 0 new comments -
bpo-40572: [_xxsubinterpreters] Add a way to request basic operations in another interpreter.
#20012 commented on
May 3, 2021 • 0 new comments -
bpo-38323: Temporarily skip close_kill_running() for MultiLoopWatcher in test_asyncio
#20013 commented on
May 3, 2021 • 0 new comments -
bpo-40569: Add optional weights to random.sample()
#20014 commented on
May 3, 2021 • 0 new comments -
bpo-40576: Align docs for list.sort and sorted
#20017 commented on
May 3, 2021 • 0 new comments -
bpo-23677: Mention dict and set comprehension in stdtypes
#20027 commented on
May 3, 2021 • 0 new comments -
bpo-31203: Expose IP_PKTINFO in the socket module
#20029 commented on
May 3, 2021 • 0 new comments -
bpo-40606: Copy cached_property return type annotations to __annotations__
#20052 commented on
May 3, 2021 • 0 new comments -
bpo-40608: restore protection against double-deallocate issue for subclasses of classes that use trashcan
#20104 commented on
May 3, 2021 • 0 new comments -
bpo-40638: Check for attribute lookup failure in builtin_input_impl
#20125 commented on
May 3, 2021 • 0 new comments -
bpo-40648: Test modes that file can get with chmod() on Windows
#20130 commented on
May 3, 2021 • 0 new comments -
bpo-26329: update os.path.normpath documentation
#20138 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-38323: Fix MultiLoopChildWatcher hangs
#20142 commented on
May 3, 2021 • 0 new comments -
bpo-39026: Allow relative include paths
#20181 commented on
May 3, 2021 • 0 new comments -
bpo-40528: Implement a metadata system for ASDL Generator
#20193 commented on
May 3, 2021 • 0 new comments -
bpo-40674: Deprecate urllib.request.urlretrieve() and cleanup()
#20197 commented on
May 3, 2021 • 0 new comments -
bpo-40675: Add fonts .woff, .woff2, .eot, .otf and .ttf to mimetypes
#20199 commented on
May 3, 2021 • 0 new comments -
bpo-40676: Use Argument Clinic for csv (where possible)
#20200 commented on
May 3, 2021 • 0 new comments -
bpo-20177: Use Argument Clinic for datetime.date classmethods
#20208 commented on
May 3, 2021 • 0 new comments -
Update MS Store info to version 3.10
#20233 commented on
May 3, 2021 • 0 new comments -
bpo-39673: Map errno==ETIME to TimeoutError
#20253 commented on
May 3, 2021 • 0 new comments -
bpo-40700: make WSGIRequestHandler can use an easy way to replace the ServerHandler
#20262 commented on
May 3, 2021 • 0 new comments -
bpo-39783: Optimize contruction of Path and PurePath objects
#20288 commented on
May 3, 2021 • 0 new comments -
bpo-40262: SSLSocket.recv_into() shouldn't require __len__
#20310 commented on
May 3, 2021 • 0 new comments -
bpo-40729: Update the list of auto-generated files for .gitattributes
#20314 commented on
May 3, 2021 • 0 new comments -
bpo-23188: Document that PyErr_SetString, etc. chain exceptions
#20329 commented on
May 3, 2021 • 0 new comments -
bpo-38632: respect SOURCE_DATE_EPOCH when building .tar sdists
#20331 commented on
May 3, 2021 • 0 new comments -
bpo-40640: Tutorial for Continue missing ... line
#20334 commented on
May 3, 2021 • 0 new comments -
bpo-17258: Stronger HMAC in multiprocessing
#20380 commented on
May 3, 2021 • 0 new comments -
Add typing example for async functions.
#20386 commented on
May 3, 2021 • 0 new comments -
bpo-40766: Add support for 'directonly' and 'innocuous' flags for user-defined functions
#20398 commented on
May 3, 2021 • 0 new comments -
bpo-34689: Prevent sysconfig._parse_makefile from expanding $${variables}
#20439 commented on
May 3, 2021 • 0 new comments -
bpo-14527: fix (some) _ctypes liffi build problems
#20451 commented on
May 3, 2021 • 0 new comments -
bpo-2897: Make PyMemberDef part of stable ABI; deprecate structmember.h
#20462 commented on
May 3, 2021 • 0 new comments -
bpo-40801: Add operator.as_float
#20481 commented on
May 3, 2021 • 0 new comments -
bpo-40811: Allowing to create event loops on threads
#20500 commented on
May 3, 2021 • 0 new comments -
bpo-40818: Run sys.__interactivehook__() on asyncio REPL startup
#20517 commented on
May 3, 2021 • 0 new comments -
bpo-24391: Better reprs for threading objects.
#20534 commented on
May 3, 2021 • 0 new comments -
bpo-25782: Do not hang when exception contexts form a cycle.
#20539 commented on
May 3, 2021 • 0 new comments -
bpo-25782: Prevent cycles in the __context__ chain.
#20543 commented on
May 3, 2021 • 0 new comments -
bpo-38938: Optimize heapq.merge()
#20550 commented on
May 3, 2021 • 0 new comments -
bpo-40837: Fix email.utils.encode_rfc2231(string, None, None)
#20564 commented on
May 3, 2021 • 0 new comments -
bpo-11105: Do not crash when compiling recursive AST
#20594 commented on
May 3, 2021 • 0 new comments -
Improve code example for asyncio.gather()
#20604 commented on
May 3, 2021 • 0 new comments -
bpo-37746: Provide Windows predefined access type constants
#20617 commented on
May 3, 2021 • 0 new comments -
bpo-25377: Clarify use of octal format of mode argument in help(os.chmod)
#20621 commented on
May 3, 2021 • 0 new comments -
bpo-40859: Update Windows build to use xz-5.2.5
#20622 commented on
May 3, 2021 • 0 new comments -
bpo-40872: Add multiprocessing.Lock.locked()
#20651 commented on
May 3, 2021 • 0 new comments -
bpo-40869: Adding missing errno system symbols descriptions
#20665 commented on
May 3, 2021 • 0 new comments -
bpo-40643: Improve doctrings for datetime parsing methods
#20677 commented on
May 3, 2021 • 0 new comments -
bpo-40882: Fix a memory leak in SharedMemory on Windows
#20684 commented on
May 3, 2021 • 0 new comments -
bpo-40894: asyncio.gather() cancelled() always False
#20686 commented on
May 3, 2021 • 0 new comments -
bpo-40900: uuid module build fix on FreeBSD proposal.
#20693 commented on
May 3, 2021 • 0 new comments -
PyGetSetDef: "closure" is not a function pointer
#20756 commented on
May 3, 2021 • 0 new comments -
bpo-40926: Improve & fix command line usage of symtable
#20757 commented on
May 3, 2021 • 0 new comments -
bpo-17013: Add Mock.call_event to allow waiting for calls
#20759 commented on
May 3, 2021 • 0 new comments -
bpo-40936: Remove deprecated functions in gettext
#20773 commented on
May 3, 2021 • 0 new comments -
bpo-40937: Remove deprecated universal mode
#20775 commented on
May 3, 2021 • 0 new comments -
bpo-40944: email.message.EmailMessage address parser fix
#20790 commented on
May 3, 2021 • 0 new comments -
bpo-27578: Fix inspect.getsource() on empty file
#20809 commented on
May 3, 2021 • 0 new comments -
bpo-40670: Improve documentation for timeit function
#20830 commented on
May 3, 2021 • 0 new comments -
bpo-40896: add missing links to source-code to library documentation
#20843 commented on
May 3, 2021 • 0 new comments -
bpo-27729: Give a better error msg when a file path is too long on Windows
#20844 commented on
May 3, 2021 • 0 new comments -
bpo-39666: Refactor common code between hyperparser and editor
#20847 commented on
May 3, 2021 • 0 new comments -
bpo-33393: autoconf: update config.sub and config.guess
#20854 commented on
May 3, 2021 • 0 new comments -
bpo-40970: Update datamodel.rst
#20864 commented on
May 3, 2021 • 0 new comments -
bpo-40975: Identify AsyncExitStack coroutine methods
#20870 commented on
May 3, 2021 • 0 new comments -
bpo-40893: Add TkDND support to tkinter
#20896 commented on
May 3, 2021 • 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
May 3, 2021 • 0 new comments -
bpo-40989: Move _Py_NewReference() to the internal C API
#20904 commented on
May 3, 2021 • 0 new comments -
bpo-19821: Deprecate pydoc.ispackage()
#20908 commented on
May 3, 2021 • 0 new comments -
bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties.
#20911 commented on
May 3, 2021 • 0 new comments -
doc: Link to `string.capwords` from `str.title`
#20913 commented on
May 3, 2021 • 0 new comments -
Clarify secrets.token_urlsafe() removes Base64 padding
#20914 commented on
May 3, 2021 • 0 new comments -
bpo-40990: Add HTTPS support to http.server.HTTPServer
#20923 commented on
May 3, 2021 • 0 new comments -
bpo-22433: do not consider "--foo='bar baz'" to be a positional argument
#20924 commented on
May 3, 2021 • 0 new comments -
bpo-40995: reprlib.Repr attributes can be overriden in __init__()
#20925 commented on
May 3, 2021 • 0 new comments -
bpo-40283: Clarify turtle.circle() documentation
#20928 commented on
May 3, 2021 • 0 new comments -
Subprocess Protocols Documentation
#20950 commented on
May 3, 2021 • 0 new comments -
bpo-41004: IPv4Interface, and IPv6Interface hash collisions
#20956 commented on
May 3, 2021 • 0 new comments -
bpo-41027: added flag in get_versions() for gcc-7 compatibility
#20967 commented on
May 3, 2021 • 0 new comments -
bpo-40851: Don't set wShowWindow if startupinfo has STARTF_USESHOWWINDOW
#20975 commented on
May 3, 2021 • 0 new comments -
bpo-41026: Path-like object support for mailbox module
#20976 commented on
May 3, 2021 • 0 new comments -
bpo-41046: Make unittest.TestCase.skipTest a classmethod
#20996 commented on
May 3, 2021 • 0 new comments -
bpo-41051: Flush file after warning is written
#21000 commented on
May 3, 2021 • 0 new comments -
bpo-19670: Added SimpleCookie.value_encode/value_decode docs
#21017 commented on
May 3, 2021 • 0 new comments -
bpo-41067: Haiku build fix
#21032 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-41078: Convert PyTuple_GET_ITEM() macro to static inline function
#21059 commented on
May 3, 2021 • 0 new comments -
bpo-41081: Exclude __pycache__ directories from backups using CACHEDIR.TAG
#21060 commented on
May 3, 2021 • 0 new comments -
Mention __slots__ in weakref documentation
#21061 commented on
May 3, 2021 • 0 new comments -
bpo-41086: Add exception for uninstantiated interpolation (configparser)
#21062 commented on
May 3, 2021 • 0 new comments -
bpo-41088: Extend the AST Validator to validate all identifiers
#21069 commented on
May 3, 2021 • 0 new comments -
bpo-41092: Optionally request actual filesize via 'os.path.getsize'
#21088 commented on
May 3, 2021 • 0 new comments -
bpo-41093: TCPServer's serve_forever() shuts down immediately when calling shutdown()
#21094 commented on
May 3, 2021 • 0 new comments -
bpo-20684: Remove unused inspect._signature_get_bound_param
#21100 commented on
May 3, 2021 • 0 new comments -
Simplify routine in inspect.signature parsing
#21104 commented on
May 3, 2021 • 0 new comments -
bpo-34154: Improve tkinter widget docstrings
#21118 commented on
May 3, 2021 • 0 new comments -
bpo-41108: add `IP_PORTRANGE*` constants to the socket module
#21127 commented on
May 3, 2021 • 0 new comments -
bpo-34137: Add pathlib.Path.lexists and related
#21157 commented on
May 3, 2021 • 0 new comments -
bpo-40309: Properly handle trailing spaces in Py_BuildValue() format strings
#21158 commented on
May 3, 2021 • 0 new comments -
bpo-41091: Remove recommendation in curses module documentation to initialize LC_ALL and encode strings
#21159 commented on
May 3, 2021 • 0 new comments -
bpo-41115: Convert UnicodeError to UnicodeEncodeError| UnicodeDecodeError
#21165 commented on
May 3, 2021 • 0 new comments -
bpo-41125: Display exit-codes for abruptly terminated processes in concurrent.futures
#21166 commented on
May 3, 2021 • 0 new comments -
bpo-40275: Remove all new modules imported by tests
#21167 commented on
May 3, 2021 • 0 new comments -
bpo-41141: Remove unneeded handling of '.' and '..' from pathlib.Path.iterdir()
#21179 commented on
May 3, 2021 • 0 new comments -
bpo-41147 Document that redirect_stdout provides the new stream as context var
#21199 commented on
May 3, 2021 • 0 new comments -
bpo-41160: Support cross-compiling for GNU/Hurd.
#21218 commented on
May 3, 2021 • 0 new comments -
bpo-41171: Added method "PyMetaType_FromSpec" to allow for specifying the metaclass for the type.
#21238 commented on
May 3, 2021 • 0 new comments -
bpo-38782: Use typing.Protocol in the importlib.abc module
#21245 commented on
May 3, 2021 • 0 new comments -
bpo-41177: Add iterator support to ConvertingList, ConvertingTuple, and items() to ConvertingDict
#21248 commented on
May 3, 2021 • 0 new comments -
bpo-41137: Use utf-8 encoding while reading .pdbrc files
#21263 commented on
May 3, 2021 • 0 new comments -
bpo-41197: Async magic methods in contextlib.closing
#21285 commented on
May 3, 2021 • 0 new comments -
bpo-41110: Fixed lib2to3 reporting some unchanged files as needing modification
#21296 commented on
May 3, 2021 • 0 new comments -
Update link in SECURITY.md
#21320 commented on
May 3, 2021 • 0 new comments -
bpo-39184: Fix incorrect return value in `msvcrt_get_osfhandle_impl`
#21322 commented on
May 3, 2021 • 0 new comments -
Optimized Images in repo
#21348 commented on
May 3, 2021 • 0 new comments -
bpo-41232: Updated WRAPPER_ASSIGNMENTS
#21379 commented on
May 3, 2021 • 0 new comments -
bpo-41233: Add links to errnos referenced in exceptions docs
#21380 commented on
May 3, 2021 • 0 new comments -
bpo-41231: Make wraps retain type annotations
#21392 commented on
May 3, 2021 • 0 new comments -
bpo-41246: IOCP Proactor same socket overlapped callbacks
#21399 commented on
May 3, 2021 • 0 new comments -
bpo-39981: Introduce default values for AST node classes
#21417 commented on
May 3, 2021 • 0 new comments -
findAllAdverbs
#21420 commented on
May 3, 2021 • 0 new comments -
[RFC] inspect: BlockFinder: handle nested parens with decorators
#21425 commented on
May 3, 2021 • 0 new comments -
bpo-38893: Ignore EACCES, ENOSYS in copyxattr
#21430 commented on
May 3, 2021 • 0 new comments -
Removed duplicate of defining `__rollbackImporter` in BaseGUITestRunner [skip issue, skip news]
#21438 commented on
May 3, 2021 • 0 new comments -
bpo-41136: Add a parameter to argparse.ArgumentParser for file encoding
#21444 commented on
May 3, 2021 • 0 new comments -
bpo-41279: Add StreamReaderBufferedProtocol
#21446 commented on
May 3, 2021 • 0 new comments -
bpo-41281: Fix missing/wrong backquotes and role texts in datetime documentation
#21447 commented on
May 3, 2021 • 0 new comments -
bpo-27777: fix cgi.FieldStorage parsing for body with Content-Length and no Content-Disposition
#21457 commented on
May 3, 2021 • 0 new comments -
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile
#21470 commented on
May 3, 2021 • 0 new comments -
bpo-41122: Handle missing arguments to @singledispatchmethod gracefully
#21471 commented on
May 3, 2021 • 0 new comments -
bpo-33007: Name-mangled private methods don't roundtrip when pickling
#21480 commented on
May 3, 2021 • 0 new comments -
bpo-41305: Add StreamReader.readinto()
#21491 commented on
May 3, 2021 • 0 new comments -
bpo-38119: Fix shmem resource tracking
#21516 commented on
May 3, 2021 • 0 new comments -
bpo-21625: Improve help() when MANPAGER and PAGER variables are not set
#21520 commented on
May 3, 2021 • 0 new comments -
bpo-39093: Stop deallocation of Tkapp causing Python interpreter crash
#21532 commented on
May 3, 2021 • 0 new comments -
bpo-41352: Raise UnsupportedOperation for FileIO.readall() in "w" mode
#21568 commented on
May 3, 2021 • 0 new comments -
bpo-41283: Add missing doc strings and improve docs
#21573 commented on
May 3, 2021 • 0 new comments -
bpo-41353: Indicate supported sound header formats
#21575 commented on
May 3, 2021 • 0 new comments -
bpo-41354: Adjust filecmp.cmp() to match documentation
#21580 commented on
May 3, 2021 • 0 new comments -
font types added to types map dictionary (ttf, woff, woff2) (GH-21585)
#21585 commented on
May 3, 2021 • 0 new comments -
bpo-41357: Add a sentence to os.path.abspath() clarifying that it pre…
#21596 commented on
May 3, 2021 • 0 new comments -
bpo-41350: handle an already closed file-like object in zipfile.ZipFi…
#21604 commented on
May 3, 2021 • 0 new comments -
bpo-22431: Show fully-qualified name in test runner output
#21609 commented on
May 3, 2021 • 0 new comments -
bpo-41391: Make test_unicodedata pass when running without network
#21615 commented on
May 3, 2021 • 0 new comments -
bpo-41397: Restore default implementation of __ne__ in Counter
#21627 commented on
May 3, 2021 • 0 new comments -
bpo-41400: Remove references to nonexisting __ne__ methods
#21628 commented on
May 3, 2021 • 0 new comments -
bpo-41402: Fix email ContentManager calling .encode() on bytes
#21631 commented on
May 3, 2021 • 0 new comments -
`import tempfile` in Lib/shutil.py
#21637 commented on
May 3, 2021 • 0 new comments -
bpo-41374: Include netinet/tcp.h on Cygwin
#21649 commented on
May 3, 2021 • 0 new comments -
bpo-41415: Remove duplicated signature from help() on dataclass
#21652 commented on
May 3, 2021 • 0 new comments -
bpo-41394: State interpreter var "_" in appendix of tutorial
#21654 commented on
May 3, 2021 • 0 new comments -
bpo-41318: Refine error message to help developer find the problem when overflowing while overflow.
#21655 commented on
May 3, 2021 • 0 new comments -
bpo-41394: State None is not stored in special var _ in interpreter
#21657 commented on
May 3, 2021 • 0 new comments -
bpo-41422: Visit the Unpickler's memo in Unpickler_traverse
#21664 commented on
May 3, 2021 • 0 new comments -
bpo-41429: Let fnmatch.filter accept a tuple of patterns
#21666 commented on
May 3, 2021 • 0 new comments -
bpo-41430 Add docs for generating C function signatures
#21673 commented on
May 3, 2021 • 0 new comments -
bpo-41411 add fstring index in tutorial/inputoutput.rst
#21681 commented on
May 3, 2021 • 0 new comments -
bpo-6143: "Clear and restart" IDLE shell windows
#21682 commented on
May 3, 2021 • 0 new comments -
bpo-41453: Fix a possible reference leak in _locale.localeconv()
#21699 commented on
May 3, 2021 • 0 new comments -
bpo-41395: use context manager to close filetype objects
#21702 commented on
May 3, 2021 • 0 new comments -
bpo-41260: C impl of datetime.date.strftime() takes different keyword arg
#21712 commented on
May 3, 2021 • 0 new comments -
Add bak files generated by patchcheck to gitignore
#21716 commented on
May 3, 2021 • 0 new comments -
bpo-20082: fix misbehavior of buffered writes to raw files in append mode
#21729 commented on
May 3, 2021 • 0 new comments -
bpo-41472: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop
#21731 commented on
May 3, 2021 • 0 new comments -
bpo-41496: Create public API for typing._eval_type
#21753 commented on
May 3, 2021 • 0 new comments -
bpo-26791: update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink
#21759 commented on
May 3, 2021 • 0 new comments -
bpo-27307: string.Formatter unnumbered key/attributes
#21767 commented on
May 3, 2021 • 0 new comments -
bpo-41097: allow io.BufferIO.write() operations when there are buffer views and no buffer resize is required
#21792 commented on
May 3, 2021 • 0 new comments -
bpo-41510: Updated documentation to add `header` kw-argument of pdb.set_trace()
#21793 commented on
May 3, 2021 • 0 new comments -
bpo-41530: Handle unhandled IsADirectoryError and PermissionError in zoneinfo.ZoneInfo
#21839 commented on
May 3, 2021 • 0 new comments -
bpo-40563: Support pathlike objects on dbm/shelve
#21849 commented on
May 3, 2021 • 0 new comments -
bpo-41538: Make python interpreter customizable for EnvBuilder
#21854 commented on
May 3, 2021 • 0 new comments -
bpo-41541: Make pty.spawn set window size
#21861 commented on
May 3, 2021 • 0 new comments -
bpo-41544: Introduce daemon parameter to DummyProcess
#21869 commented on
May 3, 2021 • 0 new comments -
bpo-39584: raise ValueError when creating shared memory of size greater than 1TB
#21877 commented on
May 3, 2021 • 0 new comments -
bpo-14134: Make the timeout of the xmlrpc.client.ServerProxy transport configurable
#21909 commented on
May 3, 2021 • 0 new comments -
bpo-30493: Increase base64 test coverage
#21913 commented on
May 3, 2021 • 0 new comments -
bpo-41576: document BaseException in favor of bare except
#21917 commented on
May 3, 2021 • 0 new comments -
bpo-39671: Clarify semantics of asyncio.wait with FIRST_COMPLETED/EXCEPTION
#21918 commented on
May 3, 2021 • 0 new comments -
bpo-41109: subclasses of pathlib.Path and pathlib.PurePath now call the subclass's __init__() and __new__() functions when returning new objects
#21920 commented on
May 3, 2021 • 0 new comments -
bpo-41620: Return the result when the test is being skipped
#21944 commented on
May 3, 2021 • 0 new comments -
bpo-41621: More accurate signature for defaultdict
#21945 commented on
May 3, 2021 • 0 new comments -
bpo-41630: Build _curses and _curses_panel using Visual Studio.
#21950 commented on
May 3, 2021 • 0 new comments -
bpo-25229: use gcc style runtime_library_dir_option in Linux
#21957 commented on
May 3, 2021 • 0 new comments -
bpo-41643: always support pathlib in shutil.make_archive
#21962 commented on
May 3, 2021 • 0 new comments -
bpo-15443: Nanoseconds support for datetime objects (work in progress)
#21987 commented on
May 3, 2021 • 0 new comments -
bpo-32642: Allow for PathLike objects in sys.path
#22000 commented on
May 3, 2021 • 0 new comments -
bpo-41676: fix links to `asyncio.Event.wait`
#22029 commented on
May 3, 2021 • 0 new comments -
bpo-40352: Try to reconnect socket when send message in SocketHandler.
#22061 commented on
May 3, 2021 • 0 new comments -
bpo-16003: Raise OSError instead of ThreadError if thread creation fails
#22068 commented on
May 3, 2021 • 0 new comments -
bpo-41706: Fix dunder operator invocation docs
#22084 commented on
May 3, 2021 • 0 new comments -
bpo-41728: Debug logging when adding TarInfo object
#22116 commented on
May 3, 2021 • 0 new comments -
bpo-41734: refactor b32{encode,decode} tests
#22122 commented on
May 3, 2021 • 0 new comments -
bpo-12806: Add argparse FlexiHelpFormatter
#22129 commented on
May 3, 2021 • 0 new comments -
[doc] Improve NoneType/NotImplementedType/ellipsis documentation
#22161 commented on
May 3, 2021 • 0 new comments -
bpo-38572: Raise UnsupportedOperation when fileno() is not supported
#22178 commented on
May 3, 2021 • 0 new comments -
bpo-41730: Show deprecation warnings for tkinter.tix
#22186 commented on
May 3, 2021 • 0 new comments -
bpo-14916: use specified tokenizer fd for file input
#22190 commented on
May 3, 2021 • 0 new comments -
Add option to omit build time
#22191 commented on
May 3, 2021 • 0 new comments -
Adding support for PPC64LE "skip issue"
#22200 commented on
May 3, 2021 • 0 new comments -
bpo-41768: Use getattr_static when adding mock spec
#22209 commented on
May 3, 2021 • 0 new comments -
bpo-41771: Update how bdist_wininst loads Python so postinstall scripts again work.
#22210 commented on
May 3, 2021 • 0 new comments -
bpo-41790: update error in documentation
#22242 commented on
May 3, 2021 • 0 new comments -
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs
#22257 commented on
May 3, 2021 • 0 new comments -
bpo-41787: add references to PEP424, and a sentence on purpose for __length_hint__
#22269 commented on
May 3, 2021 • 0 new comments -
bpo-25739: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus
#22295 commented on
May 3, 2021 • 0 new comments -
Fix import of HTTPError
#22304 commented on
May 3, 2021 • 0 new comments -
Fix gramatical error
#22311 commented on
May 3, 2021 • 0 new comments -
Update import.rst
#22312 commented on
May 3, 2021 • 0 new comments -
bpo-41813: Clarify the vague specification of object.__await__
#22320 commented on
May 3, 2021 • 0 new comments -
fix typo in bdb.py
#22323 commented on
May 3, 2021 • 0 new comments -
bpo-35328: Always set VIRTUAL_ENV_PROMPT at venv activation
#22324 commented on
May 3, 2021 • 0 new comments -
bpo-41825: restructure docs for the os.wait*() family
#22356 commented on
May 3, 2021 • 0 new comments -
bpo-32682: Lib/test/test_zlib, fix version string handling
#22361 commented on
May 3, 2021 • 0 new comments -
bpo-41839: Fix error checking in sched_get_priority_ functions
#22374 commented on
May 3, 2021 • 0 new comments -
[doc] Clarify exception chaining examples
#22389 commented on
May 3, 2021 • 0 new comments -
bpo-41857: Document timeout arguments in select module
#22406 commented on
May 3, 2021 • 0 new comments -
Minor test fixes for zlib and gzip
#22408 commented on
May 3, 2021 • 0 new comments -
bpo-35765: Clarify references to "object x" in the JSON tutorial
#22411 commented on
May 3, 2021 • 0 new comments -
bpo-14243: Optionally delete NamedTemporaryFile on content manager exit but not on file close
#22431 commented on
May 3, 2021 • 0 new comments -
bpo-41851: Improve font actual docs
#22434 commented on
May 3, 2021 • 0 new comments -
bpo-41880: fix finding headers when cross compiling
#22440 commented on
May 3, 2021 • 0 new comments -
bpo-41882: Clean up after CCompiler.has_function()
#22446 commented on
May 3, 2021 • 0 new comments -
bpo-31391: Forward-port test_xpickle from Python 2 to 3.
#22452 commented on
May 3, 2021 • 0 new comments -
bpo-40075: Fix _tkinter resuming null thread state
#22453 commented on
May 3, 2021 • 0 new comments -
bpo-41886: Fix documented type of PyType_Type
#22454 commented on
May 3, 2021 • 0 new comments -
bpo-36424: Add support for pickling frozen dataclasses with __slots__
#22459 commented on
May 3, 2021 • 0 new comments -
bpo-33533: Provide an async iterator version of as_completed
#22491 commented on
May 3, 2021 • 0 new comments -
bpo-41916: allow cross-compiled python to have -pthread set for CXX
#22525 commented on
May 3, 2021 • 0 new comments -
bpo-35928: io.TextIOWrapper drops the internal buffer during write()
#22535 commented on
May 3, 2021 • 0 new comments -
bpo-29394: docs for tunnelling TLS through TLS
#22539 commented on
May 3, 2021 • 0 new comments -
bpo-25292: asyncio ssl fail hard when writing to closed transport
#22541 commented on
May 3, 2021 • 0 new comments -
__mro__ attribute change with getmro function in inspect module
#22547 commented on
May 3, 2021 • 0 new comments -
bpo-41938: fixed wait calling len on iterables
#22555 commented on
May 3, 2021 • 0 new comments -
bpo-40864: Fetch instance variables for spec
#22572 commented on
May 3, 2021 • 0 new comments -
Docs: improve equivalence expression for chained comparison
#22589 commented on
May 3, 2021 • 0 new comments -
subprocess: Add escape_wildcard parameter for program don't want the wildcard matched files
#22590 commented on
May 3, 2021 • 0 new comments -
bpo-41989 Fix htmlparser "unclosed script tag causes data loss"
#22658 commented on
May 3, 2021 • 0 new comments -
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs
#22659 commented on
May 3, 2021 • 0 new comments -
bpo-42018: winreg SetValue(Ex) should mention integer as an acceptable value
#22671 commented on
May 3, 2021 • 0 new comments -
bpo-30934: add script for running coverage on IDLE modules' tests
#22694 commented on
May 3, 2021 • 0 new comments -
bpo-42034:Fixed unchecked return in Objects/typeobject.c
#22695 commented on
May 3, 2021 • 0 new comments -
bpo-42036:Fixed unchecked return in Modules/posixmodule.c
#22696 commented on
May 3, 2021 • 0 new comments -
bpo-42047: DragonFlyBSD thread native id support.
#22714 commented on
May 3, 2021 • 0 new comments -
bpo-38902: Add image/webp to list of media types in mimetypes.py
#22718 commented on
May 3, 2021 • 0 new comments -
bpo-42060: Remove `assert` from http/client.py
#22737 commented on
May 3, 2021 • 0 new comments -
bpo-42062: Set HTTPResponse.url at init
#22738 commented on
May 3, 2021 • 0 new comments -
bpo-42066: CookieJar cookies should not be sorted
#22745 commented on
May 3, 2021 • 0 new comments -
bpo-13451: Optimize sched.scheduler.cancel()
#22759 commented on
May 3, 2021 • 0 new comments -
bpo-41270: Making NamedTemporaryFile act as its own iterator to mimic…
#22766 commented on
May 3, 2021 • 0 new comments -
bpo-37640: Fix telnetlib crash in Python3 while receiving un-printable characters from server
#22814 commented on
May 3, 2021 • 0 new comments -
bpo-41737: [doc] add error handling example to file open section in IO tutorial
#22818 commented on
May 3, 2021 • 0 new comments -
bpo-42109: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests
#22863 commented on
May 3, 2021 • 0 new comments -
bpo-42112: ZipInfo.from_file removes only needed slashes
#22871 commented on
May 3, 2021 • 0 new comments -
bpo-42125: linecache: get module name from __spec__ if available
#22908 commented on
May 3, 2021 • 0 new comments -
bpo-38523: ignore_dangling_symlinks does not apply recursively
#22937 commented on
May 3, 2021 • 0 new comments -
bpo-17942: major rework of debugger UI
#22947 commented on
May 3, 2021 • 0 new comments -
bpo-33962: replace idle config dlg scale with ttk spinbox
#22954 commented on
May 3, 2021 • 0 new comments -
bpo-41607: Print clickable path to breakpoint in pdb
#22964 commented on
May 3, 2021 • 0 new comments -
bpo-4489: tests(tests_shutil): fix comment with check_args_to_onerror
#22968 commented on
May 3, 2021 • 0 new comments -
bpo-27495: Make pprint.pformat always order sets
#22977 commented on
May 3, 2021 • 0 new comments -
bpo-35753: Fix crash in doctest with unwrap-able functions
#22981 commented on
May 3, 2021 • 0 new comments -
bpo-9453: Fix SAX2DOM handling of PIs before the first XML element
#23012 commented on
May 3, 2021 • 0 new comments -
[WIP/RFC] pathlib: revisit error handling
#23025 commented on
May 3, 2021 • 0 new comments -
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction
#23026 commented on
May 3, 2021 • 0 new comments -
bpo-42197: Disable automatic update of frame locals during tracing
#23028 commented on
May 3, 2021 • 0 new comments -
bpo-38902: Add image/webp to list of non-standard mimetypes
#23034 commented on
May 3, 2021 • 0 new comments -
bpo-1635741: Prep curses module for multi-phase init
#23091 commented on
May 3, 2021 • 0 new comments -
bpo-42239: Add tests for idlelib.calltip
#23098 commented on
May 3, 2021 • 0 new comments -
bpo-42239: re-open calltips when closing internal parens
#23100 commented on
May 3, 2021 • 0 new comments -
bpo-42037: Corrected request dependencies in CookieJar functions
#23112 commented on
May 3, 2021 • 0 new comments -
bpo-42253: Update xml.dom.minidom.rst
#23126 commented on
May 3, 2021 • 0 new comments -
bpo-38647: Add *name* to webbrowser.MacOSXOSAScript
#23134 commented on
May 3, 2021 • 0 new comments -
bpo-42258: argparse: show choices once per argument
#23143 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-42260: Rewrite getpath.c in Python
#23169 commented on
May 3, 2021 • 0 new comments -
bpo-42272: fix misleading warning filter message/module docs
#23172 commented on
May 3, 2021 • 0 new comments -
bpo-38119: fix shared memory's resource tracking
#23174 commented on
May 3, 2021 • 0 new comments -
bpo-1635741: port pickle to multi-phase init (PEP 489)
#23188 commented on
May 3, 2021 • 0 new comments -
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation
#23192 commented on
May 3, 2021 • 0 new comments -
bpo-42291: Fix signature for code.replace().
#23199 commented on
May 3, 2021 • 0 new comments -
bpo-42278: Pydoc use tempfile.NamedTemporaryFile rather than tempfile.mktemp
#23200 commented on
May 3, 2021 • 0 new comments -
bpo-10548: [doc] unittest's expectedFailure decorator does not apply to fixtures
#23201 commented on
May 3, 2021 • 0 new comments -
bpo-36388: fix Pdb.do_debug to not trace itself
#23202 commented on
May 3, 2021 • 0 new comments -
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses
#23205 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-42294: Add PyTuple_GetItemRef() function
#23207 commented on
May 3, 2021 • 0 new comments -
bpo-19561: Remove unnecessary gethostname() prototype for Solaris
#23208 commented on
May 3, 2021 • 0 new comments -
bpo-42305: Added Auto_Complete DropBox Suggestion For Tkinter
#23210 commented on
May 3, 2021 • 0 new comments -
bpo-40988: Optimized singledispatchmethod access (noticeable improvement).
#23213 commented on
May 3, 2021 • 0 new comments -
bpo-41987: Fix unnecessary evaluation of return type forward declaratons in singledispatch.
#23216 commented on
May 3, 2021 • 0 new comments -
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig
#23230 commented on
May 3, 2021 • 0 new comments -
bpo-42327: Add PyModule_Add().
#23240 commented on
May 3, 2021 • 0 new comments -
bpo-42340: Document issues around KeyboardInterrupt
#23255 commented on
May 3, 2021 • 0 new comments -
bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found
#23278 commented on
May 3, 2021 • 0 new comments -
bpo-42376: New C-APIs to simplify module attribute declaration
#23286 commented on
May 3, 2021 • 0 new comments -
bpo-42178: Fix issue causing cmd to hang
#23290 commented on
May 3, 2021 • 0 new comments -
bpo-42316: Document assignment expression need for ()s
#23291 commented on
May 3, 2021 • 0 new comments -
bpo-42363: enhance _check_running() ValuError output in Pool class
#23299 commented on
May 3, 2021 • 0 new comments -
bpo-1635741: In pickle module, inject module state from class methods
#23304 commented on
May 3, 2021 • 0 new comments -
bpo-40736: Improve the error message for re.search() TypeError
#23312 commented on
May 3, 2021 • 0 new comments -
bpo-42386: Update icons for macOS 11
#23339 commented on
May 3, 2021 • 0 new comments -
bpo-42390: Make module name optional in datetime reprs
#23345 commented on
May 3, 2021 • 0 new comments -
bpo-42401: Fix parsing and writing of the date timezone.
#23384 commented on
May 3, 2021 • 0 new comments -
bpo-42063: Enable users of SimpleHTTPRequestHandler to more easily change behaviour
#23414 commented on
May 3, 2021 • 0 new comments -
bpo-42327: Add PyModule_Add() (smaller).
#23443 commented on
May 3, 2021 • 0 new comments -
bpo-32068: curses.textpad isn't handling the backspace key on some systems
#23466 commented on
May 3, 2021 • 0 new comments -
bpo-42443 Add Thread Creation Hook to Threading.py
#23477 commented on
May 3, 2021 • 0 new comments -
bpo-42454: Optimize constant slice creation
#23496 commented on
May 3, 2021 • 0 new comments -
bpo-42088: Use "SimpleNamespace(...)" in the repr for SimpleNamespace
#23502 commented on
May 3, 2021 • 0 new comments -
bpo-42101: allow inheritance of venv
#23504 commented on
May 3, 2021 • 0 new comments -
bpo-42461: show f_fsid when pring os.statvfs object
#23511 commented on
May 3, 2021 • 0 new comments -
bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError
#23520 commented on
May 3, 2021 • 0 new comments -
bpo-42476: Allow cross compiling on darwin
#23523 commented on
May 3, 2021 • 0 new comments -
bpo-1635741: port _elementtree to multi-phase init (PEP 489)
#23535 commented on
May 3, 2021 • 0 new comments -
bpo-41818: Make additions to the tty module
#23546 commented on
May 3, 2021 • 0 new comments -
bpo-13337: Add ignore flag to doctest
#23547 commented on
May 3, 2021 • 0 new comments -
bpo-28764: mailbox.mbox: handle lines with non-ascii more graceful
#23553 commented on
May 3, 2021 • 0 new comments -
bpo-41626: Remove the shebang of internal Tools to avoid confusion.
#23581 commented on
May 3, 2021 • 0 new comments -
bpo-42524: Add `retval [variable]` option to pdb
#23601 commented on
May 3, 2021 • 0 new comments -
bpo-42547: fix add_argument(metavar=<tuple>, nargs='+') for positional arguments
#23617 commented on
May 3, 2021 • 0 new comments -
bpo-38520: Add multiprocessing.main_process()
#23621 commented on
May 3, 2021 • 0 new comments -
bpo-36094: Update smtplib.py
#23635 commented on
May 3, 2021 • 0 new comments -
[Doc] Add clarification on multiprocessing.cpu_count
#23660 commented on
May 3, 2021 • 0 new comments -
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). Update docs.
#23686 commented on
May 3, 2021 • 0 new comments -
bpo-42247: fix unittest.assertRaises bug where traceback entries were…
#23688 commented on
May 3, 2021 • 0 new comments -
bpo-42560: Add more tkinter documentation
#23689 commented on
May 3, 2021 • 0 new comments -
bpo-42606: Support POSIX atomicity guarantee of O_APPEND on Windows
#23712 commented on
May 3, 2021 • 0 new comments -
bpo-39791: importlib.abc: avoid use of deprecated abstractproperty
#23715 commented on
May 3, 2021 • 0 new comments -
Add descriptive error message when environment variable not detected
#23717 commented on
May 3, 2021 • 0 new comments -
bpo-38893: Add preserve_security_context to shutil
#23720 commented on
May 3, 2021 • 0 new comments -
bpo-42611: PEP 594 - Remove asyncore, asynchat, and smptd from stdlib
#23728 commented on
May 3, 2021 • 0 new comments -
bpo-41928: Add support for Unicode Path Extra Field in ZipFile
#23736 commented on
May 3, 2021 • 0 new comments -
bpo-41818: Add os.login_tty() for *nix.
#23740 commented on
May 3, 2021 • 0 new comments -
bpo-35332: shutil.rmtree(ignore_errors=True) doesn't handle os.close()
#23766 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-42648: Add exec_raise parameter to subprocess.Popen
#23790 commented on
May 3, 2021 • 0 new comments -
bpo-42653: Add constants for isotp.h which is included in Linux >= 5.10
#23794 commented on
May 3, 2021 • 0 new comments -
bpo-42663: Support full range of allowed transition hours in zipinfo.
#23825 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-42671: Make Python finalization deterministic
#23826 commented on
May 3, 2021 • 0 new comments -
bpo-42673 prevent branch misprediction in round_size (used in rehash)
#23833 commented on
May 3, 2021 • 0 new comments -
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation
#23848 commented on
May 3, 2021 • 0 new comments -
bpo-41843: Reenable use of sendfile in shutil module on Solaris
#23893 commented on
May 3, 2021 • 0 new comments -
bpo-42722: Add --debug command line option to unittest to enable post-mortem debugging
#23900 commented on
May 3, 2021 • 0 new comments -
bpo-42367: Restore os.makedirs() ability to apply *mode* recursively
#23901 commented on
May 3, 2021 • 0 new comments -
bpo-42035: Add a PyType_GetName() to get type's name.
#23903 commented on
May 3, 2021 • 0 new comments -
bpo-31904: add --enable-pyc-build option to the configure script
#23920 commented on
May 3, 2021 • 0 new comments -
bpo-38435: Add setpgid support to subprocess.Popen
#23930 commented on
May 3, 2021 • 0 new comments -
bpo-38435: Detect preexec_fn=os.setsid as start_new_session=True
#23936 commented on
May 3, 2021 • 0 new comments -
socket.socket should be a class instead of a function
#23960 commented on
May 3, 2021 • 0 new comments -
bpo-40522: Store tstate in a Thread Local Storage
#23976 commented on
May 3, 2021 • 0 new comments -
Update
#23998 commented on
May 3, 2021 • 0 new comments -
Doc: use `python -m pip` rather than plain `pip` in examples
#24003 commented on
May 3, 2021 • 0 new comments -
bpo-42797: Add `-m` option for `doctest`
#24028 commented on
May 3, 2021 • 0 new comments -
bpo-25479: Patch to increase __subclasshook__ test coverage of abc.py
#24034 commented on
May 3, 2021 • 0 new comments -
bpo-42557: importable asyncio.__main__ with preamble feature
#24055 commented on
May 3, 2021 • 0 new comments -
bpo-42815: Fix issue when thread doesn't copy context of parent thread
#24074 commented on
May 3, 2021 • 0 new comments -
bpo-42817: Zeropad timedelta hh to 2
#24075 commented on
May 3, 2021 • 0 new comments -
bpo-42833: make digest algorithms case insensitive
#24122 commented on
May 3, 2021 • 0 new comments -
DOC: re discourage single char class
#24123 commented on
May 3, 2021 • 0 new comments -
bpo-42837: Account for deferred evaluation of yields in symbol tables.
#24138 commented on
May 3, 2021 • 0 new comments -
Issue 42844: Turtle Module -- "onclick" arguments enchancement
#24143 commented on
May 3, 2021 • 0 new comments -
[WIP] bpo-40601: Add functions to get builtin types
#24146 commented on
May 3, 2021 • 0 new comments -
bpo-19683: Adds tests for xml.dom.minidom
#24152 commented on
May 3, 2021 • 0 new comments -
bpo-42836: ENH: fix caching documentation in struct module
#24164 commented on
May 3, 2021 • 0 new comments -
bpo-42875: fix incorrect indent of long sub-commands
#24177 commented on
May 3, 2021 • 0 new comments -
bpo-42861: Add `next_network` function to ipaddress library
#24180 commented on
May 3, 2021 • 0 new comments -
bpo-42766 Fixed 2 bugs in urllib.request.HTTPPasswordMgr.is_suburi and added some tests for it
#24181 commented on
May 3, 2021 • 0 new comments -
bpo-42619: Arm64 build on macos10.15
#24187 commented on
May 3, 2021 • 0 new comments -
bpo-42892 Fix AttributeError in email.message.get_body()
#24192 commented on
May 3, 2021 • 0 new comments -
bpo-42917: Made block stack for frame objects dynamically sizable
#24204 commented on
May 3, 2021 • 0 new comments -
bpo-28146: Fix a confusing error message in str.format()
#24213 commented on
May 3, 2021 • 0 new comments -
Remove unused local variables in inspect.py
#24218 commented on
May 3, 2021 • 0 new comments -
xml.etree.elementtree: Specify XML document name
#24223 commented on
May 3, 2021 • 0 new comments -
bpo-42896 Allow for Solaris 11.4 crle output not containing ELF
#24226 commented on
May 3, 2021 • 0 new comments -
bpo-42916: detect dicom files
#24227 commented on
May 3, 2021 • 0 new comments -
bpo-42643: Add support for HTTP range requests
#24228 commented on
May 3, 2021 • 0 new comments -
bpo-42941: raise SSL_ERROR_SYSCALL in sslproto.c
#24230 commented on
May 3, 2021 • 0 new comments -
bpo-33809: added print() method to TracebackException
#24231 commented on
May 3, 2021 • 0 new comments -
bpo-42888: Remove PyThread_exit_thread() calls from top-level thread …
#24241 commented on
May 3, 2021 • 0 new comments -
Fix wrong calls in text_fixers.py for 2to3
#24244 commented on
May 3, 2021 • 0 new comments -
bpo-42958: Align docstring and filecmp.cmp() for shallow compare
#24246 commented on
May 3, 2021 • 0 new comments -
bpo-42974: inconsistent end col and line in tokenize case
#24260 commented on
May 3, 2021 • 0 new comments -
bpo-42980: Add GnuStyleLongOptionsHelpFormatter
#24275 commented on
May 3, 2021 • 0 new comments -
bpo-42982: Increase suggested number of iterations of PBKDF2 to 250,000
#24276 commented on
May 3, 2021 • 0 new comments -
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel)
#24284 commented on
May 3, 2021 • 0 new comments -
bpo-42991 Add 'demux' function to audioop module
#24286 commented on
May 3, 2021 • 0 new comments -
bpo-42995: add PurePath.with_suffix_appended()
#24288 commented on
May 3, 2021 • 0 new comments -
bpo-43009: Port curses capi pointer array to a struct.
#24304 commented on
May 3, 2021 • 0 new comments -
bpo-43052: Make dyld search work with SYSTEM_VERSION_COMPAT=1
#24324 commented on
May 3, 2021 • 0 new comments -
bpo-43024: improve signature (in help, etc) for functions taking sent…
#24331 commented on
May 3, 2021 • 0 new comments -
bpo-43029 : [IMP] unittest: Add assertUniqueIn()
#24336 commented on
May 3, 2021 • 0 new comments -
bpo-43046: argparse: capturing actions
#24357 commented on
May 3, 2021 • 0 new comments -
bpo-42973: argparse: mixing optional and positional
#24367 commented on
May 3, 2021 • 0 new comments -
bpo-42966: argparse: customizable help formatter
#24377 commented on
May 3, 2021 • 0 new comments -
added doc about *iterables in concurrent.futures.Executor.map
#24378 commented on
May 3, 2021 • 0 new comments -
Fixing typos in turtle.rst
#24385 commented on
May 3, 2021 • 0 new comments -
bpo-43086: Added handling for excess data in binascii.a2b_base64
#24402 commented on
May 3, 2021 • 0 new comments -
bpo-42971: Add errno.EQFULL (macOS)
#24419 commented on
May 3, 2021 • 0 new comments -
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC
#24421 commented on
May 3, 2021 • 0 new comments -
bpo-20408: Fix memoryview() signature in docs.
#24431 commented on
May 3, 2021 • 0 new comments -
bpo-43120: Add a number of LOG_* constants to syslog
#24432 commented on
May 3, 2021 • 0 new comments -
bpo-43119: Add a preemption point to asyncio.Queue.put when the queue is unbounded
#24433 commented on
May 3, 2021 • 0 new comments -
bpo-30077: Add aifc/sowt pseudo-compression
#24449 commented on
May 3, 2021 • 0 new comments -
bpo-43142: Do not add duplicate FDs to list in duplicate_for_child()
#24461 commented on
May 3, 2021 • 0 new comments -
[doc] Fix typo in os module
#24464 commented on
May 3, 2021 • 0 new comments -
Clarify, reorder language for TestCase(object)
#24465 commented on
May 3, 2021 • 0 new comments -
DOC: Improvements in library/stdtypes
#24466 commented on
May 3, 2021 • 0 new comments -
bpo-43194: Add JFXX as jpeg marker to imghdr.py
#24474 commented on
May 3, 2021 • 0 new comments -
bpo-43123: Raise ValueError if email header name includes CR-LF characters
#24475 commented on
May 3, 2021 • 0 new comments -
Fix an outdated test in asyncio
#24477 commented on
May 3, 2021 • 0 new comments -
bpo-43160: Add extend_const action to argparse
#24478 commented on
May 3, 2021 • 0 new comments -
bpo-43111: Don't look for X11 browsers on macOS (webbrowser)
#24480 commented on
May 3, 2021 • 0 new comments -
bpo-43165 - Support the same files with new param in shutil.copyfile
#24482 commented on
May 3, 2021 • 0 new comments -
refactoring and type fix
#24490 commented on
May 3, 2021 • 0 new comments -
bpo-36859: use sqlite3_stmt_readonly() to detect DML statements
#24492 commented on
May 3, 2021 • 0 new comments -
bpo-43112: detect musl as a separate SOABI
#24502 commented on
May 3, 2021 • 0 new comments -
bpo-43207: InspectLoader.is_package is not an abstract method
#24517 commented on
May 3, 2021 • 0 new comments -
bpo-43212: [doc] Link to source of Python and Argument Clinic classes and functions
#24521 commented on
May 3, 2021 • 0 new comments -
bpo-43225: [DOC] Add missing value returned by methods on cookiejar
#24522 commented on
May 3, 2021 • 0 new comments -
bpo-43215: Document Happy Eyeballs args of asyncio.open_connection
#24525 commented on
May 3, 2021 • 0 new comments -
bpo-43220: Accept explicit default args in required groups
#24526 commented on
May 3, 2021 • 0 new comments -
bpo-43224: Initial implementation of PEP 646 in typing.py
#24527 commented on
May 3, 2021 • 0 new comments -
bpo-43218: prevent venv creation when target directory contains PATH separator
#24530 commented on
May 3, 2021 • 0 new comments -
bpo-43232: Prohibit previously deprecated operations on TransportSocket
#24538 commented on
May 3, 2021 • 0 new comments -
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor
#24540 commented on
May 3, 2021 • 0 new comments -
bpo-35026: Mention required permissions in the winreg.DeleteKey*() docs
#24547 commented on
May 3, 2021 • 0 new comments -
Update handlers.py to have a configurable message_separator_character
#24556 commented on
May 3, 2021 • 0 new comments -
bpo-41847: Update "Install launcher for all users" win installer option
#24570 commented on
May 3, 2021 • 0 new comments -
bpo-43299: Make pyclbr.readmodule_ex() not die on module w/o __spec__
#24623 commented on
May 3, 2021 • 0 new comments -
[WIP]bpo-43235: Extend the stable_abi.py to check that all symbols exported on Unix are also exported on Windows.
#24639 commented on
May 3, 2021 • 0 new comments -
bpo-43318: pdb can't output the prompt message when successfully clear breakpoints by "filename:lineno"
#24646 commented on
May 3, 2021 • 0 new comments -
bpo-43324: Added socket functions to asyncio library
#24651 commented on
May 3, 2021 • 0 new comments -
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject()
#24659 commented on
May 3, 2021 • 0 new comments -
bpo-40469: Make TimedRotatingFileHandler use CTIME instead of MTIME
#24660 commented on
May 3, 2021 • 0 new comments -
bpo-24650: Use full term "generator function" in yield expressions docs
#24663 commented on
May 3, 2021 • 0 new comments -
[DOC] Snippet code to str methods
#24666 commented on
May 3, 2021 • 0 new comments -
bpo-42484: get_obs_local_part() fails to handle empty local part
#24669 commented on
May 3, 2021 • 0 new comments -
bpo-43350: Don't reset active statements twice in _pysqlite_query_execute()
#24681 commented on
May 3, 2021 • 0 new comments -
bpo-43359: Remove dead assignment from Py_UniversalNewlineFgets
#24699 commented on
May 3, 2021 • 0 new comments -
bpo-43360: Remove dead initialization from parse_abbr function
#24700 commented on
May 3, 2021 • 0 new comments -
bpo-43361: Remove dead assignment from idna_converter function
#24701 commented on
May 3, 2021 • 0 new comments -
bpo-43381: Add frozen module co_lines() test
#24712 commented on
May 3, 2021 • 0 new comments -
bpo-43377: Make `_PyErr_Display` available in the CPython API
#24719 commented on
May 3, 2021 • 0 new comments -
html.parser: fix ‘<![CDATA[ ... ]]>’ handling not capturing ‘]’
#24720 commented on
May 3, 2021 • 0 new comments -
socket documentation fix - rename triple to 3-tuple
#24722 commented on
May 3, 2021 • 0 new comments -
bpo-43392: Optimize repeated calls to `__import__()`
#24735 commented on
May 3, 2021 • 0 new comments -
bpo-43364: Enable UTF-8 mode from Installer
#24742 commented on
May 3, 2021 • 0 new comments -
bpo-43364: Windows: Add Shortcut to enable/disable UTF-8 mode
#24743 commented on
May 3, 2021 • 0 new comments -
bpo-None: Fix somewhat confusing "where" strings in Py_EnterRecursiveCall.
#24764 commented on
May 3, 2021 • 0 new comments -
Update cgi.rst
#24766 commented on
May 3, 2021 • 0 new comments -
Update socketserver.rst
#24767 commented on
May 3, 2021 • 0 new comments -
bpo-43897: Implement AST validation for Pattern Matching
#24771 commented on
May 3, 2021 • 0 new comments -
bpo-43417: Better buffer handling for ast.unparse
#24772 commented on
May 3, 2021 • 0 new comments -
bpo-43419: fix contextvars behaviors in asyncio REPL
#24773 commented on
May 3, 2021 • 0 new comments -
Update pickle.rst
#24776 commented on
May 3, 2021 • 0 new comments -
bpo-40982: Fix outdated copytree() "example" in the shutil docs
#24778 commented on
May 3, 2021 • 0 new comments -
bpo-43429: mmap.size() now returns the size on Unix for anonymous memory
#24781 commented on
May 3, 2021 • 0 new comments -
bpo-43432: add function `clear` to module `os`
#24784 commented on
May 3, 2021 • 0 new comments -
Specify tempfile random naming constraints
#24785 commented on
May 3, 2021 • 0 new comments -
bpo-43451: Render inspect function arguments one-per-line when they exceed a maximum length
#24802 commented on
May 3, 2021 • 0 new comments -
Update http.client.rst
#24803 commented on
May 3, 2021 • 0 new comments -
bpo-43364: Add "Enable UTF-8 Mode" button at success page.
#24813 commented on
May 3, 2021 • 0 new comments -
bpo-43132: Add tests for find_in_strong_cache() bug in _zoneinfo
#24829 commented on
May 3, 2021 • 0 new comments -
Fix incorrect indentation on versionchanged block under inspect.Parameter
#24846 commented on
May 3, 2021 • 0 new comments -
bpo-43223: [SECURITY] Patched Open Redirection In SimpleHTTPServer Module
#24848 commented on
May 3, 2021 • 0 new comments -
bpo-43322: Use consistent '#include' syntax in extn. tutorial
#24851 commented on
May 3, 2021 • 0 new comments -
bpo-43313: support pymalloc for subinterpreters. each subinterpreter ha…
#24857 commented on
May 3, 2021 • 0 new comments -
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread
#24868 commented on
May 3, 2021 • 0 new comments -
bpo-24498: Remove ptags.py and eptags.py from Tools/scripts
#24869 commented on
May 3, 2021 • 0 new comments -
bpo-37820: Test that the "URL:"" schema does not work in urllib
#24870 commented on
May 3, 2021 • 0 new comments -
Remove the get_phrase_cfws_only_raises test
#24871 commented on
May 3, 2021 • 0 new comments -
bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox
#24872 commented on
May 3, 2021 • 0 new comments -
bpo-43501: _header_value_parser: handle DOT in DisplayName
#24874 commented on
May 3, 2021 • 0 new comments -
bpo-18232: Return unsuccessfully if no unit tests were run
#24893 commented on
May 3, 2021 • 0 new comments -
bpo-43525: Highlight pathlib operator behavior with anchored paths
#24900 commented on
May 3, 2021 • 0 new comments -
Fix the Python equivalents of the Descriptor HowTo Guide
#24901 commented on
May 3, 2021 • 0 new comments -
bpo-23767: Force the use of the default locale in add_gcc_paths()
#24919 commented on
May 3, 2021 • 0 new comments -
bpo-43552: Add locale.get_current_locale_encoding()
#24931 commented on
May 3, 2021 • 0 new comments -
better display of errrors
#24932 commented on
May 3, 2021 • 0 new comments -
bpo-43563 : Introduce dedicated opcodes for super calls
#24936 commented on
May 3, 2021 • 0 new comments -
bpo-43564: preserve original exception in args of FTP URLError
#24938 commented on
May 3, 2021 • 0 new comments -
Github Action to create an Ubuntu Artifact
#24942 commented on
May 3, 2021 • 0 new comments -
bpo-43574: Dont overallocate list literals
#24954 commented on
May 3, 2021 • 0 new comments -
Fix a minor issue in the curses documentation
#24961 commented on
May 3, 2021 • 0 new comments -
bpo-43588: use static variable module under building Python with --with-experimental-isolated-subinterpreters cause crash.
#24963 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix exceptions.c use static variable under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24965 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix boolobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24966 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix codeobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24968 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix sysmodule.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24969 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix codecs.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24970 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix _warnings.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24971 commented on
May 3, 2021 • 0 new comments -
bpo-43588: fix listobject.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24972 commented on
May 3, 2021 • 0 new comments -
bpo-17792: more accurate error message for UnboundLocalError
#24976 commented on
May 3, 2021 • 0 new comments -
bpo-42444: Use attribute directives in the docs for pathlib.PurePath
#24977 commented on
May 3, 2021 • 0 new comments -
Simplify _exact_ratio() using duck typing
#24988 commented on
May 3, 2021 • 0 new comments -
Completion following `[` character
#24990 commented on
May 3, 2021 • 0 new comments -
bpo-37405: socket.getsockname() test fix
#24991 commented on
May 3, 2021 • 0 new comments -
bpo-37612: always call linkat() from os.link(), if available
#24997 commented on
May 3, 2021 • 0 new comments -
Trivial change in fractions module docs: real -> rational numbers
#25009 commented on
May 3, 2021 • 0 new comments -
bpo-43612: Add wbits parameter to zlib.compress
#25011 commented on
May 3, 2021 • 0 new comments -
Update types.rst
#25012 commented on
May 3, 2021 • 0 new comments -
Reformat threading macros in _tkinter
#25026 commented on
May 3, 2021 • 0 new comments -
Clarify glob logic a bit
#25028 commented on
May 3, 2021 • 0 new comments -
bpo-43639: Do not raise AttributeError on instance attribute update/deletion if data descriptor with missing __set__/__delete__ method found on its type
#25033 commented on
May 3, 2021 • 0 new comments -
bpo-43640: Update TLS/SSL security consids. due to TLS 1.0 and TLS 1.1 deprecation
#25040 commented on
May 3, 2021 • 0 new comments -
bpo-34932: Add socket.TCP_KEEPALIVE for macOS
#25079 commented on
May 3, 2021 • 0 new comments -
bpo-43684: Add ADD_INT opcode
#25090 commented on
May 3, 2021 • 0 new comments -
Add bpo-42914 to What's New
#25124 commented on
May 3, 2021 • 0 new comments -
bpo-43693: Compute deref offsets in compiler
#25152 commented on
May 3, 2021 • 0 new comments -
bpo-43706: Use PEP 590 vectorcall to speed up enumerate()
#25154 commented on
May 3, 2021 • 0 new comments -
Remove unread use_system_libffi assignment
#25161 commented on
May 3, 2021 • 0 new comments -
bpo-34816: Raise AttributeError if loading fails in ctypes.LibraryLoader.__get_attr__
#25177 commented on
May 3, 2021 • 0 new comments -
bpo-43729: Clarify comment in tutorial example
#25191 commented on
May 3, 2021 • 0 new comments -
Remove duplicated text for iterable unpacking
#25212 commented on
May 3, 2021 • 0 new comments -
bpo-43749: Ensure current exe is copied when using venv on windows
#25216 commented on
May 3, 2021 • 0 new comments -
bpo-37788: Fix a reference leak if a thread is not joined.
#25226 commented on
May 3, 2021 • 0 new comments -
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs
#25241 commented on
May 3, 2021 • 0 new comments -
Fix typo in aclocal.m4
#25245 commented on
May 3, 2021 • 0 new comments -
bpo-37952: SSL: add support for export_keying_material
#25255 commented on
May 3, 2021 • 0 new comments -
bpo-43770: Inherit default tp_getattro and tp_setattro
#25275 commented on
May 3, 2021 • 0 new comments -
Follow PEP-8 guidelines in tutorial for standard library
#25288 commented on
May 3, 2021 • 0 new comments -
Fix rst formatting for mock spec news entry.
#25327 commented on
May 3, 2021 • 0 new comments -
bpo-37251: Make create_autospec generate AsyncMocks for awaitable classes
#25347 commented on
May 3, 2021 • 0 new comments -
bpo-43814: Fix the error message for disallowed __weakref__ slots
#25362 commented on
May 3, 2021 • 0 new comments -
bpo-30528 Update ipaddress.py with reverse_pointer method for networks
#25371 commented on
May 3, 2021 • 0 new comments -
bpo-43826: Fix resource warning due to unclosed objects.
#25381 commented on
May 3, 2021 • 0 new comments -
bpo-43803: Updating docs and docstrings of the functions ctypes.string_at and ctypes.wstring_at to use the name "ptr" to refer to the first argument
#25384 commented on
May 3, 2021 • 0 new comments -
bpo-43827: Fixed abc conflicts with __init_subclass__
#25385 commented on
May 3, 2021 • 0 new comments -
bpo-43834: Update StringIO.getvalue() example to use a context manager
#25401 commented on
May 3, 2021 • 0 new comments -
bpo-43848: explain optional argument mtime in gzip.py.
#25410 commented on
May 3, 2021 • 0 new comments -
bpo-43850: write sets reproducibly in marshalled code
#25411 commented on
May 3, 2021 • 0 new comments -
clarify import of PIPE in subprocess docs
#25416 commented on
May 3, 2021 • 0 new comments -
bpo-43853: Handle sqlite3_value_text() errors
#25422 commented on
May 3, 2021 • 0 new comments -
bpo-43857: Fix the AttributeError message for deletion of a missing attribute
#25424 commented on
May 3, 2021 • 0 new comments -
bpo-34321: Add a trackfd parameter to mmap.mmap()
#25425 commented on
May 3, 2021 • 0 new comments -
added exception groups
#25430 commented on
May 3, 2021 • 0 new comments -
bpo-43874: fix argparse sub parser error when sub parser has no "name"
#25446 commented on
May 3, 2021 • 0 new comments -
distutils._msvccompiler: _get_vc_env() - correction of the erroneous
#25447 commented on
May 3, 2021 • 0 new comments -
bpo-43878: Update config.guess and config.sub files
#25450 commented on
May 3, 2021 • 0 new comments -
bpo-43879: Add native_thread_id field to PyThreadState
#25458 commented on
May 3, 2021 • 0 new comments -
bpo-43881: add platform availabity information for os.sched_getaffinity
#25459 commented on
May 3, 2021 • 0 new comments -
[Docs] Add versionadded to am_send
#25465 commented on
May 3, 2021 • 0 new comments -
bpo-43833: Emit warnings for numeric literals followed by keyword
#25466 commented on
May 3, 2021 • 0 new comments -
bpo-37355: For nonblocking sockets, call SSL_read in a loop
#25478 commented on
May 3, 2021 • 0 new comments -
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes
#25480 commented on
May 3, 2021 • 0 new comments -
bpo-43893: omit leading spaces/tabs on typing.get_type_hints
#25484 commented on
May 3, 2021 • 0 new comments -
bpo-43895: Remove an unnecessary cache of shared object handles
#25487 commented on
May 3, 2021 • 0 new comments -
Update weakref.rst
#25491 commented on
May 3, 2021 • 0 new comments -
bpo-42737: Mention PEP 563 in doc for annotated assignment
#25511 commented on
May 3, 2021 • 0 new comments -
Update README.rst
#25514 commented on
May 3, 2021 • 0 new comments -
bpo-38692: Add audit events to pidfd related functions
#25515 commented on
May 3, 2021 • 0 new comments -
Micro optimizations for Fraction's arithmetic
#25518 commented on
May 3, 2021 • 0 new comments -
bpo-43910 Fix handling of quoted values in cgi.parse_header
#25519 commented on
May 3, 2021 • 0 new comments -
Update Condition class
#25526 commented on
May 3, 2021 • 0 new comments -
bpo-41277: Fix the errno values in the os.setxattr() docs
#25567 commented on
May 3, 2021 • 0 new comments -
bpo-43931: Export Python version as API data
#25577 commented on
May 3, 2021 • 0 new comments -
bpo-43914: Add new SyntaxError attributes to What's New
#25582 commented on
May 3, 2021 • 0 new comments -
bpo-32822: Add finally with return/break/continue to the tutorial
#25600 commented on
May 3, 2021 • 0 new comments -
bpo-23975: Correct conversion of Rational’s to float
#25619 commented on
May 3, 2021 • 0 new comments -
Improve the punctuation in the documentation of the module atexit
#25629 commented on
May 3, 2021 • 0 new comments -
bpo-42128: Improve "Binding of names" doc section
#25642 commented on
May 3, 2021 • 0 new comments -
bpo-26092: allow using custom sys.displayhook's with doctest
#25651 commented on
May 3, 2021 • 0 new comments