]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111201: A new Python REPL (GH-111567)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 5 May 2024 19:32:23 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 19:32:23 +0000 (21:32 +0200)
commitf27f8c790af1233d499b795af1c0d1b36aaecaf5
tree22c502c6382512fafbb63e3020c8462e5400d4df
parent40cc809902304f60c6e1c933191dd4d64e570e28
gh-111201: A new Python REPL (GH-111567)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
41 files changed:
.github/workflows/mypy.yml
.github/workflows/reusable-macos.yml
.github/workflows/reusable-ubuntu.yml
Doc/glossary.rst
Doc/tutorial/appendix.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Lib/_pyrepl/__init__.py [new file with mode: 0644]
Lib/_pyrepl/__main__.py [new file with mode: 0644]
Lib/_pyrepl/_minimal_curses.py [new file with mode: 0644]
Lib/_pyrepl/commands.py [new file with mode: 0644]
Lib/_pyrepl/completing_reader.py [new file with mode: 0644]
Lib/_pyrepl/console.py [new file with mode: 0644]
Lib/_pyrepl/curses.py [new file with mode: 0644]
Lib/_pyrepl/fancy_termios.py [new file with mode: 0644]
Lib/_pyrepl/historical_reader.py [new file with mode: 0644]
Lib/_pyrepl/input.py [new file with mode: 0644]
Lib/_pyrepl/keymap.py [new file with mode: 0644]
Lib/_pyrepl/mypy.ini [new file with mode: 0644]
Lib/_pyrepl/pager.py [new file with mode: 0644]
Lib/_pyrepl/reader.py [new file with mode: 0644]
Lib/_pyrepl/readline.py [new file with mode: 0644]
Lib/_pyrepl/simple_interact.py [new file with mode: 0644]
Lib/_pyrepl/trace.py [new file with mode: 0644]
Lib/_pyrepl/types.py [new file with mode: 0644]
Lib/_pyrepl/unix_console.py [new file with mode: 0644]
Lib/_pyrepl/unix_eventqueue.py [new file with mode: 0644]
Lib/_pyrepl/utils.py [new file with mode: 0644]
Lib/code.py
Lib/pydoc.py
Lib/site.py
Lib/test/test_pyrepl.py [new file with mode: 0644]
Lib/test/test_traceback.py
Lib/traceback.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst [new file with mode: 0644]
Modules/main.c
Python/clinic/sysmodule.c.h
Python/pythonrun.c
Python/stdlib_module_names.h
Python/sysmodule.c