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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
2024-10-27
2
-0/+14
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
1
-1/+26
*
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-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
1
-2/+2
*
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-123177: Fix prompt for wrapped lines in pyrepl (#123324)
Matt Wozniski
2024-08-25
1
-0/+31
*
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-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
1
-0/+14
*
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
2
-9/+118
*
gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...
saucoide
2024-07-15
1
-1/+102
*
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
2
-0/+53
*
gh-121609: Fix pasting of characters containing unicode character joiner (#12...
Marta Gómez Macías
2024-07-13
1
-0/+6
*
gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)
Sergey B Kirpichev
2024-07-06
1
-0/+4
*
gh-121359: Run test_pyrepl in isolated mode (#121414)
Victor Stinner
2024-07-05
1
-1/+4
*
gh-121245: a regression test for site.register_readline() (#121259)
Sergey B Kirpichev
2024-07-03
1
-0/+27
*
gh-118908: Use __main__ for the default PyREPL namespace (#121054)
Łukasz Langa
2024-06-26
1
-6/+17
*
gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)
devdanzin
2024-06-26
1
-0/+25
*
gh-120635: Avoid leaking processes in test_pyrepl (#120676)
Victor Stinner
2024-06-19
1
-1/+1
*
gh-120417: Remove unused imports in tests (part 4) (#120632)
Victor Stinner
2024-06-17
1
-2/+1
*
gh-118908: Protect the REPL subprocess with a timeout in tests (#120408)
Pablo Galindo Salgado
2024-06-12
1
-1/+6
*
gh-118908: Limit exposed globals from internal imports and definitions on new...
Eugene Triguba
2024-06-11
1
-2/+61
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-1/+1
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-0/+17
*
gh-119553: Clear reader on Ctrl-C command (GH-119801)
Lysandros Nikolaou
2024-06-04
2
-0/+18
*
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
Lysandros Nikolaou
2024-06-04
2
-2/+37
*
gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...
Daniel Hollas
2024-06-03
1
-0/+32
*
Use Cirrus M1 macOS runners for CI (GH-119979)
Łukasz Langa
2024-06-03
2
-2/+3
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
1
-1/+1
*
gh-111201: Skip pyrepl Windows tests earlier (#119848)
Victor Stinner
2024-05-31
1
-2/+5
*
gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (G...
Łukasz Langa
2024-05-31
1
-12/+12
*
gh-111201: Improve pyrepl auto indentation (#119606)
Arnon Yaari
2024-05-31
2
-3/+82
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
6
-14/+357
*
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...
Sergey B Kirpichev
2024-05-29
1
-0/+8
*
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
Jelle Zijlstra
2024-05-29
1
-0/+9
*
gh-119469: Fix _pyrepl reference leaks (#119470)
Łukasz Langa
2024-05-23
2
-12/+30
[next]