summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * io.StringIO requires unicode conversion on python2.7Jared Crapo2017-08-231-1/+1
| * Exit on <control>D when on a ttyJared Crapo2017-08-231-0/+2
| * Figured out how to test piped input without hacking stdinJared Crapo2017-08-231-82/+41
| * Discovered hacking sys.stdin doesn’t always workJared Crapo2017-08-231-17/+75
| * Prompt and line now properly echoed on tty and pipeJared Crapo2017-08-232-10/+79
| * Don’t try and sane the tty if stdin isn’t a ttyJared Crapo2017-08-231-2/+3
|/
* Improved what gets printed when running commands from a script with load comm...Todd Leonhardt2017-08-232-6/+6
* Merge pull request #217 from python-cmd2/update_changelogTodd Leonhardt2017-08-235-8/+12
|\
| * Improved wordingTodd Leonhardt2017-08-231-4/+3
| * Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-225-8/+13
|/
* Merge pull request #216 from kotfu/fix/transcript_regexesTodd Leonhardt2017-08-2221-143/+466
|\
| * Merge branch 'master' into fix/transcript_regexesTodd Leonhardt2017-08-222-12/+14
| |\ | |/ |/|
* | Merge pull request #215 from python-cmd2/edit_optionsTodd Leonhardt2017-08-212-12/+14
|\ \
| * | Fixed a unit test which was failing on WindowsTodd Leonhardt2017-08-211-2/+5
| * | Converted edit command to an @options command for the better argument parsing...Todd Leonhardt2017-08-212-11/+10
|/ /
| * Clarify warnings about whitespaceJared Crapo2017-08-221-5/+6
| * Fix a bug if there is only one slashJared Crapo2017-08-222-5/+11
| * modernize formattingJared Crapo2017-08-221-2/+2
| * Fix bug in history commandJared Crapo2017-08-221-4/+6
| * Add comments to all regex test filesJared Crapo2017-08-2215-10/+34
| * Documentation edits and revisionsJared Crapo2017-08-222-33/+28
| * Revise and clean up documentationJared Crapo2017-08-213-31/+58
| * Updates to CmdLineApp()Jared Crapo2017-08-211-5/+5