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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated CHANGELOG with release dates for 0.8.9 and 0.9.4
0.9.4
Todd Leonhardt
2018-08-20
1
-2
/
+2
*
Updated CHANGELOG
Todd Leonhardt
2018-08-20
1
-0
/
+2
*
Merge pull request #499 from python-cmd2/autocomp_init
Todd Leonhardt
2018-08-20
1
-0
/
+240
|
\
|
*
Copied and reduced the tab_autocompletion example to specifically exercise up...
Eric Lin
2018-08-19
1
-0
/
+240
|
/
*
Updated CHANGELOG with info on recent bug fix for multiline commands where ma...
Todd Leonhardt
2018-08-09
1
-0
/
+1
*
Merge pull request #496 from python-cmd2/embedded_newlines
Todd Leonhardt
2018-08-09
4
-9
/
+79
|
\
|
*
Allow newlines inside unclosed quotes. Fixes #495
kotfu
2018-08-08
2
-4
/
+40
|
*
parse_command_only now appropriately sets multiline_command
kotfu
2018-08-08
2
-4
/
+21
|
*
Add unit tests to validate embedded newline parsing
kotfu
2018-08-06
1
-1
/
+18
|
/
*
Minor updates to changelog
Todd Leonhardt
2018-08-06
1
-5
/
+5
*
Merge pull request #491 from python-cmd2/module_index
Todd Leonhardt
2018-08-05
3
-7
/
+5
|
\
|
*
Merge branch 'master' into module_index
Todd Leonhardt
2018-08-04
8
-32
/
+131
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #494 from python-cmd2/matches_sorted
kmvanbrunt
2018-08-04
8
-32
/
+131
|
\
\
|
*
|
Added more unit tests for utils.py
Todd Leonhardt
2018-08-02
1
-2
/
+38
|
*
|
Addeded utility function for combining unicode normalization and casefolding ...
Todd Leonhardt
2018-08-02
2
-6
/
+32
|
*
|
Updated docs and unit tests
Kevin Van Brunt
2018-08-02
2
-3
/
+2
|
*
|
Updated argparse_completer to automatically set the matches_sorted flag for t...
Eric Lin
2018-08-01
2
-5
/
+8
|
*
|
Added alphabetical_sort() function
Kevin Van Brunt
2018-08-01
3
-8
/
+15
|
*
|
Updated date of 0.8.9 release
Kevin Van Brunt
2018-08-01
1
-1
/
+1
|
*
|
Added matches_sorted member to support custom sorting order of tab-completion...
Kevin Van Brunt
2018-08-01
4
-21
/
+49
|
/
/
|
*
Removed non-working Module Index link from the main Sphinx docs page
Todd Leonhardt
2018-07-31
3
-7
/
+5
|
/
*
Merge pull request #485 from python-cmd2/sphinx_tests
Todd Leonhardt
2018-07-31
7
-12
/
+22
|
\
|
*
Fix Sphinx warning due to _static directory
Todd Leonhardt
2018-07-30
2
-3
/
+4
|
*
Fix Sphinx warning in preparse docstring
Todd Leonhardt
2018-07-30
1
-2
/
+2
|
*
Modify .travis.yml to do the doc build
Todd Leonhardt
2018-07-30
2
-2
/
+5
|
*
Remove docs/requirements.txt which should no longer be used
kotfu
2018-07-30
2
-8
/
+5
|
*
Much better fix for #479 using tox
kotfu
2018-07-30
2
-28
/
+6
|
*
Add test for sphinx doc build fix #479
kotfu
2018-07-30
1
-0
/
+28
|
*
Add all dev dependencies (even from tox.ini)
kotfu
2018-07-30
1
-2
/
+4
|
*
We now must install cmd2 in place for readthedocs to work
kotfu
2018-07-30
1
-0
/
+1
|
/
*
Merge pull request #482 from python-cmd2/run_at_invocation
Todd Leonhardt
2018-07-29
2
-21
/
+215
|
\
|
*
Merge branch 'master' into run_at_invocation
Todd Leonhardt
2018-07-29
6
-14
/
+23
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #481 from python-cmd2/version_number
Todd Leonhardt
2018-07-29
6
-14
/
+23
|
\
\
|
*
|
Add test to assert cmd2.__version__ exists
kotfu
2018-07-29
1
-0
/
+3
|
*
|
Add .eggs directory
kotfu
2018-07-29
1
-0
/
+1
|
*
|
Use setuptools_scm for version numbers
kotfu
2018-07-29
5
-15
/
+20
|
/
/
|
*
Add example and documentation for #452
kotfu
2018-07-29
2
-21
/
+215
|
/
*
Merge pull request #480 from python-cmd2/sphinx_autodoc_fix
Todd Leonhardt
2018-07-27
1
-0
/
+1
|
\
|
*
Add missing dependency on attrs to docs/requirements.txt to fix Sphinx autodoc
Todd Leonhardt
2018-07-27
1
-0
/
+1
|
/
*
Merge pull request #478 from python-cmd2/hook_example
Todd Leonhardt
2018-07-21
1
-0
/
+115
|
\
|
*
Address feedback in PR
kotfu
2018-07-21
1
-2
/
+2
|
*
Add hook example
kotfu
2018-07-21
1
-0
/
+115
|
/
*
Merge pull request #462 from python-cmd2/plugin_functions
Todd Leonhardt
2018-07-20
15
-122
/
+1593
|
\
|
*
Update Contributor's Guide with info that VSTS builds for macOS
Todd Leonhardt
2018-07-18
1
-1
/
+1
|
*
Fix documentation in regards to requirements on Python 3.4
Todd Leonhardt
2018-07-17
2
-4
/
+5
|
*
Add VSTS build badge to README
Todd Leonhardt
2018-07-17
1
-0
/
+1
|
*
Fix unit test on VSTS Hosted Linux agents
Todd Leonhardt
2018-07-17
1
-2
/
+8
|
*
Attempt at fixing WSL unit test bug #472
Todd Leonhardt
2018-07-17
1
-3
/
+3
|
*
Merged master with bug fix for #474
Todd Leonhardt
2018-07-17
2
-15
/
+26
|
|
\
|
|
/
|
/
|
*
|
Bug fix and unit tests for #474
kotfu
2018-07-16
2
-14
/
+26
[next]