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
/
test_pyrepl.py
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-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)
Bartosz Sławecki
2025-10-26
1
-0/+3
*
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)
DeepWzh
2025-10-09
1
-0/+83
*
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.pat...
Loïc Simon
2025-09-15
1
-12/+50
*
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
1
-2/+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-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-134097: Print number of refs & blocks after each statement in new REPL (gh...
Kirill Podoprigora
2025-05-19
1
-1/+14
*
gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (#133640)
Tan Long
2025-05-08
1
-0/+5
*
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa
2025-05-02
1
-11/+22
*
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
*
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
Łukasz Langa
2025-03-21
1
-24/+24
*
Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)
R. David Murray
2025-03-17
1
-0/+1
*
gh-128770: fix ResourceWarning in test_pyrepl (#128906)
Thomas Grainger
2025-01-22
1
-16/+15
*
gh-118878: Pyrepl: show completions menu below the current line (#118939)
Daniel Hollas
2025-01-21
1
-1/+2
*
gh-123024: Correctly prepare/restore around help and show-history commands (#...
Lysandros Nikolaou
2025-01-21
1
-0/+13
*
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (...
Hugo van Kemenade
2025-01-21
1
-2/+1
*
Revert "gh-128770: raise warnings as errors in test suite - except for test_s...
Hugo van Kemenade
2025-01-17
1
-15/+16
*
gh-128770: raise warnings as errors in test suite - except for test_socket wh...
Thomas Grainger
2025-01-17
1
-16/+15
*
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
2024-10-27
1
-0/+5
*
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
Victor Stinner
2024-10-08
1
-0/+12
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
1
-1/+1
*
gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after us...
Emily Morehouse
2024-09-25
1
-85/+107
*
gh-119310: Fix encoding when reading old history file (#121779)
aorcajo
2024-09-06
1
-0/+45
*
gh-119034, REPL: Change page up/down keys to search in history (#123607)
Victor Stinner
2024-09-06
1
-0/+39
*
gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)
Arnon Yaari
2024-09-06
1
-0/+18
*
gh-123228: don't leak file descriptors in pyrepl test (#123302)
CF Bolz-Tereick
2024-08-25
1
-1/+1
*
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev
2024-08-24
1
-1/+7
*
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
Sergey B Kirpichev
2024-08-22
1
-0/+4
*
gh-122546: use same filename for different exceptions in new repl (#123217)
Sergey B Kirpichev
2024-08-22
1
-0/+10
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
1
-1/+33
*
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...
CF Bolz-Tereick
2024-07-31
1
-0/+24
*
gh-121973: Fix flaky test_pyrepl tests (GH-122140)
Sam Gross
2024-07-23
1
-4/+4
*
gh-121988: Fix test hang when pyrepl is not available (#121990)
Sam Gross
2024-07-20
1
-1/+5
*
gh-120678: Guard against stdin.fileno() being unavailable (#121924)
Łukasz Langa
2024-07-17
1
-6/+14
*
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
Alex Waygood
2024-07-17
1
-8/+106
*
gh-121605: Fix test hang when pyrepl is not available (GH-121820)
Sam Gross
2024-07-15
1
-1/+1
*
gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain ...
Sergey B Kirpichev
2024-07-15
1
-0/+13
*
gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)
Sam Gross
2024-07-13
1
-5/+8
*
gh-121499: Fix multi-line history rendering in the REPL (#121531)
Pablo Galindo Salgado
2024-07-13
1
-0/+39
*
gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)
Sergey B Kirpichev
2024-07-06
1
-0/+4
[next]