summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge pull request #539 from python-cmd2/alert_printerkmvanbrunt2018-09-257-59/+534
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerTodd Leonhardt2018-09-251-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Added bugfix about help on argparse commandsKevin Van Brunt2018-09-251-0/+1
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-254-10/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Addressing code review commentsKevin Van Brunt2018-09-252-7/+11
| * | | | | | | | | | | | | | | | | | | Simplified async_update_promptKevin Van Brunt2018-09-251-28/+3
| * | | | | | | | | | | | | | | | | | | Fixed documentationKevin Van Brunt2018-09-251-1/+1
| * | | | | | | | | | | | | | | | | | | Removed more terminal code from coverageKevin Van Brunt2018-09-251-13/+13
| * | | | | | | | | | | | | | | | | | | Removed terminal functions from code coverageKevin Van Brunt2018-09-252-5/+5
| * | | | | | | | | | | | | | | | | | | Added documentationKevin Van Brunt2018-09-252-0/+5
| * | | | | | | | | | | | | | | | | | | Added more examples and documentationKevin Van Brunt2018-09-252-4/+17
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerTodd Leonhardt2018-09-252-7/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerTodd Leonhardt2018-09-256-117/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerTodd Leonhardt2018-09-252-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Made async stuff publicKevin Van Brunt2018-09-253-30/+30
| * | | | | | | | | | | | | | | | | | | Documented async functionsKevin Van Brunt2018-09-241-0/+23
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-244-31/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-2412-180/+225
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Made demo more instructiveKevin Van Brunt2018-09-231-92/+103
| * | | | | | | | | | | | | | | | | | | Async printing functions raise RuntimeError if called before acquiring termin...Kevin Van Brunt2018-09-231-26/+45
| * | | | | | | | | | | | | | | | | | | Added more alerts and updated documentationKevin Van Brunt2018-09-221-12/+39
| * | | | | | | | | | | | | | | | | | | Recreating the thread in preloop to support multiple calls of cmdloopKevin Van Brunt2018-09-221-1/+3
| * | | | | | | | | | | | | | | | | | | Making sure self.prompt reflects what is on screenKevin Van Brunt2018-09-221-3/+15
| * | | | | | | | | | | | | | | | | | | Updating prompt in example appKevin Van Brunt2018-09-212-20/+59
| * | | | | | | | | | | | | | | | | | | First version of async printing exampleKevin Van Brunt2018-09-211-0/+121
| * | | | | | | | | | | | | | | | | | | Made sure all prompts sent to GNU readline are made safeKevin Van Brunt2018-09-213-39/+42
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-2113-222/+329
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Restoring original signint handlerKevin Van Brunt2018-09-201-2/+7
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-202-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fixed when prompt is set in async functionsKevin Van Brunt2018-09-201-29/+30
| * | | | | | | | | | | | | | | | | | | | Removed example commandsKevin Van Brunt2018-09-201-28/+0
| * | | | | | | | | | | | | | | | | | | | Handling case of releasing _terminal_lock before its been lockedKevin Van Brunt2018-09-191-2/+6
| * | | | | | | | | | | | | | | | | | | | More code to support asynchronous changes to the terminalKevin Van Brunt2018-09-192-34/+98
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printerKevin Van Brunt2018-09-193-7/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Made common function to clear input lines in the terminalKevin Van Brunt2018-09-192-50/+25
| * | | | | | | | | | | | | | | | | | | | Added a command which does nothing and produces no output to alias_startup.py...Todd Leonhardt2018-09-191-0/+4
| * | | | | | | | | | | | | | | | | | | | Fixed a couple example transcripts which were never updated when the default ...Todd Leonhardt2018-09-192-2/+2
| * | | | | | | | | | | | | | | | | | | | This just fixes a couple minor lint warnings related to raw strings and escapesTodd Leonhardt2018-09-192-2/+2
| * | | | | | | | | | | | | | | | | | | | Wrote a prompt updater exampleKevin Van Brunt2018-09-192-3/+89
| * | | | | | | | | | | | | | | | | | | | Moving cursor to beginning of line before printing alertKevin Van Brunt2018-09-191-2/+5
| * | | | | | | | | | | | | | | | | | | | Wrote function and test command to print alertsKevin Van Brunt2018-09-192-2/+113
| | | | | | | | | | | | | | | | | | | * | Merge branch 'master' into macroKevin Van Brunt2018-09-251-0/+1
| | | | | | | | | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #544 from python-cmd2/hist_crashTodd Leonhardt2018-09-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed bug where self.persistent_history_file attribute didn't existKevin Van Brunt2018-09-251-0/+1
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Added bugfix about help on argparse commandsKevin Van Brunt2018-09-251-0/+1
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | Renamed functionKevin Van Brunt2018-09-251-11/+11
| | | | | | | | | | | | | | | | | * | Restored alias unit testsKevin Van Brunt2018-09-252-95/+88
| | | | | | | | | | | | | | | | | * | Fixed unit testsKevin Van Brunt2018-09-251-2/+2
| | | | | | | | | | | | | | | | | * | Fixing unit testsKevin Van Brunt2018-09-253-109/+109
| | | | | | | | | | | | | | | | | * | Fixing unit testsKevin Van Brunt2018-09-251-1/+1