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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added example of using a regular expression in a transcript test.
Todd Leonhardt
2017-03-16
1
-7
/
+6
*
Improved the CmdResult namedtuple subclass
Todd Leonhardt
2017-03-14
1
-60
/
+76
*
Minor whitespace tweaks to shorten a few really long lines.
Todd Leonhardt
2017-03-13
1
-14
/
+17
*
Mostly fix a bunch of spelling mistakes.
Todd Leonhardt
2017-03-13
1
-18
/
+18
*
Documentation updates
Todd Leonhardt
2017-03-12
1
-21
/
+30
*
Finished code cleanup for now
Todd Leonhardt
2017-03-12
1
-130
/
+141
*
More code cleanup
Todd Leonhardt
2017-03-12
1
-19
/
+48
*
Added a bunch of comments and deleted an unnecessary overridden method.
Todd Leonhardt
2017-03-12
1
-4
/
+44
*
Added a bunch of method and class comments.
Todd Leonhardt
2017-03-12
1
-3
/
+69
*
Code cleanup
Todd Leonhardt
2017-03-12
1
-44
/
+104
*
Code cleanup
Todd Leonhardt
2017-03-12
1
-7
/
+38
*
Fixed a bug where an exception would occur if the list command was run with a...
Todd Leonhardt
2017-03-12
1
-0
/
+10
*
Code cleanup
Todd Leonhardt
2017-03-12
1
-8
/
+11
*
Added an example for how conditional control flow of a cmd2 application can b...
Todd Leonhardt
2017-03-11
1
-1
/
+30
*
Improvements to py command.
Todd Leonhardt
2017-03-10
1
-6
/
+19
*
Added info to CHANGES.rst on what bugs have been fixed so far this release.
Todd Leonhardt
2017-03-04
1
-8
/
+14
*
Changes to make our project as welcoming as possible for new contributors.
Todd Leonhardt
2017-02-26
1
-1
/
+1
*
Added "-" to the list of legal characters.
Todd Leonhardt
2017-02-24
1
-1
/
+1
*
Bump version to 0.7.1a
Federico Ceratto
2017-02-23
1
-1
/
+1
*
Minor PEP8 cleanup.
Federico Ceratto
2017-02-23
1
-16
/
+6
*
Removed inclusion and use of doctest since all doctests converted to pytest.
Todd Leonhardt
2017-02-23
1
-27
/
+3
*
Changed EmptyStatement behavior so postparsing_postcmd() always runs.
Todd Leonhardt
2017-02-22
1
-8
/
+11
*
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
1
-3
/
+45
*
Converting doctests to pytest
Todd Leonhardt
2017-02-17
1
-231
/
+23
*
Improve the help text of a couple commands
Todd Leonhardt
2017-02-16
1
-6
/
+10
*
Deal with select index out of range.
Todd Leonhardt
2017-02-16
1
-2
/
+3
*
Added member boolean flag to disable output redirection and piping.
Todd Leonhardt
2017-02-16
1
-10
/
+12
*
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
*
Documentation updates
Todd Leonhardt
2017-02-12
1
-0
/
+3
*
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
*
Fixed doc conf.py so it correctly sets PYTHONPATH for autodoc feature.
Todd Leonhardt
2017-02-12
1
-1
/
+7
*
Refactored to move all cmd2.Cmd class member variables to beginning.
Todd Leonhardt
2017-02-11
1
-69
/
+71
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
1
-1
/
+1
*
Improved some logging for invalid syntax errors.
Todd Leonhardt
2017-02-10
1
-4
/
+38
*
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
*
Various parsing fixes and improvements:
TL
2017-02-07
1
-12
/
+35
*
Removed one boolean flag and added another
Todd Leonhardt
2017-02-06
1
-26
/
+19
*
Experiment with different modes of parsing command-line arguments for option ...
Todd Leonhardt
2017-02-06
1
-12
/
+47
*
Documented undocumented commands and removed command aliases.
Todd Leonhardt
2017-02-05
1
-17
/
+9
*
Various cleanup changes:
Todd Leonhardt
2017-02-05
1
-15
/
+11
*
Removed unused ljust() function wrapper for calling ljust on lists.
Todd Leonhardt
2017-02-05
1
-10
/
+0
*
Removed unused method fileimport() from cmd2.Cmd class
Todd Leonhardt
2017-02-05
1
-10
/
+0
*
Fixed how the six.moves.input function is imported and used.
Todd Leonhardt
2017-02-05
1
-5
/
+5
*
Removed an except clause which was only there to support Python 2.4 on Linux.
Todd Leonhardt
2017-02-05
1
-16
/
+2
[next]