Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 20, 2025
[3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations (GH-129063) (#129089)
Show description for a1c48a7[3.13] Docs C API: Clarify what happens when null bytes are passed to `PyUnicode_AsUTF8` (GH-127458) (#129080)
Show description for 22e9faf[3.13] gh-129044: Update glossary entry for 'loader' to reflect current import system (GH-129073) (#129077)
Show description for 2f8eefe[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979) (#129065)
Show description for 55d3d81[3.13] Fix a typo in `syslog`'s error message (GH-129029) (#129049)
Show description for 0351ed5[3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815)
Show description for c6a566eauthored[3.13] GH-125722: Use long options for Sphinx (GH-129039) (#129041)
Show description for 59b919b[3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#129037)
Show description for 5fe7650[3.13] gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (GH-129021) (#129035)
Show description for 080d17e
Commits on Jan 19, 2025
[3.13] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129007)
Show description for 2120089
Commits on Jan 18, 2025
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Show description for 6b47499authored[3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002)
Show description for ef99618authored[3.13] gh-128998: Fix indentation of numbered list and literal block (GH-128999) (#129000)
Show description for 03ee311[3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994)
Show description for 453eaa9authored[3.13] gh-121542: Document trailing newline behavior in `set_content()` (GH-121543) (#128995)
Show description for b7ddcc3[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713)
Show description for fdac362authored[3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)
Show description for 430ccbcauthored[3.13] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-128752) (#128984)
Show description for fff334e[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128976)
Show description for c75894a[3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) (#128969)
Show description for d8a4426[3.13] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952) (#128967)
Show description for 77e29c7
Commits on Jan 17, 2025
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
Show description for 34ded1a[3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)
Show description for dc77f19[3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908)
Show description for 9974e71[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)
Show description for d997ba4
Commits on Jan 16, 2025
[3.13] gh-128816: Fix warnings in test_doctest (GH-128817) (GH-128870)
Show description for c927fd9
Commits on Jan 15, 2025
[3.13] gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601) (GH-128895)
Show description for 714b851[3.13] gh-67206: Document that `string.printable` is not printable in the POSIX sense (GH-128820) (#128868)
Show description for 639e0f3[3.13] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128877)
Show description for 132fd38
Commits on Jan 14, 2025
[3.13] gh-106320: Document replacement for removed C API (GH-128787) (#128837)
Show description for d2a8d57[3.13] Fix a "doctest" block in `Doc/library/turtle.rst` (GH-128831) (#128835)
Show description for 0998eb6[3.13] gh-109959: Skip test_glob.test_selflink() flaky test (GH-128812) (#128821)
Show description for 88b4b43[3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741) (#128757)
Show description for 1ec36a6authored
Commits on Jan 13, 2025
[3.13] gh-125997: Increase test coverage for `time.sleep()` (GH-128751) (#128796)
Show description for f2a2809[3.13] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128793)
Show description for 1079619