| Commit message (Expand) | Author | Age | Files | Lines |
* | invalid escape sequences fixed on upstream github.com/pypy/pyrepl#21 | Matti Picus | 2019-12-18 | 2 | -3/+3 |
* | Avoid invalid escapes in strings: they cause SyntaxWarnings in py3.6 (#3097) | Ronan Lamy | 2019-10-17 | 3 | -5/+5 |
* | Implement PyOS_InputHook in cpyext. Call it from pyrepl, once before every | Armin Rigo | 2018-10-25 | 1 | -0/+7 |
* | Remove bogus (but unused) timeout argument | Armin Rigo | 2018-10-25 | 1 | -2/+2 |
* | import earlier | Matti Picus | 2017-09-24 | 1 | -2/+1 |
* | Issue #2311: grab the __future__ flags imported in the main script, in | Armin Rigo | 2016-05-29 | 1 | -1/+3 |
* | The logic to ask the user for more lines was confused by the | Armin Rigo | 2015-04-14 | 1 | -2/+12 |
* | issue #1986: auto-indent support in "backspace" and "enter" | Armin Rigo | 2015-02-27 | 1 | -9/+59 |
* | issue #1978 resolved | Armin Rigo | 2015-02-11 | 1 | -2/+11 |
* | Issue #1848: patch by paulie4 | Armin Rigo | 2014-08-19 | 1 | -1/+1 |
* | Catch MemoryErrors raised by the machinery of interactive command-line (like ... | Armin Rigo | 2013-11-24 | 1 | -0/+3 |
* | Issue1491. Test and fix: when CSI escape sequences are given in the | Armin Rigo | 2013-11-11 | 1 | -3/+13 |
* | If we are running on top of pypy, we import only _minimal_curses. | Armin Rigo | 2013-06-28 | 1 | -3/+7 |
* | be consistent w/ the console's filename: '<stdin>', to match cpython | Philip Jenvey | 2013-04-14 | 2 | -5/+5 |
* | try to use minimal curses | Maciej Fijalkowski | 2013-04-03 | 1 | -3/+7 |
* | Kill _minimal_curses mentions | Maciej Fijalkowski | 2013-04-03 | 1 | -5/+2 |
* | backport some obvious fixes/cleanups from pyrepl including a fix for issue1098 | Brian Kearns | 2013-02-11 | 5 | -33/+8 |
* | apply some fixes to get the pyrepl tests running | Brian Kearns | 2013-02-11 | 2 | -4/+11 |
* | move the pyrepl tests to test_lib_pypy so they have a hope of being executed | Brian Kearns | 2013-02-11 | 6 | -341/+0 |
* | a pyrepl + threads fix from amaury (fixes issue 1349) | Brian Kearns | 2013-02-07 | 1 | -0/+1 |
* | Merge change bf651562fa0c from pyrepl: | Armin Rigo | 2012-10-27 | 2 | -2/+2 |
* | Issue1221: When calling reader.readline(), don't pass reader in the arguments! | Amaury Forgeot d'Arc | 2012-07-21 | 1 | -1/+1 |
* | Change the default mapping of the keys Home and End | Armin Rigo | 2012-04-20 | 1 | -2/+2 |
* | (hpaulj) Fix startup_hook in readline to work like CPython. Fixes issue950 | David Ripton | 2012-01-28 | 2 | -13/+13 |
* | Argh. See comment. | Armin Rigo | 2011-11-17 | 1 | -1/+6 |
* | unpack tuple params, for py3k support | Philip Jenvey | 2011-11-07 | 3 | -8/+8 |
* | Don't crash on reading or writing stuff to the history file | Armin Rigo | 2011-11-01 | 1 | -2/+9 |
* | Fix: the case marked as "#PyPy" was never actually followed any more. | Armin Rigo | 2011-10-20 | 1 | -2/+14 |
* | sync from pyrepl 11ef70675cfc | Ronny Pfannschmidt | 2011-09-26 | 1 | -1/+2 |
* | Import into _pypy_interact.py the change from code.py to decode | Armin Rigo | 2011-09-06 | 3 | -4/+7 |
* | Fix: call str() only once per prompt, not twice, even though the | Armin Rigo | 2011-09-01 | 1 | -6/+11 |
* | Fix the most common case by trying to use sys.getfilesystemencoding() | Armin Rigo | 2011-08-19 | 1 | -1/+1 |
* | signal.signal() crashes with ValueError when called from a | Armin Rigo | 2011-07-24 | 1 | -3/+7 |
* | update the inlined pyrepl to revision 4d9968d3e7da | Antonio Cuni | 2011-03-31 | 2 | -1/+36 |
* | make sure not to run _setup twice, else we might get infinite recursion betwe... | Antonio Cuni | 2011-03-30 | 1 | -0/+4 |
* | raise a specific exception in this case, which makes it easier to catch the c... | Antonio Cuni | 2011-03-30 | 1 | -2/+5 |
* | inline pyrepl | Ronny Pfannschmidt | 2011-03-21 | 29 | -0/+5042 |