summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 4.2.0 to 4.3.1dependabot/pip/sphinx-4.3.1dependabot[bot]2021-12-012-2/+2
* Merge pull request #2130 from pallets/remove-deprecated-codeDavid Lord2021-11-107-103/+9
|\
| * remove deprecated get_os_argsDavid Lord2021-11-103-20/+1
| * remove deprecated get_terminal_sizeDavid Lord2021-11-104-23/+2
| * remove deprecated Command autocompletion parameterDavid Lord2021-11-103-49/+2
| * remove deprecated Group.resultcallbackDavid Lord2021-11-102-11/+4
|/
* Merge pull request #2129 from pallets/drop-python-3.6David Lord2021-11-105-6/+6
|\
| * drop Python 3.6David Lord2021-11-105-6/+6
|/
* Merge branch '8.0.x'David Lord2021-11-054-8/+10
|\
| * Merge pull request #2125 from pallets/test-python-versionsDavid Lord2021-11-054-8/+10
| |\
| | * test Python 3.10 and 3.11David Lord2021-11-054-8/+10
| |/
* | Merge branch '8.0.x'David Lord2021-11-015-35/+35
|\ \ | |/
| * Merge pull request #2122 from pallets/update-requirementsDavid Lord2021-11-015-35/+35
| |\
| | * update requirementsDavid Lord2021-11-015-35/+35
| |/
* | Merge branch '8.0.x'David Lord2021-10-256-40/+71
|\ \ | |/
| * Merge pull request #2107 from pallets/path-dash-docsDavid Lord2021-10-256-40/+71
| |\
| | * update docs for open_file and types.PathDavid Lord2021-10-252-35/+41
| | * open_file hanldes pathlib.Path("-")David Lord2021-10-254-5/+30
| |/
* | Merge branch '8.0.x'David Lord2021-10-108-78/+74
|\ \ | |/
| * Merge pull request #2096 from pallets/release-8.0.38.0.3David Lord2021-10-102-2/+2
| |\
| | * release version 8.0.3David Lord2021-10-102-2/+2
| |/
| * Merge pull request #2095 from pallets/invoke-cast-defaultDavid Lord2021-10-103-8/+14
| |\
| | * invoke type casts default valuesDavid Lord2021-10-103-8/+14
| |/
| * Merge pull request #2093 from alex-ball/patch-1David Lord2021-10-103-4/+8
| |\
| | * click.confirm preserves prompt when readline is importedAlex Ball2021-10-103-4/+8
| |/
| * Merge pull request #2094 from pallets/path-resolve-symlinkDavid Lord2021-10-104-66/+52
| |\
| | * use pathlib to resolve symlinksDavid Lord2021-10-104-66/+52
| |/
* | Merge branch '8.0.x'David Lord2021-10-083-19/+75
|\ \ | |/
| * Merge pull request #2087 from pallets/release-8.0.28.0.2David Lord2021-10-082-2/+2
| |\
| | * release version 8.0.2David Lord2021-10-082-2/+2
| |/
| * Merge pull request #2004 from ikapelyukhin/fix-multiple-default-valuesDavid Lord2021-10-083-0/+33
| |\
| | * option with multiple and flag_value replaces internal placeholderIvan Kapelyukhin2021-10-083-0/+33
| |/
| * Merge pull request #2086 from pallets/default-type-castDavid Lord2021-10-083-16/+25
| |\
| | * getting default value doesn't perform type castDavid Lord2021-10-083-16/+25
| |/
| * Merge pull request #2084 from pallets/count-type-helpDavid Lord2021-10-073-3/+17
| |\
| | * count help doesn't show default range typeDavid Lord2021-10-073-3/+17
| |/
* | Merge branch '8.0.x'David Lord2021-10-059-58/+73
|\ \ | |/
| * Merge pull request #2083 from pallets/update-requirementsDavid Lord2021-10-055-54/+58
| |\
| | * update requirementsDavid Lord2021-10-055-54/+58
| |/
| * Merge pull request #2058 from jap/improve-copy-pasteDavid Lord2021-09-263-4/+14
| |\
| | * Add test for resetting attributes in `click.style()`Jasper Spaans2021-09-261-0/+8
| | * Fix copy-paste errors in `click.style()`Jasper Spaans2021-09-263-4/+6
| |/
| * Merge pull request #2064 from Yourun-proger/fixDavid Lord2021-09-262-1/+3
| |\
| | * Fix type annotation for `type` argYourun-Proger2021-09-262-1/+3
| * | Merge pull request #2065 from greyli/patch-1David Lord2021-09-261-1/+1
| |\ \
| | * | Fix incorrect website link in docsGrey Li2021-09-121-1/+1
| | |/
* | | don't ignore B904David Lord2021-09-261-2/+0
* | | Merge branch '8.0.x'David Lord2021-09-266-10/+10
|\ \ \ | |/ /
| * | Merge pull request #2074 from pallets/except-chainDavid Lord2021-09-266-10/+10
| |\ \ | | |/ | |/|
| | * use exception chainingDavid Lord2021-09-266-10/+10
| |/