summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Updated CHANGES fileTodd Leonhardt2017-06-281-0/+7
| * Multiple changesTodd Leonhardt2017-06-285-29/+21
| * Completely removed use of self.default_file_nameTodd Leonhardt2017-06-286-36/+42
| * Fixed crash in edit if called with no argument and empty historyTodd Leonhardt2017-06-281-1/+5
| * Updated comments to relect where default_file_name is usedTodd Leonhardt2017-06-283-6/+18
| * Simplified implementation of do__relative_loadTodd Leonhardt2017-06-286-23/+24
| * Removed the ability for load command to load a script from a URLTodd Leonhardt2017-06-282-44/+11
|/
* Updated CHANGES.mdTodd Leonhardt2017-06-251-0/+10
* Merge pull request #141 from python-cmd2/code_coverageTodd Leonhardt2017-06-255-54/+79
|\
| * Skip the pastebuffer_read_and_write test if tools for interacting with clipbo...Todd Leonhardt2017-06-251-4/+3
| * Attempting to enable macOS builds on TravisCITodd Leonhardt2017-06-253-40/+38
| * Ensure path completion results are sorted alphabetically on all OSesTodd Leonhardt2017-06-251-3/+5
| * Fix Linux clipboard code so it works on both Python 2 and Python 3Todd Leonhardt2017-06-251-3/+14