summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2238 from pallets/release-8.1.28.1.2David Lord2022-03-311-1/+1
|\
| * release version 8.1.2David Lord2022-03-311-1/+1
|/
* Merge pull request #2237 from pallets/param-orderDavid Lord2022-03-312-2/+5
|\
| * restore Path param orderDavid Lord2022-03-312-2/+5
|/
* Merge pull request #2236 from shadchin/patch-1David Lord2022-03-312-1/+4
|\
| * fix readable path check error messageAlexander Shadchin2022-03-312-1/+4
|/
* start version 8.1.2David Lord2022-03-312-1/+7
* Merge pull request #2234 from pallets/release-8.1.18.1.1David Lord2022-03-302-2/+2
|\
| * release version 8.1.1David Lord2022-03-302-2/+2
|/
* Merge pull request #2233 from henryiii/henryiii/fix/commandtypeDavid Lord2022-03-303-25/+46
|\
| * fix(types): decorator typing failsHenry Schreiner2022-03-303-25/+46
|/
* start version 8.1.1David Lord2022-03-302-1/+7
* Merge pull request #2224 from pallets/release-8.1.08.1.0David Lord2022-03-282-1/+3
|\
| * release version 8.1.0David Lord2022-03-282-1/+3
|/
* Merge pull request #2223 from pallets/env-varDavid Lord2022-03-283-4/+11
|\
| * treat empty auto_envvar as NoneDavid Lord2022-03-283-4/+11
|/
* Merge pull request #2041 from spanglerco/shell-completion-option-valuesDavid Lord2022-03-287-9/+134
|\
| * shell completion prioritizes option values over new optionsPaul Spangler2022-03-287-9/+134
|/
* Merge pull request #2219 from pallets/paramtype-nameDavid Lord2022-03-194-1/+19
|\
| * fix ParamType.to_info_dict() with no nameMatthew Martin2022-03-194-1/+19
|/
* Merge pull request #2217 from pallets/group-returnDavid Lord2022-03-193-8/+11
|\
| * group without command passes return value to result callbackDavid Lord2022-03-193-8/+11
|/
* Merge pull request #2215 from adriangb/fix-anyioDavid Lord2022-03-172-12/+7
|\
| * fix test_detect_program_nameDavid Lord2022-03-171-11/+3
| * postpone referencing sys.modules["__main"] in click.utils._detect_program_nameAdrian Garcia Badaracco2022-03-171-1/+4
|/
* Merge pull request #2212 from matejcik/type-hintsDavid Lord2022-03-172-4/+25
|\
| * correctly annotate return type of @command(cls=XYZ)matejcik2022-03-112-4/+25
|/
* Merge pull request #2208 from pallets/dependabot/github_actions/actions/setup...David Lord2022-03-011-1/+1
|\
| * Bump actions/setup-python from 2 to 3dependabot[bot]2022-03-011-1/+1
|/
* Merge pull request #2203 from pallets/command-decorator-paramsDavid Lord2022-02-213-3/+29
|\
| * command decorator params argumentDavid Lord2022-02-213-3/+29
|/
* Merge pull request #2202 from pallets/command-decoratorDavid Lord2022-02-211-28/+20
|\
| * don't process doc in command decoratorDavid Lord2022-02-211-1/+1
| * refactor try/exceptDavid Lord2022-02-211-2/+3
| * inline command decorator codeDavid Lord2022-02-211-28/+19
|/
* Merge pull request #2201 from pallets/windows-globDavid Lord2022-02-213-2/+14
|\
| * glob expansion on Windows doesn't fail on invalid valuesDavid Lord2022-02-213-2/+14
|/
* Merge pull request #2158 from unparalleled-js/fix/allow-empty-when-confirmati...David Lord2022-02-213-7/+15
|\
| * allow empty str input for promptunparalleled-js2022-02-213-7/+15
|/
* Merge pull request #2151 from stephenfin/store-untruncated-helpDavid Lord2022-02-213-26/+32
|\
| * defer processing Command.help, epilog, and short_helpDavid Lord2022-02-212-33/+19
| * Store raw help string for commandsStephen Finucane2022-02-203-7/+27
|/
* Merge pull request #1990 from dannysepler/dsepler/enforce-required-flagDavid Lord2022-02-203-1/+12
|\
| * enforce required flagDanny Sepler2022-02-203-1/+12
|/
* reword locale encoding changelogDavid Lord2022-02-201-3/+3
* reword locale encoding changelogDavid Lord2022-02-201-2/+2
* Merge pull request #1987 from janluke/fix/option-help-processingDavid Lord2022-02-203-21/+41
|\
| * cleandoc for Command help, epilog, and short_helpDavid Lord2022-02-203-20/+34
| * Option calls cleandoc on help instead of @optionGianluca Gippetto2022-02-203-3/+9
|/
* Merge pull request #1965 from janluke/fix/handle-noneDavid Lord2022-02-203-6/+10
|\