| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated changelogspeedup_import | Kevin Van Brunt | 2018-06-07 | 1 | -1/+9 |
| | | |||||
| * | Merge pull request #434 from python-cmd2/fix_redirection | Todd Leonhardt | 2018-06-07 | 2 | -12/+30 |
| |\ | | | | | Fix unexpected redirection behavior | ||||
| | * | Merged from master and resolved conflicts | Todd Leonhardt | 2018-06-07 | 6 | -22/+167 |
| | |\ | |/ |/| | | | | | Also: - Fixed a couple warnings which showed up in VScode. | ||||
| * | | Merge pull request #433 from python-cmd2/autocompleter | Todd Leonhardt | 2018-06-07 | 3 | -16/+84 |
| |\ \ | | | | | | | Autocompleter | ||||
| | * \ | Merge branch 'master' into autocompleter | Todd Leonhardt | 2018-06-07 | 4 | -11/+86 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #432 from python-cmd2/file_crashes | Todd Leonhardt | 2018-06-07 | 4 | -11/+86 |
| |\ \ \ | | | | | | | | | Fixed a couple potential crashes on opening files | ||||
| | * | | | OSError is enough to catch the errors we are concerned with | Kevin Van Brunt | 2018-06-07 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Update CHANGELOG | Todd Leonhardt | 2018-06-07 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Fixed a couple potential crashes on opening files | Todd Leonhardt | 2018-06-06 | 3 | -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 Lin | 2018-06-07 | 1 | -5/+3 |
| | | | | | | | | | | | | | format with descriptions | ||||
| | * | | Writing completion header to sys.stdout instead of self.stdout | Kevin Van Brunt | 2018-06-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Added ability to print a header above tab-completion suggestions | Kevin Van Brunt | 2018-06-06 | 1 | -0/+12 |
| | | | | |||||
| | * | | display_matches is no longer restricted to delimited strings | Kevin Van Brunt | 2018-06-06 | 1 | -15/+17 |
| | | | | |||||
| | * | | Merge branch 'master' into autocompleter | Kevin Van Brunt | 2018-06-06 | 2 | -21/+11 |
| | |\ \ | |/ / |/| | | |||||
| | * | | Adds possible support for tabular tab completion results. | Eric Lin | 2018-06-06 | 2 | -1/+57 |
| | | | | |||||
| | | * | Merge branch 'fix_redirection' of github.com:python-cmd2/cmd2 into ↵ | Kevin Van Brunt | 2018-06-07 | 0 | -0/+0 |
| | | |\ | | | | | | | | | | | | | fix_redirection | ||||
| | | | * | Attempt at fixing unit test failures on Windows | Todd Leonhardt | 2018-06-07 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | Allowing quoted paths when piping and redirecting | Kevin Van Brunt | 2018-06-07 | 2 | -5/+21 |
| | | |/ | |||||
| | | * | Fix unexpected redirection behavior | Todd Leonhardt | 2018-06-07 | 1 | -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_tests | Todd Leonhardt | 2018-06-04 | 1 | -0/+9 |
| |\ \ | | | | | | | Added a unit test to help better cover rl_utils.py | ||||
| | * \ | Merge branch 'master' into rlutils_unit_tests | Todd Leonhardt | 2018-06-04 | 1 | -21/+2 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #428 from python-cmd2/simplify_subcommand_example | Todd Leonhardt | 2018-06-04 | 1 | -21/+2 |
| |\ \ \ | |_|/ |/| | | Simplify subcommnads.py example | ||||
| | * | | Simplify subcommnads.py example | Todd Leonhardt | 2018-05-31 | 1 | -21/+2 |
| |/ / | |||||
| | * | Added a unit test to help better cover rl_utils.py | Todd Leonhardt | 2018-05-31 | 1 | -0/+9 |
| |/ | |||||
| * | Merge pull request #425 from python-cmd2/unit_tests | Todd Leonhardt | 2018-05-31 | 1 | -1/+25 |
| |\ | | | | | Add a couple unit tests for tokens_for_completion in argcomplete_bridge.py | ||||
| | * | Merge branch 'master' into unit_tests | kotfu | 2018-05-31 | 5 | -6/+11 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #424 from python-cmd2/twine_test | kotfu | 2018-05-31 | 5 | -6/+11 |
| |\ \ | | | | | | | Require minimum twine version for PyPI upload | ||||
| | * | | Added minimum version of twine to dev tool requirements in setup.py | Todd Leonhardt | 2018-05-30 | 2 | -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.org | Todd Leonhardt | 2018-05-30 | 4 | -4/+4 |
| |/ / | |||||
| | * | Skip argcomplete-related tests on Windows since that module isn't available ↵ | Todd Leonhardt | 2018-05-30 | 1 | -3/+3 |
| | | | | | | | | | on Windows | ||||
| | * | Increase unit test coverage of argcomplete_bridge.py | Todd Leonhardt | 2018-05-30 | 1 | -0/+24 |
| |/ | | | | Added a couple unit tests for tokens_for_completion() function. | ||||
| * | Merge pull request #422 from python-cmd2/invoke | Todd Leonhardt | 2018-05-28 | 4 | -154/+261 |
| |\ | | | | | Move from fab to invoke | ||||
| | * | Remove fabfile.py | kotfu | 2018-05-28 | 1 | -111/+0 |
| | | | |||||
| | * | Standardize shell code blocks | kotfu | 2018-05-28 | 1 | -29/+29 |
| | | | |||||
| | * | Add section for publishing a new release | kotfu | 2018-05-28 | 1 | -1/+14 |
| | | | |||||
| | * | More updates for #408 and #399 | kotfu | 2018-05-28 | 3 | -36/+23 |
| | | | |||||
| | * | Work begins on #408 and #399 | kotfu | 2018-05-28 | 3 | -12/+230 |
| |/ | |||||
| * | Update version to 0.9.1 for #4210.9.1 | kotfu | 2018-05-28 | 5 | -5/+8 |
| | | |||||
| * | For python 3 don’t build universal wheels0.9.0.1 | kotfu | 2018-05-28 | 1 | -2/+0 |
| | | |||||
| * | Update version to 0.9.0.1 for #421 | kotfu | 2018-05-28 | 4 | -4/+4 |
| | | |||||
| * | Update version to 0.9.1rc1 to try and fix #421 | kotfu | 2018-05-28 | 5 | -8/+10 |
| | | |||||
| * | Fix error in setup.py | Todd Leonhardt | 2018-05-28 | 1 | -1/+0 |
| | | | | | PyPI doesn't recognize PyPy3 as a valid programming language | ||||
| * | Update CHANGELOG in preparation for 0.9.0 release0.9.0 | Todd Leonhardt | 2018-05-28 | 2 | -1/+4 |
| | | |||||
| * | Merge pull request #420 from python-cmd2/preparse | Todd Leonhardt | 2018-05-27 | 3 | -16/+14 |
| |\ | | | | | Fixed bug where preparse() wasn't called before parsing | ||||
| | * | Reverted preparse behavior to where it was (i.e. currently unused) | Todd Leonhardt | 2018-05-27 | 2 | -1/+2 |
| | | | |||||
| | * | Updated CHANGELOG with stuff from 0.8.6 release | Todd Leonhardt | 2018-05-27 | 1 | -5/+13 |
| | | | |||||
| | * | Fixed bug where preparse() wasn't called before parsing | Todd Leonhardt | 2018-05-27 | 2 | -12/+1 |
| |/ | | | | | Also: - Deleted postparse() since it was redundant with postparsing_precmd() | ||||
| * | Merge pull request #419 from python-cmd2/py_updates | Todd Leonhardt | 2018-05-27 | 4 | -12/+5 |
| |\ | | | | | Removed unused function | ||||
| | * | Fixed conditional.py script | Todd Leonhardt | 2018-05-26 | 3 | -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 function | Kevin Van Brunt | 2018-05-26 | 1 | -9/+0 |
| |/ | |||||
