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
/
tests
/
test_options.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
f-strings everywhere
David Lord
2020-04-19
1
-6
/
+7
*
apply pyupgrade --py36-plus
David Lord
2020-04-19
1
-6
/
+5
*
remove py2 parts of _compat module
David Lord
2020-04-19
1
-4
/
+3
*
manual cleanup
David Lord
2020-03-08
1
-12
/
+9
*
apply pyupgrade
David Lord
2020-03-08
1
-2
/
+2
*
apply flake8
David Lord
2020-03-06
1
-13
/
+3
*
apply black
David Lord
2020-03-06
1
-199
/
+213
*
apply reorder-python-imports
David Lord
2020-03-06
1
-2
/
+3
*
fix newline wrapping in option help
David Lord
2020-02-23
1
-14
/
+22
*
prevent automatic environment variables from containing dashes
Gregory Pakosz
2020-02-22
1
-0
/
+16
*
Fix for string cast of MissingParameter
James Daley
2020-02-16
1
-0
/
+9
*
Make option format replace newlines with spaces.
Jay Crotts
2020-02-16
1
-3
/
+1
*
allow bool type with bool flags
KP
2020-02-16
1
-0
/
+10
*
ignore set empty environment variable
Jimmy Zeng
2020-02-16
1
-0
/
+11
*
Always return originally passed choice for Choice()
Kyle Altendorf
2019-09-26
1
-0
/
+15
*
Ensure auto_envvar_prefix is always uppercased
Stephen Rosen
2018-09-12
1
-0
/
+13
*
Wrap click.Choice's missing message
Daw-Ran Liou
2018-05-15
1
-2
/
+5
*
Merge pull request #887 from sirosen/feature/case-insensitive-choice
Zachery Bir
2018-05-15
1
-0
/
+31
|
\
|
*
Add `case_sensitive=False` as an option to Choice
Stephen Rosen
2018-05-15
1
-0
/
+31
*
|
Better handling of help text for dynamic default option values
Doug Harris
2018-05-15
1
-1
/
+27
|
/
*
Merge pull request #710 from iffy/show_envvar
Dan Sully
2018-05-14
1
-0
/
+24
|
\
|
*
Add show_envvar for showing environment variables in help
Matt Haggard
2017-01-04
1
-0
/
+24
*
|
Fix issue #926 - copy option attrs so that custom classes can be re-used.
Dan Sully
2018-05-14
1
-0
/
+29
*
|
Fix invalid escape sequences discovered by running tests (#877)
Jon Dufresne
2018-03-31
1
-1
/
+1
*
|
Merge branch '6.x-maintenance'
Armin Ronacher
2017-12-23
1
-1
/
+1
|
\
\
|
*
|
Updated tests to work with newer pytest versions
Armin Ronacher
2017-12-23
1
-1
/
+1
*
|
|
Option naming: add test and documentation for existing functionality
Eric L Frederich
2017-05-22
1
-3
/
+7
|
/
/
*
|
Bug fix #793; use the first defined long name
Eric L Frederich
2017-05-19
1
-0
/
+22
|
/
*
Always work on Unicode in Python 2.
Armin Ronacher
2015-11-05
1
-11
/
+16
*
Make it possible to define aliases for the secondary option of boolean flags....
Armin Ronacher
2015-09-15
1
-0
/
+26
*
Fix type inference for multiple options
Frank Hoffmann
2015-07-14
1
-0
/
+13
*
Fixed up tests for Python 3
Armin Ronacher
2015-03-31
1
-1
/
+1
*
Added support for tuple types. This fixes #239
Armin Ronacher
2015-03-31
1
-0
/
+15
*
Error on nargs=-1 for options. This fixes #222
Armin Ronacher
2015-03-31
1
-0
/
+12
*
Merge pull request #285 from slafs/optional-param-cls
Markus Unterwaditzer
2015-01-29
1
-0
/
+32
|
\
|
*
fix spelling
Sławek Ehlert
2015-01-29
1
-2
/
+2
|
*
ability to pass custom implementations of ``Option`` and ``Argument``
Sławek Ehlert
2015-01-29
1
-0
/
+32
*
|
Test for help exception on option with multiple, show_default and list default
Ulrich Petri
2014-11-17
1
-0
/
+15
|
/
*
Merge branch '2.x-maintenance'
Armin Ronacher
2014-06-29
1
-0
/
+3
|
\
|
*
Fixed an incorrectly formatted help text for count options.
Armin Ronacher
2014-06-29
1
-0
/
+3
*
|
Disallow empty options to help users find options that should be arguments.
Armin Ronacher
2014-06-28
1
-0
/
+13
|
/
*
Add test for #146
Rotem Yaari
2014-06-14
1
-0
/
+12
*
Fix indentation of option help
Markus Unterwaditzer
2014-06-05
1
-0
/
+20
*
User interface improvements.
Armin Ronacher
2014-06-05
1
-6
/
+6
*
Implemented extra info for missing choice parameters. This fixes #120
Armin Ronacher
2014-06-05
1
-0
/
+13
*
Improved handling of dos/windows arguments greatly.
Armin Ronacher
2014-05-31
1
-0
/
+29
*
Added support for BadParameter exceptions.
Armin Ronacher
2014-05-25
1
-0
/
+19
*
Also added support for nargs != for values from environment.
Armin Ronacher
2014-05-21
1
-0
/
+23
*
Apply the same splitting logic for explicit envvars
Armin Ronacher
2014-05-21
1
-0
/
+9
*
Added support for lists from envvars. This fixes #87
Armin Ronacher
2014-05-21
1
-0
/
+23
[next]