Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to fix test result publishing on Azure Pipelines | Todd Leonhardt | 2018-10-24 | 2 | -2/+2 |
| | |||||
* | Attempt 3 at getting VSTS tox build working | Todd Leonhardt | 2018-10-24 | 1 | -0/+1 |
| | |||||
* | attempt 2 | Todd Leonhardt | 2018-10-24 | 1 | -1/+0 |
| | |||||
* | Attempt to use tox for VSTS builds | Todd Leonhardt | 2018-10-24 | 1 | -3/+6 |
| | |||||
* | Merge pull request #588 from python-cmd2/tox_redundant | Todd Leonhardt | 2018-10-23 | 2 | -2/+2 |
|\ | | | | | Fix redundant environments in tox.ini | ||||
| * | Fix redundant environments in tox.ini | Todd Leonhardt | 2018-10-23 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #587 from python-cmd2/signal_threads | Todd Leonhardt | 2018-10-22 | 3 | -6/+15 |
|\ | | | | | Ruggedized registration of SIGINT signal handler | ||||
| * | cmdloop now checks to see if it is running in the main thread before ↵ | Todd Leonhardt | 2018-10-21 | 3 | -6/+15 |
|/ | | | | attempting to register a signal handler for SIGINT | ||||
* | Merge pull request #583 from python-cmd2/delete_colorize | Todd Leonhardt | 2018-10-19 | 4 | -33/+4 |
|\ | | | | | Deleted Cmd.colorize() method and Cmd._colorcodes dictionary | ||||
| * | Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were ↵ | Todd Leonhardt | 2018-10-18 | 4 | -33/+4 |
|/ | | | | deprecated in 0.9.5 | ||||
* | Merge pull request #580 from fdiasdev/contributing-using-virtualenv | Todd Leonhardt | 2018-10-17 | 1 | -11/+31 |
|\ | | | | | Add Env setup documentation in CONTRIBUTING | ||||
| * | Add conda activate environment on Contributing documentation | Fernando Dias | 2018-10-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into contributing-using-virtualenv | Todd Leonhardt | 2018-10-15 | 2 | -2/+2 |
| |\ | |/ |/| | |||||
* | | Merge pull request #581 from python-cmd2/invoke_tag | Todd Leonhardt | 2018-10-15 | 2 | -2/+2 |
|\ \ | | | | | | | Make name a required argument for the "invoke tag" command | ||||
| * | | Updated outdated header comment in cmd2.py | Todd Leonhardt | 2018-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Make name a required argument for the "invoke tag" command | Todd Leonhardt | 2018-10-14 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | This causes the "invoke tag" command to function in an intuitive fashion as so: invoke tag tag_name Previously when name was an optional argument, the name needed to be set using a flag like so: invoke tag -n tag_name This has the side benefit of now making the recommended usage in the Contributor's Guide correct. | ||||
| * | Add virtualenv setting up session on Contributing | Fernando Dias | 2018-10-14 | 1 | -5/+22 |
| | | |||||
| * | Add conda env setup documentation in CONTRIBUTING | Fernando Dias | 2018-10-13 | 1 | -14/+17 |
|/ | |||||
* | Updated formattingtest_one | Kevin Van Brunt | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #578 from python-cmd2/func_plus_hooks0.9.6 | kmvanbrunt | 2018-10-13 | 3 | -27/+37 |
|\ | | | | | Func plus hooks | ||||
| * | Removed venv | Kevin Van Brunt | 2018-10-13 | 1 | -4/+1 |
| | | |||||
| * | Moved bug fixes to top | Kevin Van Brunt | 2018-10-13 | 1 | -4/+4 |
| | | |||||
| * | Added bug fixes to change log | Kevin Van Brunt | 2018-10-13 | 1 | -0/+3 |
| | | |||||
| * | Refactored | Kevin Van Brunt | 2018-10-13 | 2 | -26/+30 |
| | | |||||
| * | Argparse commands called as methods of PyscriptBridge now go through ↵ | Kevin Van Brunt | 2018-10-12 | 1 | -14/+15 |
| | | | | | | | | onecmd_plus_hooks | ||||
| * | Non-argparse commands called as methods of PyscriptBridge now go through ↵ | Kevin Van Brunt | 2018-10-12 | 1 | -1/+6 |
|/ | | | | onecmd_plus_hooks | ||||
* | Merge pull request #576 from python-cmd2/extra_args | kmvanbrunt | 2018-10-12 | 4 | -18/+38 |
|\ | | | | | You can now call a macro with extra arguments | ||||
| * | You can now call a macro with extra arguments | Kevin Van Brunt | 2018-10-12 | 4 | -18/+38 |
|/ | |||||
* | Merge pull request #575 from python-cmd2/prompt_update | kmvanbrunt | 2018-10-12 | 7 | -84/+86 |
|\ | | | | | Do not asynchronously redraw continuation prompts | ||||
| * | Documentation updates | Kevin Van Brunt | 2018-10-12 | 5 | -10/+7 |
| | | |||||
| * | Refactored async_alert | Kevin Van Brunt | 2018-10-11 | 1 | -56/+43 |
| | | |||||
| * | Using wcwidth to calculate display width of prompt | Kevin Van Brunt | 2018-10-11 | 4 | -26/+34 |
| | | |||||
| * | Do not asynchronously update continuation prompts | Kevin Van Brunt | 2018-10-11 | 1 | -16/+26 |
|/ | |||||
* | Fixed invoke command text0.9.5 | Kevin Van Brunt | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Filled in 0.9.5 release date | Kevin Van Brunt | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #573 from python-cmd2/double_dash | kmvanbrunt | 2018-10-11 | 9 | -61/+123 |
|\ | | | | | Double dash | ||||
| * | Syle-based refactor | Kevin Van Brunt | 2018-10-11 | 1 | -2/+2 |
| | | |||||
| * | Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sections | Kevin Van Brunt | 2018-10-10 | 3 | -4/+9 |
| | | |||||
| * | Fixed issue where flag at beginning of REMAINDER section was tab completing | Kevin Van Brunt | 2018-10-10 | 2 | -18/+31 |
| | | |||||
| * | Added code to handle -- in argparse completer | Kevin Van Brunt | 2018-10-10 | 6 | -57/+101 |
|/ | |||||
* | Merge pull request #571 from python-cmd2/argparse_remainder | Todd Leonhardt | 2018-10-09 | 16 | -85/+311 |
|\ | | | | | Fixes related to handling of argparse.REMAINDER | ||||
| * | Increasing code coverage | Kevin Van Brunt | 2018-10-09 | 1 | -0/+24 |
| | | |||||
| * | Added unit tests | Kevin Van Brunt | 2018-10-09 | 1 | -1/+18 |
| | | |||||
| * | Added additional unit test for StdSim | Todd Leonhardt | 2018-10-09 | 1 | -0/+12 |
| | | |||||
| * | Added tests for token_resembles_flag | Kevin Van Brunt | 2018-10-09 | 2 | -2/+18 |
| | | |||||
| * | Fixed error where an inner stream like StringIO doesn't have a buffer attribute. | Kevin Van Brunt | 2018-10-09 | 1 | -2/+8 |
| | | |||||
| * | Added ability for argcompleter to determine difference between flag and ↵ | Kevin Van Brunt | 2018-10-09 | 2 | -15/+37 |
| | | | | | | | | negative number | ||||
| * | Use argparser to determine if a token looks like an optional | Kevin Van Brunt | 2018-10-07 | 1 | -17/+2 |
| | | |||||
| * | Allowing negative number values when checking for optional prefix characters | Kevin Van Brunt | 2018-10-07 | 1 | -5/+6 |
| | | |||||
| * | Added check to prevent optional value strings from being accepted as positionals | Kevin Van Brunt | 2018-10-06 | 1 | -4/+23 |
| | |