1
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for ansi color names in styles. More... about 10 years ago
Added comment regarding the handling of the alt-keys on windows. More... about 10 years ago
Fixed missing comma in WritePosition.__repr__. More... about 10 years ago
Bugfix for handling of backslash on Windows with some non-us keyboards. (ptpython issue #28) More... about 10 years ago
Added assertion to GrammarLexer. More... about 10 years ago
AppendAutoSuggestion now accepts a token parameter. More... about 10 years ago
Added contrib.completers.filesystem.ExecutableCompleter. More... about 10 years ago
Allow HSplit to have zero children. More... about 10 years ago
Use True instead of filters.Always in examples. More... about 10 years ago
Added get_default_char function to TokenListControl. More... over 10 years ago
Refactoring of the posix event loop. Better scheduling between all tasks/FDs to avoid starvation. Everything should feel more responsive in high CPU situations. More... over 10 years ago
Added italic to colored-prompt example. More... over 10 years ago
Renamed a few variables in examples/asyncio-prompt.py More... over 10 years ago
Adding support for italic output (For terminals that support it). More... over 10 years ago
Removed DefaultStyle, created PygmentsStyle.from_defaults class method instead. More... over 10 years ago
Added get_horizontal_scroll, get_vertical_scroll and always_hide_cursor parameters to Window. More... over 10 years ago
Add tests to code bundle More... over 10 years ago
Cleaner tasks and exceptions More... over 10 years ago
Moved example to using Python 3.5 for asyncio More... over 10 years ago
Fix: Always show cursor in the done state. More... over 10 years ago
A few PEP8/docs/correctness fixes. More... over 10 years ago
Small change in the style API: this allows caching of Attrs in renderer and faster rendering. (Style now has a get_attrs_for_token instead of a get_token_to_attributes_dict method.) More... over 10 years ago
Release 0.54 More... over 10 years ago
Grammar in README. More... over 10 years ago
Correctly escape bell character in title. More... over 10 years ago
Center or right align text in TokenListControl also when it spans multiple lines. More... over 10 years ago
Changed order of keyword arguments of BufferControl class. Place buffer_name first. More... over 10 years ago
Add crash to list of projects using prompt-toolkit. More... over 10 years ago
Fix for ControlL key binding: use @handle to allow deactivation. More... over 10 years ago
Correctly hide cursor by default. More... over 10 years ago