Lines Matching full:history
4 Interactive Input Editing and History Substitution
8 line and history substitution, similar to facilities found in the Korn shell and
12 explained. The interactive editing and history described here are optionally
17 The command line history recall which operates within DOS boxes on NT and some
38 .. _tut-history:
40 History Substitution
43 History substitution works as follows. All non-empty input lines issued are
44 saved in a history buffer, and when a new prompt is given you are positioned on
46 the history buffer, :kbd:`C-N` moves one down. Any line in the history buffer
121 # Add auto-completion and a stored history file of commands to your Python
160 advanced history management. It can also be thoroughly customized and embedded