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
*
Replaced redundant mktemp() with mkstemp() (#1754)
MIS-Alex
2021-01-14
1
-1
/
+1
*
start version 8.0.0a2
Amy
2020-11-25
1
-1
/
+1
*
release version 8.0.0a1
8.0.0a1
Amy
2020-11-25
1
-1
/
+1
*
use shlex to split completion argument string
Sam Schott
2020-11-10
1
-17
/
+31
*
handle case_sensitive=False when completing choices
Felix Nordén
2020-10-31
1
-1
/
+8
*
skip frequent progress bar renders (#1698)
Shakil Rafi
2020-10-31
2
-11
/
+31
*
account for linebreak in help summary
srafi1
2020-10-30
1
-0
/
+3
*
ensure prompt default is cast to type
Steve Graham
2020-10-13
1
-6
/
+2
*
fix formatting with empty options_metavar
rarnal
2020-10-12
1
-1
/
+1
*
add ability to provide non-flag option without value
Amy
2020-10-12
2
-24
/
+75
*
check default_map in param.get_default
David Lord
2020-10-11
1
-20
/
+49
*
show_default uses default_map
Joachim Jablon
2020-10-11
1
-5
/
+7
*
ignore empty env vars consistently
David Lord
2020-10-11
1
-3
/
+16
*
handle default=None for nargs and multiple
David Lord
2020-10-11
1
-3
/
+25
*
get default before processing value
David Lord
2020-10-10
3
-67
/
+75
*
correct interaction of default=tuple with multiple=True
David Lord
2020-10-10
2
-12
/
+36
*
boolean type strips space before converting
Andreas Maier
2020-10-10
1
-3
/
+7
*
ParameterSource is an Enum subclass
Alan Velasco
2020-10-07
1
-47
/
+35
*
swap order of instruction string
David Lord
2020-10-07
1
-6
/
+6
*
pass extra context settings to completion
David Lord
2020-10-03
2
-9
/
+13
*
don't pass all args to shell_complete methods
David Lord
2020-10-03
3
-35
/
+36
*
rename autocompletion to shell_complete
David Lord
2020-10-03
2
-20
/
+57
*
return list of CompletionItem objects
David Lord
2020-10-03
3
-37
/
+83
*
complete commands using registered names
Jan Kowalleck
2020-10-03
1
-6
/
+6
*
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
[next]