1
I Use This!
Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept formatted text for progress bar label. More... over 7 years ago
Renamed progress_bar context manager to ProgressBar + other doc improvements. More... over 7 years ago
Improved documentation. More... over 7 years ago
Removed get_tempfile_suffix argument from Buffer. Accept callable for tempfile_suffix. More... over 7 years ago
Removed SentenceValidator and created Validator.from_callable. More... over 7 years ago
Bugfix in SentenceValidator (when ignore_case=True). More... over 7 years ago
Moved WordCompleter and PathCompleter in prompt_toolkit.completion module. More... over 7 years ago
More tests for WordCompleter + accept callable for list of words (thanks to kevinjqiu). More... over 7 years ago
Reset style completely during abort/exit. More... over 7 years ago
Python 2 fixes for progress bar implementation. More... over 7 years ago
Improved documentation. More... over 7 years ago
Renamed Align to WindowAlign. (It was confusing because of HorizontalAlign/VerticalAlign.) More... over 7 years ago
Removed get_display_meta argument from Completion object. display_meta can be a callable now. More... over 7 years ago
More documentation. More... over 7 years ago
Added more projects to README. More... over 7 years ago
Moved SQLite tutorial in Sphinx documentation + other documentation improvements. More... over 7 years ago
Refactoring of PromptMargin. Pass line_number and is_soft_wrap to continuation function. More... over 7 years ago
Using alt-d twice in Emacs mode should kill both words. More... over 7 years ago
Add alt-f binding for auto-suggestion. More... over 7 years ago
Fix issues with nested macros. Added 'record_in_macro' parameter for key bindings. More... over 7 years ago
Bugfix: reset Buffer.history_search_text when a Document is set (like during text insert). More... over 7 years ago
Added ThreadedHistory for loading the history asynchronously. More... over 7 years ago
Add dictionary search in RadioList More... over 7 years ago
Added EmacsState. More... over 7 years ago
Reset recording attributes in ViState in ViState.reset. More... over 7 years ago
Added support for Vi macros. More... over 7 years ago
Fixed selection for emacs mode. (Unlike Vi, Emacs doesn't include the upper boundary in the selection.) More... over 7 years ago
Removed prompt_toolkit/reactive.py. This is no longer needed, we can pass integers or callables everywhere. More... almost 8 years ago
Improved documentation. More... almost 8 years ago
Fixed MenuContainer. MenuContainer doesn't take transparent argument anymore. More... almost 8 years ago