summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.8v3.13.8Thomas Wouters2025-10-071-192/+296
* [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-071-1/+39
* [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-061-0/+36
* [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-061-8/+20
* [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-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...Miss Islington (bot)2025-10-041-2/+2
* [3.13] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503) (#13...Victor Stinner2025-10-021-1/+3
* [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH...Miss Islington (bot)2025-09-301-0/+2
* [3.13] gh-130567: Enable previously skipped locale tests on FreeBSD and macOS...Miss Islington (bot)2025-09-301-2/+1
* [3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)Miss Islington (bot)2025-09-292-12/+25
* [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#13...Tian Gao2025-09-262-10/+27
* [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#13...Tian Gao2025-09-241-3/+10
* [3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)Miss Islington (bot)2025-09-232-3/+16
* [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended r...Alex Waygood2025-09-192-3/+3
* [3.13] gh-112729: Correctly fail when the process is out of memory during int...Peter Bierma2025-09-191-0/+9
* [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH...Miss Islington (bot)2025-09-193-0/+18
* [3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139...Alex Waygood2025-09-181-2/+6
* [3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set...Miss Islington (bot)2025-09-182-1/+14
* [3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285...Petr Viktorin2025-09-181-0/+26
* [3.13] Make Android streams respect the unbuffered (`-u`) option (GH-138806) ...Miss Islington (bot)2025-09-182-20/+28
* [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)Łukasz Langa2025-09-172-40/+59
* [3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#...Miss Islington (bot)2025-09-172-9/+20
* [3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)Łukasz Langa2025-09-163-3/+171
* [3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc ...Miss Islington (bot)2025-09-161-0/+5
* [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an ...Łukasz Langa2025-09-154-8/+29
* [3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not ...Miss Islington (bot)2025-09-151-3/+4
* [3.13] gh-138669: Increase test coverage for difflib (GH-138670) (#138818)Miss Islington (bot)2025-09-141-0/+39
* [3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)Stan Ulbrych2025-09-141-0/+0
* [3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) ...Peter Bierma2025-09-111-0/+17
* [3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (...Miss Islington (bot)2025-09-111-2/+7
* [3.13] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (...Serhiy Storchaka2025-09-112-0/+17
* [3.13] gh-134163: Fix an infinite loop when the process runs out of memory in...yihong2025-09-101-0/+32
* [3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-1...sobolevn2025-09-101-1/+42
* [3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-1...Miss Islington (bot)2025-09-091-1/+1
* [3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-1...Russell Keith-Magee2025-09-092-2/+37
* [3.13] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138609)Gregory P. Smith2025-09-083-5/+32
* [3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)sobolevn2025-09-081-4/+23
* [3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-13859...Miss Islington (bot)2025-09-071-3/+3
* [3.13] gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-1...Miss Islington (bot)2025-09-071-0/+4
* [3.13] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated`...Brian Schubert2025-09-052-13/+32
* [3.13] gh-88375, gh-111788: Fix parsing errors and normalization in robotpars...Miss Islington (bot)2025-09-052-31/+163
* [3.13] gh-95844: Move help_url code to a help module function (GH-129971) (#1...Miss Islington (bot)2025-09-032-38/+48
* [3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-13...Miss Islington (bot)2025-09-031-17/+51
* [3.13] gh-136599: Add tests for long_hash (GH-138335) (#138391)Miss Islington (bot)2025-09-021-0/+16
* [3.13] gh-137317: Fix inspect.signature() for class with wrapped __init__ or ...Miss Islington (bot)2025-08-282-35/+286