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
Commit message (
Expand
)
Author
Age
Files
Lines
*
documentation for new shell completion system
Amy
2020-10-03
1
-1
/
+1
*
tests for new shell completion system
Kai Chen
2020-10-03
1
-1
/
+3
*
redesign shell completion system
Amy
2020-10-03
4
-390
/
+702
*
implement Context.to_info_dict
David Lord
2020-08-16
2
-9
/
+67
*
implement export to dictionary
yk396
2020-08-16
2
-0
/
+107
*
update API docs about custom ParamType requirements
David Lord
2020-08-14
1
-13
/
+33
*
document that launch(wait) only works for blocking programs
David Lord
2020-08-14
1
-1
/
+3
*
use difflib to suggest possible long option names
Narendra N
2020-08-14
1
-1
/
+3
*
support passing a list of commands to Group
energizah
2020-08-14
1
-5
/
+20
*
CliRunner isolation streams have name and mode
Jethro Cao
2020-08-13
1
-8
/
+26
*
click.style supports 256/RGB colors
lmjohns3
2020-08-13
1
-2
/
+30
*
context.show_default defaults to parent context
Joongi Kim
2020-08-13
1
-18
/
+26
*
suggest renaming option from 'name' to '--name'
jtrakk
2020-08-12
1
-2
/
+2
*
refactor int, float, and range types with common bases
David Lord
2020-08-12
2
-107
/
+117
*
add open intervals to FloatRange
robintully
2020-08-10
1
-4
/
+9
*
Annotate required choices with braces
Nicolas Simonds
2020-08-10
1
-1
/
+8
*
test result captures command return value
Tom Dalton
2020-08-10
1
-12
/
+29
*
add an ExitStack to the context
Matthias Urlichs
2020-08-09
1
-12
/
+46
*
add command_class and group_class to Group
David Lord
2020-08-08
1
-6
/
+46
*
add Context.formatter_class
David Lord
2020-08-08
1
-2
/
+15
*
add Command.context_class
Javier Domingo Cansino
2020-08-08
1
-4
/
+18
*
use super() consistently
Javier Domingo Cansino
2020-08-08
4
-27
/
+34
*
clean up Editor.edit code
David Lord
2020-08-08
1
-22
/
+21
*
fix edit() require_save check for fast editors
Giovanni Pizzi
2020-08-08
1
-0
/
+7
*
pass bytes unstyled from secho to echo
David Lord
2020-08-07
1
-2
/
+10
*
convert objects to string in style/secho
Segev Finer
2020-08-07
1
-5
/
+14
*
show boolean flag name for default
ovezovs
2020-08-07
1
-0
/
+6
*
include parent args in subcommand help synopsis
Amy
2020-08-06
1
-1
/
+4
*
detect program name when run with python -m
kbanc
2020-08-05
2
-3
/
+51
*
nargs=-1 works with envvar
Amy Lei
2020-08-05
2
-0
/
+18
*
non-chained group invoked without command invokes result callback
IamCathal
2020-08-05
1
-12
/
+7
*
use sets for bool string check
David Lord
2020-08-05
1
-3
/
+3
*
Make ``BOOL`` accept the strings "on" and "off". Closes #1629.
John T. Wodder II
2020-08-05
1
-2
/
+2
*
use canonical command name instead of matched name
ovezovs
2020-06-30
1
-1
/
+1
*
tolerate UnsupportedOperation in _winconsole._is_console()
Andreas Maier
2020-06-25
1
-1
/
+1
*
flag option with duplicate names raises ValueError
Mwiza Simbeye
2020-06-24
1
-0
/
+5
*
show IntRange min and max in --help output
Cathal
2020-06-24
1
-0
/
+4
*
omit hidden prompt input from validation error
Cesare De Cal
2020-06-24
1
-1
/
+4
*
refactor other decorators to match version_option
David Lord
2020-06-24
1
-64
/
+54
*
version detection works with python -m package
David Lord
2020-06-24
1
-2
/
+12
*
refactor version_option
David Lord
2020-06-24
1
-40
/
+92
*
use importlib.metadata for version_option
Mwiza Simbeye
2020-06-24
1
-15
/
+7
*
Merge branch '7.x'
David Lord
2020-06-11
1
-3
/
+3
|
\
|
*
Include --help option in completion (#1504)
Sebastián RamÃrez
2020-06-05
1
-3
/
+3
*
|
Merge pull request #1518 from bostrt/patch-1
Jay Crotts
2020-06-04
1
-2
/
+2
|
\
\
|
*
|
Minor typo fix in bash completion template
Robert Bost
2020-04-04
1
-2
/
+2
*
|
|
Merge branch '7.x'
David Lord
2020-04-27
1
-14
/
+13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
release version 7.1.2
7.1.2
David Lord
2020-04-27
1
-1
/
+1
|
*
|
Revert "Use shlex.quote for quoting shell arguments"
David Lord
2020-04-27
2
-17
/
+9
*
|
|
remove Python 2/3 from docs
David Lord
2020-04-20
3
-14
/
+10
[next]