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
*
Merge branch 'master' into black
black
Todd Leonhardt
2021-02-09
1
-1
/
+3
|
\
|
*
Merge pull request #1054 from jayrod/cookiecutter_readme_addition
Todd Leonhardt
2021-02-09
1
-1
/
+3
|
|
\
|
|
*
Merge branch 'master' into cookiecutter_readme_addition
Todd Leonhardt
2021-02-09
5
-7
/
+52
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
docs(README): Added links for cookiecutter projects
jay
2021-02-03
1
-1
/
+3
*
|
|
Merge branch 'master' into black
Todd Leonhardt
2021-02-09
0
-0
/
+0
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #1053 from python-cmd2/black_config
Todd Leonhardt
2021-02-09
5
-7
/
+52
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Added black to Pipfile and black configuration to pyrpoject.toml
black_config
Todd Leonhardt
2021-02-01
5
-7
/
+52
|
|
/
*
|
Need to install isort before we can run it ;-)
Todd Leonhardt
2021-01-31
1
-1
/
+1
*
|
Add in isort changes
Todd Leonhardt
2021-01-31
57
-145
/
+441
*
|
Exclude various directories from isort
Todd Leonhardt
2021-01-31
2
-1
/
+2
*
|
Attempt to fix remaining black failures
Todd Leonhardt
2021-01-31
15
-44
/
+177
*
|
Hopefully print out what files black would want to change
Todd Leonhardt
2021-01-31
1
-1
/
+1
*
|
Change black config
Todd Leonhardt
2021-01-31
1
-1
/
+1
*
|
Attempt to make flake8 and black play nicely
Todd Leonhardt
2021-01-31
2
-2
/
+2
*
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
91
-2122
/
+3001
|
/
*
Updated CHANGELOG to prepare for next release
1.5.0
Todd Leonhardt
2021-01-31
2
-9
/
+13
*
Merge pull request #1051 from python-cmd2/github_actions
Todd Leonhardt
2021-01-31
16
-146
/
+141
|
\
|
*
Removed CONTRIBUTING.md file from the manifest (i.e. from the PyPI package)
github_actions
Todd Leonhardt
2021-01-31
1
-1
/
+1
|
*
Simplify workflow configs by removing an environment variable that wasn't use...
Todd Leonhardt
2021-01-31
3
-9
/
+0
|
*
Simplify GitHub Actions workflow configs so they run on any push or PR instea...
Todd Leonhardt
2021-01-31
3
-27
/
+3
|
*
Fix syntax error in doc.yml workflow files building Sphinx docs using GitHub ...
Todd Leonhardt
2021-01-30
1
-1
/
+1
|
*
Finish removing use of caching in GitHub Actions YAML config
Todd Leonhardt
2021-01-30
3
-6
/
+0
|
*
Remove GitHub Actions cache step because it wasn't working correctly
Todd Leonhardt
2021-01-30
3
-21
/
+3
|
*
Change name of lint and doc jobs
Todd Leonhardt
2021-01-30
2
-3
/
+3
|
*
Add back in GitHub Actions caching
Todd Leonhardt
2021-01-30
3
-10
/
+101
|
*
Remove Python 3.10 testing because it doesn't appear to be available in GitHu...
Todd Leonhardt
2021-01-30
2
-2
/
+2
|
*
Try to fix flake8 lint run and Python 3.10 runs
Todd Leonhardt
2021-01-30
2
-3
/
+3
|
*
Fix nox session name for running tests
Todd Leonhardt
2021-01-30
1
-2
/
+2
|
*
Damn computers, doing what I said instead of what I meant
Todd Leonhardt
2021-01-30
1
-2
/
+2
|
*
Fix how python version is passed to nox command-line argument
Todd Leonhardt
2021-01-30
1
-1
/
+1
|
*
Only run a single nox session for each version of Python in GitHub Actions ma...
Todd Leonhardt
2021-01-30
3
-19
/
+15
|
*
Remove all use of AppVeyor for Windows testing because it is slower than GitH...
Todd Leonhardt
2021-01-30
5
-36
/
+4
|
*
Replaced Travis CI badge in README with a GitHub Actions CI badge
Todd Leonhardt
2021-01-30
2
-2
/
+2
|
*
Try to fix syntax error in AppVeyor config
Todd Leonhardt
2021-01-30
1
-3
/
+0
|
*
Attempt to speedup AppVeyor build
Todd Leonhardt
2021-01-30
1
-13
/
+4
|
*
Try to fix missing Python dependencies on Windows
Todd Leonhardt
2021-01-30
1
-1
/
+2
|
*
Deleted configuration for travis-ci.org and also deleted associated webhook w...
Todd Leonhardt
2021-01-30
3
-54
/
+3
|
*
Try to fix `pip install` failing on Windows within GitHub Actions
Todd Leonhardt
2021-01-30
1
-4
/
+6
|
*
LOL FML - put the right code in the wrong place last time
Todd Leonhardt
2021-01-30
1
-1
/
+4
|
*
Attempting to set fetch_depth to fix setuptools_scm version
Todd Leonhardt
2021-01-30
1
-0
/
+1
|
*
Trying to add a pyproject.toml to see if it can help with GitHub actions not ...
Todd Leonhardt
2021-01-30
1
-0
/
+2
|
*
Trying something
Todd Leonhardt
2021-01-30
1
-1
/
+0
|
*
For GitHub Actions CI, remove Python 3.5 since it is past EOL
Todd Leonhardt
2021-01-30
1
-3
/
+3
|
*
Fixed syntax error in `pip install` command for GitHub Actions
Todd Leonhardt
2021-01-30
2
-29
/
+30
|
*
Move generitc GitHub files to .github directory
Todd Leonhardt
2021-01-29
5
-11
/
+62
|
/
*
Merge pull request #1050 from python-cmd2/misc
Todd Leonhardt
2021-01-29
6
-1
/
+33
|
\
|
*
Updated documentation
misc
Kevin Van Brunt
2021-01-29
2
-0
/
+10
|
*
Printing error when OSError other than FileNotFoundError occurs when deleting...
Kevin Van Brunt
2021-01-29
2
-1
/
+15
|
*
Added more validation to TableCreator
Kevin Van Brunt
2021-01-29
2
-0
/
+8
|
/
*
Merge pull request #1049 from python-cmd2/header_tabs
Todd Leonhardt
2021-01-28
4
-30
/
+63
|
\
[next]