Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.6a (from 0.7.5) | Todd Leonhardt | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.7.5 (from 0.7.5a)0.7.5 | Todd Leonhardt | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Fix a typo: unitest -> unittest | Felix Yan | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.7.5a | Todd Leonhardt | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Fix typo | Todd Leonhardt | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Minor tweak to description and layout | Todd Leonhardt | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Tweaks to PyPI packaging and GitHub front-page | Todd Leonhardt | 2017-07-03 | 1 | -21/+24 |
| | | | | | | | | | | | | PyPI changes: - Changed overall cmd2 description - Fixed pip install warning due to unknown "docs_require" distribution option - No longer include examples and tests in PyPI *.tar.gz package GitHub README.md changes: - Changed top-level cmd2 description - Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other - Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier | ||||
* | Replaced clipboard copy and paste custom code with pyperclip | Todd Leonhardt | 2017-06-30 | 1 | -2/+2 |
| | | | | | | - Added a 3rd-party dependency on the pyperclip module TODO: Rigorous test on all OSes, particularly Linux systems without xclip | ||||
* | Bumped version to 0.7.4 and updated CHANGES file | Todd Leonhardt | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Set version to 0.7.4b for now | Todd Leonhardt | 2017-06-24 | 1 | -2/+4 |
| | |||||
* | Updated CHANGES.md file and bumped version to 0.7.3 | Todd Leonhardt | 2017-06-14 | 1 | -1/+1 |
| | | | | Bumped version in preparation for 0.7.3 release probably within the next couple weeks. | ||||
* | Bumping version to 0.7.3a | Todd Leonhardt | 2017-05-22 | 1 | -1/+1 |
| | | | | Changing to alpha version just to avoid confusion with release in PyPI | ||||
* | Bumping version to 0.7.20.7.2 | Todd Leonhardt | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Fixed a hard-coded path separator | Todd Leonhardt | 2017-05-18 | 1 | -1/+1 |
| | | | | | | Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release. | ||||
* | Mostly fix a bunch of spelling mistakes. | Todd Leonhardt | 2017-03-13 | 1 | -1/+1 |
| | | | | A few other miscellaneous minor tweaks for whitespace and such. | ||||
* | Changes to make our project as welcoming as possible for new contributors. | Todd Leonhardt | 2017-02-26 | 1 | -1/+1 |
| | | | | | | | Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-) | ||||
* | Bump version to 0.7.1a | Federico Ceratto | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Fix a Python 2 vs Python 3 bug in setup.py | Todd Leonhardt | 2017-02-18 | 1 | -20/+20 |
| | |||||
* | Add six module to requirements for building docs | Todd Leonhardt | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | Adding requirements.txt to doc section to try to fix autodoc on readthedocs | Todd Leonhardt | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | docs now use the sphinx_rtd_theme. | Todd Leonhardt | 2017-02-11 | 1 | -0/+2 |
| | | | | 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/ | ||||
* | Fixed how the six.moves.input function is imported and used. | Todd Leonhardt | 2017-02-05 | 1 | -0/+1 |
| | | | | Also added a unit test for the cmd2.Cmd.select() method. | ||||
* | Various minor updates: | Todd Leonhardt | 2017-01-29 | 1 | -37/+49 |
| | | | | | | | | | - 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 | ||||
* | Remove mentions of 2to3, remove INSTALL.txt | Federico Ceratto | 2017-01-06 | 1 | -3/+0 |
| | |||||
* | Python 2 and 3 both compiling. | Todd Leonhardt | 2016-12-09 | 1 | -2/+2 |
| | | | | | | | | ISSUES: - Tab completion broken in Python 2 TODO: - Still need to do transcript testing for both Python 2 and 3 | ||||
* | Second stage of refactoring using six module for unified Python 2/3 codebase | Todd Leonhardt | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | First stage of refactoring to support full simultaneous Python 2 and 3 ↵ | Todd Leonhardt | 2016-12-09 | 1 | -10/+13 |
| | | | | compatibility via use of the six module. | ||||
* | Release v. 0.6.90.6.9 | Federico Ceratto | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Drop distutils support. Closes: #7 | Federico Ceratto | 2016-10-03 | 1 | -6/+1 |
| | |||||
* | Add Python3.6 support | Federico Ceratto | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | Update version (Closes #22) | Federico Ceratto | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Support Python 2.7, 3.3, 3.4, 3.5, pypy | Federico Ceratto | 2016-02-20 | 1 | -10/+5 |
| | |||||
* | Marking for 0.6.8 release0.6.8 | Catherine Devlin | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | update Trove classifiers | Catherine Devlin | 2014-03-13 | 1 | -0/+7 |
| | |||||
* | bump version number before release0.6.7 | Doug Hellmann | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | Use the latest version of pyparsing when possible | Doug Hellmann | 2013-09-09 | 1 | -2/+2 |
| | | | | | | | | | | | The 2.0.1 release of pyparsing restores Python 2 and 3 compatibility, so use that instead of setting the version based on version of Python under which we are being installed. This facilitates dependencies that want to support both Python 2 and 3. Keep the dependency on 1.5.7 for Python 2.5, which is not supported by pyparsing 2.0.1. | ||||
* | v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid ↵ | Catherine Devlin | 2013-08-14 | 1 | -1/+1 |
| | | | | writing 2to3 changes into PyPI. | ||||
* | v0.6.6 silencing editor check | Catherine Devlin | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | marking v0.6.5.10.6.5.1 | Catherine Devlin | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Fix the setup.py so it doesn't throw when running under Python 2.6. | Tomaz Muraus | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | v0.6.5 | Catherine Devlin | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | pyparsing 2.0.0 only if on Python3 | Catherine Devlin | 2013-02-19 | 1 | -1/+5 |
| | |||||
* | to version 0.6.40.6.4 | Catherine Devlin | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | require pyparsing 1.5.6 for its Python 3 power | Catherine Devlin | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | begin work on v 0.6.3 | Catherine Devlin | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | change version number to 0.6.2 | Catherine Devlin | 2010-09-19 | 1 | -10/+3 |
| | |||||
* | encode paste buffer write for Python 3 | Catherine Devlin | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | no xclip >>> output got lost | Catherine Devlin | 2010-09-17 | 1 | -0/+69 |