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
*
Release v. 0.7.0
0.7.0
Federico Ceratto
2017-02-23
1
-1
/
+1
*
Minor PEP8 cleanup.
Federico Ceratto
2017-02-23
1
-16
/
+6
*
Merge pull request #54 from python-cmd2/doctest_gone
Todd Leonhardt
2017-02-23
2
-28
/
+3
|
\
|
*
Updated tox.ini to no longer try to run cmd2.py directly as part of the tests.
Todd Leonhardt
2017-02-23
1
-1
/
+0
|
*
Removed inclusion and use of doctest since all doctests converted to pytest.
Todd Leonhardt
2017-02-23
1
-27
/
+3
|
/
*
Merge pull request #53 from python-cmd2/empty_statement
Todd Leonhardt
2017-02-22
1
-8
/
+11
|
\
|
*
Changed EmptyStatement behavior so postparsing_postcmd() always runs.
Todd Leonhardt
2017-02-22
1
-8
/
+11
|
/
*
Fix a Python 2 vs Python 3 bug in setup.py
Todd Leonhardt
2017-02-18
1
-20
/
+20
*
Updated docs to discuss the new optional "ipy" command.
Todd Leonhardt
2017-02-18
1
-0
/
+36
*
Merge pull request #50 from python-cmd2/optional_ipython
Todd Leonhardt
2017-02-18
2
-3
/
+49
|
\
|
*
Changed a ModuleNotFoundErorr to ImportError for Python 2/3 compatibility
Todd Leonhardt
2017-02-18
1
-1
/
+1
|
*
Added optional parameter to cmd2.Cmd.__init() to enable an "ipy" command.
Todd Leonhardt
2017-02-18
2
-3
/
+49
|
/
*
Fixed a minor typo
Todd Leonhardt
2017-02-18
1
-1
/
+2
*
Updated install instructions to include how to install from GitHub using pip.
Todd Leonhardt
2017-02-18
1
-4
/
+42
*
Finsished porting old doctests to pytest unit tests.
Todd Leonhardt
2017-02-18
1
-80
/
+158
*
Merge pull request #49 from python-cmd2/doctest_to_pytest
Todd Leonhardt
2017-02-17
2
-231
/
+370
|
\
|
*
Step 2 of porting doctest to pytest.
Todd Leonhardt
2017-02-17
1
-56
/
+122
|
*
Converting doctests to pytest
Todd Leonhardt
2017-02-17
2
-231
/
+304
|
/
*
3rd time's a charm ...
Todd Leonhardt
2017-02-17
1
-1
/
+2
*
Changing docs badge link back to previous one since it worked better
Todd Leonhardt
2017-02-17
1
-1
/
+1
*
Changing link for latest docs badge
Todd Leonhardt
2017-02-17
1
-1
/
+1
*
Merge pull request #48 from python-cmd2/help_typos
Todd Leonhardt
2017-02-16
1
-6
/
+10
|
\
|
*
Improve the help text of a couple commands
Todd Leonhardt
2017-02-16
1
-6
/
+10
|
/
*
Merge pull request #46 from python-cmd2/select_index
Todd Leonhardt
2017-02-16
1
-2
/
+3
|
\
|
*
Deal with select index out of range.
Todd Leonhardt
2017-02-16
1
-2
/
+3
|
/
*
Merge pull request #45 from python-cmd2/disable_redirection
Todd Leonhardt
2017-02-16
2
-14
/
+33
|
\
|
*
Added member boolean flag to disable output redirection and piping.
Todd Leonhardt
2017-02-16
2
-14
/
+33
|
/
*
Merge pull request #44 from python-cmd2/cmds_at_invocation
Todd Leonhardt
2017-02-15
1
-8
/
+25
|
\
|
*
Added option to prevent processing of CLI args.
Todd Leonhardt
2017-02-15
1
-3
/
+8
|
*
Fixed how commands at invocation are dealt with.
Todd Leonhardt
2017-02-15
1
-7
/
+19
|
/
*
Fixed a minor typo in a comment
Todd Leonhardt
2017-02-13
1
-38
/
+38
*
Fix GitHub front-page formatting in README.rst
Todd Leonhardt
2017-02-12
1
-21
/
+29
*
Added installation instructions to documentation.
Todd Leonhardt
2017-02-12
3
-9
/
+120
*
Documentation fixes and updates
Todd Leonhardt
2017-02-12
1
-2
/
+23
*
Documentation updates
Todd Leonhardt
2017-02-12
7
-48
/
+54
*
Created several help_* methods for do_* methods.
Todd Leonhardt
2017-02-12
1
-60
/
+133
*
Improved some comments
Todd Leonhardt
2017-02-12
1
-48
/
+95
*
Add six module to requirements for building docs
Todd Leonhardt
2017-02-12
3
-4
/
+2
*
Adding requirements.txt to doc section to try to fix autodoc on readthedocs
Todd Leonhardt
2017-02-12
2
-1
/
+2
*
Fixed doc conf.py so it correctly sets PYTHONPATH for autodoc feature.
Todd Leonhardt
2017-02-12
2
-5
/
+17
*
Refactored to move all cmd2.Cmd class member variables to beginning.
Todd Leonhardt
2017-02-11
5
-97
/
+104
*
Updated doc links to point to Python 3 docs for cmd module.
Todd Leonhardt
2017-02-11
5
-7
/
+8
*
docs now use the sphinx_rtd_theme.
Todd Leonhardt
2017-02-11
3
-114
/
+81
*
Merge pull request #42 from python-cmd2/perror_improvement
Todd Leonhardt
2017-02-10
3
-6
/
+49
|
\
|
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
3
-2
/
+11
|
*
Improved some logging for invalid syntax errors.
Todd Leonhardt
2017-02-10
1
-4
/
+38
|
/
*
Merge pull request #39 from python-cmd2/parsing_experiments
Todd Leonhardt
2017-02-08
4
-40
/
+118
|
\
|
*
Added ability to set the new global variables which control parsing of argume...
Todd Leonhardt
2017-02-08
1
-2
/
+31
|
*
Simplified a couple if's
Todd Leonhardt
2017-02-07
1
-2
/
+2
|
*
Moved preloop() and postloop() calls from _cmdloop() to cmdloop().
Todd Leonhardt
2017-02-07
1
-8
/
+4
[next]