summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG with release date for 0.9.130.9.13Todd Leonhardt2019-06-141-2/+2
* Merge pull request #699 from python-cmd2/history_fixesTodd Leonhardt2019-06-147-22/+104
|\
| * Added commentKevin Van Brunt2019-06-141-0/+4
| * Added a unit test for HistoryItem.pr() in the case of non-verbose, non-expand...Todd Leonhardt2019-06-142-1/+13
| * Updated change logKevin Van Brunt2019-06-141-1/+2
| * Merge branch 'master' into history_fixesKevin Van Brunt2019-06-1429-403/+484
| |\ | |/ |/|
* | Merge pull request #696 from python-cmd2/script_refactorKevin Van Brunt2019-06-1429-403/+484
|\ \
| * | Fixed flake8 errorKevin Van Brunt2019-06-131-1/+0
| * | Reverted making constant values for colors. This will be done on a future tic...Kevin Van Brunt2019-06-133-16/+11
| * | Updated unit testKevin Van Brunt2019-06-121-4/+3
| * | Transcript generation no longer terminates _cmdloop() when a command returns ...Kevin Van Brunt2019-06-122-11/+11
| * | Fixed UnsupportedOperation on fileno error when a shell command was one of th...Kevin Van Brunt2019-06-122-11/+7
| * | Made constants for color valuesKevin Van Brunt2019-06-123-11/+17
| * | Fixed unit testsKevin Van Brunt2019-06-123-74/+93
| * | Revert "Move argparse parsing of CLI args back to cmdloop() from __init__()"Kevin Van Brunt2019-06-121-17/+16
| * | Move argparse parsing of CLI args back to cmdloop() from __init__()Todd Leonhardt2019-06-111-16/+17
| * | Removed support for cmd.cmdqueueKevin Van Brunt2019-06-1110-93/+96
| * | Updated change logKevin Van Brunt2019-06-101-0/+1
| * | Updated change logKevin Van Brunt2019-06-101-1/+1
| * | Updated change logKevin Van Brunt2019-06-101-4/+4
| * | Updated change logKevin Van Brunt2019-06-101-14/+14
| * | Added unit test for stopping during transcript generationKevin Van Brunt2019-06-101-0/+23
| * | Added unit testKevin Van Brunt2019-06-102-0/+23
| * | Merge branch 'master' into script_refactorKevin Van Brunt2019-06-101-4/+12
| |\ \ | |/ / |/| |
| * | Updated change log and commentKevin Van Brunt2019-06-072-2/+5
| * | Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-0714-40/+1
| * | Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...Kevin Van Brunt2019-06-073-15/+19
| * | Made comment more accurateKevin Van Brunt2019-06-071-1/+1
| * | Moved a new helper function from cmd2.py to utils.py where it probably belongedTodd Leonhardt2019-06-072-15/+17
| * | Extracted duplicated code to utility functionTodd Leonhardt2019-06-062-4/+17
| * | Refactored how and when transcript file glob patterns are expanded in order t...Todd Leonhardt2019-06-063-14/+49
| * | Transcript testing now properly handles commands which signal the application...Todd Leonhardt2019-06-063-3/+11
| * | runcmds_plus_hooks now handles HistoryItemsKevin Van Brunt2019-06-061-2/+5
| * | Merge branch 'master' into script_refactorKevin Van Brunt2019-06-068-236/+560
| |\ \
| * | | Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...Kevin Van Brunt2019-06-043-8/+8
| * | | Removing duplicate functionality by calling runcmds_plus_hooks() to run cmdqueueKevin Van Brunt2019-05-241-10/+11
| * | | Running commands from history stops if a command returns True for its stop va...Kevin Van Brunt2019-05-242-6/+1
| * | | Since transcript generation actually runs the commands, it now returns whethe...Kevin Van Brunt2019-05-241-4/+10
| * | | Fixed count in output message printed after transcript generationKevin Van Brunt2019-05-241-2/+7
| * | | Stopping transcript generation if a command returns True for its stop valueKevin Van Brunt2019-05-241-1/+4
| * | | Removed most return statements from finally blocks to avoid hiding exceptionsKevin Van Brunt2019-05-242-44/+41
| * | | Fixed spellingKevin Van Brunt2019-05-231-1/+1
| * | | Returning value of stop from history command when it runs a scriptKevin Van Brunt2019-05-231-4/+5
| * | | Change load to run scripts immediately instead of queueing commandsKevin Van Brunt2019-05-233-129/+110
| | | * Adding individual lines of commands to readline history to match how it was e...Kevin Van Brunt2019-06-141-5/+7
| | | * Fixed bug where multiline commands were always being expanded in history output.Kevin Van Brunt2019-06-141-11/+12
| | | * Added unit test for _input_line_to_statementKevin Van Brunt2019-06-141-0/+14
| | | * Fixed issue where input line was being saved before all of a multiline comman...Kevin Van Brunt2019-06-141-2/+6
| | | * Fix history display issuesTodd Leonhardt2019-06-135-4/+48
| |_|/ |/| |
* | | Updated README to include links to more and a wider variety of open-source pr...Todd Leonhardt2019-06-101-4/+12
| |/ |/|