| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #539 from python-cmd2/alert_printer | kmvanbrunt | 2018-09-25 | 7 | -59/+534 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Added bugfix about help on argparse commands | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-25 | 4 | -10/+54 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Addressing code review comments | Kevin Van Brunt | 2018-09-25 | 2 | -7/+11 | |
| | * | | | | | | | | | | | | | | | | | | | Simplified async_update_prompt | Kevin Van Brunt | 2018-09-25 | 1 | -28/+3 | |
| | * | | | | | | | | | | | | | | | | | | | Fixed documentation | Kevin Van Brunt | 2018-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | Removed more terminal code from coverage | Kevin Van Brunt | 2018-09-25 | 1 | -13/+13 | |
| | * | | | | | | | | | | | | | | | | | | | Removed terminal functions from code coverage | Kevin Van Brunt | 2018-09-25 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | Added documentation | Kevin Van Brunt | 2018-09-25 | 2 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | Added more examples and documentation | Kevin Van Brunt | 2018-09-25 | 2 | -4/+17 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 2 | -7/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 6 | -117/+42 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 2 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Made async stuff public | Kevin Van Brunt | 2018-09-25 | 3 | -30/+30 | |
| | * | | | | | | | | | | | | | | | | | | | Documented async functions | Kevin Van Brunt | 2018-09-24 | 1 | -0/+23 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-24 | 4 | -31/+38 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-24 | 12 | -180/+225 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Made demo more instructive | Kevin Van Brunt | 2018-09-23 | 1 | -92/+103 | |
| | * | | | | | | | | | | | | | | | | | | | Async printing functions raise RuntimeError if called before acquiring termin... | Kevin Van Brunt | 2018-09-23 | 1 | -26/+45 | |
| | * | | | | | | | | | | | | | | | | | | | Added more alerts and updated documentation | Kevin Van Brunt | 2018-09-22 | 1 | -12/+39 | |
| | * | | | | | | | | | | | | | | | | | | | Recreating the thread in preloop to support multiple calls of cmdloop | Kevin Van Brunt | 2018-09-22 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | Making sure self.prompt reflects what is on screen | Kevin Van Brunt | 2018-09-22 | 1 | -3/+15 | |
| | * | | | | | | | | | | | | | | | | | | | Updating prompt in example app | Kevin Van Brunt | 2018-09-21 | 2 | -20/+59 | |
| | * | | | | | | | | | | | | | | | | | | | First version of async printing example | Kevin Van Brunt | 2018-09-21 | 1 | -0/+121 | |
| | * | | | | | | | | | | | | | | | | | | | Made sure all prompts sent to GNU readline are made safe | Kevin Van Brunt | 2018-09-21 | 3 | -39/+42 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-21 | 13 | -222/+329 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Restoring original signint handler | Kevin Van Brunt | 2018-09-20 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-20 | 2 | -11/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Fixed when prompt is set in async functions | Kevin Van Brunt | 2018-09-20 | 1 | -29/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | Removed example commands | Kevin Van Brunt | 2018-09-20 | 1 | -28/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | Handling case of releasing _terminal_lock before its been locked | Kevin Van Brunt | 2018-09-19 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | More code to support asynchronous changes to the terminal | Kevin Van Brunt | 2018-09-19 | 2 | -34/+98 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-19 | 3 | -7/+79 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Made common function to clear input lines in the terminal | Kevin Van Brunt | 2018-09-19 | 2 | -50/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | Added a command which does nothing and produces no output to alias_startup.py... | Todd Leonhardt | 2018-09-19 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | Fixed a couple example transcripts which were never updated when the default ... | Todd Leonhardt | 2018-09-19 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | This just fixes a couple minor lint warnings related to raw strings and escapes | Todd Leonhardt | 2018-09-19 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | Wrote a prompt updater example | Kevin Van Brunt | 2018-09-19 | 2 | -3/+89 | |
| | * | | | | | | | | | | | | | | | | | | | | Moving cursor to beginning of line before printing alert | Kevin Van Brunt | 2018-09-19 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | Wrote function and test command to print alerts | Kevin Van Brunt | 2018-09-19 | 2 | -2/+113 | |
| | | | | | | | | | | | | | | | | | | | * | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #544 from python-cmd2/hist_crash | Todd Leonhardt | 2018-09-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Fixed bug where self.persistent_history_file attribute didn't exist | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Added bugfix about help on argparse commands | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | * | | Renamed function | Kevin Van Brunt | 2018-09-25 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | * | | Restored alias unit tests | Kevin Van Brunt | 2018-09-25 | 2 | -95/+88 | |
| | | | | | | | | | | | | | | | | | * | | Fixed unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | * | | Fixing unit tests | Kevin Van Brunt | 2018-09-25 | 3 | -109/+109 | |
| | | | | | | | | | | | | | | | | | * | | Fixing unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -1/+1 | |
