summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b4v3.13.0b4Thomas Wouters2024-07-1850-156/+575
* [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...Miss Islington (bot)2024-07-184-8/+8
* [3.13] Add note about PYTHON_JIT environment variable to JIT README (GH-121942)Miss Islington (bot)2024-07-171-2/+6
* [3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (...Miss Islington (bot)2024-07-171-2/+26
* [3.13] gh-121925: Fix uninitialized variables in `main.c` (GH-121926) (#121931)Miss Islington (bot)2024-07-171-2/+6
* [3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) ...Miss Islington (bot)2024-07-171-6/+14
* [3.13] Move misplaced blurb entries (#121919)T. Wouters2024-07-173-0/+0
* [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...Miss Islington (bot)2024-07-176-11/+178
* [3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...Miss Islington (bot)2024-07-173-0/+8
* [3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-1218...Miss Islington (bot)2024-07-172-2/+68
* [3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...Petr Viktorin2024-07-176-10/+83
* [3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903...Miss Islington (bot)2024-07-172-1/+25
* [3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...Serhiy Storchaka2024-07-172-15/+57
* [3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)Miss Islington (bot)2024-07-171-1/+1
* [3.13] gh-121834: Improve `complex` C-API docs (GH-121835) (#121895)Miss Islington (bot)2024-07-171-9/+22
* [3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...Miss Islington (bot)2024-07-171-0/+2
* [3.13] gh-121453: Update the `Doc/templates/download.html` download files siz...Miss Islington (bot)2024-07-171-10/+14
* [3.13] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH...Miss Islington (bot)2024-07-171-1/+2
* [3.13] GH-121583: Remove dependency from pystats.h to internal header file (G...Miss Islington (bot)2024-07-162-5/+9
* [3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873)Miss Islington (bot)2024-07-164-2/+12
* [3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)Miss Islington (bot)2024-07-161-1/+1
* [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...Miss Islington (bot)2024-07-163-5/+31
* [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...Pablo Galindo Salgado2024-07-168-1022/+4043
* [3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-1...Miss Islington (bot)2024-07-167-111/+18
* [3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-12181...Miss Islington (bot)2024-07-162-1/+2
* [3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#1...Miss Islington (bot)2024-07-161-0/+4
* [3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...Miss Islington (bot)2024-07-162-0/+48
* [3.13] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (g...Miss Islington (bot)2024-07-161-3/+6
* [3.13] CI: Fix using `check_source` flags as bool (GH-121848) (#121853)Miss Islington (bot)2024-07-162-5/+25
* [3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...Miss Islington (bot)2024-07-162-7/+10
* [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...Miss Islington (bot)2024-07-169-238/+2
* [3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...Miss Islington (bot)2024-07-162-43/+129
* [3.13] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` ...Miss Islington (bot)2024-07-161-0/+3
* [3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)Miss Islington (bot)2024-07-164-6/+12
* [3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...Miss Islington (bot)2024-07-162-1/+11
* [3.13] gh-121610: pyrepl - handle extending blocks when multi-statement block...Miss Islington (bot)2024-07-162-11/+123
* [3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 ...Miss Islington (bot)2024-07-165-5/+23
* [3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-...Miss Islington (bot)2024-07-151-1/+1
* [3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)Miss Islington (bot)2024-07-156-42/+85
* [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...Miss Islington (bot)2024-07-153-13/+62
* [3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#...Miss Islington (bot)2024-07-151-0/+3
* [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-1217...Miss Islington (bot)2024-07-152-0/+16
* [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)Miss Islington (bot)2024-07-153-36/+36
* [3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.Te...Miss Islington (bot)2024-07-151-0/+13
* [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalizat...Miss Islington (bot)2024-07-159-306/+898
* [3.13] gh-121657: Display correct error message for yield from outsid… (GH-...Kirill Podoprigora2024-07-153-1/+8
* [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...Miss Islington (bot)2024-07-153-90/+513
* [3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls()...Miss Islington (bot)2024-07-151-6/+28
* [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)Miss Islington (bot)2024-07-152-1/+2
* [3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774)Sam Gross2024-07-151-1/+12