summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prefer readthedocs.io instead of readthedocs.org for doc linksJon Dufresne2018-01-072-2/+2
* Merge branch '6.x-maintenance'Armin Ronacher2018-01-040-0/+0
|\
| * Escape Sequences with r'' (#807)Cooper Lees2018-01-043-3/+3
* | Escape Sequences with r'' (#807)Cooper Lees2018-01-043-3/+3
* | Fix tox/Travis: use older pytest for py26/py33 (#909)Daniel Hahler2018-01-041-1/+3
* | Merge branch '6.x-maintenance'Armin Ronacher2017-12-233-6/+7
|\ \ | |/
| * Updated tests to work with newer pytest versionsArmin Ronacher2017-12-233-6/+7
* | Merge branch '6.x-maintenance'Armin Ronacher2017-12-062-3/+9
|\ \ | |/
| * Fixed unicode behavior for exceptionsArmin Ronacher2017-12-062-3/+12
* | Merge pull request #890 from blueyed/fix-travisArmin Ronacher2017-11-251-1/+1
|\ \
| * | Travis: use "set -e" to exit script in case of errorsDaniel Hahler2017-11-121-1/+1
|/ /
* | Improve Travis / tox setup + coverage (#851)Daniel Hahler2017-10-107-12/+33
* | Merge pull request #806 from stopthatcow/feature/790Markus Unterwaditzer2017-10-104-54/+100
|\ \
| * | Fix empty return path in get_choicesNicholas Wiles2017-10-091-1/+1
| * | Cleanup get_choices() to leverage early returns.Nicholas Wiles2017-10-091-42/+38
| * | Clean up whitespace with autopep8.Nicholas Wiles2017-10-061-12/+16
| * | Merge branch 'feature/790' of github.com:stopthatcow/click into feature/790Nicholas Wiles2017-10-061-2/+2
| |\ \
| | * \ Merge branch 'master' into feature/790Nicholas Wiles2017-09-057-11/+37
| | |\ \ | |_|/ / |/| | |
| | * | Update CHANGESNicholas Wiles2017-06-011-2/+2
| * | | Allow returning of user completions that don’t always begin with the incomp...Nicholas Wiles2017-10-064-10/+43
| * | | Merge commit '752ff79d680fceb26d2a93f1eef376d90823ec47' into feature/790Nicholas Wiles2017-10-057-11/+37
| |\ \ \ | |/ / / |/| / / | |/ /
* | | Merge pull request #842 from axu2/masterMarkus Unterwaditzer2017-08-294-4/+27
|\ \ \
| * | | add boolean conversion testaxu22017-08-241-0/+22
| * | | Update CHANGESAlex Xu2017-08-231-0/+1
| * | | add bool conversions for t and faxu22017-08-172-4/+4
* | | | Fix testsMarkus Unterwaditzer2017-08-181-0/+3
|/ / /
* | | Merge pull request #801 from pombredanne/patch-3David Lord2017-07-171-5/+5
|\ \ \
| * | | Update doc to match arg name for path_typePhilippe Ombredanne2017-05-241-5/+5
* | | | Merge pull request #828 from eli-b/patch-1David Lord2017-07-171-1/+1
|\ \ \ \
| * | | | it's -> itsEli Boyarski2017-07-121-1/+1
|/ / / /
* | | | Fix typo (#817)scottbelden2017-07-071-1/+1
|/ / /
| * | fix overzealous completion when required options are presentNicholas Wiles2017-05-313-27/+40
|/ /
* | Merge pull request #799 from ericfrederich/option_namesMarkus Unterwaditzer2017-05-232-5/+19
|\ \
| * | Option naming: add test and documentation for existing functionalityEric L Frederich2017-05-222-5/+19
|/ /
* | Merge branch '6.x-maintenance'Markus Unterwaditzer2017-05-213-2/+25
|\ \ | |/
| * Merge pull request #794 from ericfrederich/deterministic_namesMarkus Unterwaditzer2017-05-213-2/+25
| |\
| | * Bug fix #793; use the first defined long nameEric L Frederich2017-05-193-2/+25
| |/
* | Merge pull request #773 from stopthatcow/feature/allow_spaces_in_completionsMarkus Unterwaditzer2017-05-052-0/+2
|\ \
| * | Update changelogNicholas Wiles2017-05-051-0/+1
| * | Allow spaces in bash completion resultsNicholas Wiles2017-05-021-0/+1
* | | Merge branch 'stopthatcow-feature/fix_chained_args_completion'Markus Unterwaditzer2017-05-053-6/+44
|\ \ \
| * \ \ Merge branch '6.x-maintenance' into stopthatcow-feature/fix_chained_args_comp...Markus Unterwaditzer2017-05-051-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #778 from stopthatcow/hotfix/fix_bashcompletion_on_chained...Markus Unterwaditzer2017-05-053-6/+42
| | |\ \
| | | * | Backport fixes for autocompletion on chained commandsNicholas Wiles2017-05-043-6/+42
| | |/ /
| * | | Update changelogNicholas Wiles2017-05-041-1/+3
| * | | Fix bashautocompletion of arguments on chained commandsNicholas Wiles2017-05-022-5/+40
| | |/ | |/|
* | | Merge pull request #775 from stopthatcow/feature/faster_bash_completionMarkus Unterwaditzer2017-05-041-1/+10
|\ \ \
| * | | Use fast_exit when invoking bash completion to save about 10ms.Nicholas Wiles2017-05-021-1/+10
| |/ /
* | | Merge pull request #772 from stopthatcow/feature/update_bash_completion_docsMarkus Unterwaditzer2017-05-041-1/+1
|\ \ \ | |/ / |/| |
| * | Update bash completion docsNicholas Wiles2017-05-021-1/+1
|/ /