summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-03Release 1.0.41.0.4Jonathan Slenders
2016-08-03Fixed missing import.Jonathan Slenders
2016-08-03Fixed comments in prompt_toolkit.shortcuts.Jonathan Slenders
2016-08-03Raise a better error message when running in Idle.Jonathan Slenders
2016-07-31Added Keys.Enter for future compatibility.Jonathan Slenders
2016-07-31Additional flags for vt100 inputs.Jonathan Slenders
2016-07-31Write prompt_toolkit instead of prompt-toolkit in README. (To be consistent.)Jonathan Slenders
2016-07-31When select, using the Python 3 selectors module fails, use select.select.Jonathan Slenders
2016-07-31Improved comment about gevent fix.Jonathan Slenders
2016-07-30Added unit tests for emacs arguments.Jonathan Slenders
2016-07-30Better handling of arguments in Emacs mode.Jonathan Slenders
2016-07-30Added comment regarding ioctl call.Jonathan Slenders
2016-07-30FIX: Remove unnecessary (default) parameter7heo
2016-07-27Use absolute_import in select.py. Fixes Python 2 import bug.Jonathan Slenders
2016-07-27Python 2.6 compatibility in eventloop/select.pyJonathan Slenders
2016-07-27Select/poll improvements.Jonathan Slenders
2016-07-27Fix colors in Windows. (When the foreground/background have modified colors).Jonathan Slenders
2016-07-23Bug fix in ControlX-ControlX binding + unit test.Jonathan Slenders
2016-07-23Bugfix in bracketed paste + unit tests.Jonathan Slenders
2016-07-23Allow users to enter the digraph in reverse order.Jonathan Slenders
2016-07-23Improved autocompletion behaviour. See IPython issue #9658Jonathan Slenders
2016-07-21Pressing Control-U at the start of the line should delete the newline.Jonathan Slenders
2016-07-21When Control-K has been pressed at the end of the line, delete the newline af...Jonathan Slenders
2016-07-21Added unit test for kill-line with negative argument.Jonathan Slenders
2016-07-21Support -ve argument for C-k. Fixes #347Hari Dara
2016-07-21Bugfix in emacs key bindings. (Crash when Left/Right was pressed with a negat...Jonathan Slenders
2016-07-20Bugfix in ControlUp/ControlDown key bindings + added tests.Jonathan Slenders
2016-07-20Bugfix in handling backspace (previous commit was incomplete).Jonathan Slenders
2016-07-20Distinguish backspace from Control-H.Jonathan Slenders
2016-07-17Passing an eventloop to the CommandLineInterface is required. Fixing this in ...Jonathan Slenders
2016-07-17More unit tests for the key bindings.Jonathan Slenders
2016-07-15Delete in front of the cursor when a negative argument has been given to back...Jonathan Slenders
2016-07-15Grouped named commands (with a GNU Readline name) in separate file for reusab...Jonathan Slenders
2016-07-15Assert stdout.isatty() in Vt100_Output.from_pty. If not, the error that we go...Jonathan Slenders
2016-07-15(Optionally) Take ClipboardData as input in InMemoryClipboard.Jonathan Slenders
2016-07-13Bug fix for when geven monkey patches are applied.Jonathan Slenders
2016-07-11Removed duplicate line from docstring.Jonathan Slenders
2016-07-11Handle arrow keys correctly in emacs-term.Jonathan Slenders
2016-07-11Minor fix to save a redirectShabda Raaj
2016-07-11Small performance optimization in Registry.Jonathan Slenders
2016-07-11Some performance optimizations in filters/base.pyJonathan Slenders
2016-07-11Cache instancecheck in filters/types.pyJonathan Slenders
2016-07-11Memoized all filters in filters/cli.py.Jonathan Slenders
2016-07-11Added memoized decorator.Jonathan Slenders
2016-07-11Cache filter inversion (just like and/or).Jonathan Slenders
2016-07-11Added 'waiting_for_vt100_cpr' flag to renderer.pyJonathan Slenders
2016-07-11Added 'clear' function to shortcuts.Jonathan Slenders
2016-07-11Also patch stderr in CommandLineInterface.patch_stdout_context.Jonathan Slenders
2016-06-27Import asyncio inline (if required). This should increase the start-up time a...Jonathan Slenders
2016-06-20Release 1.0.31.0.3Jonathan Slenders