summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)Matt Wozniski2024-08-251-1/+9
* gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...Pablo Galindo Salgado2024-08-251-0/+8
* gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)Sergey B Kirpichev2024-08-241-4/+3
* gh-122546: use same filename for different exceptions in new repl (#123217)Sergey B Kirpichev2024-08-221-1/+1
* gh-123149: Suppress verbose repr in new REPL (#123151)James2024-08-191-2/+2
* gh-121804: Always show error location for SyntaxError's in new repl (#121886)Sergey B Kirpichev2024-08-191-3/+6
* gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)CF Bolz-Tereick2024-08-181-5/+7
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-123-4/+4
* gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)Dino Viehland2024-07-304-4/+14
* gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)Łukasz Langa2024-07-221-0/+2
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-171-0/+3
* gh-121295: Fix blocked console after interrupting a long paste (GH-121815)Marta Gómez Macías2024-07-151-1/+9
* gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...saucoide2024-07-151-10/+21
* gh-121790: Fix interactive console initialization (#121793)Milan Oberkirch2024-07-153-16/+12
* gh-121245: Refactor site.register_readline() (GH-121659)Sergey B Kirpichev2024-07-151-23/+23
* gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)Rodrigo Girão Serrão2024-07-151-1/+1
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-132-0/+7
* gh-121609: Fix pasting of characters containing unicode character joiner (#12...Marta Gómez Macías2024-07-131-1/+0
* gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...Pablo Galindo Salgado2024-07-131-2/+2
* gh-118908: Use __main__ for the default PyREPL namespace (#121054)Łukasz Langa2024-06-263-61/+58
* gh-120417: Remove unused imports in the stdlib (#120420)Victor Stinner2024-06-124-6/+2
* gh-118908: Fix completions after namespace change in REPL (#120370)Lysandros Nikolaou2024-06-122-5/+12
* gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)Pablo Galindo Salgado2024-06-111-4/+4
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-111-3/+18
* gh-119517: Fixes for pasting in pyrepl (#120253)Matt Wozniski2024-06-116-57/+134
* gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)Lysandros Nikolaou2024-06-042-1/+3
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-044-10/+56
* gh-119553: Clear reader on Ctrl-C command (GH-119801)Lysandros Nikolaou2024-06-041-0/+1
* gh-120041: Refactor check for visible completion menu in completing_reader (#...Lysandros Nikolaou2024-06-042-6/+4
* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)Lysandros Nikolaou2024-06-042-9/+18
* gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...Daniel Hollas2024-06-031-2/+8
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Łukasz Langa2024-05-314-46/+70
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-311-8/+19
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-317-30/+654
* gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...Sergey B Kirpichev2024-05-291-1/+1
* gh-119443: Turn off from __future__ import annotations in REPL (#119493)Jelle Zijlstra2024-05-291-1/+1
* gh-119548: Add a 'clear' command to the REPL (#119549)Pablo Galindo Salgado2024-05-252-1/+11
* gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)Dino Viehland2024-05-221-3/+9
* gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)Lysandros Nikolaou2024-05-221-0/+1
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-222-13/+13
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-222-3/+16
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-225-15/+20
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-3/+40
* gh-119357: Increase test coverage for keymap in _pyrepl (#119358)Eugene Triguba2024-05-222-35/+30
* gh-111201: Add append to screen method to avoid recalculation (#119274)Lysandros Nikolaou2024-05-224-14/+43
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-211-1/+3
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-4/+29
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-211-2/+2
* gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (#...Alastair Stanley2024-05-212-3/+8
* gh-118877: Fix AssertionError crash in pyrepl (#118936)Daniel Hollas2024-05-201-3/+1