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
path:
root
/
src
/
click
Commit message (
Expand
)
Author
Age
Files
Lines
*
work
parser-rewrite
David Lord
2022-04-28
6
-968
/
+624
*
Merge branch '8.1.x'
David Lord
2022-04-28
2
-4
/
+7
|
\
|
*
release version 8.1.3
David Lord
2022-04-28
1
-1
/
+1
|
*
disallow use of is_flag and multiple in option
John Reese
2022-04-28
1
-0
/
+3
|
*
use verbose Callable for @command and @group
Jonxslays
2022-04-26
1
-4
/
+4
|
*
start version 8.1.3
David Lord
2022-04-26
1
-1
/
+1
*
|
Merge branch '8.1.x'
David Lord
2022-03-31
1
-3
/
+3
|
\
\
|
|
/
|
*
restore Path param order
David Lord
2022-03-31
1
-2
/
+2
|
*
fix readable path check error message
Alexander Shadchin
2022-03-31
1
-1
/
+1
|
*
start version 8.1.2
David Lord
2022-03-31
1
-1
/
+1
*
|
Merge branch '8.1.x'
David Lord
2022-03-30
2
-25
/
+43
|
\
\
|
|
/
|
*
release version 8.1.1
David Lord
2022-03-30
1
-1
/
+1
|
*
fix(types): decorator typing fails
Henry Schreiner
2022-03-30
2
-25
/
+43
|
*
start version 8.1.1
David Lord
2022-03-30
1
-1
/
+1
*
|
start version 8.2.0
David Lord
2022-03-28
1
-1
/
+1
|
/
*
release version 8.1.0
David Lord
2022-03-28
1
-1
/
+1
*
treat empty auto_envvar as None
David Lord
2022-03-28
1
-1
/
+4
*
shell completion prioritizes option values over new options
Paul Spangler
2022-03-28
2
-9
/
+11
*
fix ParamType.to_info_dict() with no name
Matthew Martin
2022-03-19
1
-1
/
+8
*
group without command passes return value to result callback
David Lord
2022-03-19
1
-4
/
+4
*
postpone referencing sys.modules["__main"] in click.utils._detect_program_name
Adrian Garcia Badaracco
2022-03-17
1
-1
/
+4
*
correctly annotate return type of @command(cls=XYZ)
matejcik
2022-03-11
1
-4
/
+23
*
command decorator params argument
David Lord
2022-02-21
1
-3
/
+12
*
don't process doc in command decorator
David Lord
2022-02-21
1
-1
/
+1
*
refactor try/except
David Lord
2022-02-21
1
-2
/
+3
*
inline command decorator code
David Lord
2022-02-21
1
-28
/
+19
*
glob expansion on Windows doesn't fail on invalid values
David Lord
2022-02-21
1
-2
/
+10
*
allow empty str input for prompt
unparalleled-js
2022-02-21
1
-1
/
+2
*
defer processing Command.help, epilog, and short_help
David Lord
2022-02-21
1
-29
/
+14
*
Store raw help string for commands
Stephen Finucane
2022-02-20
1
-7
/
+11
*
enforce required flag
Danny Sepler
2022-02-20
1
-1
/
+1
*
cleandoc for Command help, epilog, and short_help
David Lord
2022-02-20
2
-18
/
+30
*
Option calls cleandoc on help instead of @option
Gianluca Gippetto
2022-02-20
2
-3
/
+7
*
param=None is the same as not passing the param
Gianluca Gippetto
2022-02-20
2
-6
/
+7
*
Option.show_default now overrides Context.show_default
Gianluca Gippetto
2022-02-20
1
-15
/
+32
*
keep !r format for now
David Lord
2022-02-20
1
-3
/
+3
*
add an ability to check that a Path has an executable bit set
Nicky Sielicki
2022-02-19
1
-8
/
+25
*
command and group decorator parentheses are optional
Angus L'Herrou
2022-02-19
2
-5
/
+85
*
remove utf-8 detection
David Lord
2022-02-18
2
-105
/
+0
*
Merge branch '8.0.x'
David Lord
2022-02-18
1
-1
/
+1
|
\
|
*
release version 8.0.4
David Lord
2022-02-18
1
-1
/
+1
|
*
Fix type for `file` argument
Yourun-Proger
2022-02-18
1
-1
/
+1
*
|
Merge branch '8.0.x'
David Lord
2022-02-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix typing in click.secho function
Jonxslays
2022-01-16
1
-1
/
+1
*
|
Merge branch '8.0.x'
David Lord
2022-01-13
3
-4
/
+5
|
\
\
|
|
/
|
*
Update shell completion to use COMPREPLY instead of COMREPLY for Bash
Ashwin Madavan
2021-12-28
1
-2
/
+2
|
*
Allow a callable default to have its own string representation
Krzysztof Kotlenga
2021-12-28
1
-1
/
+2
|
*
Fix TypeVar for decorators that handle Commands
David Euresti
2021-12-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/8.0.x'
David Lord
2021-12-26
3
-3
/
+3
|
\
\
|
|
/
|
*
Fix typo in docs
Jad El Kik
2021-12-26
1
-1
/
+1
[next]