summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Added strip_ansi() function and visible_prompt properyTodd Leonhardt2017-08-021-6/+30
|/
* Added remove_unused.py example to demonstrate how to remove unused commandsTodd Leonhardt2017-07-312-1/+32
* Merge pull request #193 from kmvanbrunt/workingTodd Leonhardt2017-07-192-2/+2
|\
| * Fixed unit testKevin Van Brunt2017-07-191-1/+1
| * Corrected help text for shortcuts since they don't have to be single keyKevin Van Brunt2017-07-191-1/+1
|/
* Merge pull request #192 from ksunden/patch-1Todd Leonhardt2017-07-171-1/+1
|\
| * Spelling of abbrev in Abbreviated commands section ksunden2017-07-161-1/+1
|/
* Fixed a Markdown formatting error in CHANGES.mdTodd Leonhardt2017-07-141-3/+3
* Merge pull request #191 from python-cmd2/insensitive_completionTodd Leonhardt2017-07-133-1/+29
|\
| * Added support for case-insensitive tab-completion of cmd2 command namesTodd Leonhardt2017-07-133-1/+29
|/
* Merge pull request #189 from python-cmd2/case_bugsTodd Leonhardt2017-07-125-5/+76
|\
| * Fixed a unit testTodd Leonhardt2017-07-123-3/+45
| * Fixed a couple case sensitivity bugs and added an exampleTodd Leonhardt2017-07-122-2/+31
|/
* Fixed a few typosTodd Leonhardt2017-07-111-3/+3
* Fixed a comment and updated CHANGESTodd Leonhardt2017-07-102-1/+2
* Merge pull request #187 from python-cmd2/empty_clipboardTodd Leonhardt2017-07-101-2/+8
|\
| * Minor attempt at ruggedization of clipboard stuff in some weird cases on Pyth...Todd Leonhardt2017-07-101-1/+2
| * Attempt at fixing some extraneous output on Linux when using Python3 and xclipTodd Leonhardt2017-07-101-1/+6
|/
* Merge pull request #185 from felixonmars/fix-typoTodd Leonhardt2017-07-101-1/+1
|\
| * Fix a typo: paramters -> parametersFelix Yan2017-07-101-1/+1
|/
* Updated CHANGES.mdTodd Leonhardt2017-07-091-0/+2
* Merge pull request #184 from felixonmars/avoid-conflict-with-egTodd Leonhardt2017-07-091-1/+1
|\
| * Avoid conflict the `eg` tool from go-toolsFelix Yan2017-07-101-1/+1
* | Merge pull request #183 from felixonmars/remove-unused-importTodd Leonhardt2017-07-091-2/+0
|\ \
| * | Remove unused import in testsFelix Yan2017-07-101-2/+0
| |/
* | Merge pull request #182 from felixonmars/fix-testTodd Leonhardt2017-07-091-8/+8
|\ \ | |/ |/|
| * Use monkeypatch to ensure os.system is restoredFelix Yan2017-07-101-8/+8
|/
* Bump version to 0.7.6a (from 0.7.5)Todd Leonhardt2017-07-084-3/+9
* Bump version to 0.7.5 (from 0.7.5a)0.7.5Todd Leonhardt2017-07-084-4/+4