summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx-tabs from 3.1.0 to 3.2.0dependabot/pip/sphinx-tabs-3.2.0dependabot[bot]2021-09-012-2/+2
* Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-141-1/+2
|\
| * Merge pull request #2036 from jcrotts/fix-windows-permission-pagerDavid Lord2021-08-141-1/+2
| |\
| | * Always close file descriptor to tempfilepager.Jay Crotts2021-08-141-2/+1
| | * Add check for WIN in _tempfilepager finally block to prevent file in use erro...Jay Crotts2021-08-141-1/+3
| |/
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-142-5/+16
|\ \ | |/
| * Merge pull request #2046 from MLH-Fellowship/1921-fix-symlinksDavid Lord2021-08-142-5/+16
| |\
| | * fix symlink testschima2021-08-131-12/+10
| | * revert path prefix stripping, modify test to work with prefixcAtaman2021-08-122-14/+18
| | * add url to page explaining win32 path prefixeschima2021-08-121-2/+3
| | * strip win32 path prefixes from resolved absolute symlinkschima2021-08-121-5/+13
| |/
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-108-23/+71
|\ \ | |/
| * Merge pull request #2039 from esadek/pip_linkDavid Lord2021-08-101-1/+1
| |\
| | * update pip linkEmil Sadek2021-08-101-1/+1
| |/
| * Merge pull request #2030 from taranlu-houzz/remove_fast_exitDavid Lord2021-08-053-15/+3
| |\
| | * use sys.exit() instead of _fast_exit()taran_lu2021-08-053-15/+3
| |/
| * Merge pull request #2009 from MLH-Fellowship/1989-fix-logically-dead-codeDavid Lord2021-08-051-3/+2
| |\
| | * remove logically-dead codecAtaman2021-08-051-3/+2
| |/
| * Merge pull request #2006 from MLH-Fellowship/1921-fix-symlinksDavid Lord2021-08-054-4/+65
| |\
| | * resolve relative symlinks to the containing directorycAtaman2021-08-054-4/+65
| |/
* | Merge pull request #1998 from MLH-Fellowship/1971-hide-defaultsDavid Lord2021-08-055-19/+72
|\ \
| * | show_default doesn't show False default for single boolean flagcAtaman2021-08-055-19/+72
|/ /
* | Merge pull request #2025 from pallets/dependabot/pip/sphinx-4.1.2David Lord2021-08-032-6/+6
|\ \
| * | Bump sphinx from 4.0.2 to 4.1.2dependabot[bot]2021-08-012-6/+6
* | | Merge pull request #2024 from pallets/dependabot/pip/tox-3.24.1David Lord2021-08-031-1/+1
|\ \ \
| * | | Bump tox from 3.23.1 to 3.24.1dependabot[bot]2021-08-011-1/+1
| |/ /
* | | Merge pull request #2027 from pallets/pre-commit-ci-update-configDavid Lord2021-08-031-3/+3
|\ \ \ | |/ / |/| |
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-021-3/+3
|/ /
* | Merge pull request #1991 from pallets/pre-commit-ci-update-configDavid Lord2021-07-061-3/+3
|\ \
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-07-051-3/+3
|/ /
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-07-0410-17/+87
|\ \ | |/
| * Merge pull request #1986 from pallets/docs-tqdmDavid Lord2021-07-041-2/+7
| |\
| | * mention tqdm in progress bar docsDavid Lord2021-07-041-2/+7
| |/
| * Merge pull request #1930 from SamSchott/shell-completion-fixDavid Lord2021-07-043-1/+16
| |\
| | * completion arguments may start with a "/"Sam Schott2021-07-043-1/+16
| |/
| * Merge pull request #1970 from pbeza/empty-default-value-in-help-outputDavid Lord2021-07-043-2/+15
| |\
| | * fix type for show_default, can be strDavid Lord2021-07-041-1/+1
| | * don't show empty multiple=True defaultPatryk Bęza2021-07-043-1/+14
| |/
| * Merge pull request #1977 from thedrow/patch-1David Lord2021-07-041-1/+1
| |\
| | * clarify duplicate option name errorOmer Katz2021-07-031-1/+1
| |/
| * Merge pull request #1942 from janLo/patch-1David Lord2021-07-032-2/+5
| |\
| | * bash version detection is locale independentJan Losinski2021-07-032-2/+5
| |/
| * Merge pull request #1934 from janluke/fix/is_bool_flagDavid Lord2021-07-033-1/+24
| |\
| | * Fix is_bool_flag being set to True even if is_flag is FalseGianluca Gippetto2021-07-033-1/+24
| |/
| * Merge pull request #1975 from ricekab/docs/1974-missing-datetime-typeDavid Lord2021-06-251-0/+2
| |\
| | * Added DateTime type documentation under API types reference.ricekab2021-06-251-0/+2
| |/
| * Merge pull request #1953 from ofek/patch-1David Lord2021-06-111-1/+1
| |\
| | * Fix help text when using env vars with defaultsOfek Lev2021-06-111-1/+1
| |/
| * Fix typo in docstring (change "appnd" to "append") (#1950)Deepyaman Datta2021-06-061-1/+1
| * Merge pull request #1937 from pallets/completion-exampleDavid Lord2021-05-272-4/+7
| |\