Commits
Branch selector
User selector
Datepicker
Commit History
Commits on May 22, 2025
[3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515)
Show description for bbf8048[3.14] gh-133740: Fix locale.nl_langinfo(ALT_DIGITS) (GH-134468) (#134512)
Show description for c31b25c[3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510)
Show description for ced49a1[3.14] gh-134370: Added clarification on instance annotations (GH-134387) (#134509)
Show description for 7e73918[3.14] gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134507)
Show description for 85c8c0a[3.14] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (GH-134456) (#134504)
Show description for 59cb829[3.14] gh-71339: Use new assertion methods in tests (GH-129046) (GH-134498)
Show description for db98e0b[3.14] Consistent sentence case in docs template files (GH-134412) (#134495)
Show description for d5f7e80[3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489)
Show description for 64c265a[3.14] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134492)
Show description for 9cef5c1[3.14] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134484)
Show description for 03a2112[3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476)
Show description for 4e9248f[3.14] gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275) (gh-134473)
Show description for 9989915
Commits on May 21, 2025
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)
Show description for 93ab55b[3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463)
Show description for 11d77d2[3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447)
Show description for f8ced87[3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444)
Show description for df6d9e7[3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-134424)
Show description for 6ea83e0[3.14] gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432) (#134442)
Show description for cdc92cd[3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)
Show description for 17bf6ab[3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134433)
Show description for fade04e[3.14] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134430)
Show description for 74dde92[3.14] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134428)
Show description for c612a4d[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
Show description for 2ffc10b[3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134426)
Show description for cd3395a[3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421)
Show description for f1a9d89[3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425)
Show description for 9be568e[3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419)
Show description for f7cdee9[3.14] Fix signature of `_curses.assume_default_colors` in the docs (GH-134409) (#134417)
Show description for ac27008[3.14] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134413)
Show description for 7c3e215[3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (#134354)
Show description for 87d7a19- authored
[3.14] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134405)
Show description for 64047f7[3.14] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) (#134401)
Show description for af428a3- authored