1
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed App.run_in_terminal_async to run_coroutine_in_terminal. More... over 8 years ago
Improved the default style. More... over 8 years ago
Added Kube-shell to README. More... over 8 years ago
Added Kube-shell to README. More... over 8 years ago
Always include the default style. More... over 8 years ago
Removed unused imports. More... over 8 years ago
Added assertions to Completion class. More... over 8 years ago
Removed unused report_dimensions_callback code. More... over 8 years ago
Also accept a sequence of keys in the KeyBindings.remove() function. More... over 8 years ago
Fixed prompt examples that use patch_stdout. More... over 8 years ago
Made patch_stdout a separate module and context manager that doesn't rely any more on any specific Application. More... over 8 years ago
Fixed asyncio integration. More... over 8 years ago
Handle situations where input.fileno() becomes unavailable. More... over 8 years ago
Added is_container to layout/container. More... over 8 years ago
Only consider the text before the cursor when activating history search. More... over 8 years ago
Pressing escape in incremental search should accept the search, just like readline. More... over 8 years ago
More type assertions and documentation in widgets/base.py More... over 8 years ago
Allow interpolation of formatted text. More... over 8 years ago
Escape should accept the search, this is closer to how readline works. More... over 8 years ago
Only consider the text before the cursor when activating history search. More... over 8 years ago
Enable autowrap in renderer again (for possible background threads.) More... over 8 years ago
Enable autowrap in renderer again (for possible background threads.) More... over 8 years ago
Python 2.6 compatibility. More... over 8 years ago
Removed unused/duplicated bindings. More... over 8 years ago
Correct typeahead for PipeInput. Fixes KeyboardInterrupt/EOFError tests. More... over 8 years ago
Use Future.succeed in run_in_terminal. More... over 8 years ago
Reset KeyProcessor when an exception was raised. More... over 8 years ago
Handle exceptions in the event loop. When using run_until_complete(), hide the UI when displaying the exceptions. More... over 8 years ago
Added enable_page_navigation_bindings parameter to 'Application'. More... over 8 years ago
Bug fix in SearchToolbar. More... over 8 years ago