Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615) | Christian Heimes | 2022-01-25 | 1 | -1/+6 |
* | bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30... | Batuhan Taskaya | 2022-01-20 | 1 | -0/+33 |
* | bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) | Victor Stinner | 2020-06-10 | 1 | -1/+5 |
* | bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) | Victor Stinner | 2020-06-03 | 1 | -6/+16 |
* | bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) | Pablo Galindo | 2020-01-06 | 1 | -0/+36 |
* | bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) | xdegaye | 2017-11-12 | 1 | -0/+62 |