summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated changelogspeedup_importKevin Van Brunt2018-06-071-1/+9
* Merge pull request #434 from python-cmd2/fix_redirectionTodd Leonhardt2018-06-072-12/+30
|\
| * Merged from master and resolved conflictsTodd Leonhardt2018-06-076-22/+167
| |\ | |/ |/|
* | Merge pull request #433 from python-cmd2/autocompleterTodd Leonhardt2018-06-073-16/+84
|\ \
| * \ Merge branch 'master' into autocompleterTodd Leonhardt2018-06-074-11/+86
| |\ \ | |/ / |/| |
* | | Merge pull request #432 from python-cmd2/file_crashesTodd Leonhardt2018-06-074-11/+86
|\ \ \
| * | | OSError is enough to catch the errors we are concerned withKevin Van Brunt2018-06-071-2/+2
| * | | Update CHANGELOGTodd Leonhardt2018-06-071-0/+4
| * | | Fixed a couple potential crashes on opening filesTodd Leonhardt2018-06-063-11/+82
|/ / /
| * | Update to use new completion_header when returning completions in tabular for...Eric Lin2018-06-071-5/+3
| * | Writing completion header to sys.stdout instead of self.stdoutKevin Van Brunt2018-06-061-1/+1
| * | Added ability to print a header above tab-completion suggestionsKevin Van Brunt2018-06-061-0/+12
| * | display_matches is no longer restricted to delimited stringsKevin Van Brunt2018-06-061-15/+17
| * | Merge branch 'master' into autocompleterKevin Van Brunt2018-06-062-21/+11
| |\ \ | |/ / |/| |
| * | Adds possible support for tabular tab completion results.Eric Lin2018-06-062-1/+57
| | * Merge branch 'fix_redirection' of github.com:python-cmd2/cmd2 into fix_redire...Kevin Van Brunt2018-06-070-0/+0
| | |\
| | | * Attempt at fixing unit test failures on WindowsTodd Leonhardt2018-06-071-1/+2
| | * | Allowing quoted paths when piping and redirectingKevin Van Brunt2018-06-072-5/+21
| | |/
| | * Fix unexpected redirection behaviorTodd Leonhardt2018-06-071-1/+1
| |/ |/|
* | Merge pull request #429 from python-cmd2/rlutils_unit_testsTodd Leonhardt2018-06-041-0/+9
|\ \
| * \ Merge branch 'master' into rlutils_unit_testsTodd Leonhardt2018-06-041-21/+2
| |\ \ | |/ / |/| |
* | | Merge pull request #428 from python-cmd2/simplify_subcommand_exampleTodd Leonhardt2018-06-041-21/+2
|\ \ \ | |_|/ |/| |
| * | Simplify subcommnads.py exampleTodd Leonhardt2018-05-311-21/+2
|/ /
| * Added a unit test to help better cover rl_utils.pyTodd Leonhardt2018-05-311-0/+9
|/
* Merge pull request #425 from python-cmd2/unit_testsTodd Leonhardt2018-05-311-1/+25
|\
| * Merge branch 'master' into unit_testskotfu2018-05-315-6/+11
| |\ | |/ |/|
* | Merge pull request #424 from python-cmd2/twine_testkotfu2018-05-315-6/+11
|\ \
| * | Added minimum version of twine to dev tool requirements in setup.pyTodd Leonhardt2018-05-302-2/+7
| * | Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-304-4/+4
|/ /
| * Skip argcomplete-related tests on Windows since that module isn't available o...Todd Leonhardt2018-05-301-3/+3
| * Increase unit test coverage of argcomplete_bridge.pyTodd Leonhardt2018-05-301-0/+24
|/
* Merge pull request #422 from python-cmd2/invokeTodd Leonhardt2018-05-284-154/+261
|\
| * Remove fabfile.pykotfu2018-05-281-111/+0
| * Standardize shell code blockskotfu2018-05-281-29/+29
| * Add section for publishing a new releasekotfu2018-05-281-1/+14
| * More updates for #408 and #399kotfu2018-05-283-36/+23
| * Work begins on #408 and #399kotfu2018-05-283-12/+230
|/
* Update version to 0.9.1 for #4210.9.1kotfu2018-05-285-5/+8
* For python 3 don’t build universal wheels0.9.0.1kotfu2018-05-281-2/+0
* Update version to 0.9.0.1 for #421kotfu2018-05-284-4/+4
* Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-285-8/+10
* Fix error in setup.pyTodd Leonhardt2018-05-281-1/+0
* Update CHANGELOG in preparation for 0.9.0 release0.9.0Todd Leonhardt2018-05-282-1/+4
* Merge pull request #420 from python-cmd2/preparseTodd Leonhardt2018-05-273-16/+14
|\
| * Reverted preparse behavior to where it was (i.e. currently unused)Todd Leonhardt2018-05-272-1/+2
| * Updated CHANGELOG with stuff from 0.8.6 releaseTodd Leonhardt2018-05-271-5/+13
| * Fixed bug where preparse() wasn't called before parsingTodd Leonhardt2018-05-272-12/+1
|/
* Merge pull request #419 from python-cmd2/py_updatesTodd Leonhardt2018-05-274-12/+5
|\
| * Fixed conditional.py scriptTodd Leonhardt2018-05-263-3/+5
| * Removed unused functionKevin Van Brunt2018-05-261-9/+0
|/