summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release date for 0.9.12 in CHANGELOG0.9.12Todd Leonhardt2019-04-221-1/+1
* Merge pull request #664 from python-cmd2/pointer_bugKevin Van Brunt2019-04-111-2/+2
|\
| * Clearing bytearray instead of creating a new objectKevin Van Brunt2019-04-111-1/+1
| * Fixed issue where pointer to bytearray was being returned instead of copied b...Kevin Van Brunt2019-04-111-1/+1
|/
* Added path completion bug fix to change logKevin Van Brunt2019-04-051-0/+1
* Merge pull request #662 from python-cmd2/path_fixKevin Van Brunt2019-04-052-1/+24
|\
| * Added unit test for path completion in root directoryKevin Van Brunt2019-04-051-0/+19
| * Fixed path completion case where cwd is just a slashKevin Van Brunt2019-04-051-1/+5
|/
* Merge pull request #655 from python-cmd2/capture_popenTodd Leonhardt2019-04-0311-671/+847
|\
| * Fixed minor grammatical errorTodd Leonhardt2019-04-031-1/+1
| * Attempt to fix unit testsTodd Leonhardt2019-04-022-2/+9
| * Added some unit tests for ProcReader and ContextFlag utility classesTodd Leonhardt2019-04-022-1/+51
| * Fix flake8 warningTodd Leonhardt2019-04-021-2/+0
| * Started addressing my PR commentsTodd Leonhardt2019-04-022-37/+39
| * Added unit testKevin Van Brunt2019-03-271-0/+9
| * Removed repeated block of codeKevin Van Brunt2019-03-271-7/+0
| * Merge branch 'master' into capture_popenKevin Van Brunt2019-03-273-20/+35
| |\ | |/ |/|
* | Merge pull request #656 from python-cmd2/multiline_promptTodd Leonhardt2019-03-243-20/+35
|\ \
| * | Fixed flake warningKevin Van Brunt2019-03-221-3/+2
| * | Updated change logKevin Van Brunt2019-03-211-0/+1
| * | Corrected what prompt variable was being usedKevin Van Brunt2019-03-211-3/+3
| * | Fixed issue when printing alerts caused by a prompt with a new line characterKevin Van Brunt2019-03-212-17/+32
|/ /
| * Renamed stuff and removed unneeded KeyboardInterrupt protectionKevin Van Brunt2019-03-272-20/+15
| * Added sigint protection around some state variable changesKevin Van Brunt2019-03-271-43/+46
| * Make sure stdout is a terminal before running 'stty sane'Kevin Van Brunt2019-03-271-2/+3
| * Moved indentation and added clarifying commentsKevin Van Brunt2019-03-241-3/+5
| * Made ContextFlag reentrantKevin Van Brunt2019-03-241-9/+12
| * Fixed indentation issue that caused cur_pipe_proc_reader to be overwrittenKevin Van Brunt2019-03-241-16/+11
| * Don't allow built-in cmdloop to run outside of main threadKevin Van Brunt2019-03-231-3/+12
| * Forward SIGINT to current pipe process instead of terminating it. This is con...Kevin Van Brunt2019-03-232-4/+9
| * Added protection from SIGINT when in a critical section of codeKevin Van Brunt2019-03-222-52/+71
| * Changed StdSim byte buffer into a bytearrayKevin Van Brunt2019-03-211-1/+1
| * Ctrl-C only kills the process being piped if the current command created itKevin Van Brunt2019-03-212-35/+55
| * Routing sys.stdout to piped processes to catch print() type statementsKevin Van Brunt2019-03-201-4/+4
| * Updated change logKevin Van Brunt2019-03-201-0/+5
| * Removed unused importKevin Van Brunt2019-03-201-1/+0
| * Terminate pipe processes instead of sending them SIGINTsKevin Van Brunt2019-03-202-6/+6
| * Simplified a unit testKevin Van Brunt2019-03-201-3/+2
| * Fixed unit testKevin Van Brunt2019-03-201-3/+3
| * Fixed unit test on WindowsKevin Van Brunt2019-03-201-1/+1
| * Made run_cmd return out and errKevin Van Brunt2019-03-207-459/+401
| * Handled possible race conditionKevin Van Brunt2019-03-201-11/+18
| * Printing an error instead of raising and exception if setting a variable that...Kevin Van Brunt2019-03-202-24/+17
| * Not running command if redirection failsKevin Van Brunt2019-03-203-70/+67
| * Updated commentKevin Van Brunt2019-03-201-1/+2
| * Handled issue where nested pipe processes were not being closed in the right ...Kevin Van Brunt2019-03-202-15/+33
| * Updated ppaged to not use self.pipe_procKevin Van Brunt2019-03-202-6/+9
| * Capturing output from piped process when redirectingKevin Van Brunt2019-03-201-12/+18
| * Simiplified codeKevin Van Brunt2019-03-202-18/+17
| * Updated ProcReader to determine which of the process streams are pipesKevin Van Brunt2019-03-202-10/+23