summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-21Release 1.0.71.0.7Jonathan Slenders
2016-08-21Added unit tests for forward/backward-word operations with negative arguments.Jonathan Slenders
2016-08-21Support negative arguments for next/previous word ending/beginning.Jonathan Slenders
2016-08-21Avoid extra vertical scrolling if the cursor is already on screenStephen Rauch
2016-08-19Bugfix in completion. When calculating the common completion to be inserted, ...Jonathan Slenders
2016-08-19Better `Completion.__repr__` output.Jonathan Slenders
2016-08-15Release 1.0.61.0.6Jonathan Slenders
2016-08-15Better support for conversion from #ffffff values to ANSI colors in Vt100_Out...Jonathan Slenders
2016-08-15Added ansi-colors.py example.Jonathan Slenders
2016-08-15Added an option to use only 16 ANSI colors.Jonathan Slenders
2016-08-14Allow pressing <esc> before each -ve argument.Jonathan Slenders
2016-08-14Replace \r by \n in bracketed paste.Jonathan Slenders
2016-08-14Fix typo.Julian Kuhlmann
2016-08-14Remove set comprehension to support python 2.6Jordan Guymon
2016-08-05Call pygments.Lexer.get_tokens_unprocessed (This doesn't replace \r.)Jonathan Slenders
2016-08-04Go to the start of the line in Vi nagivation mode, when 'j' or 'k' have been ...Jonathan Slenders
2016-08-04Release 1.0.51.0.5Jonathan Slenders
2016-08-04Bugfix for Windows: don't use select.select on a Pipe.Jonathan Slenders
2016-08-03Fix in changelog: the arrow keys fix is not a performance optimization :).Jonathan Slenders
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