summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_pyrepl.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) ...Ɓukasz Langa2025-03-211-24/+24
* [3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-11...Miss Islington (bot)2025-01-231-1/+2
* [3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...Hugo van Kemenade2025-01-221-2/+1
* [3.13] gh-128770: fix ResourceWarning in test_pyrepl (GH-128906) (#129179)Miss Islington (bot)2025-01-221-16/+15
* [3.13] gh-123024: Correctly prepare/restore around help and show-history comm...Miss Islington (bot)2025-01-211-0/+13
* [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-12573...Miss Islington (bot)2024-12-021-0/+5
* [3.13] gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)...Victor Stinner2024-10-081-0/+12
* [3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered a...Miss Islington (bot)2024-09-261-85/+107
* [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#12...Miss Islington (bot)2024-09-061-0/+45
* [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123...Miss Islington (bot)2024-09-061-0/+39
* [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-12...Miss Islington (bot)2024-09-061-0/+18
* [3.13] gh-123228: don't leak file descriptors in pyrepl test (GH-123302) (#12...Miss Islington (bot)2024-08-251-1/+1
* [3.13] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (GH-...Miss Islington (bot)2024-08-241-1/+7
* [3.13] gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (GH-123062) (#12...CF Bolz-Tereick2024-08-231-1/+33
* [3.13] gh-122546: Relax SyntaxError check when raising errors on the new REPL...Miss Islington (bot)2024-08-231-0/+4
* [3.13] gh-122546: use same filename for different exceptions in new repl (GH-...Sergey B Kirpichev2024-08-221-0/+10
* [3.13] gh-87320: In the code module, handle exceptions raised in sys.exceptho...Miss Islington (bot)2024-08-081-0/+24
* [3.13] gh-121973: Fix flaky test_pyrepl tests (GH-122140) (GH-122173)Miss Islington (bot)2024-07-231-4/+4
* [3.13] gh-121988: Fix test hang when pyrepl is not available (GH-121990) (#12...Miss Islington (bot)2024-07-201-1/+5
* [3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) ...Miss Islington (bot)2024-07-171-6/+14
* [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...Miss Islington (bot)2024-07-171-8/+106
* [3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-...Miss Islington (bot)2024-07-151-1/+1
* [3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.Te...Miss Islington (bot)2024-07-151-0/+13
* [3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)Miss Islington (bot)2024-07-131-5/+8
* [3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#...Miss Islington (bot)2024-07-131-0/+39
* [3.13] gh-121351: Skip test_not_wiping_history_file() if no readline (GH-1214...Miss Islington (bot)2024-07-061-0/+4
* [3.13] gh-121359: Run test_pyrepl in isolated mode (GH-121414) (#121417)Miss Islington (bot)2024-07-051-1/+4
* [3.13] gh-121245: a regression test for site.register_readline() (GH-121259) ...Miss Islington (bot)2024-07-031-0/+27
* [3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...devdanzin2024-06-261-0/+25
* [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (...Miss Islington (bot)2024-06-261-6/+17
* [3.13] gh-120635: Avoid leaking processes in test_pyrepl (GH-120676) (#120741)Miss Islington (bot)2024-06-191-1/+1
* [3.13] gh-118908: Protect the REPL subprocess with a timeout in tests (GH-120...Miss Islington (bot)2024-06-121-1/+6
* [3.13] gh-118908: Limit exposed globals from internal imports and definitions...Miss Islington (bot)2024-06-111-2/+61
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-311-2/+3
* [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)Miss Islington (bot)2024-05-311-1/+80
* [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119...Miss Islington (bot)2024-05-231-1/+1
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-231-5/+14
* [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)Lysandros Nikolaou2024-05-221-55/+139
* [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)Miss Islington (bot)2024-05-221-6/+24
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-221-0/+639