| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed CHANGES.md to CHANGELOG.md | Todd Leonhardt | 2017-08-09 | 1 | -176/+0 |
| | | | | | Just to make it that much more obvious what exactly it is ;-) | ||||
| * | Fixed unit test error on combination of Python 2.7 and Windows | Todd Leonhardt | 2017-08-07 | 1 | -0/+1 |
| | | |||||
| * | Updated CHANGES and bumped version in preparation for 0.7.6 release | Todd Leonhardt | 2017-08-02 | 1 | -1/+2 |
| | | |||||
| * | Added remove_unused.py example to demonstrate how to remove unused commands | Todd Leonhardt | 2017-07-31 | 1 | -1/+2 |
| | | |||||
| * | Fixed a Markdown formatting error in CHANGES.md | Todd Leonhardt | 2017-07-14 | 1 | -3/+3 |
| | | |||||
| * | Added support for case-insensitive tab-completion of cmd2 command names | Todd Leonhardt | 2017-07-13 | 1 | -0/+2 |
| | | |||||
| * | Fixed a unit test | Todd Leonhardt | 2017-07-12 | 1 | -2/+4 |
| | | | | | | | Also: - Added a couple unit tests related to case-sensitive vs case-insensitive parsing - Updated CHANGES.md | ||||
| * | Fixed a comment and updated CHANGES | Todd Leonhardt | 2017-07-10 | 1 | -0/+1 |
| | | |||||
| * | Updated CHANGES.md | Todd Leonhardt | 2017-07-09 | 1 | -0/+2 |
| | | |||||
| * | Bump version to 0.7.6a (from 0.7.5) | Todd Leonhardt | 2017-07-08 | 1 | -0/+6 |
| | | |||||
| * | Added a unit test for custom intro when calling cmdloop() | Todd Leonhardt | 2017-07-08 | 1 | -1/+2 |
| | | | | | Also updated CHANGES.md | ||||
| * | Fix a bug in a unit test which can happen in atypical circumstances | Todd Leonhardt | 2017-07-05 | 1 | -1/+2 |
| | | |||||
| * | Minor tweak to CHANGES | Todd Leonhardt | 2017-07-03 | 1 | -1/+2 |
| | | |||||
| * | Updated CHANGES | Todd Leonhardt | 2017-07-03 | 1 | -5/+3 |
| | | |||||
| * | Fixed a few bugs and examples | Todd Leonhardt | 2017-07-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | Bug fixes: - case_insensitive is no longer a runtime-settable parameter, but it was still listed as such - Fixed a recursive loop bug when abbreviated commands are enabled and it could get stuck in the editor forever - Added additional command abbreviations to the "exclude from history" list - Fixed argparse_example.py and pirate.py examples Other changes: - Organized all attributes used to configure the ParserManager into a single location - Set the default value of "abbrev" to False (which controls whether or not abbreviated commands are allowed) - With good tab-completion of command names, using abbreviated commands isn't a particularly useful feature - And it can create problems | ||||
| * | Bump version to 0.7.5a | Todd Leonhardt | 2017-07-03 | 1 | -0/+6 |
| | | |||||
| * | Updated CHANGES0.7.4 | Todd Leonhardt | 2017-07-03 | 1 | -2/+4 |
| | | |||||
| * | Removed unnecessary try/except in do_shell | Todd Leonhardt | 2017-07-02 | 1 | -0/+1 |
| | | | | | Since in the subprocess.Popen() call, shell=True and stderr=sys.stderr, errors get printed on stderr. There is no need to catch an exception. | ||||
| * | Stopped skipping a unit test on Windows which should pass now | Todd Leonhardt | 2017-07-01 | 1 | -0/+1 |
| | | |||||
| * | Added more unit tests for py and pyscript commands | Todd Leonhardt | 2017-07-01 | 1 | -3/+5 |
| | | |||||
| * | Replaced clipboard copy and paste custom code with pyperclip | Todd Leonhardt | 2017-06-30 | 1 | -1/+3 |
| | | | | | | | - Added a 3rd-party dependency on the pyperclip module TODO: Rigorous test on all OSes, particularly Linux systems without xclip | ||||
| * | Bumped version to 0.7.4 and updated CHANGES file | Todd Leonhardt | 2017-06-29 | 1 | -0/+1 |
| | | |||||
| * | Updated CHANGES file | Todd Leonhardt | 2017-06-28 | 1 | -0/+7 |
| | | |||||
| * | Updated CHANGES.md | Todd Leonhardt | 2017-06-25 | 1 | -0/+10 |
| | | |||||
| * | Added release date for 0.7.3 release | Todd Leonhardt | 2017-06-23 | 1 | -1/+1 |
| | | |||||
| * | Trivial typo fix | Todd Leonhardt | 2017-06-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed tab completion of command and shell commands | Todd Leonhardt | 2017-06-15 | 1 | -1/+2 |
| | | | | | We now more closely emulate how Bash does or does not append a space. | ||||
| * | Minor clarification in CHANGES.md | Todd Leonhardt | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | Updated CHANGES.md file | Todd Leonhardt | 2017-06-14 | 1 | -0/+3 |
| | | |||||
| * | Updated CHANGES.md file and bumped version to 0.7.3 | Todd Leonhardt | 2017-06-14 | 1 | -3/+8 |
| | | | | | Bumped version in preparation for 0.7.3 release probably within the next couple weeks. | ||||
| * | Added new pyscript command | Todd Leonhardt | 2017-06-13 | 1 | -0/+1 |
| | | | | | | | | | This command is explicitly for running Python script files within an embedded Python interpreter. The advantages over the py command with "run" are: - Tab-completion of file system paths is supported - Command-line arguments can be passed to the Python script | ||||
| * | Updated CHANGES.md | Todd Leonhardt | 2017-06-03 | 1 | -0/+11 |
| | | |||||
| * | Bumping version to 0.7.20.7.2 | Todd Leonhardt | 2017-05-22 | 1 | -1/+8 |
| | | |||||
| * | Added a unit test and updated changes | Todd Leonhardt | 2017-05-21 | 1 | -0/+1 |
| | | |||||
| * | Updated an example, features, and changes based on new support for path and ↵ | Todd Leonhardt | 2017-05-17 | 1 | -0/+1 |
| | | | | | command completion | ||||
| * | Renamed CHANGES.rst to CHANGES.md | Todd Leonhardt | 2017-05-16 | 1 | -0/+86 |
| Converted from reStructuredText to Markdown and updated for recent changes | |||||
