1
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make CPR bindings always available, even when no Buffer is focussed. More... over 8 years ago
Some cleanup/improvements in 'prompt' shortcut. More... over 8 years ago
Accept 'style' argument in FormattedTextControl. More... over 8 years ago
Improved print-text examples. More... over 8 years ago
Added max_render_postpone_time parameter to Application. More... over 8 years ago
Added min_redraw_interval option to Application. More... over 8 years ago
Fixed race condition in 'get_event_loop'. Added lock. More... over 8 years ago
Don't wait for CPR responses in unit tests. More... over 8 years ago
bugfix in key_binding unit tests. More... over 8 years ago
Fixed a few unit tests. More... over 8 years ago
Fixes/improvements in formatted text and print function. More... over 8 years ago
Python 2 doesn't support keyword-only arguments. More... over 8 years ago
Removed prompt_async and added async_ parameter instead. This is more flexible. More... over 8 years ago
Added documentation about echoing text. More... over 8 years ago
A few small improvements to the chat-app example. More... over 8 years ago
use contextlib.contextmanager to simplify code. More... over 8 years ago
Added more examples for printing text. More... over 8 years ago
Move formatted_text module one level up. More... over 8 years ago
Use HTML in chat-app example. More... over 8 years ago
Refactoring the print_formatted_text-function. Now exposed as 'print'. More... over 8 years ago
Use DummyInput for DummyApplication. More... over 8 years ago
Bug fix in regular_languages/lexer. Don't pass 'app' around. More... over 8 years ago
Fix in the PosixAsyncioEventLoop.run_in_executor, wrap in context. More... over 8 years ago
Refactoring/cleanup of the telnet applications. More... over 8 years ago
Bugfix in Renderer.wait_for_cpr_futures. More... over 8 years ago
Fix in PosixStdinReader. Return emtpy string when stdin is not ready. More... over 8 years ago
Fixed race condition in Future when a done_callback was added. More... over 8 years ago
Disallow calling Future.set_result and set_exception when a result has already been set. More... over 8 years ago
A couple of improvements to the telnet server. Use default inputs and outputs. More... over 8 years ago
Use default outputs in shortcuts/utils.py More... over 8 years ago