1
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
print_tokens methods added. More... over 10 years ago
Ignore flush errors in vt100_output. More... over 10 years ago
Some small clean-up / pylint fixes. More... over 10 years ago
Removed old code: Esc-ControlM handling in emacs.py More... over 10 years ago
Improved Control-D binding. (Split in two separate bindings with conditions.) More... over 10 years ago
Implemented <num>gg Vi key binding. More... over 10 years ago
get_style parameter for Application added. More... over 10 years ago
Small refactoring/simplification in history_search (It is a SimpleFilter now). More... over 10 years ago
Manager got a enable_all argument. More... over 10 years ago
Bug fix in renderer. When changing the style, don't forget the last height. More... over 10 years ago
Pypi release 0.39 More... over 10 years ago
Fixed _Binding.__repr__. More... over 10 years ago
By default, also load the basic bindings. (They are not anymore included in the emacs bindings.) More... over 10 years ago
Mention unicode_literals in the tutorial. More... over 10 years ago
A few styling fixes. More... over 10 years ago
Python3 fix in Filters.__bool__. More... over 10 years ago
Fix in history. Don't evaluate to False when the history is empty. (This broke 'history or History()' at some places.) More... over 10 years ago
Cleanup in win32_types and using HANDLE for handles. More... over 10 years ago
Bugfix in Windows eventloop. HANDLE is not a c_long on 64bit Python. Use HANDLE type instead. More... over 10 years ago
Correct the typical usage of Renderer More... over 10 years ago
Fixed layout.py example. More... over 10 years ago
Pypi release 0.38 More... over 10 years ago
Bug fix in displaying of menu meta information. Don't show 'None'. More... over 10 years ago
Ignore result when open_in_editor received a nonzero return code. More... over 10 years ago
Renamed enable_system_prompt to enable_system_bindings, because it includes also Control-Z suspension. More... over 10 years ago
Separate function for load_basic_system_bindings + don't include basic bindings automatically in Vi/emacs. (The latter would cause these bindings to be included twice in the manager. More... over 10 years ago
Added colored-prompt.py example. More... over 10 years ago
Switch boolean to CLIFilter in examples More... over 10 years ago
Update old boolean defaults to CLIFilters More... over 10 years ago
Correctly handle input and output encodings on Windows. More... over 10 years ago