summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b4v3.13.0b4Thomas Wouters2024-07-181-48/+96
* [3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) ...Miss Islington (bot)2024-07-171-6/+14
* [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...Miss Islington (bot)2024-07-174-10/+126
* [3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...Miss Islington (bot)2024-07-172-0/+6
* [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-121863: Immortalize names in code objects to avoid crash (GH-121903...Miss Islington (bot)2024-07-171-0/+24
* [3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...Miss Islington (bot)2024-07-171-0/+2
* [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...Miss Islington (bot)2024-07-161-0/+18
* [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...Pablo Galindo Salgado2024-07-162-992/+3978
* [3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...Miss Islington (bot)2024-07-161-0/+46
* [3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...Miss Islington (bot)2024-07-161-0/+57
* [3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)Miss Islington (bot)2024-07-162-6/+8
* [3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...Miss Islington (bot)2024-07-161-1/+9
* [3.13] gh-121610: pyrepl - handle extending blocks when multi-statement block...Miss Islington (bot)2024-07-162-11/+123
* [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-117657: Skip tests that fork with threads under TSan (GH-121599) (#...Miss Islington (bot)2024-07-151-0/+3
* [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)Miss Islington (bot)2024-07-152-36/+33
* [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-156-196/+577
* [3.13] gh-121657: Display correct error message for yield from outsid… (GH-...Kirill Podoprigora2024-07-151-0/+5
* [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...Miss Islington (bot)2024-07-152-31/+329
* [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)Miss Islington (bot)2024-07-151-1/+1
* [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121...Miss Islington (bot)2024-07-142-3/+15
* [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+26
* [3.13] gh-121609: Fix pasting of characters containing unicode character join...Miss Islington (bot)2024-07-142-1/+6
* [3.13] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-1...Miss Islington (bot)2024-07-141-0/+33
* [3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (G...Miss Islington (bot)2024-07-132-4/+5
* [3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)Miss Islington (bot)2024-07-131-5/+8
* [3.13] gh-121497: Make Pyrepl respect correctly the history with input hook s...Miss Islington (bot)2024-07-131-2/+2
* [3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#...Miss Islington (bot)2024-07-134-0/+60
* [3.13] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (...Miss Islington (bot)2024-07-131-0/+9
* [3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...Ken Jin2024-07-121-1/+1
* [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...Miss Islington (bot)2024-07-117-26/+45
* [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)Miss Islington (bot)2024-07-111-0/+36
* [3.13] gh-121332: Make AST node constructor check _attributes instead of hard...Jelle Zijlstra2024-07-111-0/+12
* [3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test...neonene2024-07-101-1/+8
* [3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)Miss Islington (bot)2024-07-101-0/+18
* [3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#12...Miss Islington (bot)2024-07-101-17/+20
* [3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` inste...Miss Islington (bot)2024-07-102-2/+2
* [3.13] Improve zipimport tests (GH-121535) (GH-121570)Serhiy Storchaka2024-07-101-158/+138
* [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)Miss Islington (bot)2024-07-092-0/+4
* [3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-1...Miss Islington (bot)2024-07-081-7/+0
* [3.13] GH-121012: Set index to -1 when list iterators become exhausted in tie...Miss Islington (bot)2024-07-081-0/+9
* [3.13] gh-108297: Update crashers README for test_crashers removal (#121476)Miss Islington (bot)2024-07-081-4/+0
* [3.13] gh-121351: Skip test_not_wiping_history_file() if no readline (GH-1214...Miss Islington (bot)2024-07-061-0/+4
* [3.13] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341) (#121447)Miss Islington (bot)2024-07-061-1/+1
* [3.13] gh-121359: Run test_pyrepl in isolated mode (GH-121414) (#121417)Miss Islington (bot)2024-07-051-1/+4
* [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)Miss Islington (bot)2024-07-041-0/+6
* [3.13] gh-117983: Defer import of threading for lazy module loading (GH-12023...Miss Islington (bot)2024-07-031-1/+3