index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_repl.py
Commit message (
Expand
)
Author
Age
*
gh-124594: Create and reuse the same context for the entire asyncio REPL sess...
Bartosz Sławecki
2024-10-01
*
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
*
gh-119310: Fix encoding when reading old history file (#121779)
aorcajo
2024-09-06
*
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
Sergey B Kirpichev
2024-09-03
*
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch
2024-07-16
*
gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)
Milan Oberkirch
2024-07-13
*
gh-118908: Limit exposed globals from internal imports and definitions on new...
Eugene Triguba
2024-06-11
*
gh-118817: Fix `asyncio REPL` on Windows (#118819)
Kirill Podoprigora
2024-05-09
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
*
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen
2023-12-01
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
*
bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...
Batuhan Taskaya
2022-01-20
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
*
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Pablo Galindo
2020-01-06
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12