summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated changelogspeedup_importKevin Van Brunt2018-06-071-1/+9
|
* Merge pull request #434 from python-cmd2/fix_redirectionTodd Leonhardt2018-06-072-12/+30
|\ | | | | Fix unexpected redirection behavior
| * Merged from master and resolved conflictsTodd Leonhardt2018-06-076-22/+167
| |\ | |/ |/| | | | | Also: - Fixed a couple warnings which showed up in VScode.
* | Merge pull request #433 from python-cmd2/autocompleterTodd Leonhardt2018-06-073-16/+84
|\ \ | | | | | | Autocompleter
| * \ Merge branch 'master' into autocompleterTodd Leonhardt2018-06-074-11/+86
| |\ \ | |/ / |/| |
* | | Merge pull request #432 from python-cmd2/file_crashesTodd Leonhardt2018-06-074-11/+86
|\ \ \ | | | | | | | | Fixed a couple potential crashes on opening files
| * | | 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
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixed crashes that occur when attempting to open a file in a non-existent directory or a when the filename is too long. Specifically fixed this when redirecting output to a file and when saving a transcript based on the history. Also added a couple unit tests related to the fixes.
| * | Update to use new completion_header when returning completions in tabular ↵Eric Lin2018-06-071-5/+3
| | | | | | | | | | | | format with descriptions
| * | 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 ↵Kevin Van Brunt2018-06-070-0/+0
| | |\ | | | | | | | | | | | | fix_redirection
| | | * 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
| |/ |/| | | | | | | | | | | | | New behavior: - help > name with space - redirects to a file called "name" (without the quotes) - help > "name with space" - redirects to a file called "name with space" (without the quotes)
* | Merge pull request #429 from python-cmd2/rlutils_unit_testsTodd Leonhardt2018-06-041-0/+9
|\ \ | | | | | | Added a unit test to help better cover rl_utils.py
| * \ 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 example
| * | 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
|\ | | | | Add a couple unit tests for tokens_for_completion in argcomplete_bridge.py
| * Merge branch 'master' into unit_testskotfu2018-05-315-6/+11
| |\ | |/ |/|
* | Merge pull request #424 from python-cmd2/twine_testkotfu2018-05-315-6/+11
|\ \ | | | | | | Require minimum twine version for PyPI upload
| * | Added minimum version of twine to dev tool requirements in setup.pyTodd Leonhardt2018-05-302-2/+7
| | | | | | | | | | | | | | | Also: - Updated comment in tasks.py to document minimum version of twine, wheel, and setuptools required
| * | 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 ↵Todd Leonhardt2018-05-301-3/+3
| | | | | | | | on Windows
| * Increase unit test coverage of argcomplete_bridge.pyTodd Leonhardt2018-05-301-0/+24
|/ | | | Added a couple unit tests for tokens_for_completion() function.
* Merge pull request #422 from python-cmd2/invokeTodd Leonhardt2018-05-284-154/+261
|\ | | | | Move from fab to invoke
| * 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
| | | | PyPI doesn't recognize PyPy3 as a valid programming language
* 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
|\ | | | | Fixed bug where preparse() wasn't called before parsing
| * 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
|/ | | | | Also: - Deleted postparse() since it was redundant with postparsing_precmd()
* Merge pull request #419 from python-cmd2/py_updatesTodd Leonhardt2018-05-274-12/+5
|\ | | | | Removed unused function
| * Fixed conditional.py scriptTodd Leonhardt2018-05-263-3/+5
| | | | | | | | | | | | Also: - Made self.locals_in_py = True for main.py and examples/python_scripting.py - This makes debugging easier in the embedded IPython shell provided by the opt-in ipy command
| * Removed unused functionKevin Van Brunt2018-05-261-9/+0
|/