1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't suspend on Windows, where we don't have SIGTSTP. More... over 10 years ago
Refactoring/optimization of the key bindings registry and manager. More... over 10 years ago
Optimization in the filters module (Handling of Always/Never). More... over 10 years ago
Don't crash when Control-D is pressed while waiting for ENTER press (in run_system_command.) More... over 10 years ago
small improvement in autocorrection example. More... over 10 years ago
Fix bug when completion cursor position is outside range of current text. More... over 10 years ago
Cache AND and OR operations between filters. More... over 10 years ago
Refactoring of the I/O layer. Separation of the CommandLineInterface and Application class: The application class defines all the I/O independent parameters, and the CommandLineInterface class runs it using certain I/O backends. More... over 10 years ago
Python 2.6 fix. More... over 10 years ago
Wait with executing executors intil the main thread is idle for an instant. More... over 10 years ago
Improved the performance of the key binding processor by using a better data structure. More... over 10 years ago
Add 'z <enter>' as an additional binding to 'z+' to match vim behavior. More... over 10 years ago
Add 'z-' and 'z+' keybindings to vi bindings. More... over 10 years ago
Add 'M' keybinding to vi bindings. More... over 10 years ago
Fix AssertionError in the layout example More... almost 11 years ago
Fixed unit tests for contrib.regular_languages + docstrings. More... almost 11 years ago
Pypi release 0.37 More... almost 11 years ago
OS X bugfix in contrib.telnet. Handle struct.unpack correctly. More... almost 11 years ago
Handle trailing input in contrib.regular_languages. More... almost 11 years ago
Some Windows (Putty) compatibility fixes for contrib.telnet. More... almost 11 years ago
Fixing bug with default message in get_input() More... almost 11 years ago
Pypi release 0.36 More... almost 11 years ago
Use text_type instead of string_type in contrib.telnet. More... almost 11 years ago
Small style change: show prompt in bold by default. More... almost 11 years ago
Added get_prompt_tokens parameter to create_default_layout. More... almost 11 years ago
Correct cache invalidation of DefaultPrompt. More... almost 11 years ago
Pypi release 0.35 More... almost 11 years ago
Moved prompt_toolkit.contrib.shortcuts to prompt_toolkit.shortcuts. (It's too important to have in contrib.) More... almost 11 years ago
Bug fix in PathCompleter: correctly handle relative paths. More... almost 11 years ago
parameter for WordCompleter. More... almost 11 years ago