summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0v3.14.0Hugo van Kemenade2025-10-0712-22/+84
* [3.14] GH-123299: Announce final release in What's New in Python 3.14 (GH-139...Miss Islington (bot)2025-10-072-4/+4
* [3.14] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682) (#...Miss Islington (bot)2025-10-072-3/+4
* [3.14] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) (#...Miss Islington (bot)2025-10-072-3/+4
* [3.14] Add warnings filter suggestions to PEP 765 entry in What's New (GH-139...Miss Islington (bot)2025-10-061-0/+13
* [3.14] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...Miss Islington (bot)2025-10-061-2/+12
* [3.14] gh-139400: Move NEWS item from section "Core and Builtins" to section ...Sebastian Pipping2025-10-061-0/+0
* [3.14] gh-137242: Allow Android testbed to take all Python command-line optio...Miss Islington (bot)2025-10-067-130/+153
* [3.14] GH-123299: Copyedit 3.14 What's New: Trivia (GH-139618) (#139626)Miss Islington (bot)2025-10-051-22/+34
* [3.14] GH-123299: Copyedit 3.14 What's New: New Features (GH-139543) (#139615)Miss Islington (bot)2025-10-051-624/+618
* [3.14] gh-139400: Make sure that parent parsers outlive their subparsers in `...Miss Islington (bot)2025-10-053-0/+65
* [3.14] gh-138130: Fix return value of libc_ver() on Emscripten (GH-138132) (#...Miss Islington (bot)2025-10-052-1/+8
* [3.14] gh-118767: Remove ``bool(NotImplemented)`` from pending-removal docume...Miss Islington (bot)2025-10-051-1/+0
* [3.14] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 an...Miss Islington (bot)2025-10-052-1/+17
* [3.14] gh-139573: Update OpenSSL version used in iOS builds (GH-139582) (#139...Miss Islington (bot)2025-10-051-1/+8
* [3.14] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574) (#1...Miss Islington (bot)2025-10-054-8/+9
* [3.14] gh-139573: Update OpenSSL in CI (GH-139577) (#139583)Miss Islington (bot)2025-10-055-12/+17
* [3.14] gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562) (#139581)Miss Islington (bot)2025-10-051-1/+7
* [3.14] gh-138558: Improve description of ``Interpolation.expression`` (GH-139...Miss Islington (bot)2025-10-051-7/+10
* [3.14] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...Miss Islington (bot)2025-10-042-4/+5
* [3.14] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#...Miss Islington (bot)2025-10-043-18/+26
* [3.14] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (GH-1395...Miss Islington (bot)2025-10-042-178/+274
* [3.14] GH-123299: Copyedit 3.14 What's New: Other Language Changes (GH-139425...Miss Islington (bot)2025-10-031-158/+180
* [3.14] gh-105987: unskip `test_issue105987` from `test_asyncio.test_eager_tas...Miss Islington (bot)2025-10-031-3/+2
* [3.14] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH...Miss Islington (bot)2025-10-031-0/+4
* [3.14] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139545)Miss Islington (bot)2025-10-035-21/+10
* [3.14] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `...Miss Islington (bot)2025-10-021-1/+1
* [3.14] gh-139487: add missing imports for standalone doctest `Enum` examples ...Miss Islington (bot)2025-10-021-2/+6
* [3.14] gh-132006: Add support for handling XCPrivacy manifests (GH-139163) (#...Miss Islington (bot)2025-10-014-2/+55
* [3.14] GH-123299: Copyedit 3.14 What's New: Deprecated (GH-139433) (#139457)Miss Islington (bot)2025-10-011-46/+58
* [3.14] Document that `PyInterpreterState_GetDict` returns a borrowed referenc...Miss Islington (bot)2025-10-012-0/+6
* [3.14] Remove link to the PDF downloads (GH-139142) (#139426)Miss Islington (bot)2025-09-291-5/+7
* [3.14] gh-134953: Make the True/False/None check more efficient (GH-138931) (...Miss Islington (bot)2025-09-291-4/+5
* [3.14] GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (GH-1394...Miss Islington (bot)2025-09-293-16/+81
* [3.14] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initial...Miss Islington (bot)2025-09-291-0/+10
* [3.14] Make Android streams respect the unbuffered (`-u`) option (GH-138806) ...Miss Islington (bot)2025-09-292-20/+28
* [3.14] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136...Miss Islington (bot)2025-09-291-15/+3
* [3.14] gh-138171: Migrate iOS testbed location and add Apple build script (#1...Russell Keith-Magee2025-09-2949-612/+1710
* [3.14] gh-135447: Document the ``NOT_TAKEN`` & ``POP_ITER`` bytecode instruct...Miss Islington (bot)2025-09-281-0/+16
* [3.14] Link to 3.14 GC design docs (#139387)Shantanu2025-09-281-1/+1
* [3.14] gh-138633: synchronize documented signatures of SSL objects with runti...Bénédikt Tran2025-09-271-21/+25
* [3.14] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139376)Miss Islington (bot)2025-09-277-35/+58
* [3.14] gh-127502: Fix typo in XML security notes (GH-139335) (#139346)Miss Islington (bot)2025-09-261-1/+1
* [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.shMiss Islington (bot)2025-09-253-6/+9
* [3.14] Fix the reference to unicode specification (#139138) (#139286)Karolina Surma2025-09-241-1/+1
* [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)Miss Islington (bot)2025-09-221-0/+1
* [3.14] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-1386...Miss Islington (bot)2025-09-211-1/+2
* [3.14] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (#139217)Miss Islington (bot)2025-09-211-5/+5
* [3.14] gh-118803: Improve documentation around `ByteString` deprecation (GH-1...Miss Islington (bot)2025-09-185-19/+93
* [3.14] gh-137242: Mention Android binary releases in documentation (GH-138305...Miss Islington (bot)2025-09-181-2/+9