summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for custom_help testTodd Leonhardt2018-03-161-1/+2
* Merge branch 'alias' of github.com:python-cmd2/cmd2 into aliasKevin Van Brunt2018-03-162-2/+1
|\
| * Fixed bug where positional argument was given after keyword argumentsTodd Leonhardt2018-03-161-1/+1
| * Remove file which should never have been comittedTodd Leonhardt2018-03-161-1/+0
* | More unit test fixesKevin Van Brunt2018-03-162-5/+11
|/
* Fixing unit testsKevin Van Brunt2018-03-162-3/+6
* alias and unalias commands are implementedKevin Van Brunt2018-03-161-10/+93
* Added .pytest_cache directory to .gitignoreTodd Leonhardt2018-03-162-0/+2
* OptimizingKevin Van Brunt2018-03-151-13/+3
* Initial version of aliasesKevin Van Brunt2018-03-151-12/+57
* Merge pull request #312 from python-cmd2/moresubTodd Leonhardt2018-03-154-83/+140
|\
| * Fixed indentationKevin Van Brunt2018-03-151-8/+8
| * Small refactorsKevin Van Brunt2018-03-151-6/+4
| * Merge branch 'master' into moresubKevin Van Brunt2018-03-151-0/+3
| |\ | |/ |/|
* | Merge pull request #311 from python-cmd2/fix/useless-history-line-in-selectTodd Leonhardt2018-03-151-0/+3
|\ \
| * | remove history line in select when user insert choiceAlberto Sartori2018-03-151-0/+3
|/ /
| * Added convenience function for calling correct tab-completion function for su...Kevin Van Brunt2018-03-151-18/+96
| * No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-144-22/+17
| * Changed default_completer to all_else and it can be an iterable or functionKevin Van Brunt2018-03-141-43/+29
|/
* Merge pull request #310 from python-cmd2/table_displayTodd Leonhardt2018-03-146-4/+79
|\
| * Added table_display.pyTodd Leonhardt2018-03-146-4/+79
|/
* Merge pull request #308 from albertored/feature/history-on-submenuTodd Leonhardt2018-03-141-3/+20
|\
| * allow submenu history preservationAlberto Sartori2018-03-141-3/+20
|/
* Merge pull request #307 from MarkLalor/docs/quit_on_sigintTodd Leonhardt2018-03-141-0/+15
|\
| * Added documentation for quit_on_sigintMark Lalor2018-03-141-0/+15
* | Merge pull request #306 from albertored/feature/copy-back-shared-attrsTodd Leonhardt2018-03-142-33/+71
|\ \
| * | add tests for preserve sharesAlberto Sartori2018-03-141-11/+41
| * | Merge branch 'master' into feature/copy-back-shared-attrsTodd Leonhardt2018-03-133-4/+66
| |\ \ | |/ / |/| |
* | | Merge pull request #305 from albertored/fix/submenu-require-sharesTodd Leonhardt2018-03-132-3/+16
|\ \ \
| * \ \ Merge branch 'master' into fix/submenu-require-sharesTodd Leonhardt2018-03-132-1/+50
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #304 from MarkLalor/feature/capture-interruptTodd Leonhardt2018-03-132-1/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added option to cancel the current line on keyboard interrupt.Mark Lalor2018-03-122-1/+50
|/ / /
| * | AddSubMenu should work with default kwargsAlberto Sartori2018-03-132-3/+16
|/ /
| * add `preserve_shares` arg to AddSubMenuAlberto Sartori2018-03-131-22/+30
|/
* Merge pull request #302 from albertored/fix/FileNotFoundError-py2Todd Leonhardt2018-03-121-3/+4
|\
| * FileNotFoundError does not exists on python 2Alberto Sartori2018-03-121-3/+4
|/
* Merge pull request #301 from albertored/fix/submenu-completeTodd Leonhardt2018-03-122-22/+268
|\
| * missing args in calling completenamesAlberto Sartori2018-03-122-22/+268
|/
* Merge pull request #300 from MarkLalor/patch-1Todd Leonhardt2018-03-111-2/+2
|\
| * Fix typos in freefeatures.rstMark Lalor2018-03-111-2/+2
|/
* Merge pull request #299 from python-cmd2/subcomplete0.8.1Todd Leonhardt2018-03-091-32/+39
|\
| * Tweaked logic on when to run default_completerKevin Van Brunt2018-03-091-4/+4
| * Merge branch 'master' into subcompleteKevin Van Brunt2018-03-091-1/+1
| |\ | |/ |/|
* | Fixed typoTodd Leonhardt2018-03-091-1/+1
* | Updated 0.8.1 release date in CHANGELOGTodd Leonhardt2018-03-091-2/+2
| * Tweaked complete function to handle cases where a flag appears before subcomm...Kevin Van Brunt2018-03-091-28/+35
|/
* Minor tweak to CHANGELOGTodd Leonhardt2018-03-081-1/+1
* Merge pull request #298 from python-cmd2/poutput_instead_of_printTodd Leonhardt2018-03-071-4/+4
|\
| * Use self.poutput() instead of print() in arg_print.py exampleTodd Leonhardt2018-03-071-4/+4
|/
* Merge pull request #297 from python-cmd2/paged_outputTodd Leonhardt2018-03-075-7/+102
|\