1
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed type annotations for PromptSession._dumb_prompt(). More... about 6 years ago
Added is_dumb_terminal helper. More... about 6 years ago
Several improvements to dumb terminal implementation. More... about 6 years ago
Better detection of default color depth. More... about 6 years ago
Enforce 8bit color depth for unit tests. More... about 6 years ago
Improved the performance of the regular languages compiler: generate fewer and better regexes. More... about 6 years ago
Fix the style name: current-line-number -> line-number.current More... about 6 years ago
Use a win32 Event to notify the loop in `_Win32Handles` to stop waiting for stdin. More... about 6 years ago
Set time left to 0 when done or stopped More... about 6 years ago
Use stdout as input device if stdin is not a tty, but stdout is. More... about 6 years ago
Added two little type annotations. More... about 6 years ago
Support dumb terminals in PromptSession. More... about 6 years ago
Introducing ProgressBarCounter.stopped More... about 6 years ago
Added type annotations to input/win32.py. More... about 6 years ago
Create a new event loop in Application.run(), if get_event_loop() raises RuntimeError. More... about 6 years ago
Added comment to output/vt100 regarding isatty. More... about 6 years ago
Check to see if stdout is still a tty when we get_size (#1021) More... about 6 years ago
Expose create_pipe_input in prompt_toolkit.input. More... about 6 years ago
Accept callables for scroll_offset, min_brightness and max_brightness. More... about 6 years ago
Ignore 'invalidate()' if an Application is not running. More... about 6 years ago
Fix parsing of true color in ANSI strings. More... about 6 years ago
Added warning to patch_stdout regarding usage of 'set_event_loop()'. More... about 6 years ago
Fix simple typo: unconvential -> unconventional More... about 6 years ago
Release 3.0.2 More... about 6 years ago
Bugfix in invalidation of UI. Fixes an issue when the application switches to another event loop. More... about 6 years ago
Release 3.0.1 More... over 6 years ago
Applied Black code style to examples, tests and setup.py. More... over 6 years ago
Ignore certain formatting parameters in flake8 (for Black compatibility). More... over 6 years ago
Added 'black' to Travis CI. Also removed old sort-imports.sh tool. More... over 6 years ago
Applied Black code style. More... over 6 years ago