summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9672 from jdufresne/mypy-docsmasterPradyun Gedam2021-03-263-17/+28
|\ | | | | Complete typing of docs directory
| * Complete typing of docs directoryJon Dufresne2021-03-063-17/+28
| |
* | Merge pull request #9720 from uranusjr/sysconfig-nt-user-scripts-unifyTzu-ping Chung2021-03-221-7/+0
|\ \ | | | | | | Drop the SCHEMES['nt_user']['scripts'] shim
| * | Drop the SCHEMES['nt_user']['scripts'] shimTzu-ping Chung2021-03-221-7/+0
| | | | | | | | | | | | | | | I dug into CPython commit history and this was fixed in 3.5, so we shouldn't need this? Let's find out...
* | | Merge pull request #9717 from pradyunsg/docs/rewrite-index-and-toctreePradyun Gedam2021-03-222-63/+48
|\ \ \ | |/ / |/| | Rewrite our documentation landing page
| * | Rewrite our documentation landing pagePradyun Gedam2021-03-212-63/+48
| | | | | | | | | | | | | | | - Change to Markdown - Split the Table of Contents
* | | Merge pull request #9700 from uranusjr/mypy-follow-importsTzu-ping Chung2021-03-2217-81/+108
|\ \ \ | |/ / |/| |
| * | Default to follow-imports = normal insteadTzu-ping Chung2021-03-161-1/+0
| | |
| * | Reduce diffTzu-ping Chung2021-03-152-15/+11
| | |
| * | Typing fixesTzu-ping Chung2021-03-1016-87/+105
| | |
| * | Set follow_imports = silentTzu-ping Chung2021-03-101-2/+16
|/ /
* | Merge pull request #9676 from stefanor/re-parse-versionTzu-ping Chung2021-03-084-5/+9
|\ \
| * | Don't cache _versionStefano Rivera2021-03-032-8/+2
| | |
| * | Parse pkg_resources Dist versions with packaging.versionStefano Rivera2021-03-024-5/+15
| | | | | | | | | | | | | | | | | | | | | Due to a mix of bundled and unbundled dependencies, pkg_resources Version class may not be the same as packaging's Version class. See: https://github.com/pypa/setuptools/issues/2052
* | | Merge pull request #9552Tzu-ping Chung2021-03-083-22/+66
|\ \ \ | |_|/ |/| | From uranusjr/new-resolver-requires-python-error
| * | Fix error reporting on Requires-Python conflictsTzu-ping Chung2021-02-282-21/+37
| | |
| * | Add failing testTzu-ping Chung2021-02-281-1/+29
| | |
* | | Merge pull request #9693 from pradyunsg/start-modernising-documentationPradyun Gedam2021-03-067-472/+205
|\ \ \ | | | | | | | | Prepare for documentation rewrite
| * | | Enable black on docs/Pradyun Gedam2021-03-061-1/+0
| | | |
| * | | Add a pip-cli directive for MySTPradyun Gedam2021-03-061-1/+81
| | | |
| * | | Blacken pip_sphinxext.pyPradyun Gedam2021-03-061-30/+24
| | | |
| * | | Add sphinx-copybuttonPradyun Gedam2021-03-061-0/+1
| | | |
| * | | Add autodoc and todo plugins for SphinxPradyun Gedam2021-03-061-0/+2
| | | |
| * | | Rewrite docs/conf.pyPradyun Gedam2021-03-061-279/+79
| | | | | | | | | | | | | | | | | | | | This simplifies the Sphinx configuration and adds additional grouping and structure to the existing code as well.
| * | | Enable MyST in documentationPradyun Gedam2021-03-063-1/+3
| | | |
| * | | Remove the docs-feedback extensionPradyun Gedam2021-03-062-161/+0
| | | |
| * | | Add a docs-live nox sessionPradyun Gedam2021-03-061-0/+16
| | | |
* | | | Add a warning when run as root (e.g., sudo pip) (#9394)Winson Luk2021-03-065-4/+42
|/ / /
* | | Merge pull request #9547 from KOLANICH-tools/setupcfg_only_devinstallTzu-ping Chung2021-03-044-17/+43
|\ \ \ | | | | | | | | Fixed development install for setuptools projects without setup.py
| * | | Fixed --editable install for setuptools projects without setup.py.KOLANICH2021-03-034-17/+43
|/ / / | | | | | | | | | | | | Co-Authored-By: Tzu-ping Chung <uranusjr@gmail.com> Co-Authored-By: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
* | | Merge pull request #9467 from uranusjr/avoid-exchanging-parsed-versionTzu-ping Chung2021-03-032-2/+12
|\ \ \ | |_|/ |/| | Use str to pass versions to avoid debundling issue
| * | Use str to pass versions to avoid debundling issueTzu-ping Chung2021-01-182-2/+12
| | |
* | | Merge pull request #9669 from uranusjr/ignore-invalid-name-dist-infoTzu-ping Chung2021-02-284-20/+68
|\ \ \ | | | | | | | | Ignore dist-info directories with invalid name
| * | | Ignore dist-info directories with invalid nameTzu-ping Chung2021-02-284-20/+68
| | | |
* | | | Merge pull request #9636 from dwt/masterTzu-ping Chung2021-02-283-1/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Remove dead codeMartin Häcker2021-02-201-1/+0
| | | |
| * | | Better formatting ‮rekcäH nitraM‮2021-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | Thanks @webknjaz Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * | | Add news entry.Martin Häcker2021-02-201-0/+1
| | | |
| * | | Fix --target not working with --editable as setup.py develop does not ↵Martin Häcker2021-02-202-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | understand --home but instead requires the --install-dir option. Parially fixes #4390
* | | | Merge pull request #9405 from MrMino/diagnostic_aversionPradyun Gedam2021-02-282-1/+9
|\ \ \ \
| * | | | Refactor `set(...)` → `{...}`Blazej Michalik2021-02-281-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
| * | | | Bring back the "from versions:" messageBlazej Michalik2021-02-272-1/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | In the new resolver the "(from versions ...)" message, shown on failure to resolve a package, has been removed. This commit brings it back.
* | | | Merge pull request #9584 from hexagonrecursion/parenPradyun Gedam2021-02-282-2/+2
|\ \ \ \ | | | | | | | | | | Drop redundant parentheses
| * | | | Drop redundant parenthesesAndrey Bienkowski2021-02-102-2/+2
| | | | |
* | | | | Merge pull request #9583 from hexagonrecursion/set-literalPradyun Gedam2021-02-283-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Use the set literal syntax
| * | | | | Use the set literal syntaxAndrey Bienkowski2021-02-103-9/+9
| |/ / / /
* | | | | Merge pull request #9626 from uranusjr/sysconfigPradyun Gedam2021-02-2810-121/+512
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Special-case PyPy's lib location differencesTzu-ping Chung2021-02-281-0/+17
| | | | |
| * | | | New style type hintsTzu-ping Chung2021-02-281-4/+2
| | | | |
| * | | | Merge branch 'master' into sysconfigTzu-ping Chung2021-02-2867-691/+877
| |\ \ \ \ | |/ / / / |/| | | |