This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-26 21:03:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
_pyrepl
History
Loïc Simon
bfac54d861
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)
...
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
2026-01-05 16:18:54 +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
…
completing_reader.py
…
console.py
…
fancy_termios.py
…
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-139246: zero-width word paste can be wrong in default repl (GH-139254)
2025-10-30 16:14:06 +01:00
windows_console.py
gh-139262: Prevent swallowing REPL input on Windows (GH-139263)
2026-01-02 16:17:45 +01:00
windows_eventqueue.py
…