1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
IPython bug fixed. (Passing user_ns now.) More... over 11 years ago
Implementation of line-based selection in Vi mode. More... over 11 years ago
Some refactoring of the key system. (rendering and processing; renaming of vars) More... over 11 years ago
Rendering bug fixed. More... over 11 years ago
Implemented selecting and copy/pasting text in emacs mode. More... over 11 years ago
Push/Pop stack for input modes, and some key binding improvements. More... over 11 years ago
Rename of CommandLine to CommandLineInterface. More... over 11 years ago
Pass weak references of cli to key bindings. More... over 11 years ago
Use weakref for the backreference from Event to InputProcessor. More... over 11 years ago
Better handling of enter and Ctrl-C in completion mode. More... over 11 years ago
Correctly handle '0' key in Vi navigation mode. More... over 11 years ago
Small refactoring of the PythonLine object. More... over 11 years ago
Rendering improved. More... over 11 years ago
More info about changes in the readme. More... over 11 years ago
Fixed bug in 'grayed' style in case of Ctrl-C. More... over 11 years ago
Readme info (about tickets, pull requests.) More... over 11 years ago
Only determine the style of a character during the rendering. Not yet when the class is created. (More clean and should be faster.) More... over 11 years ago
Some small changes. More... over 11 years ago
pypi release 0.9 More... over 11 years ago
Added support for the PYTHONSTARTUP environment variable. More... over 11 years ago
Refactoring of the key input system. InputStreamHandler gots replaced with a much more declarative and powerful key binding system. More... over 11 years ago
Fixed Vi 'dd' implementation. More... over 11 years ago
Improved styling/rendering of vi tildes and line numbers. More... over 11 years ago
Python renderer improved. More... over 11 years ago
Small bugs fixed. More... over 11 years ago
Readme. More... over 11 years ago
Always enable the redraw pipe. We need this for properly handling signals. More... over 11 years ago
Rename of delete_character_before_cursor to delete_before_cursor More... over 11 years ago
Refactoring of many delete methods. (Cleanup in the Line class.) More... over 11 years ago
Refactoring of the line callbacks. (Using a callback model instead of exceptions.) More... over 11 years ago