summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* GH-65961: Stop setting `__cached__` on modules (GH-142165)Brett Cannon2025-12-111-2/+2
* gh-139246: zero-width word paste can be wrong in default repl (GH-139254)yihong2025-10-301-1/+22
* gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)Serhiy Storchaka2025-10-301-0/+26
* gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)Bartosz Sławecki2025-10-261-0/+3
* gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)Serhiy Storchaka2025-10-141-26/+0
* gh-139391: properly handle `signal.signal()` in `UnixConsole` when called fro...yihong2025-10-091-1/+13
* gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)DeepWzh2025-10-091-0/+83
* gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807)Stan Ulbrych2025-10-081-1/+1
* gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503)Victor Stinner2025-10-021-1/+3
* gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)yihong2025-09-162-1/+155
* gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.pat...Loïc Simon2025-09-151-12/+50
* gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...yihong2025-09-151-0/+9
* gh-138239: Fix incorrect highlighting of "type" in type statements in the REP...00ll002025-09-151-3/+5
* gh-138801: re-enable `pyrepl` tests on Windows (#138802)Chris Eibl2025-09-121-8/+4
* gh-138318, PyREPL: builtins should not be highlighted when used as attribute ...yihong2025-09-081-1/+23
* gh-137179: Fix flaky test_history_survive_crash test (gh-137180)Sam Gross2025-07-291-5/+19
* gh-135621: Remove dependency on curses from PyREPL (GH-136758)Łukasz Langa2025-07-215-47/+684
* gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line ca...Olga Matoula2025-07-191-5/+7
* gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)Richard Si2025-07-151-0/+11
* gh-130999: Avoid exiting the new REPL when there are non-string candidates fo...devdanzin2025-06-021-0/+11
* gh-69605: Disable PyREPL module autocomplete fallback on regular completion (...Loïc Simon2025-05-251-8/+20
* GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660)Chris Eibl2025-05-251-0/+1
* GH-130328: Speedup pasting in legacy console on Windows (gh-133728)Chris Eibl2025-05-252-0/+2
* gh-127960 Fix the REPL to set the correct namespace by setting the correct `_...Yuichiro Tachibana (Tsuchiya)2025-05-221-16/+62
* gh-134215: PyREPL: Do not show underscored modules by default during autocomp...Kevin Hernández2025-05-201-2/+43
* gh-134235: Import Autocomplete for Builtin Modules (GH-134277)Tom Wang2025-05-191-0/+20
* gh-134214: Fix test case in pyrepl (gh-134223)Jessica Temporal2025-05-191-4/+8
* gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159)Loïc Simon2025-05-191-0/+31
* gh-134097: Print number of refs & blocks after each statement in new REPL (gh...Kirill Podoprigora2025-05-191-1/+14
* gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)Stan Ulbrych2025-05-101-1/+1
* gh-133541: Handle SyntaxError raised by the tokenizer on user input (#133606)Łukasz Langa2025-05-081-0/+20
* gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (#133640)Tan Long2025-05-081-0/+5
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-054-29/+29
* GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-1...Chris Eibl2025-05-051-1/+220
* gh-131878: Fix input of unicode characters with two or more code points in ne...Sergey Miryanov2025-05-051-18/+60
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-025-19/+221
* gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (#13...sobolevn2025-04-281-23/+15
* gh-127495: Append to history file after every statement in PyREPL (GH-132294)Sergey B Kirpichev2025-04-271-0/+22
* gh-69605: Add module autocomplete to PyREPL (#129329)Tomas R.2025-04-251-0/+198
* gh-129098: avoid using content of `_pyrepl/__main__.py` when reporting traceb...Bénédikt Tran2025-04-201-2/+27
* speedup test_pyrepl (#132688)Chris Eibl2025-04-192-0/+2
* gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)Tomas R.2025-04-121-0/+26
* gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (...Bartosz Sławecki2025-03-281-1/+1
* gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)Łukasz Langa2025-03-214-79/+126
* Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)R. David Murray2025-03-171-0/+1
* gh-131152: Remove unused imports from tests (part 2) (#131154)Victor Stinner2025-03-132-2/+0
* gh-130804: Fix support of typing unicode chars in pyrepl (#130805)Sergey Miryanov2025-03-101-0/+7
* gh-124927: Fix conversion issue between coordinates and position in REPL (#12...FeH22025-03-101-0/+8
* gh-128231: Use `runcode()` return value for failing early (GH-129488)Bartosz Sławecki2025-02-241-0/+13
* gh-124096: Enable REPL virtual terminal support on Windows (#124119)Y52025-02-231-22/+48