1
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added documentation about input hooks. More... almost 6 years ago
test_completion: drop residual use of six More... almost 6 years ago
Remove trailing whitespace from terminal output. More... almost 6 years ago
Added a few more keys to the documentation. More... almost 6 years ago
Release 3.0.4 More... almost 6 years ago
Fixed typing (mypy) in refresh_interval code. More... almost 6 years ago
Added key aliases for backwards compatibility after control/shift change. More... almost 6 years ago
Require Python 3.6.1 because of typing.AsyncGenerator. More... almost 6 years ago
Bugfix in invalidate code: PromptSession was invalidating the UI continuously. More... almost 6 years ago
Fixed bug in call_soon_threadsafe: uvloop doesn't have a loop._ready attribute. More... almost 6 years ago
Added debug_win_input tool for testing win32 console input. More... almost 6 years ago
Improved control/shift support in Windows key bindings. More... almost 6 years ago
Replace ShiftControl with ControlShift and s-c with c-s in key bindings (this is more logical). More... almost 6 years ago
Support more ANSI escape sequences. More... almost 6 years ago
Stop ignoring 'Name already defined' errors in Mypy. More... almost 6 years ago
bugfix: nested completion with leading space More... almost 6 years ago
Fixed several type annotations. More... almost 6 years ago
Name all underscore functions -> Make Mypy happy. More... almost 6 years ago
Added more vt100 ANSI sequences: More... almost 6 years ago
Added set_exception_handler optional argument to PromptSession.prompt and PromptSession.prompt_async. More... almost 6 years ago
Forwarded set_exception_handler in Application.run to the run_async call. More... almost 6 years ago
Release 3.0.3 More... almost 6 years ago
Added always_prefer_tty parameter to create_input() and create_output(). More... almost 6 years ago
Only pass ANSI payload to first KeyPress if the ANSI sequence corresponds with multiple keys. More... almost 6 years ago
Added vt100 ANSI sequences for Alt + home/end/page-up/page-down/insert. More... almost 6 years ago
Cancel old flush timers when a new timer is set (instead of using counters to see whether a new timer was started). More... almost 6 years ago
Fix `win32.wait_for_handles`. Return one of the given `HANDLE` objects instead of creating a new one. This is important, because we want to test the outcome with the `is` operator. More... about 6 years ago
Remove unicode_literals import from examples, README and tests (not needed for Python 3). More... about 6 years ago
(Typing fix) Handle invalid handles in _Win32Handles.remove_win32_handle. More... about 6 years ago
Remove unused type:ignore. More... about 6 years ago