summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ | |/ |/|
* | Merge pull request #153 from kmvanbrunt/text_fileTodd Leonhardt2017-06-305-11/+110
|\ \
| * | Added unit testsKevin Van Brunt2017-06-304-0/+39
| * | Fixed Python warningsKevin Van Brunt2017-06-301-7/+10
| * | Fixed unit testsKevin Van Brunt2017-06-301-4/+14
| * | Verifying a file to be loaded as a text script is either ASCII or UTF-8Kevin Van Brunt2017-06-302-1/+48
|/ /
| * Replaced clipboard copy and paste custom code with pyperclipTodd Leonhardt2017-06-307-142/+33
|/
* Bumped version to 0.7.4 and updated CHANGES fileTodd Leonhardt2017-06-294-3/+4
* Merge pull request #150 from python-cmd2/pipe_improvementTodd Leonhardt2017-06-292-18/+28
|\
| * Attempt to fix pipe_to unit test on Windows (for real this time)Todd Leonhardt2017-06-291-7/+4
| * Fix pipe_to unit test on Mac and WindowsTodd Leonhardt2017-06-291-1/+8
| * Made output pipe to shell command featuer much more reliableTodd Leonhardt2017-06-292-18/+24
|/
* Merge pull request #149 from python-cmd2/pipe_improvementTodd Leonhardt2017-06-291-12/+11
|\
| * Command-line pipe is now handled by subprocess module instead of shellTodd Leonhardt2017-06-291-12/+11
|/
* Merge pull request #148 from python-cmd2/refactor_StubbornDictTodd Leonhardt2017-06-295-119/+45
|\
| * Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-295-119/+45
|/
* Merge pull request #146 from python-cmd2/pb_unittestTodd Leonhardt2017-06-292-30/+17
|\
| * Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...Todd Leonhardt2017-06-292-16/+10
| * Improved unit test for writing to the pastebuffer/clipboardTodd Leonhardt2017-06-281-14/+7
|/
* Merge pull request #145 from python-cmd2/xclip_linuxTodd Leonhardt2017-06-282-6/+7
|\
| * Reverting TravisCI yaml file to not install xclip and not setup a virtual dis...Todd Leonhardt2017-06-281-11/+0
| * Modify TravisCI yaml file to imitate a display with an X Virtual FramebufferTodd Leonhardt2017-06-281-0/+7
| * Just checking for presence of the xclip executable in the file system path is...Todd Leonhardt2017-06-281-6/+5
| * Attempt at fixing how xclip is checked for on Linux systemsTodd Leonhardt2017-06-282-3/+9
|/
* Removing a file which was accidentally checked inTodd Leonhardt2017-06-281-0/+0
* Merge pull request #143 from python-cmd2/no_url_loadTodd Leonhardt2017-06-2814-127/+116
|\