Overview
Could not load contribution data
Please try again later
187 Pull requests merged by 49 people
-
[3.11] Restore default role check in `make check`. (GH-92290)
#92821 merged
May 15, 2022 -
Restore default role check in `make check`.
#92290 merged
May 15, 2022 -
bpo-45505: ZipFile file header optimization
#25966 merged
May 15, 2022 -
gh-92781: Avoid mixing declarations and code in C API
#92783 merged
May 15, 2022 -
[3.11] gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
#92807 merged
May 14, 2022 -
gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
#92802 merged
May 14, 2022 -
[3.10] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91581)
#92746 merged
May 14, 2022 -
[3.11] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91581)
#92745 merged
May 14, 2022 -
[3.11] GH-92804: Fix memory leak in memoryview iterator (gh-92805)
#92806 merged
May 14, 2022 -
GH-92804: Fix memory leak in memoryview iterator
#92805 merged
May 14, 2022 -
gh-90861: Memory optimization for set.issubset
#92799 merged
May 14, 2022 -
[3.11] gh-92311: Add tests for frame_setlineno jumping over listcomps (GH-92741)
#92797 merged
May 14, 2022 -
Add a NEWS entry.
#92798 merged
May 14, 2022 -
[3.10] Fix typo in argparse docs. (GH-92691)
#92729 merged
May 13, 2022 -
[3.9] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
#92787 merged
May 13, 2022 -
[3.10] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
#92786 merged
May 13, 2022 -
[3.11] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
#92785 merged
May 13, 2022 -
gh-92611: Link to section for PEP 594 modules; mention rm version & alternatives
#92612 merged
May 13, 2022 -
Fix numbers.Real.__rdivmod__ doc string
#31991 merged
May 13, 2022 -
gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)
#92770 merged
May 13, 2022 -
bpo-9182: Add a section on specifying positional arguments
#31810 merged
May 13, 2022 -
Fix small typo
#92721 merged
May 13, 2022 -
[3.9] Document Py_ssize_t. (GH-92512)
#92774 merged
May 13, 2022 -
gh-92446: Argparse choices should be a sequence
#92450 merged
May 13, 2022 -
[3.11] Fix typo in argparse docs. (GH-92691)
#92709 merged
May 13, 2022 -
[3.9] Fix typo in argparse docs. (GH-92691)
#92731 merged
May 13, 2022 -
[3.10] Document Py_ssize_t. (GH-92512)
#92775 merged
May 13, 2022 -
[3.11] Document Py_ssize_t. (GH-92512)
#92776 merged
May 13, 2022 -
Document Py_ssize_t.
#92512 merged
May 13, 2022 -
gh-85858: Remove PyUnicode_InternImmortal() function
#92579 merged
May 13, 2022 -
[3.11] GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
#92772 merged
May 13, 2022 -
gh-89653: Use int type for Unicode kind
#92704 merged
May 13, 2022 -
GH-92236: Remove spurious "line" event when starting coroutine or generator.
#92722 merged
May 13, 2022 -
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function
#92705 merged
May 13, 2022 -
[3.11] gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
#92766 merged
May 13, 2022 -
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
#92732 merged
May 13, 2022 -
gh-92536: Doc update about Py_UNICODE removal
#92756 merged
May 13, 2022 -
gh-92584: test_cppext uses setuptools
#92639 merged
May 12, 2022 -
gh-92311: Add tests for frame_setlineno jumping over listcomps
#92741 merged
May 12, 2022 -
[3.9] gh-92311: Let frame_setlineno jump over listcomps
#92740 merged
May 12, 2022 -
[3.9] gh-92436: __future__ docs: add note on expectations for "from _…
#92726 merged
May 12, 2022 -
gh-91581: Check result of utc_to_seconds
#91582 merged
May 12, 2022 -
Add notes maintaining ABCs
#92736 merged
May 12, 2022 -
[3.8] gh-92448: Update the documentation builder to render the GitHub…
#92605 merged
May 12, 2022 -
[3.10] gh-92311: Let frame_setlineno jump over listcomps
#92717 merged
May 12, 2022 -
gh-91578: error message updated for abstract class
#47246 merged
May 12, 2022 -
gh-92514: Remove unused test.support.BasicTestRunner
#92515 merged
May 12, 2022 -
gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations"
#92568 merged
May 12, 2022 -
[3.11] Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
#92723 merged
May 12, 2022 -
Update outdated comments in `Python/ceval.c`
#92641 merged
May 12, 2022 -
gh-92536: PEP 623: Remove wstr from unicode
#92537 merged
May 12, 2022 -
gh-86388 Remove deprecated behaviors in randrange()
#92677 merged
May 12, 2022 -
Fix typo in argparse docs.
#92691 merged
May 12, 2022 -
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc
#92707 merged
May 12, 2022 -
[3.10] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
#92685 merged
May 12, 2022 -
[3.11] gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696)
#92703 merged
May 12, 2022 -
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST()
#92696 merged
May 11, 2022 -
gh-89653: PEP 670: Update C API unicode documentation
#92702 merged
May 11, 2022 -
[3.11] gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694)
#92698 merged
May 11, 2022 -
[3.11] gh-92031, test_embed: Improve test for unquickening static code (GH-92440)
#92699 merged
May 11, 2022 -
[3.11] Fix minor documentation error in bisect docs (GH-92697)
#92700 merged
May 11, 2022 -
[3.10] Fix minor documentation error in bisect docs (GH-92697)
#92701 merged
May 11, 2022 -
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function
#92695 merged
May 11, 2022 -
Fix minor documentation error
#92697 merged
May 11, 2022 -
gh-92031: Improve test for unquickening static code
#92440 merged
May 11, 2022 -
gh-89653: PEP 670: Use PyObject* type for parameters
#92694 merged
May 11, 2022 -
[3.11] gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654)
#92693 merged
May 11, 2022 -
gh-89653: Add assertions to unicodeobject.h functions
#92692 merged
May 11, 2022 -
gh-89653: PEP 670: Limited API doesn't cast arguments
#92654 merged
May 11, 2022 -
[3.11] gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
#92690 merged
May 11, 2022 -
gh-89653: PEP 670: Convert unicodeobject.h macros to functions
#92648 merged
May 11, 2022 -
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT
#92642 merged
May 11, 2022 -
gh-89653: PEP 670: Convert PyCell macros to functions
#92653 merged
May 11, 2022 -
gh-92651: Remove the Include/token.h header file
#92652 merged
May 11, 2022 -
[3.9] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
#92684 merged
May 11, 2022 -
[3.11] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
#92686 merged
May 11, 2022 -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 merged
May 11, 2022 -
[3.9] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903)
#92665 merged
May 11, 2022 -
[3.10] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903)
#92664 merged
May 11, 2022 -
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
#92662 merged
May 11, 2022 -
[3.11] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903)
#92663 merged
May 11, 2022 -
gh-89653: PEP 670: Convert pycore_gc.h macros to functions
#92649 merged
May 11, 2022 -
[3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
#92659 merged
May 11, 2022 -
[3.10] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
#92660 merged
May 11, 2022 -
[3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
#92661 merged
May 11, 2022 -
[3.11] Update numbers.rst (GH-31995)
#92669 merged
May 11, 2022 -
[3.10] gh-91966 Document where key functions are applied in the bisect module (GH-92602)
#92666 merged
May 11, 2022 -
[3.11] gh-91966 Document where key functions are applied in the bisect module (GH-92602)
#92667 merged
May 11, 2022 -
gh-91810: ElementTree: Use text file's encoding by default in XML declaration
#91903 merged
May 11, 2022 -
gh-89336: Fix configparser.RawConfigParser.readfp typo
#92636 merged
May 11, 2022 -
Typo in unittest.rst
#92631 merged
May 11, 2022 -
gh-92632: Make function starunpack_helper run faster when processing starred argument
#92655 merged
May 11, 2022 -
[3.11] gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
#92657 merged
May 11, 2022 -
[3.11] Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533)
#92656 merged
May 11, 2022 -
gh-92550: Fix pathlib.Path.rglob() for empty pattern
#92604 merged
May 11, 2022 -
[3.11] Revert "[3.11] gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)"
#92599 merged
May 11, 2022 -
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()`"
#92598 merged
May 11, 2022 -
gh-92584: test_decimal uses shutil.which()
#92640 merged
May 10, 2022 -
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11
#92645 merged
May 10, 2022 -
[3.10] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
#92577 merged
May 10, 2022 -
gh-91966 Document where key functions are applied in the bisect module
#92602 merged
May 10, 2022 -
bpo-39264: Fix UserDict.get() to account for __missing__()
#17910 merged
May 10, 2022 -
[3.11] gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620)
#92621 merged
May 10, 2022 -
bpo-39278: add docstrings to functions in pdb module
#17924 merged
May 10, 2022 -
bpo-43689: improve documentation for Differ
#25132 merged
May 10, 2022 -
gh-84131: Remove the deprecated pathlib.Path.link_to method.
#92505 merged
May 10, 2022 -
Replace `numbers.Real` with `Real` in numbers.rst
#31995 merged
May 10, 2022 -
bpo-42259: clarify pprint saferepr docs
#30256 merged
May 10, 2022 -
gh-80143: Add clarification for escape characters
#92292 merged
May 10, 2022 -
[3.11] gh-91731: Fix typo in pymacro.h (GH-92618)
#92623 merged
May 10, 2022 -
gh-91731: Fix typo in pymacro.h
#92618 merged
May 10, 2022 -
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily
#92620 merged
May 10, 2022 -
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
#92608 merged
May 10, 2022 -
[3.11] Add `__slots__` to `typing._NotIterable` (GH-92570)
#92617 merged
May 10, 2022 -
[3.11] gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543)
#92607 merged
May 10, 2022 -
[3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
#92610 merged
May 10, 2022 -
[3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
#92609 merged
May 10, 2022 -
[3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
#92606 merged
May 10, 2022 -
Add `__slots__` to `typing._NotIterable`
#92570 merged
May 10, 2022 -
[3.8] Update Sphinx bpo role to use redirect URI.
#91892 merged
May 10, 2022 -
[3.9] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
#92616 merged
May 10, 2022 -
[3.11] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
#92614 merged
May 10, 2022 -
[3.8] Add redirects to Misc/NEWS bpo links (GH-91454)
#91895 merged
May 10, 2022 -
[3.10] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
#92615 merged
May 10, 2022 -
[3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889)
#91936 merged
May 10, 2022 -
gh-92256: Improve Argument Clinic parser error messages
#92268 merged
May 10, 2022 -
gh-76773: Update docs mentioning no-longer-supported Windows versions & features
#92529 merged
May 10, 2022 -
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes
#92543 merged
May 10, 2022 -
gh-92417: `unittest.mock` docs: remove references to Python <2.6
#92539 merged
May 10, 2022 -
[3.11] gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)
#92582 merged
May 10, 2022 -
[3.7] gh-92448: Update the documentation builder to render the GitHub issue
#92600 merged
May 10, 2022 -
[3.10] bpo-13553: Document tkinter.Tk args (GH-4786)
#92594 merged
May 10, 2022 -
[3.9] bpo-13553: Document tkinter.Tk args (GH-4786)
#92595 merged
May 10, 2022 -
[3.11] bpo-13553: Document tkinter.Tk args (GH-4786)
#92593 merged
May 10, 2022 -
[3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889)
#91937 merged
May 10, 2022 -
[3.11] gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
#92596 merged
May 10, 2022 -
[3.7] Add redirects to Misc/NEWS bpo links (GH-91454)
#91894 merged
May 10, 2022 -
[3.7] Update Sphinx bpo role to use redirect URI.
#91893 merged
May 10, 2022 -
gh-91928: Add what's new entry for datetime.UTC alias
#92567 merged
May 10, 2022 -
bpo-13553: Document tkinter.Tk args
#4786 merged
May 10, 2022 -
remove redundant check for existing members
#92590 merged
May 10, 2022 -
[3.11] gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
#92589 merged
May 10, 2022 -
gh-92550 - Fix regression in `pathlib.Path.rglob()`
#92583 merged
May 10, 2022 -
gh-88750: On Windows, PyThread_acquire_lock() no longer check for NULL
#92586 merged
May 10, 2022 -
gh-88750: Remove the PYTHONTHREADDEBUG env var support.
#92509 merged
May 9, 2022 -
[3.9] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
#92578 merged
May 9, 2022 -
[3.11] bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)
#92580 merged
May 9, 2022 -
gh-91063: Update Windows installer to SQLite 3.38.4.
#92322 merged
May 9, 2022 -
[3.9] Doc: Update py2app link. (GH-91585)
#92576 merged
May 9, 2022 -
[3.10] Doc: Update py2app link. (GH-91585)
#92575 merged
May 9, 2022 -
[3.11] Doc: Update py2app link. (GH-91585)
#92574 merged
May 9, 2022 -
Doc: Update py2app link.
#91585 merged
May 9, 2022 -
[3.11] gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559)
#92566 merged
May 9, 2022 -
gh-92171: Update Tcl/Tk download links in macOS installer script
#92179 merged
May 9, 2022 -
gh-91731: Add macro compatibility for static_assert for old libcs
#92559 merged
May 9, 2022 -
[3.9] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)
#92491 merged
May 9, 2022 -
gh-86019: Add table for Windows installer options
#91809 merged
May 9, 2022 -
[3.11] gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
#92558 merged
May 9, 2022 -
[3.8] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
#32183 merged
May 9, 2022 -
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew
#92552 merged
May 9, 2022 -
gh-89325: Revert "bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)"
#92557 merged
May 9, 2022 -
What's New in Python 3.12: move C API at the end
#92555 merged
May 9, 2022 -
[3.11] What's New in Python 3.11: move C API changes (GH-92390)
#92554 merged
May 9, 2022 -
[3.11] Enhance PyConfig documentation (GH-92394)
#92553 merged
May 9, 2022 -
What's New in Python 3.11: move C API changes
#92390 merged
May 9, 2022 -
Enhance PyConfig documentation
#92394 merged
May 9, 2022 -
[3.11] gh-90005: Cleanup after GH-31698 (GH-91642)
#92545 merged
May 9, 2022 -
gh-90005: Cleanup after GH-31698
#91642 merged
May 9, 2022 -
[3.9] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
#92542 merged
May 9, 2022 -
[3.11] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
#92540 merged
May 9, 2022 -
[3.10] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
#92541 merged
May 9, 2022 -
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner
#92535 merged
May 9, 2022 -
Fix inconsistent return type for statistics median_grouped() gh-92531
#92533 merged
May 9, 2022 -
[3.9] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
#92526 merged
May 9, 2022 -
[3.10] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
#92528 merged
May 9, 2022 -
[3.11] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
#92527 merged
May 9, 2022 -
bpo-38056: overhaul Error Handlers section in codecs documentation
#15732 merged
May 9, 2022 -
[3.9] pdb docs: workaround for double semicolon in strings (GH-17011)
#92521 merged
May 8, 2022 -
[3.10] bpo-39229: fix formatting in library/functions.rst (GH-17857)
#92523 merged
May 8, 2022 -
[3.10] pdb docs: workaround for double semicolon in strings (GH-17011)
#92520 merged
May 8, 2022 -
[3.11] pdb docs: workaround for double semicolon in strings (GH-17011)
#92519 merged
May 8, 2022 -
[3.11] bpo-39229: fix formatting in library/functions.rst (GH-17857)
#92522 merged
May 8, 2022 -
bpo-39229: fix formatting in library/functions.rst
#17857 merged
May 8, 2022 -
pdb doc - workaround for double semicolon in strings
#17011 merged
May 8, 2022 -
gh-91968: socket SO_USER_COOKIE/SO_RTABLE from BSD.
#91967 merged
May 8, 2022
66 Pull requests opened by 40 people
-
gh-77024: test.support: Improve documentation
#92513 opened
May 8, 2022 -
gh-90385: Add Path.walk method
#92517 opened
May 8, 2022 -
gh-92231: Prevent dataclass from being called on a class that's already a dataclass.
#92518 opened
May 8, 2022 -
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify
#92534 opened
May 9, 2022 -
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5
#92538 opened
May 9, 2022 -
gh-92417: `socket` docs: remove references to Python <3.3
#92544 opened
May 9, 2022 -
gh-92547: Remove deprecated sqlite3 features
#92548 opened
May 9, 2022 -
Revert "bpo-45162: Revert "Remove many old deprecated unittest features""
#92556 opened
May 9, 2022 -
gh-92546: Fix invalid call in pprint executed as a script
#92560 opened
May 9, 2022 -
GH-92308 What's New: list pending removals in 3.13 and future versions
#92562 opened
May 9, 2022 -
gh-92445 Fix incorrect interaction between nargs="*" and choices()
#92565 opened
May 9, 2022 -
gh-87245: Improve IPv6Address.ipv4_mapped documentation
#92572 opened
May 9, 2022 -
gh-92573: Add IPv4Address.ipv6_mapped attribute
#92581 opened
May 9, 2022 -
[WIP] gh-92584: Rename the distutils package to _distutils
#92585 opened
May 9, 2022 -
gh-92412: Clarifying the documentation on library/syslog
#92587 opened
May 9, 2022 -
gh-92592 : allow logging filters to return a LogRecord
#92591 opened
May 10, 2022 -
gh-92626: Correct JavaScript MIME types + extensions per RFC 9239
#92627 opened
May 10, 2022 -
[3.10] gh-80143: Add clarification for escape characters (GH-92292)
#92629 opened
May 10, 2022 -
[3.9] gh-80143: Add clarification for escape characters (GH-92292)
#92630 opened
May 10, 2022 -
docs(ssl): Fix SSLv3 wording
#92634 opened
May 10, 2022 -
gh-92525: make inspect.getfile PEP 420 compliant
#92635 opened
May 10, 2022 -
[3.11] gh-84131: Note the link_to deprecation in release branches.
#92637 opened
May 10, 2022 -
gh-91400: make sure email parsing dont unquote realnames with spaces
#92638 opened
May 10, 2022 -
gh-81548: Clarify the deprecation of octal sequences affect byte strings
#92643 opened
May 10, 2022 -
gh-91513: add ``taskname`` to ``logging.LogRecord`` attributes
#92646 opened
May 10, 2022 -
Implement `dataclass` code caching
#92650 opened
May 11, 2022 -
gh-92671: Don't omit parentheses when unparsing empty tuples
#92673 opened
May 11, 2022 -
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir
#92676 opened
May 11, 2022 -
gh-92679: Clarify roles of asyncio protocols and transports
#92680 opened
May 11, 2022 -
gh-92679: Clarify asyncio.loop.start_tls parameters
#92682 opened
May 11, 2022 -
gh-92688: Upgrade bundled pip to 22.1
#92689 opened
May 11, 2022 -
gh-91491: Complete Whats New in 3.11 for typing
#92708 opened
May 12, 2022 -
gh-77771: Add enterabs example in sched
#92716 opened
May 12, 2022 -
gh-92670: Skip test_copyfile_nonexistent_dir test on AIX
#92718 opened
May 12, 2022 -
gh-92727: Add example of named group in doc for re.Match.__getitem__
#92730 opened
May 12, 2022 -
Speedup: build docs in parallel
#92733 opened
May 12, 2022 -
gh-92734: Add indentation feature to reprlib.Repr
#92735 opened
May 12, 2022 -
[3.9] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91581)
#92748 opened
May 12, 2022 -
gh-92719: Remove broken link in urllib2 documentation
#92751 opened
May 12, 2022 -
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS
#92754 opened
May 12, 2022 -
gh-92658: Add Hyper-V socket support
#92755 opened
May 13, 2022 -
gh-92613: Deprecate other uuencode functionality per PEP 594 & document as such
#92758 opened
May 13, 2022 -
gh-75372: Specify major version in README for installation
#92759 opened
May 13, 2022 -
Dissociate `__future__` docs description from concurrency futures
#92760 opened
May 13, 2022 -
Remove `Provides` from `shared_memory` docs description
#92761 opened
May 13, 2022 -
Use mdash-es consistently in the library docs index
#92762 opened
May 13, 2022 -
Micro-optimize the LOAD_FAST opcode
#92763 opened
May 13, 2022 -
gh-75608: Add Windows FAQ entry for missing CRT
#92765 opened
May 13, 2022 -
gh-91860: documentation for typing.dataclass_transform
#92768 opened
May 13, 2022 -
[WIP] backend detects cold blocks and lays them out at end of function
#92769 opened
May 13, 2022 -
gh-92777: Add LOAD_METHOD_LAZY_DICT
#92778 opened
May 13, 2022 -
gh-92782: unify the style of CFG traversal algorithms in the compiler
#92784 opened
May 13, 2022 -
gh-92780: Improve sqlite3.Connection.create_collation docs
#92790 opened
May 13, 2022 -
Doc: Update references and examples of old, unsupported OSes and uarches
#92791 opened
May 13, 2022 -
gh-92611: Add details on replacements for cgi utility funcs
#92792 opened
May 13, 2022 -
gh-92611: Clarify planned removal version in PEP 594-deprecated modules
#92793 opened
May 14, 2022 -
gh-76075: Remove mentions of C's mktime in datetime.timestamp()
#92796 opened
May 14, 2022 -
gh-90473: Decrease recursion limit and skip tests on WASI
#92803 opened
May 14, 2022 -
gh-73746: Add note on different Turtle fill behavior depending on platform
#92808 opened
May 14, 2022 -
[3.11] gh-92781: Avoid mixing declarations and code in C API (#92783)
#92813 opened
May 15, 2022 -
gh92812: Fix document ArgumentParser.add_subparsers: Parameter 'optio…
#92814 opened
May 15, 2022 -
gh-87347: Add parenthesis around PyXXX_Check() arguments
#92815 opened
May 15, 2022 -
gh-87670: Add web.archive redirects from effbot
#92816 opened
May 15, 2022 -
gh-92800: Fix C++ _Py_CAST with constant types
#92818 opened
May 15, 2022 -
docs: fix link
#92819 opened
May 15, 2022 -
gh-92822: Added "selected" section to IDLE statusbar
#92823 opened
May 15, 2022
140 Issues closed by 38 people
-
Remove unneeded ZipFile IO
#89668 closed
May 15, 2022 -
glob.glob handling of * (asterisk) wildcard is broken
#88546 closed
May 15, 2022 -
[doc] language reference describes the role of module.__file__ inaccurately
#65960 closed
May 15, 2022 -
Clarify urllib.request.add_header documentation
#90597 closed
May 15, 2022 -
Fix weakref doc
#88868 closed
May 15, 2022 -
improve documentation of SSL deprecations
#88528 closed
May 15, 2022 -
difflib: mention other "problematic" characters in documentation
#87855 closed
May 15, 2022 -
Document the `controller.name` field in `webbrowser` module
#87590 closed
May 15, 2022 -
A possible misleading expression in the Virtual Environment Tutorial
#87485 closed
May 15, 2022 -
Add missing value returned by methods on cookiejar
#87391 closed
May 15, 2022 -
Make __future__.annotations default 3.10 in What's New 3.7
#85647 closed
May 15, 2022 -
Python 3.10 IDLE 64-bit doesn't open any files names code (code.py, code.pyw)
#92359 closed
May 15, 2022 -
docstring errors in ipaddress.IPv4Network
#85654 closed
May 14, 2022 -
documentation for os.getgrouplist potentially misleading
#84556 closed
May 14, 2022 -
SSLContext.check_hostname description is inaccurate wrt match_hostname
#83797 closed
May 14, 2022 -
PyUnicode_FromKindAndData kind transformation is not documented
#83741 closed
May 14, 2022 -
numpy.poly1d variable option not working
#92809 closed
May 14, 2022 -
Add _pth breadcrumb to sys.path documentation
#75763 closed
May 14, 2022 -
Clarify %(prog)s in argparse help formatter returns basename of sys.argv[0] by default
#72179 closed
May 14, 2022 -
Memory leak in memoryview iterator
#92804 closed
May 14, 2022 -
Memory optimization for set.issubset
#90861 closed
May 14, 2022 -
Improve LOAD_METHOD specialization
#89270 closed
May 14, 2022 -
Jumping before comprehensions yields SIGSEGV
#92311 closed
May 14, 2022 -
Bdb: add docstrings
#74397 closed
May 14, 2022 -
Windows docs for command line install don't mention /log option
#86019 closed
May 14, 2022 -
document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse
#53428 closed
May 14, 2022 -
Python github installation issue
#90064 closed
May 14, 2022 -
Doc: Deprecation notices in modules to be removed per PEP 594 could be clearer and more helpful
#92611 closed
May 13, 2022 -
Create to_dict function
#92773 closed
May 13, 2022 -
Improve decorators documentation
#91470 closed
May 13, 2022 -
datetime with ZoneInfo: comparison bug
#92706 closed
May 13, 2022 -
Clarify conditions under which float(x) with large x raises OverflowError
#90331 closed
May 13, 2022 -
minmax function: (minitem, maxitem) in one pass
#92720 closed
May 13, 2022 -
Spurious LINE event when tracing `asyncio.tasks.sleep`
#92236 closed
May 13, 2022 -
sqlite3.create_collation() doesn't get called for custom types
#92742 closed
May 13, 2022 -
ctypes does crash on AMD64 FreeBSD Shared 3.x
#92752 closed
May 13, 2022 -
Documentation needs to declare CalledProcessError as potentially resulting from subprocess.run()
#87801 closed
May 13, 2022 -
--enable-pystats location, 'WebAssemby'
#91998 closed
May 13, 2022 -
Docs claim `from __future__ import annotations` will be on by default in 3.11
#92436 closed
May 13, 2022 -
[doc] Slight error in words in [ 2.4.1. String and Bytes literals ]
#80143 closed
May 13, 2022 -
[doc] Inconsistent / confusing documentation regarding importing submodules
#87304 closed
May 13, 2022 -
[Doc][urllib.request] Explicit the fact that header keys are sent in Camel case
#87497 closed
May 13, 2022 -
Update os.path documentation regarding recommended types
#82849 closed
May 13, 2022 -
Missing words renders meaning unclear in fcntl.html
#87192 closed
May 13, 2022 -
Add pairwise to What's New in Python 3.10; mark it as new in itertools docs
#89253 closed
May 13, 2022 -
setenv/unsetenv errors on HP-UX during compilation
#91965 closed
May 13, 2022 -
use example.com for documentation
#91611 closed
May 13, 2022 -
Interpreter exits when argparse is called with invalid args
#92764 closed
May 13, 2022 -
Docs don't explicitly describe an implicit `return None` in user-defined function
#92753 closed
May 13, 2022 -
Incorrect description of "async with" in PEP492 and documentation
#74892 closed
May 13, 2022 -
os.getenv() not updated after external module uses C putenv()
#45500 closed
May 12, 2022 -
PGO build fails when 'build' directory is missing
#92749 closed
May 12, 2022 -
redirected cookies
#44078 closed
May 12, 2022 -
'setup.py install' fails on linux from read-only storage
#42309 closed
May 12, 2022 -
Error condition in _datetimemodule.c is unchecked with `datetime.fromtimestamp` on local times > Y10k
#91581 closed
May 12, 2022 -
Run Windows release docs build on regular CI
#89539 closed
May 12, 2022 -
Don't use east/west of UTC in date/time documentation
#53551 closed
May 12, 2022 -
External link for Github issue are not correctly rendered
#92448 closed
May 12, 2022 -
updating the error message for abstract class
#91578 closed
May 12, 2022 -
[doc] open builtin function: specifying the size of buffer has no effect for text files
#74903 closed
May 12, 2022 -
Template string docs refer to "normal %-based substitutions"
#76444 closed
May 12, 2022 -
Inaccurate docs on `import` behaviour
#77521 closed
May 12, 2022 -
Double Hex Hash Addition
#92711 closed
May 12, 2022 -
urllib.request.getproxies() misparses Windows registry proxy settings
#86793 closed
May 12, 2022 -
[C API] Remove token.h header file
#92651 closed
May 11, 2022 -
Crash with an evil custom `mro()` on a metaclass
#92112 closed
May 11, 2022 -
distutils does not support os.PathLike
#92687 closed
May 11, 2022 -
`list(FunctionType(a.gi_code, {})(0))` crashes Python
#90847 closed
May 11, 2022 -
`textwrap.TextWrapper` leaks two intermediate vars into class namespace
#90702 closed
May 11, 2022 -
Multiple test modules fail to run if invoked directly
#90583 closed
May 11, 2022 -
test_gdb started to fail on buildbot/s390x RHEL7
#90990 closed
May 11, 2022 -
test_ssl fails in the macos CI
#88109 closed
May 11, 2022 -
Regression in 3.8.3rc1 - error in tests run via doctest
#84784 closed
May 11, 2022 -
gdb/libpython.py does not work with gdb 7.2
#73866 closed
May 11, 2022 -
Prevents uint_t from being used on QNX
#51458 closed
May 11, 2022 -
multiarch headers are added when cross compiling
#82228 closed
May 11, 2022 -
Fix a BrokenPipeError when a multiprocessing.Queue is garbage collected
#91185 closed
May 11, 2022 -
[doc] multiprocessing.Queue fails intermittently with "Broken pipe"
#82742 closed
May 11, 2022 -
Calling `Multiprocessing.Queue.close()` too quickly causes intermittent failure (BrokenPipeError)
#80025 closed
May 11, 2022 -
Delete module-level loop variables when no longer needed
#90723 closed
May 11, 2022 -
addition of error message for invalid statements in pep
#92672 closed
May 11, 2022 -
Dictionary shorthand
#92668 closed
May 11, 2022 -
ElementTree should use UTF-8 for xml declaration.
#91810 closed
May 11, 2022 -
Regression in Python 3.11 with significative performance loss
#92569 closed
May 11, 2022 -
Function starunpack_helper miss a break statement
#92632 closed
May 11, 2022 -
pathlib.Path.rglob("") raises IndexError in Python 3.11b1
#92550 closed
May 11, 2022 -
Fill func.__doc__ lazily
#89618 closed
May 11, 2022 -
Change .js and .mjs MIME type to text/javascript per RFC 9239
#92626 closed
May 10, 2022 -
Datetime strftime() does not return correct week numbers for 2019
#80022 closed
May 10, 2022 -
csv documentation does not note default quote constant
#62967 closed
May 10, 2022 -
send/recv SEGMENT_SIZE should be used more in socketmodule
#41449 closed
May 10, 2022 -
ctypes variable limits
#53276 closed
May 10, 2022 -
test_ctypes fails in test_ulonglong on sparc buildbots
#52561 closed
May 10, 2022 -
test_popen fails if path contains special char like ";"
#51920 closed
May 10, 2022 -
isinstance and weakref proxies.
#38595 closed
May 10, 2022 -
Clarify that bisect(a, x, key=...) does not call key(x)
#91966 closed
May 10, 2022 -
Override MagicMock special methods
#86185 closed
May 10, 2022 -
builtin_function_or_method is also either a function or a method
#91370 closed
May 10, 2022 -
str() and repr() of enum different in Python 3.11 from Python <= 3.10
#89656 closed
May 10, 2022 -
Enum: ensure bitwise operators on subclasses are correct
#90635 closed
May 10, 2022 -
Ensure PEP 663 changes are reverted from 3.11
#91041 closed
May 10, 2022 -
The docs for Py_GetVersion assumes minor version < 9
#92047 closed
May 10, 2022 -
Deprecate urllib.request.urlretrieve() and cleanup()
#84851 closed
May 10, 2022 -
Importing packages from Torchvision in IDLE makes matplotlib plots not show up
#92622 closed
May 10, 2022 -
itertools: clearer all_equal recipe
#92628 closed
May 10, 2022 -
Typo in "Data Model" article
#92624 closed
May 10, 2022 -
typing._type_check no longer recognizes several kinds of non-types
#92601 closed
May 10, 2022 -
Python 3.11 doc links actually point to 3.12 docs
#92588 closed
May 10, 2022 -
finally blocks are duplicated by the compiler unnecessarily
#92619 closed
May 10, 2022 -
getpath problems with framework build
#91046 closed
May 10, 2022 -
Add a `:gh:` role to the documentation to link to GitHub issues
#91888 closed
May 10, 2022 -
argparse: append action with default list adds to list instead of overriding
#60603 closed
May 10, 2022 -
Add `datetime.UTC` alias for `datetime.timezone.utc`
#91928 closed
May 10, 2022 -
Update Windows and MacOS installer to SQLite 3.38.4
#91063 closed
May 9, 2022 -
Last iterators tutorial example is limited and limitation isn't mentioned
#92252 closed
May 9, 2022 -
Not only module imports should be tested, but `python -m` too
#92563 closed
May 9, 2022 -
Unavailable Tcl version when compiling for MacOS 10.6
#92171 closed
May 9, 2022 -
Fix Program/_freeze_module for cross compiling Python
#90044 closed
May 9, 2022 -
timeit should hide its imports (sys, itertools, gc, time)
#92561 closed
May 9, 2022 -
What's new in Python 3.11: Faster CPython
#91345 closed
May 9, 2022 -
Pin Jinja2 to fix docs build
#91294 closed
May 9, 2022 -
3.10 Documentation Not Hyperlinking Some Methods
#86348 closed
May 9, 2022 -
Reintroduce bootstrap_python for freezing
#90108 closed
May 9, 2022 -
Make Python compatible with OpenSSL 3.0.0
#83001 closed
May 9, 2022 -
PEP 3121, 384 Refactoring applied to ctypes module
#60088 closed
May 9, 2022 -
test_ssl: skip tests for disabled TLS/SSL versions
#82456 closed
May 9, 2022 -
Use fcntl(fd, F_GETFD) to check whether an fd is valid
#90073 closed
May 9, 2022 -
datetime and time tests use non-portable "%4Y" format
#90745 closed
May 9, 2022 -
Build with Py_LIMITED_API fails unknown type name ‘PyModuleDef_Slot’
#91071 closed
May 9, 2022 -
_PyUnicode_Fini should invalidate ucnhash_capi capsule pointer
#91338 closed
May 9, 2022 -
https://docs.python.org/3.11/whatsnew/3.11.html has not updated since 25 Apr
#92532 closed
May 9, 2022 -
Port core types to Argument Clinic
#91102 closed
May 9, 2022 -
Inconsistent return type in statistics.median_grouped()
#92531 closed
May 9, 2022 -
Clarification for queue.SimpleQueue
#92516 closed
May 9, 2022 -
Unclear documentation for shutil.copytree()
#88513 closed
May 8, 2022 -
socket module add SO_RTABLE/SO_USER_COOKIE constants.
#91968 closed
May 8, 2022 -
Python3.11 error or AIOHTTP error?
#92511 closed
May 8, 2022 -
profiling c functions while running python
#92326 closed
May 8, 2022
55 Issues opened by 52 people
-
Document whether `asyncio.wait_for(q.get(), timeout)` is safe of race-conditions.
#92824 opened
May 15, 2022 -
IDLE: Add "selected" section to Statusbar
#92822 opened
May 15, 2022 -
test_cppext fails on Ubuntu 20.04 when _ctypes fails to build
#92820 opened
May 15, 2022 -
Python Launcher for Windows (py.exe) seems to ignore virtual environment in recent beta 3.11.0b1
#92817 opened
May 15, 2022 -
ArgumentParser.add_subparsers: Parameter 'option_string'
#92812 opened
May 14, 2022 -
Using parameter 'action' in function 'argparse.ArgumentParser.add_subparsers'
#92811 opened
May 14, 2022 -
`_abc._abc_subclasscheck` has very poor performance and (I think) a memory leak
#92810 opened
May 14, 2022 -
Generalize the possibility to configure sys.path with a ._pth file?
#92801 opened
May 14, 2022 -
C++-warningless _Py_CAST macro breaks unicodeobject.h on C++
#92800 opened
May 14, 2022 -
sysconfig.get_config_var('INSTSONAME') get wrong library path
#92794 opened
May 14, 2022 -
Doc Page navigation disappears unless page is very wide.
#92789 opened
May 13, 2022 -
No documentation for ast.Module class and others.
#92788 opened
May 13, 2022 -
Unify the style of CFG traversal algorithms in the compiler
#92782 opened
May 13, 2022 -
Python 3.11 C API is not compatible with ISO C90: ISO C90 forbids mixed declarations and code
#92781 opened
May 13, 2022 -
sqlite3: `Connection.create_collation()` documentation inaccuracies
#92780 opened
May 13, 2022 -
statistics module: box and whisker 'plot' function
#92779 opened
May 13, 2022 -
More `LOAD_METHOD` specializations
#92777 opened
May 13, 2022 -
Add `rmtree` & `copy` method to pathlib
#92771 opened
May 13, 2022 -
WASM build step does something weird with prefix
#92744 opened
May 12, 2022 -
Anomalous copyright symbol in typing.TypeVar docs
#92743 opened
May 12, 2022 -
Warning for foo == "bar" or "baz"
#92739 opened
May 12, 2022 -
`buildrelease.bat` fails with `cannot find python3813.chm` on Windows 10
#92738 opened
May 12, 2022 -
Inconsistent behavior os.path.relpath() vs pathlib's relative_to()
#92737 opened
May 12, 2022 -
Add indentation feature to reprlib.Repr
#92734 opened
May 12, 2022 -
3.11.0b1 regression: re.template removed without a deprecation period
#92728 opened
May 12, 2022 -
Add example of named group to re.Match.__getitem__ doc
#92727 opened
May 12, 2022 -
input() doesn't print the prompt if stderr is redirected
#92715 opened
May 12, 2022 -
urllib.request.urlopen(data_uri).file are closed automatically when the response is not hold by a variable
#92713 opened
May 12, 2022 -
Upgrade bundled pip to 22.1 series
#92688 opened
May 11, 2022 -
Opening a new unfocused tab in Chrome with webbrowser.open
#92683 opened
May 11, 2022 -
locals are not passed to inner function defined in exec()
#92681 opened
May 11, 2022 -
Clarify `asyncio` API in a backward compatible manner
#92679 opened
May 11, 2022 -
MRO: Behavior change from 3.10 to 3.11: multiple inheritance issue with C-API (pybind11)
#92678 opened
May 11, 2022 -
venv.EnvBuilder.ensure_directories() no longer accepts Path for env_dir parameter
#92675 opened
May 11, 2022 -
ast.unparse: Wrong unparse with something like "() = []".
#92671 opened
May 11, 2022 -
Skip test_copyfile_nonexistent_dir in AIX
#92670 opened
May 11, 2022 -
socket.connect - support custom family value
#92658 opened
May 11, 2022 -
[Enum] call syntax error message is confusing
#92647 opened
May 10, 2022 -
IDLE should print multiprocessing function outputs in the IDLE shell
#92633 opened
May 10, 2022 -
argparse option argument with `nargs=argparse.REMAINDER` is misplaced in usage line
#92625 opened
May 10, 2022 -
PEP 594: uuencode codec and binascii functions apparently not properly deprecated or documented as such
#92613 opened
May 10, 2022 -
Crash on AST with misordered linenos
#92597 opened
May 10, 2022 -
Expand logging filter API to allow returning a LogRecord
#92592 opened
May 10, 2022 -
PEP 632: Rename the distutils package to _distutils
#92584 opened
May 9, 2022 -
Add IPv4Address.ipv6_mapped attribute
#92573 opened
May 9, 2022 -
Enforce the use of `deprecated-removed` in docs
#92564 opened
May 9, 2022 -
Python 3.10.4 for linux install issue
#92551 opened
May 9, 2022 -
sqlite3: remove features deprecated in 3.10
#92547 opened
May 9, 2022 -
Minor bug in pprint module
#92546 opened
May 9, 2022 -
PEP 623: Remove wstr from Unicode
#92536 opened
May 9, 2022 -
Issues when Condition.notify() is interrupted
#92530 opened
May 9, 2022 -
`inspect.getfile` doesn't properly handle PEP 420
#92525 opened
May 9, 2022 -
Remove test.support.BasicTestRunner
#92514 opened
May 8, 2022
206 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.
-
Improve the Descriptor HowTo Guide
#24901 commented on
May 11, 2022 • 36 new comments -
gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods
#92421 commented on
May 13, 2022 • 23 new comments -
Build Python with C11
#91731 commented on
May 10, 2022 • 15 new comments -
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3
#92502 commented on
May 14, 2022 • 13 new comments -
gh-89336: Remove configparser APIs that were deprecated for 3.12
#92503 commented on
May 12, 2022 • 13 new comments -
gh-87901: os.popen: Fix new `encoding` argument.
#92415 commented on
May 13, 2022 • 11 new comments -
gh-64978: Add `chown()` to `pathlib.Path`
#31212 commented on
May 13, 2022 • 10 new comments -
Make dataclass function idempotent. Fix for issue #92052
#92406 commented on
May 9, 2022 • 9 new comments -
findtext returns empty string on integer zero value
#91447 commented on
May 11, 2022 • 8 new comments -
bpo-30419: DOC: Update missing information in bdb docs
#1687 commented on
May 8, 2022 • 7 new comments -
bpo-28053: Allow custom reducer when using multiprocessing
#15058 commented on
May 15, 2022 • 7 new comments -
gh-91061: also accept pathlib.Path for winsound.PlaySound
#91489 commented on
May 12, 2022 • 7 new comments -
[C API] PEP 670: Convert macros to functions in the Python C API
#89653 commented on
May 12, 2022 • 6 new comments -
[WIP] lay out cold blocks at end of function
#91804 commented on
May 11, 2022 • 6 new comments -
bpo-47220: Document the optional callback parameter of weakref.WeakMethod
#25491 commented on
May 13, 2022 • 5 new comments -
threading.Thread is rather awkward to use
#91876 commented on
May 10, 2022 • 4 new comments -
[CVE-2015-20107] mailcap.findmatch: document shell command Injection danger in filename parameter
#68966 commented on
May 12, 2022 • 4 new comments -
Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST
#90539 commented on
May 13, 2022 • 4 new comments -
bpo-40894: asyncio.gather() cancelled() always False
#20686 commented on
May 14, 2022 • 4 new comments -
bpo-46978: Correct docstrings for built-in in-place operators
#31802 commented on
May 10, 2022 • 4 new comments -
gh-91803: Mock - fix error when using autospec methods with seal
#92213 commented on
May 9, 2022 • 4 new comments -
Incorrect interaction between argparse nargs='*' and choices
#92445 commented on
May 10, 2022 • 3 new comments -
pip.exe is missing from the NuGet package
#87716 commented on
May 11, 2022 • 3 new comments -
"What’s New In Python 3.X" does not include the release date for 3.0, 3.2, 3.8 and 3.10
#92240 commented on
May 12, 2022 • 3 new comments -
bpo-38975: Add dedicated anchor for regexp syntax elements
#17470 commented on
May 11, 2022 • 3 new comments -
bpo-39224: Document None support for HTTPConnection.timeout
#17843 commented on
May 8, 2022 • 3 new comments -
Fix the output of syntax error example
#30097 commented on
May 10, 2022 • 3 new comments -
bpo-46279: Fixed __main__.py documentation typo
#30480 commented on
May 10, 2022 • 3 new comments -
traceback.extract_stack raises exception if source filename is pyc and exists on disk
#92336 commented on
May 8, 2022 • 2 new comments -
Remove asyncore, asynchat and smtpd modules
#72719 commented on
May 9, 2022 • 2 new comments -
Remove old deprecated unittest features
#89325 commented on
May 9, 2022 • 2 new comments -
Document the removal the usage of the C stack in Python to Python calls
#89480 commented on
May 9, 2022 • 2 new comments -
Issue with detecting when a user closes the window
#91638 commented on
May 9, 2022 • 2 new comments -
Don't run importlib tests for the "source" version
#92328 commented on
May 10, 2022 • 2 new comments -
email: multiline encoded headers
#91957 commented on
May 10, 2022 • 2 new comments -
Compiler build paths and related environment variables are ignored for native builds
#82730 commented on
May 13, 2022 • 2 new comments -
Documentation Fix: Remove .bat when activating venv on windows
#91249 commented on
May 13, 2022 • 2 new comments -
PY_SSIZE_T_CLEAN conflicts with Py_LIMITED_API
#71686 commented on
May 13, 2022 • 2 new comments -
distutils is not reproducible
#78214 commented on
May 13, 2022 • 2 new comments -
bpo-25457: Allow json.encode() to handle mixed keys when sort_keys=True
#8011 commented on
May 11, 2022 • 2 new comments -
bpo-14074: argparse doesn't allow metavar to be a tuple
#10847 commented on
May 13, 2022 • 2 new comments -
bpo-39190: Fix deadlock when callback raises
#17795 commented on
May 12, 2022 • 2 new comments -
bpo-41394: State interpreter var "_" in appendix of tutorial
#21654 commented on
May 14, 2022 • 2 new comments -
bpo-14965: Proxy `super().x = y` and `del super().x` (updated)
#29950 commented on
May 10, 2022 • 2 new comments -
bpo-24132: Add `pathlib._AbstractPath`
#31085 commented on
May 11, 2022 • 2 new comments -
bpo-46671 Fix empty iter error message in min/max
#31181 commented on
May 11, 2022 • 2 new comments -
bpo-12165: Expand on nonlocal scope definition
#31551 commented on
May 14, 2022 • 2 new comments -
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list
#32225 commented on
May 10, 2022 • 2 new comments -
gh-91456: Fix issue affecting the use of auto() alongside aliases in Enums
#91457 commented on
May 15, 2022 • 2 new comments -
Docs: replace 'currying' by 'partial function'.
#91814 commented on
May 11, 2022 • 2 new comments -
gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_changed
#92275 commented on
May 14, 2022 • 2 new comments -
gh-57684: Add the -p command line option
#92361 commented on
May 9, 2022 • 2 new comments -
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
#92453 commented on
May 10, 2022 • 2 new comments -
IDLE needs syntax highlighting for f-strings
#73473 commented on
May 8, 2022 • 1 new comment -
The 'subprocess' module leaks memory when called in certain ways
#72352 commented on
May 8, 2022 • 1 new comment -
Prevent `@dataclass` from being called twice on the same class
#92231 commented on
May 8, 2022 • 1 new comment -
Lazy Literal String Interpolation (PEP-498-based fl-strings)
#77135 commented on
May 9, 2022 • 1 new comment -
add pathlib.Path.walk method
#90385 commented on
May 9, 2022 • 1 new comment -
hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider
#91257 commented on
May 9, 2022 • 1 new comment -
Port _hashlib to OpenSSL 3.0.0
#84659 commented on
May 9, 2022 • 1 new comment -
Better emphasise pending removals in What's New
#92308 commented on
May 9, 2022 • 1 new comment -
FindPythonForBuild (PCBuild) fails with a path that contains a space
#92348 commented on
May 9, 2022 • 1 new comment -
Store python interoperates poorly with common dev tools (vscode+mypy, git-bash, cygwin,)
#92140 commented on
May 9, 2022 • 1 new comment -
ssl - tls verify on Windows fails
#80192 commented on
May 9, 2022 • 1 new comment -
Inline bytecode caches
#90997 commented on
May 9, 2022 • 1 new comment -
Include sha256 hashes of release downloads in announcement communications
#90235 commented on
May 9, 2022 • 1 new comment -
[security] http.server: Open Redirection if the URL path starts with //
#87389 commented on
May 9, 2022 • 1 new comment -
Add typing to 3.11 What's New
#91491 commented on
May 9, 2022 • 1 new comment -
email parser fails to decode quoted-printable rfc822 message attachemnt
#89229 commented on
May 9, 2022 • 1 new comment -
Sphinx conf.py needs_version entry is outdated
#86986 commented on
May 9, 2022 • 1 new comment -
Site linked in docs, effbot.org, down
#87670 commented on
May 9, 2022 • 1 new comment -
sre_parse.py
#92057 commented on
May 9, 2022 • 1 new comment -
Deprecate and remove distutils
#85454 commented on
May 9, 2022 • 1 new comment -
Implement PEP 655 (Required/NotRequired)
#91243 commented on
May 10, 2022 • 1 new comment -
Allow Python distributors to add custom site install schemes
#88142 commented on
May 10, 2022 • 1 new comment -
Change .js mime to "text/javascript"
#79056 commented on
May 10, 2022 • 1 new comment -
add support for watching writes to selected dictionaries
#91052 commented on
May 11, 2022 • 1 new comment -
Add tools for generating mappings_XX.h
#84508 commented on
May 11, 2022 • 1 new comment -
__class__ not set defining 'X' as <class '__main__.X'>
#85795 commented on
May 11, 2022 • 1 new comment -
SSLContext.load_verify_locations leaks memory on Linux in async code
#84904 commented on
May 11, 2022 • 1 new comment -
Tutorial links to file object methods are broken.
#73361 commented on
May 11, 2022 • 1 new comment -
datetime.max conversion
#91012 commented on
May 11, 2022 • 1 new comment -
Function calls missing from profiler output
#57162 commented on
May 11, 2022 • 1 new comment -
Multiprocessing: multiprocessing.connection.Listener.accept() should accept a timeout
#76425 commented on
May 11, 2022 • 1 new comment -
return value of builtins is not clearly indicated
#90440 commented on
May 12, 2022 • 1 new comment -
Memoryview for column-major (f_contiguous) arrays from bytes impossible to achieve
#78959 commented on
May 13, 2022 • 1 new comment -
Adding an option to clear the python interpreter shell
#92244 commented on
May 13, 2022 • 1 new comment -
Include simple file loading and saving functions in JSON standard library.
#87623 commented on
May 13, 2022 • 1 new comment -
Mutating a list while iterating: clarify the docs
#76948 commented on
May 13, 2022 • 1 new comment -
pdb & multiprocessing.Pool: AttributeError: module '__main__' has no attribute '__spec__'
#87115 commented on
May 13, 2022 • 1 new comment -
Executing code in thread or process pools: run_in_executor example
#85299 commented on
May 14, 2022 • 1 new comment -
[Windows] correctly sort and remove duplicates in _winapi getenvironment()
#87868 commented on
May 14, 2022 • 1 new comment -
Cannot perform frame jump after handled exception
#92228 commented on
May 14, 2022 • 1 new comment -
getpath miscalculates sys.path with PYTHONHOME/Py_SetPythonHome() on Windows
#91985 commented on
May 14, 2022 • 1 new comment -
help() is too noisy for types used like functions
#89654 commented on
May 14, 2022 • 1 new comment -
RFE: emit a warning when a module in a traceback shadows a stdlib module
#67997 commented on
May 14, 2022 • 1 new comment -
missing unittests for overlapping dest when using subparsers
#89794 commented on
May 14, 2022 • 1 new comment -
Use syntactically correct examples on abc package page
#87864 commented on
May 15, 2022 • 1 new comment -
memoryview to freed memory can cause segfault
#60198 commented on
May 15, 2022 • 1 new comment -
bpo-26949: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open
#1711 commented on
May 12, 2022 • 1 new comment -
bpo-30514: test_pop3lib asyncore with asyncio
#1864 commented on
May 11, 2022 • 1 new comment -
bpo-33092: Better bytecodes for f-strings
#6132 commented on
May 9, 2022 • 1 new comment -
bpo-34392: Add sys. _is_interned()
#8755 commented on
May 9, 2022 • 1 new comment -
bpo-35514: Enhanced the explanation on reference count details
#11277 commented on
May 8, 2022 • 1 new comment -
bpo-36461: timeit - Additional changes for autorange
#12954 commented on
May 10, 2022 • 1 new comment -
bpo-37030: hide undocumented commands in cmd module
#13536 commented on
May 10, 2022 • 1 new comment -
bpo-15500: Export threading.Thread() names to the OS
#14578 commented on
May 10, 2022 • 1 new comment -
bpo-29750: support non-ASCII passwords in smtplib
#15064 commented on
May 10, 2022 • 1 new comment -
bpo-19820: Updated documentation for inspect module: some module attributes were…
#15359 commented on
May 8, 2022 • 1 new comment -
bpo-38157: Add example about per file output for mock_open.
#16090 commented on
May 9, 2022 • 1 new comment -
bpo-40254: Have pyspecific directives translatable
#19470 commented on
May 9, 2022 • 1 new comment -
bpo-41177: Add iterator support to ConvertingList, ConvertingTuple, and items() to ConvertingDict
#21248 commented on
May 11, 2022 • 1 new comment -
bpo-33533: Provide an async iterator version of as_completed
#22491 commented on
May 10, 2022 • 1 new comment -
bpo-42272: fix misleading warning filter message/module docs
#23172 commented on
May 11, 2022 • 1 new comment -
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses
#23205 commented on
May 10, 2022 • 1 new comment -
bpo-40988: Optimized singledispatchmethod access (noticeable improvement).
#23213 commented on
May 14, 2022 • 1 new comment -
bpo-43220: Accept explicit default args in required groups
#24526 commented on
May 9, 2022 • 1 new comment -
bpo-44850: Improve the performance of methodcaller.
#27782 commented on
May 10, 2022 • 1 new comment -
bpo-45235: Fix argparse namespace overridden by subparsers default
#29574 commented on
May 10, 2022 • 1 new comment -
bpo-45756: do not execute `@property` descrs while creating mock autospecs
#29901 commented on
May 10, 2022 • 1 new comment -
bpo-43079:Fix ipv4_mapped document
#30687 commented on
May 9, 2022 • 1 new comment -
bpo-46841: Don't jump during `throw()`
#31968 commented on
May 9, 2022 • 1 new comment -
bpo-47063 Add an index_pages default list and parameter to SimpleHTTPRequestHandler
#31985 commented on
May 11, 2022 • 1 new comment -
bpo-42658: Using LCMapStringEx in ntpath.normcase
#32010 commented on
May 12, 2022 • 1 new comment -
bpo-47216: add mtime to gzip.open
#32310 commented on
May 11, 2022 • 1 new comment -
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry
#91499 commented on
May 9, 2022 • 1 new comment -
gh-80878: Fix inspect.getclosurevars when an attribute shadows a global
#91833 commented on
May 9, 2022 • 1 new comment -
gh-84461: Improve WebAssembly in-browser demo
#91879 commented on
May 11, 2022 • 1 new comment -
gh-68966: Make mailcap refuse to match unsafe filenames/types/params
#91993 commented on
May 11, 2022 • 1 new comment -
gh-59648: Nanosecond support for datetime
#92078 commented on
May 10, 2022 • 1 new comment -
Fix issues gh-86199 gh-86795
#92192 commented on
May 8, 2022 • 1 new comment -
Add missing changelog for reset_mock kwargs in v3.9
#92299 commented on
May 9, 2022 • 1 new comment -
use crc32_z and adler32_z if available at compile time
#92369 commented on
May 11, 2022 • 1 new comment -
Overhaul Error Handlers section in codecs documentation
#82237 commented on
May 8, 2022 • 0 new comments -
Upgrade to zlib v1.2.12 in CPython binary releases
#91350 commented on
May 9, 2022 • 0 new comments -
argparse.BooleanOptionalAction accepts and silently discards choices, metavar, and type arguments
#92248 commented on
May 10, 2022 • 0 new comments -
Specify supported XML version
#66932 commented on
May 10, 2022 • 0 new comments -
Add the close method for ElementTree.iterparse() object
#69893 commented on
May 10, 2022 • 0 new comments -
Add xml.tool to pretty print XML like json.tool
#82121 commented on
May 10, 2022 • 0 new comments -
py39: remove deprecation note for xml.etree.cElementTree
#84246 commented on
May 10, 2022 • 0 new comments -
ElementTree.ParseError does not implement SyntaxError interface as expected
#82792 commented on
May 10, 2022 • 0 new comments -
doc xml.etree.ElementTree.ElementTree.write does not mention attribute order
#87159 commented on
May 10, 2022 • 0 new comments -
Strange XPath search behavior of xml.etree.ElementTree.Element.find
#87059 commented on
May 10, 2022 • 0 new comments -
xml.etree should support contains() function
#86270 commented on
May 10, 2022 • 0 new comments -
xml.etree.ElementTree.write does not support `standalone` option
#89499 commented on
May 10, 2022 • 0 new comments -
ElementTree: wrong XML prolog for the utf-8-sig encoding
#90756 commented on
May 10, 2022 • 0 new comments -
xml.etree.ElementTree skips processing instructions when parsing
#53730 commented on
May 10, 2022 • 0 new comments -
Make ElementTree event handling more modular to allow custom targets for the non-blocking parser
#63102 commented on
May 10, 2022 • 0 new comments -
instantiating and populating xml.dom.minidom.Element is cumbersome
#49099 commented on
May 10, 2022 • 0 new comments -
test_minidom has many empty tests
#63882 commented on
May 10, 2022 • 0 new comments -
[xml.minidom] Missing component in table after getElementsByTagName("nn")
#79917 commented on
May 10, 2022 • 0 new comments -
xml.dom.minidom.Element.ownerDocument is hidden
#67624 commented on
May 10, 2022 • 0 new comments -
in xml.dom.minidom, Node and DocumentLS appear to be missing __slots__
#90405 commented on
May 10, 2022 • 0 new comments -
xml.sax.expatreader.ExpatParser incorrectly silently skips external character entities in attribute values
#49205 commented on
May 10, 2022 • 0 new comments -
Modify XML parsing library descriptions to forewarn of content loss hazard
#87727 commented on
May 10, 2022 • 0 new comments -
[doc] Data truncation in expat parser
#54358 commented on
May 10, 2022 • 0 new comments -
pyexpat.errors doesn't have __spec__ and __loader__ set
#74016 commented on
May 10, 2022 • 0 new comments -
expat ParseFile expects bytes, not string
#60930 commented on
May 10, 2022 • 0 new comments -
expose expat XML billion laughs attack mitigation APIs
#90949 commented on
May 10, 2022 • 0 new comments -
pyexpat build failure on Solaris 10 for 2.6.1/2.6.2
#50548 commented on
May 10, 2022 • 0 new comments -
Integrate tkinter and asyncio (and async)
#71733 commented on
May 10, 2022 • 0 new comments -
Many references to unsupported Python versions in the stdlib docs
#92417 commented on
May 10, 2022 • 0 new comments -
Document the constants in the socket module
#45048 commented on
May 11, 2022 • 0 new comments -
Document license under which audioop is used
#46968 commented on
May 11, 2022 • 0 new comments -
Tutorial offers dangerous advice about iterators: “__iter__() can just return self”
#52623 commented on
May 11, 2022 • 0 new comments -
Constructor signatures missing in types module documentation
#55985 commented on
May 11, 2022 • 0 new comments -
docs are missing info about module attributes
#64019 commented on
May 11, 2022 • 0 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#707 commented on
May 10, 2022 • 0 new comments -
bpo-26253: Add compressionlevel to tarfile stream
#2962 commented on
May 9, 2022 • 0 new comments -
bpo-31630: Skip tests for tan() near pi/2 on OpenBSD and NetBSD.
#4169 commented on
May 10, 2022 • 0 new comments -
bpo-33484: Link instead of run certain test programs
#6781 commented on
May 9, 2022 • 0 new comments -
bpo-32876: fix handling of invalid markup declarations. (WIP)
#9295 commented on
May 12, 2022 • 0 new comments -
bpo-25439: Added additional type checks to urllib.request.Request
#10616 commented on
May 12, 2022 • 0 new comments -
bpo-35517: selector.EpollSelector: add new parameter to support extra events
#11193 commented on
May 12, 2022 • 0 new comments -
bpo-36121: Override field_size_limit per csv.reader object
#12071 commented on
May 12, 2022 • 0 new comments -
bpo-34697: Deleteing PyCField_new function
#14837 commented on
May 14, 2022 • 0 new comments -
bpo-38131: Improve messages when generating AST nodes from objects wi…
#17715 commented on
May 12, 2022 • 0 new comments -
bpo-2716: add license for audioop module
#19972 commented on
May 11, 2022 • 0 new comments -
bpo-25782: Prevent cycles in the __context__ chain.
#20543 commented on
May 10, 2022 • 0 new comments -
bpo-25377: Clarify use of octal format of mode argument in help(os.chmod)
#20621 commented on
May 10, 2022 • 0 new comments -
bpo-42611: PEP 594 - Remove asyncore, asynchat, and smptd from stdlib
#23728 commented on
May 10, 2022 • 0 new comments -
bpo-42653: Add constants for isotp.h which is included in Linux >= 5.10
#23794 commented on
May 9, 2022 • 0 new comments -
gh-91851: Micro optimizations for Fraction's arithmetic
#25518 commented on
May 10, 2022 • 0 new comments -
bpo-32307: thread: fix stack size on musl platforms.
#26224 commented on
May 9, 2022 • 0 new comments -
bpo-45191: Fix tb_lineno for multi-line expressions
#28753 commented on
May 14, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
May 12, 2022 • 0 new comments -
gh-90815: Add mimalloc memory allocator
#31164 commented on
May 9, 2022 • 0 new comments -
[3.8] bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
#32250 commented on
May 12, 2022 • 0 new comments -
gh-91247: improve performance of list and tuple repeat (with specialization for n=1)
#91482 commented on
May 11, 2022 • 0 new comments -
gh-91524: Speed up the regular expression substitution
#91525 commented on
May 10, 2022 • 0 new comments -
gh-91539: improve performance of get_proxies_environment
#91566 commented on
May 13, 2022 • 0 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
May 11, 2022 • 0 new comments -
gh-91432: Specialize FOR_ITER
#91713 commented on
May 12, 2022 • 0 new comments -
gh-86635: RE: Raise deprecation warning for ambiguous syntax in {n,m}
#92077 commented on
May 10, 2022 • 0 new comments -
gh-92205: set loader for namespace packages PathFinder.find_spec
#92279 commented on
May 9, 2022 • 0 new comments -
gh-92081: Fix for email.generator.Generator with whitespace between encoded words.
#92281 commented on
May 10, 2022 • 0 new comments -
gh-90230: Python API for specialization stats
#92323 commented on
May 13, 2022 • 0 new comments -
[3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters
#92334 commented on
May 10, 2022 • 0 new comments -
[3.7] bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
#92342 commented on
May 10, 2022 • 0 new comments -
gh-85984: Remove legacy Lib/pty.py code.
#92365 commented on
May 10, 2022 • 0 new comments -
tiny speedup in shutil fast copy on Windows
#92377 commented on
May 9, 2022 • 0 new comments -
gh-92417: `importlib` docs: remove references to unsupported Python versions
#92424 commented on
May 9, 2022 • 0 new comments -
gh-91362: reword pickle docs to account for nested classes
#92429 commented on
May 12, 2022 • 0 new comments -
Make test_ssl.ThreadedEchoServer exceptions appear in a main thread
#92475 commented on
May 9, 2022 • 0 new comments -
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
#92484 commented on
May 8, 2022 • 0 new comments -
gh-82927: Update files related to HTML entities.
#92504 commented on
May 9, 2022 • 0 new comments