aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pyrepl/test_pyrepl.py
Commit message (Expand)AuthorAge
* gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)devdanzin2024-10-27
* gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)Victor Stinner2024-10-08
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-27
* gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after us...Emily Morehouse2024-09-25
* gh-119310: Fix encoding when reading old history file (#121779)aorcajo2024-09-06
* gh-119034, REPL: Change page up/down keys to search in history (#123607)Victor Stinner2024-09-06
* gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)Arnon Yaari2024-09-06
* gh-123228: don't leak file descriptors in pyrepl test (#123302)CF Bolz-Tereick2024-08-25
* gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)Sergey B Kirpichev2024-08-24
* gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)Sergey B Kirpichev2024-08-23
* gh-122546: use same filename for different exceptions in new repl (#123217)Sergey B Kirpichev2024-08-22
* gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)CF Bolz-Tereick2024-08-18
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-31
* gh-121973: Fix flaky test_pyrepl tests (GH-122140)Sam Gross2024-07-23
* gh-121988: Fix test hang when pyrepl is not available (#121990)Sam Gross2024-07-20
* gh-120678: Guard against stdin.fileno() being unavailable (#121924)Łukasz Langa2024-07-17
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-17
* gh-121605: Fix test hang when pyrepl is not available (GH-121820)Sam Gross2024-07-16
* gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain ...Sergey B Kirpichev2024-07-15
* gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)Sam Gross2024-07-13
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-13
* gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)Sergey B Kirpichev2024-07-07
* gh-121359: Run test_pyrepl in isolated mode (#121414)Victor Stinner2024-07-05
* gh-121245: a regression test for site.register_readline() (#121259)Sergey B Kirpichev2024-07-03
* gh-118908: Use __main__ for the default PyREPL namespace (#121054)Łukasz Langa2024-06-26
* gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)devdanzin2024-06-26
* gh-120635: Avoid leaking processes in test_pyrepl (#120676)Victor Stinner2024-06-19
* gh-118908: Protect the REPL subprocess with a timeout in tests (#120408)Pablo Galindo Salgado2024-06-12
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-11
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-31
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-31
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-22
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-22
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-22
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-21
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-21