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-07-26 20:03:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e6174ee9812f514b42ab6d3a1064bd6057de96c7
cpython
/
Lib
/
_pyrepl
T
History
yihong
ecb901dd87
Drop three unused imports (
#141875
)
2025-11-23 16:33:05 +00:00
..
__init__.py
…
__main__.py
…
_module_completer.py
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
2025-09-15 18:51:34 +02: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
…
readline.py
…
simple_interact.py
Drop three unused imports (
#141875
)
2025-11-23 16:33:05 +00:00
terminfo.py
…
trace.py
…
types.py
…
unix_console.py
gh-139391: properly handle
signal.signal()
in
UnixConsole
when called from a non-main thread (
#139392
)
2025-10-09 14:58:01 +00: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-141415: Remove unused variables and comment in
_pyrepl.windows_console.py
(
#141416
)
2025-11-11 14:27:21 -05:00
windows_eventqueue.py
…