summaryrefslogtreecommitdiff
path: root/click
Commit message (Expand)AuthorAgeFilesLines
* Document adding no_args_is_help to Command for 7.1Peter Landoll2019-03-141-0/+2
* Added show_default parameter to Context enabling it globally.Yevgen Antymyrov2019-03-121-2/+8
* enable colored output on Jupyter notebooks on UNIXRonny Pfannschmidt2019-01-151-1/+13
* Remove unused compat shim for 'bytes'Jon Dufresne2018-12-311-1/+0
* Add no_args_is_help to click.CommandStephen Rosen2018-11-101-1/+10
* Merge pull request #1151 from moshe/moshe-patch-click7-typoStephen Rosen2018-11-071-1/+1
|\
| * Fix get_current_context typo in docstringMoshe Zada2018-10-191-1/+1
* | fix link in unicode_literals error messageDag Heyman2018-10-231-1/+1
|/
* start 7.1David Lord2018-09-251-1/+1
* release 7.07.0David Lord2018-09-251-1/+1
* new docs linksDavid Lord2018-09-252-6/+8
* update metadataDavid Lord2018-09-244-31/+36
* Rework the "Not enough space" workaround for Python 2 on Windows 7 and belowSegev Finer2018-09-222-10/+17
* Wrap stdout/stderr to avoid "Not enough space" in Python 2 on Windows 7Segev Finer2018-09-222-0/+33
* Prevent error messages/exit code 120 after exiting on EPIPEFrankie Robertson2018-09-192-1/+28
* fix encoding issues with getchargetchar-excDavid Lord2018-09-181-4/+5
* Merge pull request #1108 from matejcik/6.x-maintenanceStephen Rosen2018-09-182-9/+45
|\
| * bugfix: make `getchar` work on Windows.matejcik2018-09-182-9/+45
* | Merge remote-tracking branch 'origin/6.x-maintenance'David Lord2018-09-131-2/+2
|\ \
| * \ Merge pull request #819 from segevfiner/winconsole-writer-bug-26.x-maintenanceDavid Lord2018-09-131-2/+2
| |\ \
| | * | A TextIOWrapper that wraps _winconsole._WindowsConsoleWriter expects a buffer...Segev Finer2018-02-071-2/+2
* | | | Pass ctx to NoSuchOption exceptionsGarrett Smith2018-09-131-2/+2
* | | | Add documentation for DateTime param typeStephen Rosen2018-09-131-1/+21
* | | | Included click.DateTime type (with tests)Santiago Basulto2018-09-132-3/+38
* | | | Ensure auto_envvar_prefix is always uppercasedStephen Rosen2018-09-121-1/+1
* | | | Remove hidden commands and options from completion resultsNicholas Wiles2018-09-121-10/+22
* | | | Use Python sorting order for ZSH completions. Fixes #1047.Nicholas Wiles2018-09-121-4/+18
* | | | Merge pull request #930 from stopthatcow/feature/925David Lord2018-09-122-20/+30
|\ \ \ \
| * \ \ \ Merge with upstream changes and use resilient_parsing flag to ignore default ...Nicholas Wiles2018-09-107-30/+62
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix bash completion when defaults are present and the way subcommands are han...Nicholas Wiles2018-07-032-21/+37
* | | | | Merge pull request #1014 from rhgrant10/feature/574David Lord2018-09-121-6/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Only allow one param decl for ArgumentsRobert Grant2018-05-151-6/+3
* | | | | fix typoJames Webber2018-08-291-1/+1
* | | | | use pallets-sphinx-themesDavid Lord2018-08-281-6/+7
* | | | | Merge pull request #1098 from sirosen/non-standalone-exitDavid Lord2018-08-272-2/+32
|\ \ \ \ \
| * | | | | Bugfix for Exit handlingStephen Rosen2018-08-262-4/+17
| * | | | | Simplify Exit ExceptionStephen Rosen2018-08-262-40/+26
| * | | | | make context.exit raise a custom exceptionJoe Jevnik2018-08-262-9/+40
* | | | | | Merge pull request #1091 from sirosen/truncate-helpDavid Lord2018-08-271-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add requested comment for clarityStephen Rosen2018-08-151-0/+2
| * | | | | Add ability to truncate help text in docstrings.Robert Pooley2018-08-151-0/+2
* | | | | | Merge pull request #787 from ericfrederich/fix_make_pass_decoratorDavid Lord2018-08-131-1/+1
|\ \ \ \ \ \
| * | | | | | Don't arbitrarily strip an argument from make_pass_decoratorEric L Frederich2018-08-111-1/+1
| |/ / / / /
* | | | | | Clarify the "lazy" File behaviorsStephen Rosen2018-08-131-3/+6
|/ / / / /
* | | | | Allows click to be vendored on WindowsBrian Bruggeman2018-07-131-1/+1
| |/ / / |/| | |
* | | | Fixes issue #447Robert Graham2018-05-181-1/+10
* | | | support descriptions for zsh completionsNicholas Wiles2018-05-182-21/+47
* | | | path validation bugDanila Hanchar2018-05-181-4/+5
* | | | Wrap click.Choice's missing messageDaw-Ran Liou2018-05-151-1/+1
* | | | don't add newlines by default for progressbarsKP2018-05-151-1/+1