Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Sphinx warning due to _static directory | Todd Leonhardt | 2018-07-30 | 1 | -1/+1 |
| | | | | | Also: - Made alias_startup.py example robust as to what directory it is launched from | ||||
* | Use setuptools_scm for version numbers | kotfu | 2018-07-29 | 1 | -5/+6 |
| | |||||
* | Started updating CHANGELOG | Todd Leonhardt | 2018-07-16 | 1 | -1/+1 |
| | | | | | | Also: - Bumped version to 0.9.4 - Updated info in Readme and Sphinx docs to reflect new dependency on attrs | ||||
* | Bumped version to 0.9.3 now that 0.9.2 release is out | Todd Leonhardt | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.9.2 in preparation for release | Todd Leonhardt | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.9.2a for twine upload testing on test.pypi.org | Todd Leonhardt | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Update version to 0.9.1 for #4210.9.1 | kotfu | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Update version to 0.9.0.1 for #421 | kotfu | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Update version to 0.9.1rc1 to try and fix #421 | kotfu | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Merged master into delete_optparse branch | Todd Leonhardt | 2018-04-15 | 1 | -2/+2 |
|\ | | | | | | | | | Also: - Bumped version to 0.9.0 | ||||
| * | Preparation for 0.8.5 release | Todd Leonhardt | 2018-04-13 | 1 | -1/+1 |
| | | | | | | | | | | - Bumped version to 0.8.5 - Added details to CHANGELOG.md regarding recent changes | ||||
| * | Preparing for 0.8.4 release0.8.4 | Kevin Van Brunt | 2018-04-10 | 1 | -1/+1 |
| | | |||||
* | | Updated version to 0.8.5 | Todd Leonhardt | 2018-04-10 | 1 | -1/+1 |
| | | |||||
* | | Deleted optparse code which had been previously deprecated in 0.8.0 release | Todd Leonhardt | 2018-04-09 | 1 | -1/+1 |
|/ | | | | | Also: - Bumped version to 0.8.4 | ||||
* | Updated version number of release0.8.3 | Kevin Van Brunt | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | Added table_display.py | Todd Leonhardt | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | Added example showing how to display tabular data in a cmd2 application. Also: - Updated CHANGELOG with data on all PRs since last release - Bumped version to 0.8.2 in preparation for next release | ||||
* | Added optional persistent readline history feature | Todd Leonhardt | 2018-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | - Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature | ||||
* | Added links to docs and examples to CHANGELOG.md | Todd Leonhardt | 2018-01-20 | 1 | -2/+2 |
| | | | | Also bumped version to 0.8.0. | ||||
* | Updating version and changelog in preparation for minor bug fix realease | Todd Leonhardt | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Added fix for changes in pyperclip project structure in the most recent version | Todd Leonhardt | 2017-11-08 | 1 | -1/+1 |
| | | | | | | | | | Also included a number of minor maintenance updates: - Bumped version to 0.7.8 in preparation for upcoming release - Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2 - Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands - Deleted old files which were used to prepare for a PyCon 2010 presentation - Updated ChangeLog regarding this bug fix | ||||
* | Updated CHANGELOG with some text regarding recent enhancements to transcript ↵ | Todd Leonhardt | 2017-08-22 | 1 | -1/+1 |
| | | | | | | regexes Also bumped version from 0.7.7a to 0.7.7 in preparation for eventual next release. | ||||
* | Bump versions to 0.7.7a | Todd Leonhardt | 2017-08-15 | 1 | -1/+1 |
| | | | | This is to help distinguish latest code in GitHub from a version installed via pip from PyPI | ||||
* | Updated CHANGES and bumped version in preparation for 0.7.6 release | Todd Leonhardt | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.7.5 (from 0.7.5a)0.7.5 | Todd Leonhardt | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.7.5a | Todd Leonhardt | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Mostly fix a bunch of spelling mistakes. | Todd Leonhardt | 2017-03-13 | 1 | -18/+19 |
| | | | | A few other miscellaneous minor tweaks for whitespace and such. | ||||
* | Add six module to requirements for building docs | Todd Leonhardt | 2017-02-12 | 1 | -3/+0 |
| | |||||
* | Fixed doc conf.py so it correctly sets PYTHONPATH for autodoc feature. | Todd Leonhardt | 2017-02-12 | 1 | -4/+10 |
| | |||||
* | Refactored to move all cmd2.Cmd class member variables to beginning. | Todd Leonhardt | 2017-02-11 | 1 | -1/+1 |
| | | | | | | | | Also: - Added locals_in_py to settable parameters to match documentation. - Added pycon2010 slides back into doc build since they are referenced with :doc: - Fixed some references in the documentation - Updated unit tests accordingly | ||||
* | docs now use the sphinx_rtd_theme. | Todd Leonhardt | 2017-02-11 | 1 | -113/+78 |
| | | | | The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/ | ||||
* | Various minor updates: | Todd Leonhardt | 2017-01-29 | 1 | -2/+2 |
| | | | | | | | | | - 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 | ||||
* | Whitespace change to be mostly PEP8 compliant | Todd Leonhardt | 2016-12-09 | 1 | -37/+36 |
| | |||||
* | First stage of refactoring to support full simultaneous Python 2 and 3 ↵ | Todd Leonhardt | 2016-12-09 | 1 | -1/+1 |
| | | | | compatibility via use of the six module. | ||||
* | Update version (Closes #22) | Federico Ceratto | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Marking for 0.6.8 release0.6.8 | Catherine Devlin | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Indicate change in repository host to bitbucket | Catherine Devlin | 2012-05-26 | 1 | -0/+198 |