1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: make print_container utility work if the input is not a pty. More... about 7 years ago
Docstring for Application._invalidate_handler. More... about 7 years ago
Bugfix in FuzzyCompleter. More... about 7 years ago
Bugfix + little improvement in FuzzyWordCompleter. More... about 7 years ago
Highlight FuzzyWordCompleter matches. More... about 7 years ago
Add Python 3.7 testing back to Travis, and enable pip caching (#804) More... about 7 years ago
Small random typos
gpotter2
as Gabriel Potter
More... about 7 years ago
Moved the invalidate handler to it's own method so that the remove function will properly remove it. More... about 7 years ago
Accept formatted text in the display text of completions. More... about 7 years ago
Support completion styles for READLINE_LIKE display method. More... about 7 years ago
Call accept_handler before append_to_history in Buffer.validate_and_handle More... about 7 years ago
Add Codecov badge to README More... about 7 years ago
Removed unused import in widgets/base.py. More... about 7 years ago
Removed type annotation. Python2 doesn't support it, unfortunately. More... about 7 years ago
Improved the mouse click handler for the RadioList (accept mouse clicks on the text itself). More... about 7 years ago
Added Mouse Support More... about 7 years ago
Added Mouse Support More... about 7 years ago
Change CommandLineInterface to Application. More... about 7 years ago
Underline non-breaking space instead of rendering as '&'. More... about 7 years ago
Add a FuzzyWordCompleter. More... over 7 years ago
Fixed parameters to constructor of Style class in styling documentation. More... over 7 years ago
Mention Python 3.6 and 3.7 in setup.py. More... over 7 years ago
Update asking_for_input.rst More... over 7 years ago
Add missing character More... over 7 years ago
Release 2.0.7 More... over 7 years ago
Fixed print-frame example. More... over 7 years ago
Take 'file' argument in 'print_container'. More... over 7 years ago
Don't erase text when pressing enter in input dialog. More... over 7 years ago
Removed Python 3.7 from .travis.yml. It doesn't work yet. More... over 7 years ago
Fix in README. More... over 7 years ago