summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* convert do_show() to argparsekotfu2018-01-141-12/+9
* convert do_history() to argparsekotfu2018-01-141-20/+16
* remove use_argument_list attributekotfu2018-01-144-113/+3
* refactor onecmd() to use parse_quoted_string()kotfu2018-01-141-7/+1
* Convert built-in commands to argparsing for #250kotfu2018-01-141-13/+17
* Ensure help function works if use_argument_list = Truekotfu2018-01-141-3/+3
* more robust argparse and arglist decoratorskotfu2018-01-142-18/+62
* add use_argument_list settingkotfu2018-01-123-1/+74
* new @with_argument_list decoratorkotfu2018-01-124-7/+97
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-124-13/+27
* Merge pull request #248 from python-cmd2/argparse_bugfixesTodd Leonhardt2018-01-115-67/+126
|\
| * simplify outputJared Crapo2018-01-101-6/+3
| * switch from optparse to argparseJared Crapo2018-01-101-25/+26
| * Replace optparse with argparse in READMEJared Crapo2018-01-101-33/+78
| * Fix a nasty bug in @with_argument_parserJared Crapo2018-01-102-3/+19
|/
* Trivial doc change to get readthedocs to rebuildTodd Leonhardt2018-01-101-2/+3
* Merge pull request #247 from python-cmd2/argparseTodd Leonhardt2018-01-106-19/+366
|\
| * Updated CHANGELOG to reflect the argparse changesTodd Leonhardt2018-01-101-0/+6
| * Write documentationkotfu2018-01-072-113/+147
| * Clean up variable nameskotfu2018-01-071-2/+2
| * Set prog in argparser based on the name of the functionkotfu2018-01-073-12/+14
| * Properly set docstring so it contains help messagekotfu2018-01-073-39/+55
| * Add tests for POSIX=true and arguments containing spaceskotfu2018-01-072-5/+43
| * Remove leftover debugging codekotfu2018-01-071-2/+0
| * Merge branch 'argparse' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-070-0/+0
| |\
| | * Merge branch 'master' into argparseTodd Leonhardt2018-01-0713-53/+68
| | |\ | |_|/ |/| |
| * | Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-075-10/+15
| |\ \ | |/ / |/| |
* | | Merge pull request #246 from python-cmd2/python_3.7Todd Leonhardt2018-01-075-10/+15
|\ \ \
| * | | Enabled Python 3.7 testing on Travis CITodd Leonhardt2018-01-065-10/+15
|/ / /
| * | Default posix and quote removal working.kotfu2018-01-073-42/+48
| * | Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-0713-50/+60
| |\ \ | |/ / |/| / | |/
* | Merge pull request #245 from python-cmd2/issue244Todd Leonhardt2018-01-063-13/+34
|\ \
| * | Fix test_transcript.py in python 3.7kotfu2018-01-062-13/+33
| * | Tell git to ignore .tox directorykotfu2018-01-061-0/+1
|/ /
* | Merge pull request #243 from python-cmd2/release_prep0.7.9Todd Leonhardt2018-01-0411-37/+26
|\ \
| * | Disabled Python 3.7-dev build in Travis CITodd Leonhardt2018-01-047-10/+12
| * | Fix Travis CI buildsTodd Leonhardt2018-01-043-18/+4
| * | Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-045-15/+16
|/ /
| * New test cases for argparseJared Crapo2018-01-072-2/+68
| * Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-1135-905/+158
| |\ | |/ |/|
* | Merge pull request #241 from python-cmd2/windows_pyreadlineTodd Leonhardt2017-11-156-3/+41
|\ \
| * | Added a note to the installation instructions section of user manualTodd Leonhardt2017-11-151-0/+4
| * | Fixed a list concatenation bug in changes made to setup.pyTodd Leonhardt2017-11-151-1/+1
| * | Merged master into windows_pyreadline branchTodd Leonhardt2017-11-151-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #240 from python-cmd2/bump_versionTodd Leonhardt2017-11-153-3/+3
|\ \ \
| * | | Bump version to 0.7.9aTodd Leonhardt2017-11-153-3/+3
|/ / /
* | | Merge pull request #239 from python-cmd2/update_changelogTodd Leonhardt2017-11-151-0/+7
|\ \ \
| * | | Just updated changelogTodd Leonhardt2017-11-151-0/+7
|/ / /
| * | Trying to fix tox.ini and appveyor.yml to get automated Windows tests to work...Todd Leonhardt2017-11-152-2/+30
| * | Updated appveyor.yml to ensure that pyreadline gets installed on Windows cont...Todd Leonhardt2017-11-151-1/+1