summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor tweak to description and layoutTodd Leonhardt2017-07-032-6/+17
* Try to get title to fit on one lineTodd Leonhardt2017-07-031-2/+2
* Tweaks to PyPI packaging and GitHub front-pageTodd Leonhardt2017-07-033-58/+72
* Merge pull request #167 from python-cmd2/cov_xdistTodd Leonhardt2017-07-022-2/+11
|\
| * Another tweak to tox.ini and .coveragerc, fingers crossed ...Todd Leonhardt2017-07-022-8/+10
| * Tweak tox.ini and .coveragerc in hopes of getting pytest-cov and pytest-xdist...Todd Leonhardt2017-07-022-7/+14
|/
* Merge pull request #166 from python-cmd2/speedup_testsTodd Leonhardt2017-07-023-7/+71
|\
| * Don't run code coverage in Python 3.6 on WindowsTodd Leonhardt2017-07-022-2/+12
| * Stop trying to use pytest-xdist when using pytest-covTodd Leonhardt2017-07-021-6/+2
| * Adding run of example back to environments which are doing code coverage anal...Todd Leonhardt2017-07-021-0/+2
| * Only install code coverage dependencies on platforms which are going to do co...Todd Leonhardt2017-07-021-2/+39
| * Apparently "codecov erase" isn't an optionTodd Leonhardt2017-07-021-2/+0
| * Attempt to speedup unit testsTodd Leonhardt2017-07-023-8/+29
|/
* Merge pull request #165 from python-cmd2/history_testsTodd Leonhardt2017-07-024-24/+104
|\
| * Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-024-24/+104
|/
* Merge pull request #164 from python-cmd2/testsTodd Leonhardt2017-07-023-38/+203
|\
| * Fixed bug where I was accidentally using a feature that is only available in ...Todd Leonhardt2017-07-021-5/+3
| * Added a bunch of unit testsTodd Leonhardt2017-07-023-37/+204
|/
* Merge pull request #163 from python-cmd2/refactor_shellTodd Leonhardt2017-07-023-8/+5
|\
| * Removed unnecessary try/except in do_shellTodd Leonhardt2017-07-022-8/+4
| * shell command now uses cmd.Cmd.stdout for outputTodd Leonhardt2017-07-022-12/+4
| * First pass at refactoring shell commandTodd Leonhardt2017-07-021-1/+10
|/
* Merge pull request #162 from python-cmd2/py_testsTodd Leonhardt2017-07-015-8/+67
|\
| * Stopped skipping a unit test on Windows which should pass nowTodd Leonhardt2017-07-013-4/+2
| * Fixed unicode bug on Windows in pyscript commandTodd Leonhardt2017-07-011-3/+4
| * Added more unit tests for py and pyscript commandsTodd Leonhardt2017-07-014-3/+63
|/
* Merge pull request #160 from python-cmd2/unit_testsTodd Leonhardt2017-07-012-30/+148
|\
| * Don't run an assert on Windows since it is failing on AppVeyorTodd Leonhardt2017-07-011-2/+6
| * Attempt at fixing failing Windows unit testTodd Leonhardt2017-07-011-2/+8
| * Added some more tests for path completion and shell command completionTodd Leonhardt2017-07-012-30/+138
|/
* Merge pull request #159 from python-cmd2/select_testsTodd Leonhardt2017-07-013-29/+137
|\
| * Added more unit tests for the cmd2.Cmd.select() methodTodd Leonhardt2017-07-013-29/+137
|/
* Merge pull request #158 from python-cmd2/help_testsTodd Leonhardt2017-07-012-7/+60
|\
| * Added some unit tests related to help and the help menuTodd Leonhardt2017-07-012-7/+60
|/
* Merge pull request #157 from python-cmd2/default_to_shellTodd Leonhardt2017-06-302-2/+50
|\
| * Fix issue where pyperclip was printing line on startup when clipboard is emptyTodd Leonhardt2017-06-302-1/+3
| * Attempt at fixing new unit test on Linux and WindowsTodd Leonhardt2017-06-301-1/+1
| * Added a few unit testsTodd Leonhardt2017-06-301-1/+47
|/
* Merge pull request #156 from python-cmd2/refactoringTodd Leonhardt2017-06-302-21/+49
|\
| * Refactored clipboard code to make it a tiny bit simplerTodd Leonhardt2017-06-302-21/+49
|/
* Merge pull request #155 from python-cmd2/pyperclipTodd Leonhardt2017-06-308-149/+42
|\
| * Fixed a sys.platform checkTodd Leonhardt2017-06-301-1/+1
| * Added code to set can_clip to False on Linux if can't copy/paste clipboardTodd Leonhardt2017-06-302-8/+10
| * Merge branch 'master' into pyperclipTodd Leonhardt2017-06-305-11/+110
| |\ | |/ |/|