1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved Esc-CtrlM binding from base.py to emacs.py. (This allows escape to be handled sooner in Vi mode.) More... almost 11 years ago
Implemented non-greedy repetition for contrib.regular_languages. More... almost 11 years ago
Removed re.MULTILINE flag for regular languages. (Was not needed.) More... almost 11 years ago
Implemented repeat-arg for '{' and '}' vi key binding. More... almost 11 years ago
Replaced the "create_async_autocompleters" parameter of "CommandLineInterface" with the "complete_while_typing" filter. More... almost 11 years ago
Don't show Directory/File/Link in the meta information of the PathCompleter, but instead append a slash to directory names. More... almost 11 years ago
README.rst: A few more grammar/spelling fixes More... almost 11 years ago
README.rst: Grammar tweaks More... almost 11 years ago
README.rst: Library => library More... almost 11 years ago
.travis.yml: Use tox to make more DRY More... almost 11 years ago
Add tox.ini for tox (http://tox.testrun.org) More... almost 11 years ago
Removed unused import. More... almost 11 years ago
Use EOFError and KeyboardInterrupt exceptions for abort and exit, in order to be compatible with raw_input. The get_input shortcuts now also accepts these as parameters. More... almost 11 years ago
Replace the history_filename of get_input by a history attribute. The reason is that it's bad to read out the whole history for each call of get_input. But also that is was impossible to have an in-memory history between across several get_input calls. More... almost 11 years ago
Change tutorial code to use contrib.shortcuts code More... almost 11 years ago
Pypi 0.30 release. More... almost 11 years ago
Show completion menu only for completions in the default buffer. More... almost 11 years ago
Small refactoring in filesystem/system completers. More... almost 11 years ago
Completion got a 'get_display_meta' parameter for lazy meta retrieval. More... almost 11 years ago
Added contrib.completers.SystemCompleter + splitting up of code. More... almost 11 years ago
Give PathCompleter a get_paths parameter and order alphabetically. More... almost 11 years ago
Bug fix in float positioning. More... almost 11 years ago
Pypi release 0.30 More... about 11 years ago
Backward compatibility fixes for ptpython/django_extensions. More... about 11 years ago
Fixed titles in README.rst (Pypi compatibility) More... about 11 years ago
Using absolute paths to images in README.rst and including it as long_description for Pypi. More... about 11 years ago
Implemented Vi '#' key binding. More... about 11 years ago
Give contrib.shortcuts.get_input a get_bottom_toolbar_tokens argument. + Example. More... about 11 years ago
Small bugfix in text formatting in html_input example. More... about 11 years ago
Small fix in examples, don't crash when get_input returns None. More... about 11 years ago