1
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix in Vi key bindings: Don't crash when 'render_info' is not available. More... almost 10 years ago
Made tests Python 2.6 compatible. More... almost 10 years ago
Release 0.60 More... almost 10 years ago
Extended README. More... almost 10 years ago
Don't use deprecated inspect.getargspec on Python 3. More flexible approach for checking signatures in filters. More... almost 10 years ago
Documentation about the eventloop parameter in CommandLineInterface. More... almost 10 years ago
Fixed reading input on Windows when input was piped in stdin + support for additional readers. More... almost 10 years ago
Use correct file descriptors for input/output in run_system_command. More... almost 10 years ago
Fix: always correctly split prompt in shortcuts.prompt. (Even when multiline=False). More... almost 10 years ago
Fix: correctly align rprompt to the top when the left prompt consists of multiple lines. More... almost 10 years ago
Removed unused BufferControl._processed_token_cache. More... almost 10 years ago
Correctly use 'Token.Transparant as default token for a TokenListControl. More... almost 10 years ago
Bugfix/improvement in syntax synchronisation. (Better handle the case when no synchronisation point was found.) More... almost 10 years ago
Bugfix in Document.paste + added protection for Document.lines list (Which should not be modified.) More... almost 10 years ago
Send SIGTSTP to whe whole process group. More... almost 10 years ago
Added IPython to the list of projects in the README. More... almost 10 years ago
Added on_render event. More... almost 10 years ago
Correctly raise on_buffer_changed on all text changes. More... almost 10 years ago
Bugfix in regular_languages.GrammarLexer. Fixes bug in ptipython syntax highlighting. More... almost 10 years ago
Carry the weight in layout dimensions to allow stretching. More... almost 10 years ago
Fix minimal typos More... almost 10 years ago
Update documentation on creating full screen applications. More... almost 10 years ago
Release 0.59 More... almost 10 years ago
Added split_lines to layout/utils/__all__. More... almost 10 years ago
Handle division by zero in UIContent.get_height_for_text. More... almost 10 years ago
Take margin into account when calculating Window height. Fixes bug in multiline prompt. More... almost 10 years ago
Correct handling of mouse events for FillControl (or any UIControl without content.) More... almost 10 years ago
Improve Vi mode. More... almost 10 years ago
'Fix example' More... almost 10 years ago
Reverse colors on win32 also when fgcolor/bgcolor have not been specified. More... almost 10 years ago