summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-06-03Fixed off-by-one bug in Vi visual block mode.Jonathan Slenders
2018-06-03Python 3.7 bugfix: correctly handle StopIteration in async generator.Jonathan Slenders
2018-05-20Moved WordCompleter and PathCompleter in prompt_toolkit.completion module.Jonathan Slenders
2018-05-19More tests for WordCompleter + accept callable for list of words (thanks to k...Jonathan Slenders
2018-05-15Added ThreadedHistory for loading the history asynchronously.Jonathan Slenders
2018-05-15Using alt-d twice in Emacs mode should kill both words.Jonathan Slenders
2018-05-15Fix issues with nested macros. Added 'record_in_macro' parameter for key bind...Jonathan Slenders
2018-05-14Fixed selection for emacs mode. (Unlike Vi, Emacs doesn't include the upper b...Jonathan Slenders
2018-05-12Added support for Vi macros.Jonathan Slenders
2018-05-04Renamed the Prompt class to PromptSession for clarity.Jonathan Slenders
2018-03-09Fixed styles unit tests.Jonathan Slenders
2018-02-19Renamed Prompt.extra_key_bindings argument to Prompt.key_bindings. This is mo...Jonathan Slenders
2018-02-16Fixed ANSI color names, but remain compatible with the old names.Jonathan Slenders
2018-02-10Moved formatted text utils from layout/utils.py to formatted_text/utils.py.Jonathan Slenders
2018-01-27Fix typo: `storter` -> `shorter`delirious-lettuce
2018-01-27Fix typo: `Focussing` -> `Focusing`delirious-lettuce
2018-01-27Fix typo: `evenything` -> `everything`delirious-lettuce
2017-12-29Little bug fix in pygments_token_to_classname + added unit test.Jonathan Slenders
2017-12-21Made 'default_buffer' a public field in the Prompt class.Jonathan Slenders
2017-12-21-Jonathan Slenders
2017-12-09The focus_previous/focus_next functions are now methods of Layout. Renamed La...Jonathan Slenders
2017-12-05Fixed .travis.ymlJonathan Slenders
2017-12-05A couple more unit tests.Jonathan Slenders
2017-12-05Fix in Layout unit tests.Jonathan Slenders
2017-08-05Python 2.6 compatibility.Jonathan Slenders
2017-08-02bugfix in key_binding unit tests.Jonathan Slenders
2017-08-02Fixed a few unit tests.Jonathan Slenders
2017-08-01Refactoring the print_formatted_text-function. Now exposed as 'print'.Jonathan Slenders
2017-07-16Added formatted_text.merge_formatted_text.Jonathan Slenders
2017-07-05Also accept a sequence of keys in the KeyBindings.remove() function.Jonathan Slenders
2017-07-03Allow interpolation of formatted text.Jonathan Slenders
2017-06-28Correct typeahead for PipeInput. Fixes KeyboardInterrupt/EOFError tests.Jonathan Slenders
2017-06-01Don't pass 'Application' around anymore. Store it in a global instead.Jonathan Slenders
2017-06-01Fix in unit test.Jonathan Slenders
2017-05-23Refactoring of the event loop:Jonathan Slenders
2017-05-01Support for \001 and \002 in ANSI string.Jonathan Slenders
2017-04-29Don't use OrderedDict. Not supported on Python 2.6.Jonathan Slenders
2017-04-28Fixed a few unit tests.Jonathan Slenders
2017-04-28Introducing FormattedTextControl (as a replacement for TextFragmentsControl/T...Jonathan Slenders
2017-04-26Added layout.has_focus + layout unit tests.Jonathan Slenders
2017-04-26Bug fix in styling; added unit tests; moved substyles code from PygmentsLexer...Jonathan Slenders
2017-04-17Refactoring of the Style class and styling.Jonathan Slenders
2017-04-02prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 2).Jonathan Slenders
2017-04-02Fixes previous_key_sequences: make a copy of key_sequences before calling the...Jonathan Slenders
2017-04-02prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).Jonathan Slenders
2016-12-17Implemented keyboard macros. (Like readline in Emacs mode.)Jonathan Slenders
2016-12-17Implemented prefix-meta command.Jonathan Slenders
2016-12-17Added insert-comment command, bound to M-#.Jonathan Slenders
2016-12-04Implemented the difference between backward-kill-word an unix-word-rubout.Jonathan Slenders
2016-11-23Added unit tests for 'print_tokens'.Jonathan Slenders