summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into plugin_functionskotfu2018-05-311-1/+1
|\ \ | |/
| * Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
* | Spacing, formating, and minor copy edits.kotfu2018-05-281-10/+13
* | Merge branch 'master' into plugin_functionskotfu2018-05-281-1/+1
|\ \ | |/
| * Update version to 0.9.1 for #4210.9.1kotfu2018-05-281-1/+1
| * Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
| * Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-1/+1
* | Add more whitespacekotfu2018-05-271-0/+3
* | Merge branch 'master' into plugin_functionskotfu2018-05-271-2/+0
|\ \ | |/
| * Fixed bug where preparse() wasn't called before parsingTodd Leonhardt2018-05-271-2/+0
* | Differentiate between postparsing hooks and precommand hookskotfu2018-05-271-0/+4
* | implement precommand and postcommand hookskotfu2018-05-271-35/+143
* | Add preloop and postloop hook capabilitieskotfu2018-05-261-7/+35
* | Preparsing hooks not feasible, discarding.kotfu2018-05-261-21/+17
* | Document and test postparsing hookskotfu2018-05-261-27/+96
* | Allow registration of multiple postparsing hookskotfu2018-05-261-0/+19
|/
* Remove cmd2.Cmd.redirector for #381kotfu2018-05-102-22/+8
* Fix broken Sphinx documentationTodd Leonhardt2018-05-024-28/+24
* Merge branch 'ply' of https://github.com/python-cmd2/cmd2 into plykotfu2018-05-022-15/+48
|\
| * Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-022-15/+48
| |\
| | * Updated some documentation.Eric Lin2018-05-022-15/+48
* | | Add argv to Statement objectkotfu2018-05-021-3/+16
|/ /
* | Clean up documentation references to pyparsingkotfu2018-04-292-44/+12
* | multilineCommands -> multiline_commandskotfu2018-04-292-2/+2
* | Removed pyparsing from setup.py as a dependencyTodd Leonhardt2018-04-281-2/+1
* | Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIXkotfu2018-04-251-10/+0
|/
* Added some documentation related to the latest changes.Eric Lin2018-04-211-6/+4
* Merged ReadTheDocs build fix from masterTodd Leonhardt2018-04-181-1/+0
|\
| * Trying to fix Sphnix build on ReadTheDocsTodd Leonhardt2018-04-181-3/+0
* | Tweaked AutoCompleter.ACArgumentParser's constructor to pass through construc...Eric Lin2018-04-181-2/+1
|/
* Fix documentation which referred to a single/one source fileTodd Leonhardt2018-04-171-2/+2
* Finished removing all dependencies on the six moduleTodd Leonhardt2018-04-152-2/+0
* Removed reference to Python 2 and 2.7 in some sections of the documentationTodd Leonhardt2018-04-153-22/+6
* Removed unit test dependency on mockTodd Leonhardt2018-04-151-0/+1
* Merged master into delete_optparse branchTodd Leonhardt2018-04-151-2/+2
|\
| * Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
* | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-111-0/+132
|\ \ | |/
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-0/+132
| * Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-101-1/+1
* | Updated version to 0.8.5Todd Leonhardt2018-04-101-1/+1
* | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-094-51/+4
|/
* Updated version number of release0.8.3Kevin Van Brunt2018-04-091-1/+1
* Add conditional dependency on enum34 for Python 2.7Todd Leonhardt2018-03-281-0/+2
* Addressed code review commentsKevin Van Brunt2018-03-271-0/+5
* Updated documentationKevin Van Brunt2018-03-251-3/+2
* Added link to video of Florida Pycon 2017 presentation on cmd2Todd Leonhardt2018-03-231-2/+1
* Added back in preference for gnureadline if it is presentTodd Leonhardt2018-03-212-5/+33
* Fixed small typos and changed example code class nameMark Lalor2018-03-171-4/+4
* Added a tiny bit of documentationTodd Leonhardt2018-03-172-2/+15
* Documented cmd_with_subs_completer functionKevin Van Brunt2018-03-161-0/+6