summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tell git to ignore .tox directorykotfu2018-01-061-0/+1
* Merge pull request #243 from python-cmd2/release_prep0.7.9Todd Leonhardt2018-01-0411-37/+26
|\
| * Disabled Python 3.7-dev build in Travis CITodd Leonhardt2018-01-047-10/+12
| * Fix Travis CI buildsTodd Leonhardt2018-01-043-18/+4
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-045-15/+16
|/
* Merge pull request #241 from python-cmd2/windows_pyreadlineTodd Leonhardt2017-11-156-3/+41
|\
| * Added a note to the installation instructions section of user manualTodd Leonhardt2017-11-151-0/+4
| * Fixed a list concatenation bug in changes made to setup.pyTodd Leonhardt2017-11-151-1/+1
| * Merged master into windows_pyreadline branchTodd Leonhardt2017-11-151-1/+1
| |\ | |/ |/|
* | Merge pull request #240 from python-cmd2/bump_versionTodd Leonhardt2017-11-153-3/+3
|\ \
| * | Bump version to 0.7.9aTodd Leonhardt2017-11-153-3/+3
|/ /
* | Merge pull request #239 from python-cmd2/update_changelogTodd Leonhardt2017-11-151-0/+7
|\ \
| * | Just updated changelogTodd Leonhardt2017-11-151-0/+7
|/ /
| * Trying to fix tox.ini and appveyor.yml to get automated Windows tests to work...Todd Leonhardt2017-11-152-2/+30
| * Updated appveyor.yml to ensure that pyreadline gets installed on Windows cont...Todd Leonhardt2017-11-151-1/+1
| * Modified setup.py and README.md to make pyreadline a dependency on WindwosTodd Leonhardt2017-11-155-4/+17
|/
* Merge pull request #237 from python-cmd2/fix_readmeTodd Leonhardt2017-11-111-74/+21
|\
| * Fixed the example of transcript testing shown in README.mdTodd Leonhardt2017-11-111-74/+21
|/
* Merge pull request #236 from python-cmd2/example_fixesTodd Leonhardt2017-11-113-81/+27
|\
| * Made a couple fixes to existing examplesTodd Leonhardt2017-11-113-81/+27
|/
* Merge pull request #235 from python-cmd2/command_aliasesTodd Leonhardt2017-11-093-7/+26
|\
| * Updated docs to make it more clear that you need to update shortcuts attribut...Todd Leonhardt2017-11-093-7/+26
|/
* updated changelogTodd Leonhardt2017-11-081-1/+1
* Removed broken link from docs0.7.8Todd Leonhardt2017-11-081-2/+1
* Fixed incorrect http link in the READMETodd Leonhardt2017-11-082-3/+3
* Merge pull request #231 from python-cmd2/pyperclip_versionTodd Leonhardt2017-11-0827-740/+37
|\
| * Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-0827-740/+37
|/
* Merge pull request #228 from python-cmd2/edit_index_bugTodd Leonhardt2017-09-232-15/+81
|\
| * Removed a conditional which was made redundant by an outer conditional that g...Todd Leonhardt2017-09-231-4/+0
| * Added some unit tests to cover new codeTodd Leonhardt2017-09-231-8/+56
| * Fixed a bug when edit is passed a large negative integer in quotesTodd Leonhardt2017-09-231-3/+21
| * Fixed a bug which occurred when edit was called with an integer index larger ...Todd Leonhardt2017-09-231-7/+11
|/
* Hopefully this fixes a bug which is causing autodoc to fail to add method inf...Todd Leonhardt2017-09-232-0/+3
* Merge pull request #227 from alevy03/support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-226-13/+109
|\
| * Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-226-5/+53
| |\ | |/ |/|
* | Merge pull request #226 from python-cmd2/comment_grammarTodd Leonhardt2017-09-226-5/+53
|\ \
| * | Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-226-5/+53
|/ /
| * Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-226-13/+109
|/
* Merge pull request #223 from python-cmd2/poutput_falsyTodd Leonhardt2017-09-052-4/+33
|\
| * Improved poutput() so that it can print an integer zero and other falsy thingsTodd Leonhardt2017-09-052-4/+33
|/
* Merge pull request #221 from python-cmd2/settings-documentationTodd Leonhardt2017-08-282-41/+71
|\
| * Revise environment setting documentationkotfu2017-08-282-41/+71
|/
* Updated CHANGELOG0.7.7Todd Leonhardt2017-08-251-1/+3
* Merge pull request #220 from python-cmd2/piped_input_improvementsTodd Leonhardt2017-08-242-14/+136
|\
| * Pick up a few more lines of test coverageJared Crapo2017-08-231-5/+7
| * Use context managers and decorators for mocksJared Crapo2017-08-231-33/+27
| * Removed unused capsys fixturesJared Crapo2017-08-231-6/+2
| * Rename tests that exercise pseudo_raw_input()Jared Crapo2017-08-231-12/+12
| * add tests for pseudo_raw_input when isatty() is trueJared Crapo2017-08-231-0/+42
| * Minor bug fixTodd Leonhardt2017-08-231-3/+2