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
Allow dialogs to run asynchronous. More... over 8 years ago
Better error messages in EventLoop.run_until_complete. More... over 8 years ago
Added get/set_default_input get/set_default_output. More... over 8 years ago
Improved telnet-chat example. More... over 8 years ago
Small fix in 'print_formatted_text', insert a carriage return. More... over 8 years ago
Many fixed/improvements required to make the telnet interface work. More... over 8 years ago
Release 1.0.15 More... over 8 years ago
Bugfix in the win32 event loop. More... over 8 years ago
Bugfix in _detach_win32_input context manager. More... over 8 years ago
Refactoring of the event loop input handling + support for multiple active Application objects through 'TaskContext'. More... over 8 years ago
Fixed clock_input example. More... over 8 years ago
Refactoring in run_in_executor. More... over 8 years ago
Removed unused TimeIt utility. More... over 8 years ago
Fixed Windows asyncio event loop. More... over 8 years ago
Cleaned up code in asyncio_posix event loop. More... over 8 years ago
Windows 10 output fix: automatically switch output mode in flush function. More... over 8 years ago
Fixed win32 event loop (Removed timeout/flush code). More... over 8 years ago
Wait for CPR responses when rendering is done (avoid CPR garbage in the terminal). More... over 8 years ago
Added formatted_text.merge_formatted_text. More... over 8 years ago
Allow HTML everywhere in the radio dialog. More... over 8 years ago
Added 'import *' to __init__. More... over 8 years ago
Added clear_title to shortcuts. More... over 8 years ago
Fixed terminal-title.py example. More... over 8 years ago
Added 'set_title' function to shortcuts/utils.py, and removed title functionality from Application class. More... over 8 years ago
Added utils.is_windows_vt100_supported. More... over 8 years ago
Take 'raise_exception' attribute in get_app(). More... over 8 years ago
Added 'create_dummy_layout', a layout which is used when no layout was specified. More... over 8 years ago
Removed WritePosition.extended_height attribute. Calculate height in renderer instead. More... over 8 years ago
Better handle errors in Python 2. More... over 8 years ago
Use create_future() instead of Future(). More... over 8 years ago