Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external test plugin tests and coverage should now run | Eric Lin | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | Swap out tox for nox | Eric Lin | 2020-07-08 | 1 | -0/+1 |
| | |||||
* | Added .venv directory to .gitignore | Todd Leonhardt | 2019-07-05 | 1 | -0/+3 |
| | |||||
* | Add Pipfile to support Pipenv for development | Todd Leonhardt | 2019-07-05 | 1 | -0/+3 |
| | |||||
* | Changed example cmd2 history file's extension from txt to dat since it is ↵ | Kevin Van Brunt | 2019-06-05 | 1 | -1/+1 |
| | | | | now binary | ||||
* | Add junit to ignored directories | kotfu | 2018-12-06 | 1 | -0/+1 |
| | |||||
* | Removed venv | Kevin Van Brunt | 2018-10-13 | 1 | -4/+1 |
| | |||||
* | Documentation updates | Kevin Van Brunt | 2018-10-12 | 1 | -0/+3 |
| | |||||
* | Added persistent history file to main.py | Kevin Van Brunt | 2018-09-27 | 1 | -0/+3 |
| | |||||
* | Add .eggs directory | kotfu | 2018-07-29 | 1 | -0/+1 |
| | |||||
* | Added multiple owners for cmd2/cmd2.py | Todd Leonhardt | 2018-06-17 | 1 | -0/+4 |
| | | | | | Also: - Added files to .gitignore for mypy plugin for PyCharm | ||||
* | Added .mypy_cache to .gitignore | Todd Leonhardt | 2018-06-10 | 1 | -0/+3 |
| | | | | | Also: - Added a few more type hints | ||||
* | Updated .gitignore to ignore Visual Studio Code settings and configuraiton | Todd Leonhardt | 2018-04-14 | 1 | -3/+11 |
| | |||||
* | Update .gitignore to ignore the .pytest_cache directory | Todd Leonhardt | 2018-03-16 | 1 | -0/+1 |
| | |||||
* | Tell git to ignore .tox directory | kotfu | 2018-01-06 | 1 | -0/+1 |
| | |||||
* | Various minor updates: | Todd Leonhardt | 2017-01-29 | 1 | -1/+3 |
| | | | | | | | | | - Updated .gitignore for code coverage result dirs from coverage and pytest-cov - Updated README.rst to include badge for latest docs from readthedocs.io - Updated setup.py to have updated info for the next time a release is made to PyPI - Documentation updates: - Bumped version in conf.py to 0.7 - Updated links in index.rst and alternatives.rst | ||||
* | Merge from master | Todd Leonhardt | 2016-12-11 | 1 | -1/+1 |
|\ | |||||
| * | Safer work-around for Python 3 removing the built-in file() function | Todd Leonhardt | 2016-12-11 | 1 | -0/+2 |
| | | |||||
* | | Just added .cache to .gitignore for pytest | Todd Leonhardt | 2016-12-09 | 1 | -0/+1 |
| | | |||||
* | | Stage 3 of refactoring. | Todd Leonhardt | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | | Transcript testing now works on both Python 2 and Python 3 thanks to six.next(). | ||||
* | | Removed unused file ignoreBug.py and added .idea directory (PyCharm) to ↵ | Todd Leonhardt | 2016-12-09 | 1 | -0/+1 |
|/ | | | | .gitignore | ||||
* | Loading in a script file now works in Python 3.5 | Todd Leonhardt | 2016-12-09 | 1 | -0/+5 |