summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.9v3.13.9Thomas Wouters2025-10-145-6/+12
* [3.13] gh-139783: Fix inspect.getsourcelines() for the case when a decorator ...Miss Islington (bot)2025-10-144-1/+21
* Python 3.13.8v3.13.8Thomas Wouters2025-10-0760-332/+868
* [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)Miss Islington (bot)2025-10-071-5/+10
* [3.13] gh-63161: Add more tests for source encoding (GH-139440) (#139443)Miss Islington (bot)2025-10-072-20/+177
* [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-1...Bénédikt Tran2025-10-076-19/+150
* [3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-13...Miss Islington (bot)2025-10-072-32/+42
* [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (GH-139682) (#...Miss Islington (bot)2025-10-072-3/+4
* [3.13] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) (#...Miss Islington (bot)2025-10-072-3/+4
* [3.13] gh-118767: remove bool(NotImplemented) from pending-removal document (...Jost Migenda2025-10-062-1/+4
* [3.13] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-13...Miss Islington (bot)2025-10-061-0/+1
* [3.13] gh-133210: Fix `test_inspect` without docstrings (GH-139651) (#139670)Miss Islington (bot)2025-10-061-2/+8
* [3.13] gh-133210: Fix `test_pydoc` without docstrings (GH-139654) (#139666)Miss Islington (bot)2025-10-061-3/+3
* [3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `...Sebastian Pipping2025-10-063-0/+65
* [3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...Miss Islington (bot)2025-10-061-2/+12
* [3.13] gh-139624: Skip problematic locales on AIX in test_date_locale2 (GH-13...Miss Islington (bot)2025-10-061-1/+1
* [3.13] gh-137242: Allow Android testbed to take all Python command-line optio...Miss Islington (bot)2025-10-067-130/+153
* [3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup...Adam Turner2025-10-0512-37/+36
* [3.13] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601)...Miss Islington (bot)2025-10-051-1/+1
* [3.13] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 an...Miss Islington (bot)2025-10-052-1/+17
* [3.13] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139587)Miss Islington (bot)2025-10-054-8/+9
* [3.13] gh-139573: Update OpenSSL in CI (GH-139585)Zachary Ware2025-10-054-8/+8
* [3.13] gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562) (#139584)Russell Keith-Magee2025-10-051-1/+7
* [3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...Miss Islington (bot)2025-10-042-4/+5
* [3.13] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `...Alex Willmer2025-10-031-1/+1
* [3.13] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503) (#13...Victor Stinner2025-10-021-1/+3
* [3.13] gh-139487: add missing imports for standalone doctest `Enum` examples ...Miss Islington (bot)2025-10-021-2/+6
* [3.13] gh-139210: Move gh-139210 patch NEWS file to correct section (GH-13946...Miss Islington (bot)2025-10-011-0/+0
* [3.13] Document that `PyInterpreterState_GetDict` returns a borrowed referenc...Miss Islington (bot)2025-10-012-0/+6
* [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH...Miss Islington (bot)2025-09-303-1/+4
* [3.13] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS...Miss Islington (bot)2025-09-301-2/+1
* [3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initial...Miss Islington (bot)2025-09-291-0/+10
* [3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)Miss Islington (bot)2025-09-293-12/+26
* [3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377)Miss Islington (bot)2025-09-277-37/+60
* [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#13...Tian Gao2025-09-263-10/+28
* [3.13] Remove erroneous text from What’s New (#139343)Rafael Fontenelle2025-09-261-1/+1
* [3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) ...Miss Islington (bot)2025-09-261-2/+2
* [3.13] gh-127502: Fix typo in XML security notes (GH-139335) (#139345)Miss Islington (bot)2025-09-261-1/+1
* [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.shMiss Islington (bot)2025-09-253-6/+9
* [3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)Miss Islington (bot)2025-09-242-1/+5
* [3.13] Fix the reference to unicode specification (#139138) (#139285)Karolina Surma2025-09-241-1/+1
* [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#13...Tian Gao2025-09-242-3/+11
* [3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)Miss Islington (bot)2025-09-233-3/+18
* [3.13] Revert "gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-13657...Eloisa Perez-Bennetts2025-09-222-18/+1
* [3.13] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (GH-139218)Miss Islington (bot)2025-09-211-5/+5
* [3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-1386...Miss Islington (bot)2025-09-211-1/+2
* [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)Miss Islington (bot)2025-09-211-0/+1
* [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended r...Alex Waygood2025-09-194-13/+4
* [3.13] gh-112729: Correctly fail when the process is out of memory during int...Peter Bierma2025-09-193-8/+18
* [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH...Miss Islington (bot)2025-09-194-0/+21