1
I Use This!
Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed code from asyncio-prompt example again. We have a simplified version in asyncio-prompt-simplified.py More... over 9 years ago
Never leave the alternate screen on resize events. More... over 9 years ago
Use errors=surrogateescape, in order to handle mouse events in some terminals. More... over 9 years ago
Emulate bracketed paste on Windows. More... over 9 years ago
Ignore key presses in _InterfaceEventLoopCallbacks.feed_key when the CLI is in the done state. More... over 9 years ago
Added key handler for displaying completions, just like readline does. More... over 9 years ago
Bugfix in get_common_complete_suffix. Don't return any suffix when there are completions that change whatever is before the cursor. More... over 9 years ago
Improved asyncio-prompt.py example to use the shortcuts module. More... over 9 years ago
Added confirm/create_confirm_application to shortcuts. More... over 9 years ago
Bugfix for Win32/Python2: use unicode literals: This crashed arrow navigation on Windows. More... over 9 years ago
Bugfix in InputProcessor: handling of more complex key bindings. More... over 9 years ago
Code formatting. More... over 9 years ago
Implemented Vi ab,ib,aB,iB text objects. More... over 9 years ago
Implemented Vi guu,gUU,g~~ key bindings. More... over 9 years ago
Implemented Vi 'gJ' key binding. More... over 9 years ago
history_search parameter seem to not exist. More... over 9 years ago
Don't apply completions, if there is only one completion which doesn't have any effect. More... over 9 years ago
Export `ViMode` More... over 9 years ago
Fix: correctly handle prompts starting with a newline in prompt_toolkit.shortcuts. More... over 9 years ago
Make document.text/cursor_position/selection read-only. (Changing these would break the caching causing bigger issues.) More... over 9 years ago
Small improvement to the autocomplete code: thread safety. More... over 9 years ago
Improve styling for matching brackets. (Allow individual styling for the bracket under the cursor and the other.) More... over 9 years ago
Moved all the tests to the same folder. More... over 9 years ago
Reorganize tests to be collected by py.test More... over 9 years ago
Added more unit tests for key bindings. More... over 9 years ago
Fix InputProcessor tests. (Bug from previous commit.) More... over 9 years ago
Move the save_before parameter from create_handle_decorator to add_handler. This is backwards-compatible, much more clean and should improve the performance. More... over 9 years ago
Improve the performance of test_callable_args: this should increase the start-up time. More... over 9 years ago
Support for ZeroWidthEscape tokens in prompt and token lists. Used to support final shell integration. More... over 9 years ago
Fix in ShowLeadingWhiteSpaceProcessor/ShowTrailingWhiteSpaceProcessor: take output encoding into account. (The signature had to change a little for this.) More... over 9 years ago