summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improvements to py command.Todd Leonhardt2017-03-101-6/+19
* Merge pull request #64 from python-cmd2/event_loopsTodd Leonhardt2017-03-063-0/+100
|\
| * Updated the Sphinx docsTodd Leonhardt2017-03-062-0/+74
| * Added basic example of how to use cmd2 in a manner that doesn't own the main ...Todd Leonhardt2017-03-041-0/+26
|/
* Fix a typo in the docsTodd Leonhardt2017-03-041-1/+1
* Merge pull request #63 from python-cmd2/cli_args_fixTodd Leonhardt2017-03-045-12/+135
|\
| * Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-045-12/+135
|/
* Fix broken link in READMETodd Leonhardt2017-03-041-1/+1
* Merge pull request #60 from python-cmd2/contributingTodd Leonhardt2017-03-0410-6/+549
|\
| * Updated README.rst to refer to the new Contributor's GuideTodd Leonhardt2017-02-261-2/+3
| * Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-2610-4/+546
|/
* Merge pull request #59 from python-cmd2/refactor_parsing_testsTodd Leonhardt2017-02-251-386/+133
|\
| * Parsing unit tests are now largely decoupled from pyparsing implementation de...Todd Leonhardt2017-02-251-386/+133
|/
* Merge pull request #58 from python-cmd2/unicode_testsTodd Leonhardt2017-02-242-5/+70
|\
| * Updating front-page README.rst to mention unicode character support for Python 3Todd Leonhardt2017-02-241-0/+1
| * Added unit tests for parsing unicode characters on the command line.Todd Leonhardt2017-02-241-5/+69
|/
* Merge pull request #56 from python-cmd2/input_redirection_parsing_bugTodd Leonhardt2017-02-243-9/+48
|\
| * Removed an unused importTodd Leonhardt2017-02-241-1/+0
| * Stopped skipping a test on Linux TravisCI since it should now always passTodd Leonhardt2017-02-241-2/+0
| * Added "-" to the list of legal characters.Todd Leonhardt2017-02-242-8/+28
| * Added a couple unit tests for self.inputParser.Todd Leonhardt2017-02-241-0/+22
|/
* Bump version to 0.7.1aFederico Ceratto2017-02-234-3/+8
* Add Fabric helperFederico Ceratto2017-02-231-0/+105
* Release v. 0.7.00.7.0Federico Ceratto2017-02-231-1/+1
* Minor PEP8 cleanup.Federico Ceratto2017-02-231-16/+6
* Merge pull request #54 from python-cmd2/doctest_goneTodd Leonhardt2017-02-232-28/+3
|\
| * Updated tox.ini to no longer try to run cmd2.py directly as part of the tests.Todd Leonhardt2017-02-231-1/+0
| * Removed inclusion and use of doctest since all doctests converted to pytest.Todd Leonhardt2017-02-231-27/+3
|/
* Merge pull request #53 from python-cmd2/empty_statementTodd Leonhardt2017-02-221-8/+11
|\
| * Changed EmptyStatement behavior so postparsing_postcmd() always runs.Todd Leonhardt2017-02-221-8/+11
|/
* Fix a Python 2 vs Python 3 bug in setup.pyTodd Leonhardt2017-02-181-20/+20
* Updated docs to discuss the new optional "ipy" command.Todd Leonhardt2017-02-181-0/+36
* Merge pull request #50 from python-cmd2/optional_ipythonTodd Leonhardt2017-02-182-3/+49
|\
| * Changed a ModuleNotFoundErorr to ImportError for Python 2/3 compatibilityTodd Leonhardt2017-02-181-1/+1
| * Added optional parameter to cmd2.Cmd.__init() to enable an "ipy" command.Todd Leonhardt2017-02-182-3/+49
|/
* Fixed a minor typoTodd Leonhardt2017-02-181-1/+2
* Updated install instructions to include how to install from GitHub using pip.Todd Leonhardt2017-02-181-4/+42
* Finsished porting old doctests to pytest unit tests.Todd Leonhardt2017-02-181-80/+158
* Merge pull request #49 from python-cmd2/doctest_to_pytestTodd Leonhardt2017-02-172-231/+370
|\
| * Step 2 of porting doctest to pytest.Todd Leonhardt2017-02-171-56/+122
| * Converting doctests to pytestTodd Leonhardt2017-02-172-231/+304
|/
* 3rd time's a charm ...Todd Leonhardt2017-02-171-1/+2
* Changing docs badge link back to previous one since it worked betterTodd Leonhardt2017-02-171-1/+1
* Changing link for latest docs badgeTodd Leonhardt2017-02-171-1/+1
* Merge pull request #48 from python-cmd2/help_typosTodd Leonhardt2017-02-161-6/+10
|\
| * Improve the help text of a couple commandsTodd Leonhardt2017-02-161-6/+10
|/
* Merge pull request #46 from python-cmd2/select_indexTodd Leonhardt2017-02-161-2/+3
|\
| * Deal with select index out of range.Todd Leonhardt2017-02-161-2/+3
|/
* Merge pull request #45 from python-cmd2/disable_redirectionTodd Leonhardt2017-02-162-14/+33
|\
| * Added member boolean flag to disable output redirection and piping.Todd Leonhardt2017-02-162-14/+33
|/