summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.7.5 (from 0.7.5a)0.7.5Todd Leonhardt2017-07-084-4/+4
* Merge pull request #181 from python-cmd2/custom_introTodd Leonhardt2017-07-082-5/+6
|\
| * Added a unit test for custom intro when calling cmdloop()Todd Leonhardt2017-07-082-5/+6
|/
* Merge pull request #180 from python-cmd2/code_ownersTodd Leonhardt2017-07-082-0/+34
|\
| * Added a CODEOWNERS file to automatically nominate code reviewers for pull req...Todd Leonhardt2017-07-082-0/+34
|/
* Merge pull request #179 from python-cmd2/unit_testsTodd Leonhardt2017-07-083-3/+51
|\
| * Added a few more unit testsTodd Leonhardt2017-07-083-3/+51
|/
* Merge pull request #178 from python-cmd2/remove_filehackTodd Leonhardt2017-07-082-11/+32
|\
| * Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...Todd Leonhardt2017-07-082-11/+32
|/
* Merge pull request #177 from python-cmd2/cmd_queueTodd Leonhardt2017-07-083-68/+98
|\
| * Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...Todd Leonhardt2017-07-082-5/+17
| * Added an eos (end of script) hidden command and load now populates the cmdqueueTodd Leonhardt2017-07-082-66/+84
|/
* Merge pull request #175 from python-cmd2/extra_newlinesTodd Leonhardt2017-07-051-5/+5
|\
| * Removed some extra newlines from error messages in do_load() and do__relative...Todd Leonhardt2017-07-051-5/+5
|/
* Merge pull request #174 from python-cmd2/more_testsTodd Leonhardt2017-07-051-0/+9
|\
| * Added unit testTodd Leonhardt2017-07-051-0/+9
|/
* Merge pull request #173 from python-cmd2/expansion_testTodd Leonhardt2017-07-052-2/+3
|\
| * Fix a bug in a unit test which can happen in atypical circumstancesTodd Leonhardt2017-07-052-2/+3
|/
* Merge pull request #172 from felixonmars/patch-1Todd Leonhardt2017-07-051-1/+1
|\
| * Fix a typo: unitest -> unittestFelix Yan2017-07-041-1/+1
|/
* Minor tweak to CHANGESTodd Leonhardt2017-07-031-1/+2
* Updated CHANGESTodd Leonhardt2017-07-031-5/+3
* Merge pull request #170 from python-cmd2/history_exclusionTodd Leonhardt2017-07-031-0/+44
|\
| * Add unit test to verify that exclusion of commands from the history is workin...Todd Leonhardt2017-07-031-0/+44
|/
* Merge pull request #169 from python-cmd2/refactor_parser_configTodd Leonhardt2017-07-0312-49/+57
|\
| * Updated Sphinx docsTodd Leonhardt2017-07-032-5/+5
| * Fixed a few bugs and examplesTodd Leonhardt2017-07-0311-44/+52
|/
* Bump version to 0.7.5aTodd Leonhardt2017-07-035-36/+13
* Updated CHANGES0.7.4Todd Leonhardt2017-07-031-2/+4
* Merge pull request #168 from python-cmd2/remove_pauseTodd Leonhardt2017-07-038-42/+51
|\
| * Removed pause commandTodd Leonhardt2017-07-038-42/+51
|/
* Clarified a few points about optional ipy command in Sphinx docsTodd Leonhardt2017-07-031-5/+8
* Fix typoTodd Leonhardt2017-07-032-2/+2
* Add screenshot to front pageTodd Leonhardt2017-07-034-2/+12
* Minor tweak to description and layoutTodd Leonhardt2017-07-032-6/+17
* Try to get title to fit on one lineTodd Leonhardt2017-07-031-2/+2
* Tweaks to PyPI packaging and GitHub front-pageTodd Leonhardt2017-07-033-58/+72
* Merge pull request #167 from python-cmd2/cov_xdistTodd Leonhardt2017-07-022-2/+11
|\
| * Another tweak to tox.ini and .coveragerc, fingers crossed ...Todd Leonhardt2017-07-022-8/+10
| * Tweak tox.ini and .coveragerc in hopes of getting pytest-cov and pytest-xdist...Todd Leonhardt2017-07-022-7/+14
|/
* Merge pull request #166 from python-cmd2/speedup_testsTodd Leonhardt2017-07-023-7/+71
|\
| * Don't run code coverage in Python 3.6 on WindowsTodd Leonhardt2017-07-022-2/+12
| * Stop trying to use pytest-xdist when using pytest-covTodd Leonhardt2017-07-021-6/+2
| * Adding run of example back to environments which are doing code coverage anal...Todd Leonhardt2017-07-021-0/+2
| * Only install code coverage dependencies on platforms which are going to do co...Todd Leonhardt2017-07-021-2/+39
| * Apparently "codecov erase" isn't an optionTodd Leonhardt2017-07-021-2/+0
| * Attempt to speedup unit testsTodd Leonhardt2017-07-023-8/+29
|/
* Merge pull request #165 from python-cmd2/history_testsTodd Leonhardt2017-07-024-24/+104
|\
| * Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-024-24/+104
|/
* Merge pull request #164 from python-cmd2/testsTodd Leonhardt2017-07-023-38/+203
|\