summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Updated version numberKevin Van Brunt2018-08-011-1/+1
* Backported file open crash fixes for Issue #430 to python2 branchTodd Leonhardt2018-06-071-1/+1
* Trying 0.8.7 for #4210.8.7kotfu2018-05-281-1/+1
* Update version to 0.8.6.1 for #4210.8.6.1kotfu2018-05-281-1/+1
* no dashes in rc version0.8.7rc1kotfu2018-05-281-1/+1
* Add ‘python-requires >= 2.7’ for #421kotfu2018-05-281-1/+1
* Created python2 branch for 0.8.x bug fix releasesTodd Leonhardt2018-04-151-1/+1
* Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
* 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 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
* Removed commaKevin Van Brunt2018-03-161-1/+1
* Added documentaionKevin Van Brunt2018-03-162-8/+24
* Added table_display.pyTodd Leonhardt2018-03-141-1/+1
* Added documentation for quit_on_sigintMark Lalor2018-03-141-0/+15
* Fix typos in freefeatures.rstMark Lalor2018-03-111-2/+2
* Refactored the Windows vs macOS/Linux conditional in ppaged()Todd Leonhardt2018-03-071-3/+5
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-10/+0
* Removed abbrev attributeKevin Van Brunt2018-03-022-19/+1
* Changed pipeing to pipingTodd Leonhardt2018-02-271-1/+1
* Improved the documentation regarding poutput, particularly with transcriptsTodd Leonhardt2018-02-242-0/+11
* First past at unit test for persistent history featureTodd Leonhardt2018-02-091-0/+1
* Added optional persistent readline history featureTodd Leonhardt2018-02-082-7/+10
* Improved argument processing docsTodd Leonhardt2018-02-011-14/+38
* Updated documentation in regards to automated transcript generationTodd Leonhardt2018-01-311-6/+21
* Added documentation about Python 3.4 and earlier now having an additional dep...Todd Leonhardt2018-01-221-0/+5
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-9/+9
* Added unit tests for newly-overridden complete() methodTodd Leonhardt2018-01-201-2/+11
* Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-201-2/+2
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-10/+12
* Cleanup of documentation and examplesTodd Leonhardt2018-01-172-8/+4
* Revised some of the Sphinx documentation which referenced the deprecated @opt...Todd Leonhardt2018-01-152-64/+10
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-10/+33
* remove use_argument_list attributekotfu2018-01-141-33/+1
* new @with_argument_list decoratorkotfu2018-01-121-0/+51
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+8
* Trivial doc change to get readthedocs to rebuildTodd Leonhardt2018-01-101-2/+3
* Write documentationkotfu2018-01-072-113/+147
* Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-073-3/+3
|\
| * Disabled Python 3.7-dev build in Travis CITodd Leonhardt2018-01-042-2/+2
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-1/+1
* | Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-1124-735/+36
|\ \ | |/