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
*
Improvements to py command.
Todd Leonhardt
2017-03-10
1
-6
/
+19
*
Merge pull request #64 from python-cmd2/event_loops
Todd Leonhardt
2017-03-06
3
-0
/
+100
|
\
|
*
Updated the Sphinx docs
Todd Leonhardt
2017-03-06
2
-0
/
+74
|
*
Added basic example of how to use cmd2 in a manner that doesn't own the main ...
Todd Leonhardt
2017-03-04
1
-0
/
+26
|
/
*
Fix a typo in the docs
Todd Leonhardt
2017-03-04
1
-1
/
+1
*
Merge pull request #63 from python-cmd2/cli_args_fix
Todd Leonhardt
2017-03-04
5
-12
/
+135
|
\
|
*
Added info to CHANGES.rst on what bugs have been fixed so far this release.
Todd Leonhardt
2017-03-04
5
-12
/
+135
|
/
*
Fix broken link in README
Todd Leonhardt
2017-03-04
1
-1
/
+1
*
Merge pull request #60 from python-cmd2/contributing
Todd Leonhardt
2017-03-04
10
-6
/
+549
|
\
|
*
Updated README.rst to refer to the new Contributor's Guide
Todd Leonhardt
2017-02-26
1
-2
/
+3
|
*
Changes to make our project as welcoming as possible for new contributors.
Todd Leonhardt
2017-02-26
10
-4
/
+546
|
/
*
Merge pull request #59 from python-cmd2/refactor_parsing_tests
Todd Leonhardt
2017-02-25
1
-386
/
+133
|
\
|
*
Parsing unit tests are now largely decoupled from pyparsing implementation de...
Todd Leonhardt
2017-02-25
1
-386
/
+133
|
/
*
Merge pull request #58 from python-cmd2/unicode_tests
Todd Leonhardt
2017-02-24
2
-5
/
+70
|
\
|
*
Updating front-page README.rst to mention unicode character support for Python 3
Todd Leonhardt
2017-02-24
1
-0
/
+1
|
*
Added unit tests for parsing unicode characters on the command line.
Todd Leonhardt
2017-02-24
1
-5
/
+69
|
/
*
Merge pull request #56 from python-cmd2/input_redirection_parsing_bug
Todd Leonhardt
2017-02-24
3
-9
/
+48
|
\
|
*
Removed an unused import
Todd Leonhardt
2017-02-24
1
-1
/
+0
|
*
Stopped skipping a test on Linux TravisCI since it should now always pass
Todd Leonhardt
2017-02-24
1
-2
/
+0
|
*
Added "-" to the list of legal characters.
Todd Leonhardt
2017-02-24
2
-8
/
+28
|
*
Added a couple unit tests for self.inputParser.
Todd Leonhardt
2017-02-24
1
-0
/
+22
|
/
*
Bump version to 0.7.1a
Federico Ceratto
2017-02-23
4
-3
/
+8
*
Add Fabric helper
Federico Ceratto
2017-02-23
1
-0
/
+105
*
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
|
/
[next]