index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pyrepl
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
1
-2/+2
*
gh-139246: zero-width word paste can be wrong in default repl (GH-139254)
yihong
2025-10-30
1
-1/+22
*
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka
2025-10-30
1
-0/+26
*
gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)
Bartosz Sławecki
2025-10-26
1
-0/+3
*
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka
2025-10-14
1
-26/+0
*
gh-139391: properly handle `signal.signal()` in `UnixConsole` when called fro...
yihong
2025-10-09
1
-1/+13
*
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)
DeepWzh
2025-10-09
1
-0/+83
*
gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807)
Stan Ulbrych
2025-10-08
1
-1/+1
*
gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503)
Victor Stinner
2025-10-02
1
-1/+3
*
gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
yihong
2025-09-16
2
-1/+155
*
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.pat...
Loïc Simon
2025-09-15
1
-12/+50
*
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...
yihong
2025-09-15
1
-0/+9
*
gh-138239: Fix incorrect highlighting of "type" in type statements in the REP...
00ll00
2025-09-15
1
-3/+5
*
gh-138801: re-enable `pyrepl` tests on Windows (#138802)
Chris Eibl
2025-09-12
1
-8/+4
*
gh-138318, PyREPL: builtins should not be highlighted when used as attribute ...
yihong
2025-09-08
1
-1/+23
*
gh-137179: Fix flaky test_history_survive_crash test (gh-137180)
Sam Gross
2025-07-29
1
-5/+19
*
gh-135621: Remove dependency on curses from PyREPL (GH-136758)
Łukasz Langa
2025-07-21
5
-47/+684
*
gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line ca...
Olga Matoula
2025-07-19
1
-5/+7
*
gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
Richard Si
2025-07-15
1
-0/+11
*
gh-130999: Avoid exiting the new REPL when there are non-string candidates fo...
devdanzin
2025-06-02
1
-0/+11
*
gh-69605: Disable PyREPL module autocomplete fallback on regular completion (...
Loïc Simon
2025-05-25
1
-8/+20
*
GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660)
Chris Eibl
2025-05-25
1
-0/+1
*
GH-130328: Speedup pasting in legacy console on Windows (gh-133728)
Chris Eibl
2025-05-25
2
-0/+2
*
gh-127960 Fix the REPL to set the correct namespace by setting the correct `_...
Yuichiro Tachibana (Tsuchiya)
2025-05-22
1
-16/+62
*
gh-134215: PyREPL: Do not show underscored modules by default during autocomp...
Kevin Hernández
2025-05-20
1
-2/+43
*
gh-134235: Import Autocomplete for Builtin Modules (GH-134277)
Tom Wang
2025-05-19
1
-0/+20
*
gh-134214: Fix test case in pyrepl (gh-134223)
Jessica Temporal
2025-05-19
1
-4/+8
*
gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159)
Loïc Simon
2025-05-19
1
-0/+31
*
gh-134097: Print number of refs & blocks after each statement in new REPL (gh...
Kirill Podoprigora
2025-05-19
1
-1/+14
*
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych
2025-05-10
1
-1/+1
*
gh-133541: Handle SyntaxError raised by the tokenizer on user input (#133606)
Łukasz Langa
2025-05-08
1
-0/+20
*
gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (#133640)
Tan Long
2025-05-08
1
-0/+5
*
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa
2025-05-05
4
-29/+29
*
GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-1...
Chris Eibl
2025-05-05
1
-1/+220
*
gh-131878: Fix input of unicode characters with two or more code points in ne...
Sergey Miryanov
2025-05-05
1
-18/+60
*
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa
2025-05-02
5
-19/+221
*
gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` is reported (#13...
sobolevn
2025-04-28
1
-23/+15
*
gh-127495: Append to history file after every statement in PyREPL (GH-132294)
Sergey B Kirpichev
2025-04-27
1
-0/+22
*
gh-69605: Add module autocomplete to PyREPL (#129329)
Tomas R.
2025-04-25
1
-0/+198
*
gh-129098: avoid using content of `_pyrepl/__main__.py` when reporting traceb...
Bénédikt Tran
2025-04-20
1
-2/+27
*
speedup test_pyrepl (#132688)
Chris Eibl
2025-04-19
2
-0/+2
*
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R.
2025-04-12
1
-0/+26
*
gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (...
Bartosz Sławecki
2025-03-28
1
-1/+1
*
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
Łukasz Langa
2025-03-21
4
-79/+126
*
Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)
R. David Murray
2025-03-17
1
-0/+1
*
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner
2025-03-13
2
-2/+0
*
gh-130804: Fix support of typing unicode chars in pyrepl (#130805)
Sergey Miryanov
2025-03-10
1
-0/+7
*
gh-124927: Fix conversion issue between coordinates and position in REPL (#12...
FeH2
2025-03-10
1
-0/+8
*
gh-128231: Use `runcode()` return value for failing early (GH-129488)
Bartosz Sławecki
2025-02-24
1
-0/+13
*
gh-124096: Enable REPL virtual terminal support on Windows (#124119)
Y5
2025-02-23
1
-22/+48
[next]