summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-311-0/+24
* gh-121973: Fix flaky test_pyrepl tests (GH-122140)Sam Gross2024-07-231-4/+4
* gh-121988: Fix test hang when pyrepl is not available (#121990)Sam Gross2024-07-201-1/+5
* gh-120678: Guard against stdin.fileno() being unavailable (#121924)Łukasz Langa2024-07-171-6/+14
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-172-9/+118
* gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...saucoide2024-07-151-1/+102
* gh-121605: Fix test hang when pyrepl is not available (GH-121820)Sam Gross2024-07-151-1/+1
* gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain ...Sergey B Kirpichev2024-07-151-0/+13
* gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)Sam Gross2024-07-131-5/+8
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-132-0/+53
* gh-121609: Fix pasting of characters containing unicode character joiner (#12...Marta Gómez Macías2024-07-131-0/+6
* gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)Sergey B Kirpichev2024-07-061-0/+4
* gh-121359: Run test_pyrepl in isolated mode (#121414)Victor Stinner2024-07-051-1/+4
* gh-121245: a regression test for site.register_readline() (#121259)Sergey B Kirpichev2024-07-031-0/+27
* gh-118908: Use __main__ for the default PyREPL namespace (#121054)Łukasz Langa2024-06-261-6/+17
* gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)devdanzin2024-06-261-0/+25
* gh-120635: Avoid leaking processes in test_pyrepl (#120676)Victor Stinner2024-06-191-1/+1
* gh-120417: Remove unused imports in tests (part 4) (#120632)Victor Stinner2024-06-171-2/+1
* gh-118908: Protect the REPL subprocess with a timeout in tests (#120408)Pablo Galindo Salgado2024-06-121-1/+6
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-111-2/+61
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-111-1/+1
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-0/+17
* gh-119553: Clear reader on Ctrl-C command (GH-119801)Lysandros Nikolaou2024-06-042-0/+18
* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)Lysandros Nikolaou2024-06-042-2/+37
* gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...Daniel Hollas2024-06-031-0/+32
* Use Cirrus M1 macOS runners for CI (GH-119979)Łukasz Langa2024-06-032-2/+3
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Łukasz Langa2024-05-311-1/+1
* gh-111201: Skip pyrepl Windows tests earlier (#119848)Victor Stinner2024-05-311-2/+5
* gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (G...Łukasz Langa2024-05-311-12/+12
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-312-3/+82
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-316-14/+357
* gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...Sergey B Kirpichev2024-05-291-0/+8
* gh-119443: Turn off from __future__ import annotations in REPL (#119493)Jelle Zijlstra2024-05-291-0/+9
* gh-119469: Fix _pyrepl reference leaks (#119470)Łukasz Langa2024-05-232-12/+30
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-222-6/+58
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-221-1/+1
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-55/+139
* gh-119357: Increase test coverage for keymap in _pyrepl (#119358)Eugene Triguba2024-05-221-18/+64
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-212-7/+25
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-0/+92
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-211-1/+0
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-219-0/+1516