1
I Use This!
Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added IPython requirement to extra_requires in setup.py. More... about 11 years ago
When IPython is not installed, show nice error message for ptipython. More... about 11 years ago
Fixed missing import. More... about 11 years ago
Added some notes to the readme. (Django and IPython.) More... about 11 years ago
Pypi 0.21 release. More... about 11 years ago
Using entry_points in setup.py instead of 'scripts'. More... about 11 years ago
Move cursor back one space after replacing with r More... over 11 years ago
Move cursor back one space in replace mode as well More... over 11 years ago
Move cursor back one space on <Esc> in insert mode More... over 11 years ago
Only turn multiline on if line ends in """ or '''
pgy
More... over 11 years ago
Fix #45: Newline in multi-line str produces SyntaxError instead of entering muliline edit mode More... over 11 years ago
Removed useless assignment. More... over 11 years ago
Added OpenBSD support to README. More... over 11 years ago
- prompt_toolkit.contrib.regular_languages added. - prompt_toolkit.contrib.pdb added (Python debugger.) - This adds path based completion for strings in pt(i)python. - Some examples and tests added. - Support for multiline toolbars More... over 11 years ago
CommandLineInterface.read_input got initial_input_mode attribute. More... over 11 years ago
os.write should receive bytes instead of str. Fixes small Python3 OpenBSD bug. More... over 11 years ago
Workaround for issue #43: UnicodeDecodeError on OpenBSD More... over 11 years ago
Made CommandLineInterface._create_input_processor a private method. More... over 11 years ago
Param documentation to the CommandLineInterface class added. More... over 11 years ago
Typo in README fixed. More... over 11 years ago
CompletionsMenu/CompletionsToolbar consistency. More... over 11 years ago
Experimental Win32 support added. More... over 11 years ago
Pypi 0.20 release. More... over 11 years ago
Bug fix in key binding when moving over the last word. Go to the end of the line. More... over 11 years ago
Implemented Vi 'aw' binding. (Switch form linewise to characterwise selection mode.) More... over 11 years ago
Implemented VI key bindings: 'B', 'W', 'E', 'aW', 'aw', 'iW' More... over 11 years ago
Renamed CompletionToolbar to CompletionsToolbar More... over 11 years ago
Made sqlite-cli.py example executable + import fix. More... over 11 years ago
Token.{Menu,Toolbar}.Completer renamed to Token.{Menu.Toolbar}.Completions. More... over 11 years ago
Only insert newlines for open brackets if the cursor is at the end of the input string. More... over 11 years ago