1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small refactoring of the renderer: alternate_screen works. More... almost 11 years ago
Always insert new line when pressing enter for buffers that don't return. More... almost 11 years ago
Key bindings for "Open in editor" now have to be loaded separately. More... almost 11 years ago
Pypi release 0.28 More... almost 11 years ago
Fixed syntax error. More... almost 11 years ago
Pypi release 0.27 More... almost 11 years ago
Fixed a small bug in the repl (undefined variable). More... almost 11 years ago
Moving ptpython code out of the prompt-toolkit repository. We have a separate ptpython repository now. More... almost 11 years ago
Fixed tuple repr bug in relp More... almost 11 years ago
Align lines of eval output to the 1st line in repl More... about 11 years ago
Bug fix: ignore default behaviour of Control+left/right/up/down. More... about 11 years ago
Using six.with_metaclass for metaclasses. (Python 3 compatibility.) More... about 11 years ago
Bug fix: pressing backspace in incremental search fixed. More... about 11 years ago
Bugfix: hide completion menu correctly when the cursor position changes. More... about 11 years ago
Pypi release 0.26 More... about 11 years ago
Map f1-f4 escape codes used in rxvt-unicode More... about 11 years ago
Implemented 'ge' and 'gE' vi key bindings. More... about 11 years ago
Implemented 'g_' vi key binding. More... about 11 years ago
Use again jedi==0.8.1. (This was pushed to pypi.) More... about 11 years ago
Added Windows support for Control+arrow keys. More... about 11 years ago
Fixed \r to \n transformation. (Fixes bug on Windows.) More... about 11 years ago
Fixed Windows import errors. More... about 11 years ago
Fix jedi dependency to work withing the new PEP-440 rules (implemented since pip 6.0). Fixes #72. More... about 11 years ago
README.rst: Fix typo More... about 11 years ago
README.rst: Add PyPI badge More... about 11 years ago
Add C-Left/Right for prev/next word in emacs bindings. More... about 11 years ago
Add C-Up, C-Down, C-Left, C-Right keys. More... about 11 years ago
Complete refactoring of the layout engine. - prompt_toolkit.layout now has a list of containers (HSplit, VSplit, FloatContainer) as well as a list of controls (TokenListControl, BufferControl) in order to design much more complex layouts. - All examples are refactored to understand the new layout definitions. - prompt_toolkit.contrib.shortcuts.get_input has been extended. More... about 11 years ago
Added 'C-x r k' and 'C-x r y' emacs key bindings for cut and paste. More... about 11 years ago
Added "merge history" feature to ptpython. More... about 11 years ago