summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #181 from python-cmd2/custom_introTodd Leonhardt2017-07-082-5/+6
|\
| * Added a unit test for custom intro when calling cmdloop()Todd Leonhardt2017-07-082-5/+6
|/
* Merge pull request #180 from python-cmd2/code_ownersTodd Leonhardt2017-07-082-0/+34
|\
| * Added a CODEOWNERS file to automatically nominate code reviewers for pull req...Todd Leonhardt2017-07-082-0/+34
|/
* Merge pull request #179 from python-cmd2/unit_testsTodd Leonhardt2017-07-083-3/+51
|\
| * Added a few more unit testsTodd Leonhardt2017-07-083-3/+51
|/
* Merge pull request #178 from python-cmd2/remove_filehackTodd Leonhardt2017-07-082-11/+32
|\
| * Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...Todd Leonhardt2017-07-082-11/+32
|/
* Merge pull request #177 from python-cmd2/cmd_queueTodd Leonhardt2017-07-083-68/+98
|\
| * Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...Todd Leonhardt2017-07-082-5/+17
| * Added an eos (end of script) hidden command and load now populates the cmdqueueTodd Leonhardt2017-07-082-66/+84
|/
* Merge pull request #175 from python-cmd2/extra_newlinesTodd Leonhardt2017-07-051-5/+5
|\
| * Removed some extra newlines from error messages in do_load() and do__relative...Todd Leonhardt2017-07-051-5/+5
|/
* Merge pull request #174 from python-cmd2/more_testsTodd Leonhardt2017-07-051-0/+9
|\
| * Added unit testTodd Leonhardt2017-07-051-0/+9
|/
* Merge pull request #173 from python-cmd2/expansion_testTodd Leonhardt2017-07-052-2/+3
|\