summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-120289: Disallow disable() and clear() in external timer to prevent use-af...Tian Gao2024-07-181-0/+37
* gh-120930: Remove extra blank occuring in wrapped encoded words in email head...Matthieu Caneill2024-07-182-0/+14
* gh-121657: Additional `yield from` error test using lambda (GH-121722)Gregor2024-07-181-0/+5
* GH-121784: Generate an error during code gen if a variable is marked `unused`...Mark Shannon2024-07-181-52/+194
* GH-120024: Use pointer for stack pointer (GH-121923)Mark Shannon2024-07-181-2/+3
* gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)Jelle Zijlstra2024-07-181-4/+4
* gh-120678: Guard against stdin.fileno() being unavailable (#121924)Łukasz Langa2024-07-171-6/+14
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-174-10/+126
* gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)Terry Jan Reedy2024-07-172-0/+6
* gh-119698: fix a special case in `symtable.Class.get_methods` (#121802)Bénédikt Tran2024-07-172-2/+68
* gh-121863: Immortalize names in code objects to avoid crash (GH-121903)Petr Viktorin2024-07-171-0/+24
* gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896)Victor Stinner2024-07-171-1/+5
* Fix Several Typos in Readme & Tests (#121559)Michael2024-07-172-4/+4
* gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (#121843)sobolevn2024-07-171-0/+2
* gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)Tian Gao2024-07-161-1/+1
* gh-121860: Fix crash when materializing managed dict (#121866)Sam Gross2024-07-161-0/+18
* gh-121130: Fix f-string format specifiers with debug expressions (#121150)Pablo Galindo Salgado2024-07-162-1/+10
* gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)Andreas Stocker2024-07-161-1/+37
* gh-121160: Add some tests for readline.set_history_length (GH-121326)Petr Viktorin2024-07-161-0/+46
* gh-120317: Lock around global state in the tokenize module (#120318)Lysandros Nikolaou2024-07-161-0/+57
* gh-121295: Fix blocked console after interrupting a long paste (GH-121815)Marta Gómez Macías2024-07-151-1/+9
* gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...saucoide2024-07-152-11/+123
* gh-121605: Fix test hang when pyrepl is not available (GH-121820)Sam Gross2024-07-151-1/+1
* gh-121790: Fix interactive console initialization (#121793)Milan Oberkirch2024-07-156-42/+85
* gh-117657: Skip tests that fork with threads under TSan (#121599)Sam Gross2024-07-151-0/+3
* gh-121245: Refactor site.register_readline() (GH-121659)Sergey B Kirpichev2024-07-152-36/+33
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-156-196/+577
* gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain ...Sergey B Kirpichev2024-07-151-0/+13
* gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...Eric Snow2024-07-152-31/+329
* gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)Rodrigo Girão Serrão2024-07-151-1/+1
* gh-121785: Remove unused code from codecs.py (GH-121787)Sebastian Rittau2024-07-151-15/+6
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-152-28/+100
* gh-117765: Improve documentation for `mocker.patch.dict` (#121755)Dominic H2024-07-151-1/+2
* fix outdated comments in asyncio (#121783)Kumar Aditya2024-07-152-4/+3
* gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)Jelle Zijlstra2024-07-142-3/+15
* gh-121708: Improve test coverage for `unittest.util` (GH-121713)Tomas R2024-07-141-0/+33
* gh-121651: Fix pdb header test (#121724)Tian Gao2024-07-131-0/+5
* gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)Milan Oberkirch2024-07-132-4/+5
* gh-121657: Display correct error message for yield from outside of a function...Gregor2024-07-131-0/+5
* gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)Sam Gross2024-07-131-5/+8
* gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674)Tomas R2024-07-131-0/+9
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-134-0/+60
* gh-121609: Fix pasting of characters containing unicode character joiner (#12...Marta Gómez Macías2024-07-132-1/+6
* gh-99242 Ignore error when running regression tests under certain conditions....Bas Bloemsaat2024-07-131-1/+4
* gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...Pablo Galindo Salgado2024-07-131-2/+2
* gh-95144: Improve error message of `... in None` (GH-119888)Zachary Ware2024-07-122-3/+6
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-117-26/+45
* gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)Eric Snow2024-07-111-0/+36
* gh-121332: Make AST node constructor check _attributes instead of hardcoding ...Jelle Zijlstra2024-07-111-9/+13
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-113-1/+56