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
*
Documented undocumented commands and removed command aliases.
Todd Leonhardt
2017-02-05
7
-54
/
+21
*
Use older form of invoking super class ctor for Py2/3 compatibility.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Fixed flaw in unit tests so they can be reliably parallelized.
Todd Leonhardt
2017-02-05
1
-9
/
+6
*
Removed some unused bash scripts which were for uploading stuff to PyCon 2010
Todd Leonhardt
2017-02-05
3
-11
/
+0
*
Removed unused docs/pycon2010/ui directory.
Todd Leonhardt
2017-02-05
11
-934
/
+0
*
Various cleanup changes:
Todd Leonhardt
2017-02-05
8
-75
/
+53
*
Minor tweak to Coverage.py config
Todd Leonhardt
2017-02-05
1
-0
/
+3
*
Removed unused ljust() function wrapper for calling ljust on lists.
Todd Leonhardt
2017-02-05
1
-10
/
+0
*
Added a couple more unit tests.
Todd Leonhardt
2017-02-05
3
-0
/
+57
*
Added more unit tests for list command.
Todd Leonhardt
2017-02-05
1
-0
/
+39
*
Added unit test for doing transcript testing within the cmdloop.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
Re-ordered test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Fixed unit test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Marked one test to skip on Linux because it fails on the TravisCI Linux conta...
Todd Leonhardt
2017-02-05
1
-0
/
+2
*
Added unit test for calling cmdloop without a queue
Todd Leonhardt
2017-02-05
1
-8
/
+35
*
Added unit test for redirecting input from a file using <
Todd Leonhardt
2017-02-05
2
-1
/
+14
*
Removed unused method fileimport() from cmd2.Cmd class
Todd Leonhardt
2017-02-05
1
-10
/
+0
*
Added unit test for cmdloop()
Todd Leonhardt
2017-02-05
1
-1
/
+19
*
Added unit test for the interactive form of do_py().
Todd Leonhardt
2017-02-05
2
-1
/
+12
*
Fixed how the six.moves.input function is imported and used.
Todd Leonhardt
2017-02-05
3
-7
/
+37
*
Removed an except clause which was only there to support Python 2.4 on Linux.
Todd Leonhardt
2017-02-05
1
-16
/
+2
*
Added Coverage.py configuration file to exclude platform specific code from c...
Todd Leonhardt
2017-02-05
1
-0
/
+22
*
Fixed long-form show unit test to deal with Windows not having colors.
Todd Leonhardt
2017-02-04
1
-3
/
+6
*
Added unit test for "show -l".
Todd Leonhardt
2017-02-04
2
-3
/
+27
*
Added unit tests for the edit command.
Todd Leonhardt
2017-02-04
2
-0
/
+86
*
Fix cut-and-paste mistake
Todd Leonhardt
2017-02-04
1
-1
/
+1
*
Fix to colorize unit test for Windows
Todd Leonhardt
2017-02-04
1
-1
/
+5
*
Added unit test of colorize() method
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added unit test of debug output capability
Todd Leonhardt
2017-02-04
1
-0
/
+21
*
Fixed timing unit test on Windows.
Todd Leonhardt
2017-02-04
1
-1
/
+4
*
Added unit test for optional command timing feature
Todd Leonhardt
2017-02-04
1
-0
/
+9
*
Told pytest to skip one unit test on Windows because getting the output was p...
Todd Leonhardt
2017-02-04
1
-0
/
+3
*
Added can_clip declaration inside Windows code section for purposes of unit t...
Todd Leonhardt
2017-02-04
3
-1
/
+15
*
Added unit tests for appending to a file and sending output to the clipboard
Todd Leonhardt
2017-02-04
1
-1
/
+34
*
Added unit test for passing command line arguments at invocation
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added more and better unit tests for load and save commands
Todd Leonhardt
2017-02-04
5
-113
/
+173
*
Made argument parsing more backward compatible by default.
Todd Leonhardt
2017-02-03
1
-2
/
+17
*
Removed some unused code.
Todd Leonhardt
2017-02-03
1
-12
/
+3
*
Exceptions are now much more apparent when they occur to avoid confusion.
Todd Leonhardt
2017-02-03
2
-6
/
+21
*
Improve earlier fix by catching a specific exception instead of all exceptions
Todd Leonhardt
2017-02-03
1
-1
/
+1
*
Added another unit test and a test fixture associated with it.
Todd Leonhardt
2017-02-03
1
-2
/
+25
*
Fixed optparse parsing of arguments so it works correctly both with embedded ...
Todd Leonhardt
2017-02-03
2
-5
/
+28
*
Disabled Mac OS X build on TravisCI because their Mac building isn't reliable
Todd Leonhardt
2017-02-01
1
-3
/
+3
*
Fixed a bug that would occur if a pipe was entered on a line by itself
Todd Leonhardt
2017-02-01
1
-1
/
+5
*
Improved pipe_to_shell unit test so it should be more robust across OSes
Todd Leonhardt
2017-02-01
1
-2
/
+8
*
Fixed pipe to shell bug on Python 3.x.
Todd Leonhardt
2017-02-01
2
-15
/
+38
*
It turns out that setting the stdout and stderr arguments for subprocess.chec...
Todd Leonhardt
2017-01-31
1
-3
/
+6
*
Added doc _build dir to .gitignore
Todd Leonhardt
2017-01-31
2
-0
/
+4
*
Added a couple notes in the docs:
Todd Leonhardt
2017-01-30
2
-2
/
+19
*
A more complete fix for the subprocess.check_call() blocking issue addressed ...
Todd Leonhardt
2017-01-30
1
-4
/
+9
[next]