summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make the same as test_transcription.pyJared Crapo2017-08-211-4/+5
| * regex implementation complete. Still a few bugs.Jared Crapo2017-08-2112-34/+67
| * Checkpoint. Many tests working, multiline seems brokenJared Crapo2017-08-212-14/+70
| * Simple but working version of new regex transcriptJared Crapo2017-08-212-14/+55
| * Write documentation for revised transcription featureJared Crapo2017-08-214-34/+176
| * Tweaks to some of the transcript regex testsJared Crapo2017-08-212-0/+7
| * Add lots more transcript testsJared Crapo2017-08-2012-2/+38
| * parametrize transcript testsJared Crapo2017-08-201-56/+8
| * rename transcript filesJared Crapo2017-08-204-4/+4
| * Move transcripts into their own directoryJared Crapo2017-08-204-3/+3
|/
* Merge pull request #214 from python-cmd2/change_defaultTodd Leonhardt2017-08-207-21/+29
|\
| * feedback_to_output now defaults to FalseTodd Leonhardt2017-08-207-21/+29
|/
* Merge pull request #212 from kotfu/fix/test_regex_transcriptTodd Leonhardt2017-08-204-6/+24
|\
| * Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-194-6/+24
|/
* Merge pull request #211 from kotfu/fix/feedback_to_outputTodd Leonhardt2017-08-192-22/+61
|\