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
Fixed contrib.telnet print_formatted_text bug. More... almost 8 years ago
Fixed consistency in styles variable names (COLORS_STYLE). More... almost 8 years ago
Take color_depth argument in Prompt. More... almost 8 years ago
Fixed default pygments style. More... almost 8 years ago
Support 'hidden' attribute. More... almost 8 years ago
Fixed Python 2.6 compatibility. More... almost 8 years ago
Removed TokenListControl alias. More... almost 8 years ago
Refactoring of the search. Added prompt_toolkit/search.py. More... almost 8 years ago
docs: fix HTML example to match markup More... almost 8 years ago
Extended documentation (reference). More... almost 8 years ago
Added SearchBufferControl to layout/__init__.py More... almost 8 years ago
Added documentation about color depths. More... almost 8 years ago
Run open_in_editor in thread executor. More... almost 8 years ago
Accept input and output in prompt() function. More... almost 8 years ago
Don't repeat default processors in TextArea widget. More... almost 8 years ago
Fixed bug in 'Application.print_text'. More... almost 8 years ago
Add HighlightIncrementalSearchProcessor by default. More... almost 8 years ago
Added search_ignore_case parameter to Prompt class. More... almost 8 years ago
Only highlight the active search item during incremental search by default. More... almost 8 years ago
Added SearchBufferControl for searching. Now we take the SearchState of the SearchBufferControl. More... almost 8 years ago
Only do incremental search in the BufferControl through which we are searching. More... almost 8 years ago
Take input_processors (plural) instead of input_processor as input in Prompt and BufferControl. This is more natural. More... almost 8 years ago
Renamed Prompt.extra_key_bindings argument to Prompt.key_bindings. This is more natural. More... almost 8 years ago
Added Slacker to README.rst More... almost 8 years ago
Removed incremental flag in SearchState. This one was not used. More... almost 8 years ago
Added HighlightIncrementalSearchProcessor. More... almost 8 years ago
Added true-color-demo.py example. More... almost 8 years ago
Fix in DummyOutput. More... almost 8 years ago
Fixed import in progress_bar/formatters.py More... almost 8 years ago
Introduced ColorDepth enumeration. Added color_depth attribute to Application. More... almost 8 years ago