summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG with release dates for 0.8.9 and 0.9.40.9.4Todd Leonhardt2018-08-201-2/+2
* Updated CHANGELOGTodd Leonhardt2018-08-201-0/+2
* Merge pull request #499 from python-cmd2/autocomp_initTodd Leonhardt2018-08-201-0/+240
|\
| * Copied and reduced the tab_autocompletion example to specifically exercise up...Eric Lin2018-08-191-0/+240
|/
* Updated CHANGELOG with info on recent bug fix for multiline commands where ma...Todd Leonhardt2018-08-091-0/+1
* Merge pull request #496 from python-cmd2/embedded_newlinesTodd Leonhardt2018-08-094-9/+79
|\
| * Allow newlines inside unclosed quotes. Fixes #495kotfu2018-08-082-4/+40
| * parse_command_only now appropriately sets multiline_commandkotfu2018-08-082-4/+21
| * Add unit tests to validate embedded newline parsingkotfu2018-08-061-1/+18
|/
* Minor updates to changelogTodd Leonhardt2018-08-061-5/+5
* Merge pull request #491 from python-cmd2/module_indexTodd Leonhardt2018-08-053-7/+5
|\
| * Merge branch 'master' into module_indexTodd Leonhardt2018-08-048-32/+131
| |\ | |/ |/|
* | Merge pull request #494 from python-cmd2/matches_sortedkmvanbrunt2018-08-048-32/+131
|\ \
| * | Added more unit tests for utils.pyTodd Leonhardt2018-08-021-2/+38
| * | Addeded utility function for combining unicode normalization and casefolding ...Todd Leonhardt2018-08-022-6/+32
| * | Updated docs and unit testsKevin Van Brunt2018-08-022-3/+2
| * | Updated argparse_completer to automatically set the matches_sorted flag for t...Eric Lin2018-08-012-5/+8
| * | Added alphabetical_sort() functionKevin Van Brunt2018-08-013-8/+15
| * | Updated date of 0.8.9 releaseKevin Van Brunt2018-08-011-1/+1
| * | Added matches_sorted member to support custom sorting order of tab-completion...Kevin Van Brunt2018-08-014-21/+49
|/ /
| * Removed non-working Module Index link from the main Sphinx docs pageTodd Leonhardt2018-07-313-7/+5
|/
* Merge pull request #485 from python-cmd2/sphinx_testsTodd Leonhardt2018-07-317-12/+22
|\
| * Fix Sphinx warning due to _static directoryTodd Leonhardt2018-07-302-3/+4
| * Fix Sphinx warning in preparse docstringTodd Leonhardt2018-07-301-2/+2
| * Modify .travis.yml to do the doc buildTodd Leonhardt2018-07-302-2/+5
| * Remove docs/requirements.txt which should no longer be usedkotfu2018-07-302-8/+5
| * Much better fix for #479 using toxkotfu2018-07-302-28/+6
| * Add test for sphinx doc build fix #479kotfu2018-07-301-0/+28
| * Add all dev dependencies (even from tox.ini)kotfu2018-07-301-2/+4
| * We now must install cmd2 in place for readthedocs to workkotfu2018-07-301-0/+1
|/
* Merge pull request #482 from python-cmd2/run_at_invocationTodd Leonhardt2018-07-292-21/+215
|\
| * Merge branch 'master' into run_at_invocationTodd Leonhardt2018-07-296-14/+23
| |\ | |/ |/|
* | Merge pull request #481 from python-cmd2/version_numberTodd Leonhardt2018-07-296-14/+23
|\ \
| * | Add test to assert cmd2.__version__ existskotfu2018-07-291-0/+3
| * | Add .eggs directorykotfu2018-07-291-0/+1
| * | Use setuptools_scm for version numberskotfu2018-07-295-15/+20
|/ /
| * Add example and documentation for #452kotfu2018-07-292-21/+215
|/
* Merge pull request #480 from python-cmd2/sphinx_autodoc_fixTodd Leonhardt2018-07-271-0/+1
|\
| * Add missing dependency on attrs to docs/requirements.txt to fix Sphinx autodocTodd Leonhardt2018-07-271-0/+1
|/
* Merge pull request #478 from python-cmd2/hook_exampleTodd Leonhardt2018-07-211-0/+115
|\
| * Address feedback in PRkotfu2018-07-211-2/+2
| * Add hook examplekotfu2018-07-211-0/+115
|/
* Merge pull request #462 from python-cmd2/plugin_functionsTodd Leonhardt2018-07-2015-122/+1593
|\
| * Update Contributor's Guide with info that VSTS builds for macOSTodd Leonhardt2018-07-181-1/+1
| * Fix documentation in regards to requirements on Python 3.4Todd Leonhardt2018-07-172-4/+5
| * Add VSTS build badge to READMETodd Leonhardt2018-07-171-0/+1
| * Fix unit test on VSTS Hosted Linux agentsTodd Leonhardt2018-07-171-2/+8
| * Attempt at fixing WSL unit test bug #472Todd Leonhardt2018-07-171-3/+3
| * Merged master with bug fix for #474Todd Leonhardt2018-07-172-15/+26
| |\ | |/ |/|
* | Bug fix and unit tests for #474kotfu2018-07-162-14/+26