summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0rc2v3.13.0rc2Thomas Wouters2024-09-0679-175/+787
* [3.13] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (#123781)Miss Islington (bot)2024-09-061-4/+10
* [3.13] gh-123523: Rework typing documentation for generators and coroutines, ...Miss Islington (bot)2024-09-062-101/+112
* [3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded buil...Miss Islington (bot)2024-09-062-25/+11
* [3.13] gh-123716: Fix 'Bad substitution' syntax error in configure script for...Miss Islington (bot)2024-09-062-2/+2
* [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123...Miss Islington (bot)2024-09-068-21/+133
* [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)Miss Islington (bot)2024-09-062-0/+10
* [3.13] GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optim...Savannah Ostrowski2024-09-063-4/+1
* [3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#...Victor Stinner2024-09-062-4/+9
* [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#12...Miss Islington (bot)2024-09-064-6/+59
* [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (...Miss Islington (bot)2024-09-061-0/+4
* [3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703)...Miss Islington (bot)2024-09-062-10/+18
* [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123...Miss Islington (bot)2024-09-065-4/+113
* [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-12...Miss Islington (bot)2024-09-062-1/+19
* [3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...Miss Islington (bot)2024-09-062-2/+12
* [3.13] Ensure clang++ is autodetected on iOS. (gh-123749) (#123758)Miss Islington (bot)2024-09-062-6/+6
* [3.13] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) (gh-...Miss Islington (bot)2024-09-061-6/+16
* [3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded b...Miss Islington (bot)2024-09-063-8/+12
* [3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)Miss Islington (bot)2024-09-051-1/+1
* [3.13] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...Miss Islington (bot)2024-09-051-9/+15
* [3.13] gh-123240: Raise input audit events in the new REPL (GH-123274) (#123737)Miss Islington (bot)2024-09-052-2/+7
* [3.13] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#...Miss Islington (bot)2024-09-052-3/+4
* [3.13] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123707)Miss Islington (bot)2024-09-055-25/+46
* [3.13] gh-123392: Clarify wording regarding parameters that are functions to ...Miss Islington (bot)2024-09-051-38/+36
* [3.13] gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685) (#12...Miss Islington (bot)2024-09-042-1/+2
* [3.13] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...Miss Islington (bot)2024-09-041-4/+3
* [3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702)Miss Islington (bot)2024-09-042-2/+3
* [3.13] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123686)Miss Islington (bot)2024-09-044-8/+9
* [3.13] gh-123418: Update CI to use fresh OpenSSL releases (GH-123696)Miss Islington (bot)2024-09-044-7/+11
* [3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a mult...Miss Islington (bot)2024-09-043-4/+39
* [3.13] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-...Miss Islington (bot)2024-09-041-1/+1
* [3.13] Add shims for iOS C++ compilation (GH-123620) (#123656)Miss Islington (bot)2024-09-043-0/+6
* [3.13] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...Miss Islington (bot)2024-09-031-1/+1
* [3.13] gh-123579: Document exclamation token (GH-123612) (#123637)Miss Islington (bot)2024-09-031-3/+3
* [3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (...Miss Islington (bot)2024-09-032-4/+7
* [3.13] gh-121804: always show error location for SyntaxError's in basic repl ...Miss Islington (bot)2024-09-033-0/+46
* [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)Petr Viktorin2024-09-033-3/+3
* [3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2024-09-023-12/+53
* [3.13] gh-123458: Skip SBOM generation if no git repository is detected (GH-1...Miss Islington (bot)2024-09-021-0/+18
* [3.13] Rewrite idlelib/Icons/README.txt (GH-123329) (#123330)Miss Islington (bot)2024-09-021-8/+31
* [3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-1...Miss Islington (bot)2024-09-023-1/+38
* [3.13] gh-93691: fix too broad source locations of with-statement instruction...Miss Islington (bot)2024-09-023-3/+47
* [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...Miss Islington (bot)2024-09-024-0/+19
* [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-0252-138/+138
* [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)Victor Stinner2024-09-027-17/+17
* [3.13] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-1227...Miss Islington (bot)2024-09-023-5/+58
* [3.13] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122738)Miss Islington (bot)2024-09-021-1/+1
* [3.13] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...Miss Islington (bot)2024-09-021-1/+2
* [3.13] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (GH-12...Hugo van Kemenade2024-09-021-1/+1