summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * close files opened by mkstempJared Crapo2017-08-191-2/+5
| * .pfeedback() now honors feedback_to_output settingJared Crapo2017-08-192-22/+58
|/
* Merge pull request #208 from python-cmd2/bump_versionsTodd Leonhardt2017-08-154-4/+4
|\
| * Bump versions to 0.7.7aTodd Leonhardt2017-08-154-4/+4
|/
* Updated CHANGELOGTodd Leonhardt2017-08-151-0/+5
* Merge pull request #207 from python-cmd2/pygtk_bugTodd Leonhardt2017-08-151-0/+10
|\
| * Updated commentKevin Van Brunt2017-08-151-2/+4
| * Added workaround for bug in Python 2 on Linux when pygtk is installedTodd Leonhardt2017-08-151-0/+8
|/
* Updated CHANGELOG.md to set date of 0.7.6 releaseTodd Leonhardt2017-08-111-1/+1
* Merge pull request #204 from python-cmd2/pipe_simplify0.7.6Todd Leonhardt2017-08-101-7/+2
|\
| * The default buffer size is fine for 99% of pipe operationsTodd Leonhardt2017-08-101-7/+2
|/
* Merge pull request #203 from python-cmd2/buffer_sizeTodd Leonhardt2017-08-101-5/+16
|\
| * Improved commentKevin Van Brunt2017-08-101-1/+3
| * Merge branch 'master' into buffer_sizeTodd Leonhardt2017-08-101-1/+1
| |\ | |/ |/|
* | Merge pull request #202 from python-cmd2/pyperclip_linuxTodd Leonhardt2017-08-101-1/+1
|\ \
| * | Fix for occasional extra output at startup when using Python 2.7 on LinuxTodd Leonhardt2017-08-101-1/+1
|/ /
| * Added pipe buffer size that can be tweaked if stdin/stdout need to be larger ...Kevin Van Brunt2017-08-101-5/+14
|/
* Merge pull request #200 from python-cmd2/ruggedizationTodd Leonhardt2017-08-092-17/+20
|\
| * Made a few code ruggedizationsTodd Leonhardt2017-08-092-17/+20
|/
* Changed format of how release version and date appears in CHANGELOG.mdTodd Leonhardt2017-08-091-52/+13
* Renamed CHANGES.md to CHANGELOG.mdTodd Leonhardt2017-08-093-7/+4
* Minor tweak to wording of a comment for clarificationTodd Leonhardt2017-08-081-1/+1
* Slight rewording to a comment to make it more accurateTodd Leonhardt2017-08-081-1/+1
* Merge pull request #198 from python-cmd2/pipe_improvementTodd Leonhardt2017-08-085-70/+142
|\
| * Replaced direct calls to self.stdout.write() with calls to self.poutput().Todd Leonhardt2017-08-082-23/+47
| * Fixed unit test error on combination of Python 2.7 and WindowsTodd Leonhardt2017-08-072-1/+5
| * Changed how the pipe file descriptors get opened on Python 3 vs 2Todd Leonhardt2017-08-072-7/+18
| * First attempt at improving how command output gets piped to a shell commandTodd Leonhardt2017-08-073-56/+89
|/
* Updated CHANGES and bumped version in preparation for 0.7.6 releaseTodd Leonhardt2017-08-025-5/+6
* Merge pull request #196 from python-cmd2/strip_ansiTodd Leonhardt2017-08-021-6/+30
|\