summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated comments and examplesKevin Van Brunt2018-04-153-3/+4
* More unit tests and commentsKevin Van Brunt2018-04-152-3/+21
* More opening quote unit testsKevin Van Brunt2018-04-151-3/+63
* Unit tests for adding opening quoteKevin Van Brunt2018-04-151-18/+68
* Improving documentationKevin Van Brunt2018-04-141-11/+18
* Still hammering out adding an opening quoteKevin Van Brunt2018-04-141-11/+13
* Updated .gitignore to ignore Visual Studio Code settings and configuraitonTodd Leonhardt2018-04-141-3/+11
* Added to enhancements sectionKevin Van Brunt2018-04-141-3/+5
* Corrected how an opening quote is added to delimited matches like pathsKevin Van Brunt2018-04-141-8/+13
* Changed opening quote check and comment for clarityKevin Van Brunt2018-04-141-3/+3
* Preparation for 0.8.5 releaseTodd Leonhardt2018-04-135-4/+22
* Correcting when to add an opening quoteKevin Van Brunt2018-04-141-3/+3
* Added more clarification to commentKevin Van Brunt2018-04-131-5/+4
* Added commentKevin Van Brunt2018-04-131-4/+5
* Simplifying adding opening quotesKevin Van Brunt2018-04-132-170/+73
* Fixed comment and changed Python 3 check to use sixKevin Van Brunt2018-04-131-2/+2
* Removed unused variablesKevin Van Brunt2018-04-131-2/+0
* Merge pull request #352 from python-cmd2/user_expansionkmvanbrunt2018-04-132-47/+72
|\
| * Trying to fix Windows unit test when running on AppVeyorKevin Van Brunt2018-04-131-3/+3
| * Added better check for whether a path is a directoryKevin Van Brunt2018-04-131-3/+4
| * Fixed unbound local warningKevin Van Brunt2018-04-131-3/+3
| * Added some basic user completion on WindowsKevin Van Brunt2018-04-132-24/+26
| * Allowing the use of ~user expansion in pathsKevin Van Brunt2018-04-122-43/+65
|/
* Merge pull request #351 from python-cmd2/bugfix/350Todd Leonhardt2018-04-121-3/+3
|\
| * #350 Pass the return value back through for wrapped functions.Eric Lin2018-04-121-3/+3
|/
* Moved up date we plan to discontinue support for Python 2 on.Todd Leonhardt2018-04-111-1/+1
* Merge pull request #348 from python-cmd2/help_categoriesTodd Leonhardt2018-04-115-17/+535
|\
| * Removed an emty line.Eric Lin2018-04-111-1/+0
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-115-18/+192
| * Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-114-9/+138
| * Removed extra new lineKevin Van Brunt2018-04-111-1/+0
| * Added verbose help output with help -v or help --verboseEric Lin2018-04-102-13/+67
| * Merge remote-tracking branch 'origin/master' into help_categoriesEric Lin2018-04-106-4/+11
| |\ | |/ |/|
* | Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-105-6/+9
* | Added 0.8.3 dependency fix to change logKevin Van Brunt2018-04-101-1/+2
* | Merge pull request #347 from nsoranzo/setup_fixesTodd Leonhardt2018-04-102-0/+3
|\ \
| * | Build universal wheelsNicola Soranzo2018-04-101-0/+2
| * | Add wcwidth for setuptools>=18Nicola Soranzo2018-04-101-0/+1
|/ /
| * Fixed imports since new categorization feature requires IterableTodd Leonhardt2018-04-091-1/+1
| * Remove usage of optional type hinting which is not allowed in Python 2.7Todd Leonhardt2018-04-091-4/+6
| * Merge branch 'master' into help_categoriesTodd Leonhardt2018-04-091-3/+3
| |\ | |/ |/|
* | Swapped line order for comment clarityKevin Van Brunt2018-04-101-3/+3
| * Added a convenience function for tagging command categories.Eric Lin2018-04-092-19/+32
| * Added ability to group commands by category when printing the help menu.Eric Lin2018-04-092-3/+151
|/
* Updated version number of release0.8.3Kevin Van Brunt2018-04-095-5/+5
* Merge pull request #338 from python-cmd2/doc_updateskmvanbrunt2018-04-062-2/+2
|\
| * Corrected docsKevin Van Brunt2018-04-062-2/+2
|/
* Added new alias features to change logKevin Van Brunt2018-04-061-0/+2
* Merge pull request #337 from python-cmd2/shell_expansionkmvanbrunt2018-04-061-2/+3
|\
| * No longer expanding env vars since the shell will do thatKevin Van Brunt2018-04-061-2/+3
|/