summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added 0.8.0 release date to Changelog0.8.0Todd Leonhardt2018-02-011-1/+1
* Fixed typo in a linkTodd Leonhardt2018-01-311-1/+1
* Merge pull request #261 from python-cmd2/automated_transcriptsTodd Leonhardt2018-01-314-8/+38
|\
| * Reformatted notice of plan to drop support for Python 2.7Todd Leonhardt2018-01-311-5/+7
| * Updated documentation in regards to automated transcript generationTodd Leonhardt2018-01-313-8/+29
| * Fixed issue with automated transcript generation via "history -t"Todd Leonhardt2018-01-291-0/+7
|/
* Merge pull request #257 from python-cmd2/sub-commandsTodd Leonhardt2018-01-2219-78/+650
|\
| * Added documentation about Python 3.4 and earlier now having an additional dep...Todd Leonhardt2018-01-223-2/+9
| * redirect_stderr wasn't added to contextlib until Python 3.5Todd Leonhardt2018-01-222-6/+12
| * help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...Todd Leonhardt2018-01-225-58/+58
| * Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-219-39/+39
| * Updated the changelogTodd Leonhardt2018-01-201-2/+4
| * History enhancementsTodd Leonhardt2018-01-206-17/+60
| * Added unit tests for newly-overridden complete() methodTodd Leonhardt2018-01-203-2/+139
| * Added unit tests for sub-commandsTodd Leonhardt2018-01-206-4/+194
| * Tab-completion of subcommand names is now supportedTodd Leonhardt2018-01-202-10/+103
| * Edited README.md to mention support for sub-commandsTodd Leonhardt2018-01-201-2/+2
| * Just improved a few comments in the subcommands.py exampleTodd Leonhardt2018-01-201-3/+3
| * Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-205-11/+12
| * Fixed unit testsTodd Leonhardt2018-01-204-19/+36
| * Added support for argparse sub-commands when using cmd2 decoratorsTodd Leonhardt2018-01-202-2/+78
|/
* Merge pull request #255 from python-cmd2/argparse_helpTodd Leonhardt2018-01-206-49/+46
|\
| * Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-174-16/+18
| * Improved how new argparse-based decorators provide helpTodd Leonhardt2018-01-174-33/+28
|/
* Merge pull request #249 from python-cmd2/arglistTodd Leonhardt2018-01-1720-660/+595
|\
| * Cleanup of documentation and examplesTodd Leonhardt2018-01-178-20/+5
| * Fix bug which prevented multiple history commands from being runkotfu2018-01-161-1/+1
| * Update changelog with #252 changeskotfu2018-01-161-2/+10
| * do_edit() no longer edits history, just files #252kotfu2018-01-164-153/+5
| * Remove do_save() and do_run() for #252kotfu2018-01-165-172/+20
| * tweak unit tests for history #252kotfu2018-01-151-1/+1
| * Implement -o, -r, and -e options for issue #252Jared Crapo2018-01-153-13/+93
| * Fixed comment in README.md that referred to the "list" command which was merg...Todd Leonhardt2018-01-151-2/+2
| * Fix test_base_show_readonly unit test on WindowsTodd Leonhardt2018-01-151-0/+1
| * Revised some of the Sphinx documentation which referenced the deprecated @opt...Todd Leonhardt2018-01-152-64/+10
| * cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-156-45/+55
| * Fixed the test_transcript unit test when run with the from_cmdloop.txt inputTodd Leonhardt2018-01-151-2/+2
| * show command has been removedTodd Leonhardt2018-01-155-33/+35
| * Made test_echo unit test robust to changes in expected value of "help history"Todd Leonhardt2018-01-151-1/+1
| * Fixed expected value of "help history" for unit testsTodd Leonhardt2018-01-151-9/+13
| * __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-156-14/+11
| * Merge branch 'arglist' of github.com:python-cmd2/cmd2 into arglistkotfu2018-01-151-0/+20
| |\
| | * Added a unit testTodd Leonhardt2018-01-151-0/+20
| * | Argument parsing and support currention functionality for #252kotfu2018-01-151-12/+16
| |/
| * Updated README.md due to @withargument_parser decorator now only passing a si...Todd Leonhardt2018-01-151-3/+3
| * Just updated the CHANGELOG a little to reflect ongoing changesTodd Leonhardt2018-01-151-5/+13
| * Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-154-6/+6
| * Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-158-110/+161
| * Just improved a few comments which had become outdatedTodd Leonhardt2018-01-151-5/+6
| * Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-153-12/+14