index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd2
/
history.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-1
/
+0
*
Add history api documentation
kotfu
2020-02-20
1
-16
/
+26
*
Took out rstrip() calls that are no longer neeeded
Kevin Van Brunt
2019-12-10
1
-2
/
+2
*
Fixed bug where was sometimes showing raw and expanded commands when they we...
Kevin Van Brunt
2019-07-17
1
-3
/
+6
*
Removed unneeded (optional) text from docstrings
Kevin Van Brunt
2019-06-26
1
-3
/
+3
*
Fix verbose history tests and behavior
Todd Leonhardt
2019-06-24
1
-1
/
+1
*
Initial Commit for Issue 698
xNinjaKittyx
2019-06-24
1
-2
/
+2
*
Added comment
Kevin Van Brunt
2019-06-14
1
-0
/
+4
*
Fixed bug where multiline commands were always being expanded in history output.
Kevin Van Brunt
2019-06-14
1
-11
/
+12
*
Fix history display issues
Todd Leonhardt
2019-06-13
1
-2
/
+2
*
Minor rewording of a couple comments
Todd Leonhardt
2019-05-27
1
-2
/
+2
*
Add the -a/--all flag to the history command for showing all commands includi...
Todd Leonhardt
2019-05-27
1
-11
/
+35
*
Refactored implementation of HistoryItem.__str__ and added an explicit Histor...
Todd Leonhardt
2019-05-25
1
-4
/
+1
*
Fixed flake error
kotfu
2019-05-25
1
-0
/
+1
*
Resolve PR feedback
kotfu
2019-05-25
1
-24
/
+25
*
Fix flake8 errors
kotfu
2019-05-24
1
-3
/
+5
*
Refactor HistoryItem to not subclass str
kotfu
2019-05-24
1
-24
/
+28
*
Initializing history now detects plaintext or pickle format
kotfu
2019-05-24
1
-0
/
+14
*
Cleaned up some PyCharm warnings
Todd Leonhardt
2019-03-13
1
-2
/
+2
*
Negative ending history indices include the referenced command, instead of ex...
kotfu
2019-03-11
1
-9
/
+24
*
Allow both history indices to be negative
kotfu
2019-03-10
1
-3
/
+1
*
Clean up history command
kotfu
2019-03-09
1
-80
/
+103
*
Reworked get() on History class
kotfu
2019-03-09
1
-34
/
+57
*
Potential fixes for outstanding multi-line issues in history command
Todd Leonhardt
2019-03-03
1
-2
/
+2
*
expanded history searches with string or regex for #545
kotfu
2019-02-16
1
-2
/
+3
*
Added -x option to history command for #545
kotfu
2019-02-09
1
-6
/
+21
*
Extract history classes and test into their own files
kotfu
2019-02-09
1
-0
/
+151