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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Deleted optparse code which had been previously deprecated in 0.8.0 release
Todd Leonhardt
2018-04-09
1
-0
/
+8
|
/
*
Updated version number of release
0.8.3
Kevin Van Brunt
2018-04-09
1
-1
/
+1
*
Added new alias features to change log
Kevin Van Brunt
2018-04-06
1
-0
/
+2
*
Updated documentation
Kevin Van Brunt
2018-03-31
1
-0
/
+1
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
1
-1
/
+5
*
Updated change log
Kevin Van Brunt
2018-03-26
1
-0
/
+1
*
Updated documentation
Kevin Van Brunt
2018-03-25
1
-4
/
+3
*
Updated documentation
Kevin Van Brunt
2018-03-23
1
-2
/
+3
*
Renamed exclude_from_help to hidden_commands
Kevin Van Brunt
2018-03-22
1
-0
/
+18
*
Updated CHANGELOG in preparation for 0.8.2 release
0.8.2
Todd Leonhardt
2018-03-21
1
-1
/
+2
*
Updated CHANGELOG with info on recent commits
Todd Leonhardt
2018-03-20
1
-0
/
+2
*
Added ability to specify a startup_script in cmd2.Cmd.__init__()
Todd Leonhardt
2018-03-16
1
-1
/
+3
*
Added documentation
Kevin Van Brunt
2018-03-16
1
-0
/
+1
*
Added table_display.py
Todd Leonhardt
2018-03-14
1
-0
/
+11
*
Fixed typo
Todd Leonhardt
2018-03-09
1
-1
/
+1
*
Updated 0.8.1 release date in CHANGELOG
Todd Leonhardt
2018-03-09
1
-2
/
+2
*
Minor tweak to CHANGELOG
Todd Leonhardt
2018-03-08
1
-1
/
+1
*
Refactored the Windows vs macOS/Linux conditional in ppaged()
Todd Leonhardt
2018-03-07
1
-0
/
+2
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
1
-1
/
+3
*
Added use of pytest-forked to CI unit test runs
Todd Leonhardt
2018-03-02
1
-2
/
+2
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
1
-3
/
+8
*
Updated CHANGELOG with info on recent changes
Todd Leonhardt
2018-02-27
1
-0
/
+8
*
Added optional persistent readline history feature
Todd Leonhardt
2018-02-08
1
-0
/
+9
*
Ooops, forgot to change name of a decorator in the Changelog when we renamed it
Todd Leonhardt
2018-02-01
1
-1
/
+1
*
Added 0.8.0 release date to Changelog
0.8.0
Todd Leonhardt
2018-02-01
1
-1
/
+1
*
Fixed typo in a link
Todd Leonhardt
2018-01-31
1
-1
/
+1
*
Updated documentation in regards to automated transcript generation
Todd Leonhardt
2018-01-31
1
-2
/
+2
*
Added documentation about Python 3.4 and earlier now having an additional dep...
Todd Leonhardt
2018-01-22
1
-0
/
+1
*
Updated the changelog
Todd Leonhardt
2018-01-20
1
-2
/
+4
*
Added unit tests for sub-commands
Todd Leonhardt
2018-01-20
1
-0
/
+1
*
Added links to docs and examples to CHANGELOG.md
Todd Leonhardt
2018-01-20
1
-6
/
+7
*
Fixed unit tests
Todd Leonhardt
2018-01-20
1
-0
/
+2
*
Update changelog with #252 changes
kotfu
2018-01-16
1
-2
/
+10
*
cmdenvironment command has been removed and its functionality now exists as a...
Todd Leonhardt
2018-01-15
1
-0
/
+3
*
__relative_load command is now hidden from help menu by default
Todd Leonhardt
2018-01-15
1
-0
/
+2
*
Just updated the CHANGELOG a little to reflect ongoing changes
Todd Leonhardt
2018-01-15
1
-5
/
+13
*
Updated CHANGELOG to reflect the argparse changes
Todd Leonhardt
2018-01-10
1
-0
/
+6
*
Enabled Python 3.7 testing on Travis CI
Todd Leonhardt
2018-01-06
1
-0
/
+4
*
Disabled Python 3.7-dev build in Travis CI
Todd Leonhardt
2018-01-04
1
-0
/
+2
*
Updating version and changelog in preparation for minor bug fix realease
Todd Leonhardt
2018-01-04
1
-1
/
+1
*
Merged master into windows_pyreadline branch
Todd Leonhardt
2017-11-15
1
-1
/
+1
|
\
|
*
Just updated changelog
Todd Leonhardt
2017-11-15
1
-0
/
+7
*
|
Modified setup.py and README.md to make pyreadline a dependency on Windwos
Todd Leonhardt
2017-11-15
1
-0
/
+8
|
/
*
updated changelog
Todd Leonhardt
2017-11-08
1
-1
/
+1
*
Added fix for changes in pyperclip project structure in the most recent version
Todd Leonhardt
2017-11-08
1
-1
/
+2
*
Hopefully this fixes a bug which is causing autodoc to fail to add method inf...
Todd Leonhardt
2017-09-23
1
-0
/
+2
*
Improved documentation for how a user can modify comment grammar/style
Todd Leonhardt
2017-09-22
1
-1
/
+9
*
Updated CHANGELOG
0.7.7
Todd Leonhardt
2017-08-25
1
-1
/
+3
*
Improved wording
Todd Leonhardt
2017-08-23
1
-4
/
+3
*
Updated CHANGELOG with some text regarding recent enhancements to transcript ...
Todd Leonhardt
2017-08-22
1
-0
/
+5
[prev]
[next]