1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor layout/color improvements. More... over 11 years ago
Added system prompt (+ some bug fixes). More... over 11 years ago
Pypi 0.15 release. More... over 11 years ago
Shell example fixed. More... over 11 years ago
Removed unnecssary COMPLETE mode. More... over 11 years ago
ControlG in emacs mode hides completion menu. More... over 11 years ago
Added persistent history example More... over 11 years ago
Fixed contrib.shell again. More... over 11 years ago
Some bug fixes. More... over 11 years ago
Added python-embed.py example. More... over 11 years ago
Several bug fixes. (After last refactoring.) More... over 11 years ago
Removed wrong comments. More... over 11 years ago
Removed global variable in examples/layout-test.py More... over 11 years ago
Some fixes. More... over 11 years ago
Whole refactoring. - A lot of refactoring in the layout. The Prompt class became Layout. - Over the whole project, parametrization of objects happens through the constructor. More... over 11 years ago
Pypi 0.14 release. More... over 11 years ago
Renamed Prompt.commandline to Prompt.cli. More... over 11 years ago
Test against Pypy and Pypy3 More... over 11 years ago
Refactored away left_margin function (Use scrolling). More... over 11 years ago
Merge pull request #5 from amjith/master More... over 11 years ago
Remove Meta-d from selection mode. More... over 11 years ago
Add Meta-d to delete word forward in emacs mode. More... over 11 years ago
Don't insert control sequences in input stream. (We have quoted insert.) More... over 11 years ago
Merge pull request #4 from amjith/master More... over 11 years ago
Also request_absolute_cursor_position after Ctrl-C key press. More... over 11 years ago
Fixed bug in _cpr_response_prefix_re More... over 11 years ago
Implemented something to use a 'cursor position request' for calculating the first initial height of the 'ptpython' prompt. More... over 11 years ago
Python 2 fix (string.isidentifier did not yet exist.) More... over 11 years ago
Fix C-w and C-u in the insert mode. More... over 11 years ago
Styling improved for horizontal completion menu in ptpython. More... over 11 years ago