summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/console.py
Commit message (Expand)AuthorAgeFilesLines
* gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...Wulian2024-10-141-2/+8
* gh-122546: use same filename for different exceptions in new repl (#123217)Sergey B Kirpichev2024-08-221-1/+1
* 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
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-2/+10
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Ɓukasz Langa2024-05-311-1/+56
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-2/+28
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+112