index
:
delta/python-packages/click.git
1.x
1.x-maintenance
1484-redesign-completion
2.x
2.x-maintenance
3.x
3.x-maintenance
4.x
4.x-maintenance
5.x
5.x-maintenance
6.x
6.x-maintenance
7.x
8.0.x
8.1.x
ci
contributing-doc
dependabot/add-v2-config-file
dependabot/pip/pallets-sphinx-themes-2.0.2
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.5
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/sphinx-tabs-3.2.0
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
drop-python2
fsdecode
getchar-exc
github-actions
main
master
meta
parser-rewrite
pre-commit-ci-update-config
revert-shlex-quote
style
update-requirements
github.com: pallets/click
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump pre-commit from 2.15.0 to 2.16.0
dependabot/pip/pre-commit-2.16.0
dependabot[bot]
2021-12-01
1
-1
/
+1
*
Merge pull request #2130 from pallets/remove-deprecated-code
David Lord
2021-11-10
7
-103
/
+9
|
\
|
*
remove deprecated get_os_args
David Lord
2021-11-10
3
-20
/
+1
|
*
remove deprecated get_terminal_size
David Lord
2021-11-10
4
-23
/
+2
|
*
remove deprecated Command autocompletion parameter
David Lord
2021-11-10
3
-49
/
+2
|
*
remove deprecated Group.resultcallback
David Lord
2021-11-10
2
-11
/
+4
|
/
*
Merge pull request #2129 from pallets/drop-python-3.6
David Lord
2021-11-10
5
-6
/
+6
|
\
|
*
drop Python 3.6
David Lord
2021-11-10
5
-6
/
+6
|
/
*
Merge branch '8.0.x'
David Lord
2021-11-05
4
-8
/
+10
|
\
|
*
Merge pull request #2125 from pallets/test-python-versions
David Lord
2021-11-05
4
-8
/
+10
|
|
\
|
|
*
test Python 3.10 and 3.11
David Lord
2021-11-05
4
-8
/
+10
|
|
/
*
|
Merge branch '8.0.x'
David Lord
2021-11-01
5
-35
/
+35
|
\
\
|
|
/
|
*
Merge pull request #2122 from pallets/update-requirements
David Lord
2021-11-01
5
-35
/
+35
|
|
\
|
|
*
update requirements
David Lord
2021-11-01
5
-35
/
+35
|
|
/
*
|
Merge branch '8.0.x'
David Lord
2021-10-25
6
-40
/
+71
|
\
\
|
|
/
|
*
Merge pull request #2107 from pallets/path-dash-docs
David Lord
2021-10-25
6
-40
/
+71
|
|
\
|
|
*
update docs for open_file and types.Path
David Lord
2021-10-25
2
-35
/
+41
|
|
*
open_file hanldes pathlib.Path("-")
David Lord
2021-10-25
4
-5
/
+30
|
|
/
*
|
Merge branch '8.0.x'
David Lord
2021-10-10
8
-78
/
+74
|
\
\
|
|
/
|
*
Merge pull request #2096 from pallets/release-8.0.3
8.0.3
David Lord
2021-10-10
2
-2
/
+2
|
|
\
|
|
*
release version 8.0.3
David Lord
2021-10-10
2
-2
/
+2
|
|
/
|
*
Merge pull request #2095 from pallets/invoke-cast-default
David Lord
2021-10-10
3
-8
/
+14
|
|
\
|
|
*
invoke type casts default values
David Lord
2021-10-10
3
-8
/
+14
|
|
/
|
*
Merge pull request #2093 from alex-ball/patch-1
David Lord
2021-10-10
3
-4
/
+8
|
|
\
|
|
*
click.confirm preserves prompt when readline is imported
Alex Ball
2021-10-10
3
-4
/
+8
|
|
/
|
*
Merge pull request #2094 from pallets/path-resolve-symlink
David Lord
2021-10-10
4
-66
/
+52
|
|
\
|
|
*
use pathlib to resolve symlinks
David Lord
2021-10-10
4
-66
/
+52
|
|
/
*
|
Merge branch '8.0.x'
David Lord
2021-10-08
3
-19
/
+75
|
\
\
|
|
/
|
*
Merge pull request #2087 from pallets/release-8.0.2
8.0.2
David Lord
2021-10-08
2
-2
/
+2
|
|
\
|
|
*
release version 8.0.2
David Lord
2021-10-08
2
-2
/
+2
|
|
/
|
*
Merge pull request #2004 from ikapelyukhin/fix-multiple-default-values
David Lord
2021-10-08
3
-0
/
+33
|
|
\
|
|
*
option with multiple and flag_value replaces internal placeholder
Ivan Kapelyukhin
2021-10-08
3
-0
/
+33
|
|
/
|
*
Merge pull request #2086 from pallets/default-type-cast
David Lord
2021-10-08
3
-16
/
+25
|
|
\
|
|
*
getting default value doesn't perform type cast
David Lord
2021-10-08
3
-16
/
+25
|
|
/
|
*
Merge pull request #2084 from pallets/count-type-help
David Lord
2021-10-07
3
-3
/
+17
|
|
\
|
|
*
count help doesn't show default range type
David Lord
2021-10-07
3
-3
/
+17
|
|
/
*
|
Merge branch '8.0.x'
David Lord
2021-10-05
9
-58
/
+73
|
\
\
|
|
/
|
*
Merge pull request #2083 from pallets/update-requirements
David Lord
2021-10-05
5
-54
/
+58
|
|
\
|
|
*
update requirements
David Lord
2021-10-05
5
-54
/
+58
|
|
/
|
*
Merge pull request #2058 from jap/improve-copy-paste
David Lord
2021-09-26
3
-4
/
+14
|
|
\
|
|
*
Add test for resetting attributes in `click.style()`
Jasper Spaans
2021-09-26
1
-0
/
+8
|
|
*
Fix copy-paste errors in `click.style()`
Jasper Spaans
2021-09-26
3
-4
/
+6
|
|
/
|
*
Merge pull request #2064 from Yourun-proger/fix
David Lord
2021-09-26
2
-1
/
+3
|
|
\
|
|
*
Fix type annotation for `type` arg
Yourun-Proger
2021-09-26
2
-1
/
+3
|
*
|
Merge pull request #2065 from greyli/patch-1
David Lord
2021-09-26
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix incorrect website link in docs
Grey Li
2021-09-12
1
-1
/
+1
|
|
|
/
*
|
|
don't ignore B904
David Lord
2021-09-26
1
-2
/
+0
*
|
|
Merge branch '8.0.x'
David Lord
2021-09-26
6
-10
/
+10
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #2074 from pallets/except-chain
David Lord
2021-09-26
6
-10
/
+10
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
use exception chaining
David Lord
2021-09-26
6
-10
/
+10
|
|
/
[next]