summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix a bug in a unit test which can happen in atypical circumstancesTodd Leonhardt2017-07-052-2/+3
|/
* Merge pull request #172 from felixonmars/patch-1Todd Leonhardt2017-07-051-1/+1
|\
| * Fix a typo: unitest -> unittestFelix Yan2017-07-041-1/+1
|/
* Minor tweak to CHANGESTodd Leonhardt2017-07-031-1/+2
* Updated CHANGESTodd Leonhardt2017-07-031-5/+3
* Merge pull request #170 from python-cmd2/history_exclusionTodd Leonhardt2017-07-031-0/+44
|\
| * Add unit test to verify that exclusion of commands from the history is workin...Todd Leonhardt2017-07-031-0/+44
|/
* Merge pull request #169 from python-cmd2/refactor_parser_configTodd Leonhardt2017-07-0312-49/+57
|\
| * Updated Sphinx docsTodd Leonhardt2017-07-032-5/+5
| * Fixed a few bugs and examplesTodd Leonhardt2017-07-0311-44/+52
|/
* Bump version to 0.7.5aTodd Leonhardt2017-07-035-36/+13
* Updated CHANGES0.7.4Todd Leonhardt2017-07-031-2/+4
* Merge pull request #168 from python-cmd2/remove_pauseTodd Leonhardt2017-07-038-42/+51
|\
| * Removed pause commandTodd Leonhardt2017-07-038-42/+51
|/
* Clarified a few points about optional ipy command in Sphinx docsTodd Leonhardt2017-07-031-5/+8
* Fix typoTodd Leonhardt2017-07-032-2/+2
* Add screenshot to front pageTodd Leonhardt2017-07-034-2/+12