This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-24 03:53:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3a248564470075cb8c7b8a75fe7ba61f7ea341b2
cpython
/
Lib
/
_pyrepl
T
History
Tan Long
e13f6dccd7
gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333)
2026-03-12 16:59:43 +01:00
..
__init__.py
…
__main__.py
…
_module_completer.py
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)
2026-01-05 16:18:54 +01:00
_threading_handler.py
…
base_eventqueue.py
…
commands.py
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:
_pyrepl
module (GH-133883)
2025-10-09 16:16:48 +02:00
completing_reader.py
…
console.py
…
fancy_termios.py
gh-134466: Don't run when termios is inaccessible (GH-138911)
2025-09-17 12:59:49 +02:00
historical_reader.py
…
input.py
…
keymap.py
…
main.py
…
mypy.ini
…
pager.py
…
reader.py
gh-136924: Suspend REPL colorizing when in a REPL interactive command (GH-136926)
2026-01-03 14:35:34 +01:00
readline.py
…
simple_interact.py
gh-136924: Suspend REPL colorizing when in a REPL interactive command (GH-136926)
2026-01-03 14:35:34 +01:00
terminfo.py
…
trace.py
…
types.py
…
unix_console.py
gh-128067: Fix pyrepl overriding printed output without newlines (
#138732
)
2026-01-02 14:04:37 +01:00
unix_eventqueue.py
…
utils.py
gh-142349: Implement PEP 810 - Explicit lazy imports (
#142351
)
2026-02-12 00:15:33 +00:00
windows_console.py
gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333)
2026-03-12 16:59:43 +01:00
windows_eventqueue.py
…