Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted README.rst to README.md. | Todd Leonhardt | 2017-03-17 | 1 | -249/+0 |
| | | | | Was having so much trouble with GitHub recognizing the README.rst, converted it to Markdown. | ||||
* | Not sure why GitHub isn't recognizing the README.rst | Todd Leonhardt | 2017-03-17 | 1 | -5/+1 |
| | |||||
* | Third time is a charm? | Todd Leonhardt | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Another attempt at fixing README.rst | Todd Leonhardt | 2017-03-16 | 1 | -5/+4 |
| | |||||
* | Attempt at fixing the end of README.rst | Todd Leonhardt | 2017-03-16 | 1 | -1/+2 |
| | |||||
* | Apparently regex syntax is stricter for Python 3 on Windows. | Todd Leonhardt | 2017-03-16 | 1 | -0/+5 |
| | | | | | | Than it is for Python 2 on Windows or Python 3 on Linux or Mac. Go figure. You would think it would be the same for Python 3 across platforms. | ||||
* | Mostly fix a bunch of spelling mistakes. | Todd Leonhardt | 2017-03-13 | 1 | -2/+3 |
| | | | | A few other miscellaneous minor tweaks for whitespace and such. | ||||
* | Added info to CHANGES.rst on what bugs have been fixed so far this release. | Todd Leonhardt | 2017-03-04 | 1 | -2/+1 |
| | | | | | | Fixed a bug where the allow_cli_args attribute wasn't properly preventing OptParse from prasing the args looking for "-t" or "--test" for transcript testing. Added an example of using Argparse with cmd2. | ||||
* | Fix broken link in README | Todd Leonhardt | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Updated README.rst to refer to the new Contributor's Guide | Todd Leonhardt | 2017-02-26 | 1 | -2/+3 |
| | |||||
* | 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 ;-) | ||||
* | Updating front-page README.rst to mention unicode character support for Python 3 | Todd Leonhardt | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | 3rd time's a charm ... | Todd Leonhardt | 2017-02-17 | 1 | -1/+2 |
| | |||||
* | Changing docs badge link back to previous one since it worked better | Todd Leonhardt | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | Changing link for latest docs badge | Todd Leonhardt | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | Fix GitHub front-page formatting in README.rst | Todd Leonhardt | 2017-02-12 | 1 | -21/+29 |
| | |||||
* | Added installation instructions to documentation. | Todd Leonhardt | 2017-02-12 | 1 | -9/+35 |
| | | | | Also reorganized the GitHub README.rst front-page. | ||||
* | Tweak badget display so AppVeyor build status displays for master branch. | Todd Leonhardt | 2017-02-05 | 1 | -7/+3 |
| | | | | Show build status on front page for master branch instead of latest build. | ||||
* | Documented undocumented commands and removed command aliases. | Todd Leonhardt | 2017-02-05 | 1 | -7/+2 |
| | | | | | | | | The out-of-the-box help menu now looks a lot cleaner: - All redundant command aliases have been removed (NOTE: They can still be used if self.abbrev is True, which is the default) - All previously undocumented commands have been documented - Unit tests and README.rst documentation has been updated to reflect new behavior | ||||
* | Various minor updates: | Todd Leonhardt | 2017-01-29 | 1 | -0/+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 | ||||
* | Add Read The Docs link for 0.6.9 | Federico Ceratto | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Add links to ReadTheDocs | Federico Ceratto | 2017-01-29 | 1 | -0/+2 |
| | |||||
* | Fixed AppVeyor build status link | Todd Leonhardt | 2017-01-28 | 1 | -2/+2 |
| | |||||
* | Add appveyor badge | Federico Ceratto | 2017-01-28 | 1 | -0/+4 |
| | |||||
* | Changed header comment in cmd2.py to refer to GitHub repo instead of old ↵ | Todd Leonhardt | 2017-01-23 | 1 | -18/+2 |
| | | | | assembla mercurial one. Also changed exampleSession.txt example transcript to not include the "set" command since the output was platform dependent due to the default editor varying. | ||||
* | Merge pull request #1 from python-cmd2/master | Todd Leonhardt | 2017-01-23 | 1 | -1/+3 |
|\ | | | | | Add tutorial | ||||
| * | Add tutorial | Federico Ceratto | 2017-01-23 | 1 | -1/+3 |
| | | |||||
* | | Fixed example.py and exampleSession.txt so that the example runs and the ↵ | TL | 2017-01-11 | 1 | -29/+29 |
|/ | | | | | | test passes when running "python example.py -t exampleSession.txt". Also made the front-page documentation consistent so it references the actual code and text in this modified example. | ||||
* | Remove mentions of 2to3, remove INSTALL.txt | Federico Ceratto | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | First stage of refactoring to support full simultaneous Python 2 and 3 ↵ | Todd Leonhardt | 2016-12-09 | 1 | -26/+27 |
| | | | | compatibility via use of the six module. | ||||
* | Update README | Federico Ceratto | 2016-02-20 | 1 | -0/+224 |