summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_repl.py
Commit message (Expand)AuthorAgeFilesLines
* gh-140438: properly run the asyncio REPL tests (#140298)Bartosz Sławecki2025-10-231-5/+14
* gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTH...adam j hartz2025-08-141-0/+62
* gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)Stan Ulbrych2025-05-101-1/+1
* gh-133644: Remove deprecated Python initialization getter functions (#133661)Bénédikt Tran2025-05-091-2/+2
* gh-117174: Fix reference leak and gdb tests (#131095)Pablo Galindo Salgado2025-03-111-1/+1
* gh-117174: Adapt test_multiple_statements_fail_early now that we have always ...Pablo Galindo Salgado2025-03-101-2/+2
* gh-117174: Add a new route in linecache to fetch interactive source code (#11...Pablo Galindo Salgado2025-03-101-1/+1
* gh-128231: Use `runcode()` return value for failing early (GH-129488)Bartosz Sławecki2025-02-241-1/+9
* gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (...Hugo van Kemenade2025-01-211-0/+3
* gh-124594: Create and reuse the same context for the entire asyncio REPL sess...Bartosz Sławecki2024-10-011-0/+37
* gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)Łukasz Langa2024-09-061-2/+3
* gh-119310: Fix encoding when reading old history file (#121779)aorcajo2024-09-061-2/+3
* gh-121804: always show error location for SyntaxError's in basic repl (#123202)Sergey B Kirpichev2024-09-031-0/+13
* gh-121790: Fix interactive console initialization (#121793)Milan Oberkirch2024-07-151-4/+63
* gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)Milan Oberkirch2024-07-131-3/+3
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-111-3/+2
* gh-118817: Fix `asyncio REPL` on Windows (#118819)Kirill Podoprigora2024-05-091-1/+4
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+2
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-011-1/+2
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-261-1/+1
* gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-131-0/+62
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-0/+4
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-1/+6
* bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...Batuhan Taskaya2022-01-201-0/+33
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)Victor Stinner2020-06-101-1/+5
* bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)Victor Stinner2020-06-031-6/+16
* bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)Pablo Galindo2020-01-061-0/+36
* bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)xdegaye2017-11-121-0/+62