summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove Python 2/3 from docsdrop-python2David Lord2020-04-2010-250/+138
|
* f-strings everywhereDavid Lord2020-04-1940-227/+188
|
* apply pyupgrade --py36-plusDavid Lord2020-04-1935-233/+204
|
* remove more compat codeDavid Lord2020-04-1912-71/+25
|
* remove py2 parts of _compat moduleDavid Lord2020-04-1916-655/+283
|
* remove deprecated callback parameter styleDavid Lord2020-04-192-35/+1
|
* drop support for Python 2.7 and 3.5David Lord2020-04-196-61/+44
|
* Remove no-op try/except (#1521)Joshua Bronson2020-04-011-4/+2
|
* Merge branch '7.x'David Lord2020-03-092-1/+10
|\
| * release version 7.1.17.1.1David Lord2020-03-092-2/+2
| |
| * Merge pull request #1496 from pallets/fix-typoDavid Lord2020-03-092-1/+10
| |\ | | | | | | ClickException goes to stderr
| | * ClickException goes to stderrDavid Lord2020-03-092-1/+10
| |/
* | start version 8.0David Lord2020-03-091-1/+1
| |
* | Merge branch '7.x'David Lord2020-03-094-4/+12
|\ \ | |/
| * release version 7.17.1David Lord2020-03-092-2/+2
| |
| * use dirhtml builderDavid Lord2020-03-091-0/+2
| |
| * Merge pull request #1493 from pallets/docs-requirementsDavid Lord2020-03-092-2/+8
| |\ | | | | | | add readthedocs config
| | * add readthedocs configDavid Lord2020-03-092-2/+8
| |/
* | Merge branch '7.x'David Lord2020-03-090-0/+0
|\ \ | |/
| * deprecate old param callback styleDavid Lord2020-03-093-9/+9
| |
* | Merge pull request #1492 from pallets/deprecate-legacy-callbackDavid Lord2020-03-093-9/+9
|\ \ | | | | | | deprecate old param callback style
| * | deprecate old param callback styleDavid Lord2020-03-093-9/+9
| |/
* | Merge branch '7.x'David Lord2020-03-0867-3159/+3818
|\ \ | |/
| * Merge pull request #1490 from pallets/styleDavid Lord2020-03-0867-3128/+3777
| |\ | | | | | | move to src directory, add pre-commit
| | * manual cleanupDavid Lord2020-03-0834-390/+346
| | |
| | * apply pyupgradeDavid Lord2020-03-0818-80/+89
| | |
| | * run pre-commit during testsDavid Lord2020-03-082-15/+9
| | |
| | * apply formattingDavid Lord2020-03-066-17/+6
| | |
| | * more relative importsDavid Lord2020-03-062-28/+22
| | |
| | * apply flake8David Lord2020-03-0627-100/+91
| | |
| | * apply blackDavid Lord2020-03-0657-2652/+3250
| | |
| | * apply reorder-python-importsDavid Lord2020-03-0637-188/+254
| | |
| | * add pre-commit configDavid Lord2020-03-062-1/+50
| | |
| | * move to src directoryDavid Lord2020-03-0618-2/+5
| |/
* | Merge branch '7.x'David Lord2020-03-0621-199/+290
|\ \ | |/
| * update changelogDavid Lord2020-03-061-0/+2
| |
| * Merge pull request #1468 from muggenhor/fix/utf-8-compatDavid Lord2020-03-062-1/+24
| |\ | | | | | | fix: always use parameter UTF-8 fallback
| | * fix: always use parameter UTF-8 fallbackGiel van Schijndel2020-03-021-0/+2
| | | | | | | | | | | | | | | | | | Even when the filesystem encoding and sys.argv encoding are the same we should still fall back to trying UTF-8 for decoding command line arguments.
| | * test: verify that UTF-8 is used as a fallback for decoding argumentsGiel van Schijndel2020-03-021-1/+22
| | |
| * | Merge pull request #1482 from AlbertUlysses/albert-clickDavid Lord2020-03-062-26/+38
| |\ \ | | | | | | | | Parameters Doc Update
| | * | more clarity for parameter name docsDavid Lord2020-03-062-35/+38
| | | |
| | * | correct docs about parameter name selectionAlbertUlysses2020-03-052-6/+15
| |/ /
| * | Merge pull request #1423 from jle64/fish_completeDavid Lord2020-03-053-67/+135
| |\ \ | | | | | | | | Add support for fish completion
| | * | clean up completion docsDavid Lord2020-03-052-62/+93
| | | |
| | * | refactor completion command splittingDavid Lord2020-03-051-21/+27
| | | |
| | * | fish completionJonathan Lestrelin2020-03-052-6/+37
| |/ /
| * | update project metadataDavid Lord2020-02-2713-135/+69
| | |
| * | Merge pull request #1418 from timka/patch-1David Lord2020-02-272-2/+3
| |\ \ | | | | | | | | ZSH completions escape
| | * | allow zsh to escape completion valuesTimur2020-02-272-2/+3
| |/ /
| * | Merge pull request #1248 from bertolinocastro/masterDavid Lord2020-02-263-1/+32
| |\ \ | | | | | | | | don't complete args that start with dash after double dash separator