Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9672 from jdufresne/mypy-docsmaster | Pradyun Gedam | 2021-03-26 | 3 | -17/+28 |
|\ | | | | | Complete typing of docs directory | ||||
| * | Complete typing of docs directory | Jon Dufresne | 2021-03-06 | 3 | -17/+28 |
| | | |||||
* | | Merge pull request #9720 from uranusjr/sysconfig-nt-user-scripts-unify | Tzu-ping Chung | 2021-03-22 | 1 | -7/+0 |
|\ \ | | | | | | | Drop the SCHEMES['nt_user']['scripts'] shim | ||||
| * | | Drop the SCHEMES['nt_user']['scripts'] shim | Tzu-ping Chung | 2021-03-22 | 1 | -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-toctree | Pradyun Gedam | 2021-03-22 | 2 | -63/+48 |
|\ \ \ | |/ / |/| | | Rewrite our documentation landing page | ||||
| * | | Rewrite our documentation landing page | Pradyun Gedam | 2021-03-21 | 2 | -63/+48 |
| | | | | | | | | | | | | | | | - Change to Markdown - Split the Table of Contents | ||||
* | | | Merge pull request #9700 from uranusjr/mypy-follow-imports | Tzu-ping Chung | 2021-03-22 | 17 | -81/+108 |
|\ \ \ | |/ / |/| | | |||||
| * | | Default to follow-imports = normal instead | Tzu-ping Chung | 2021-03-16 | 1 | -1/+0 |
| | | | |||||
| * | | Reduce diff | Tzu-ping Chung | 2021-03-15 | 2 | -15/+11 |
| | | | |||||
| * | | Typing fixes | Tzu-ping Chung | 2021-03-10 | 16 | -87/+105 |
| | | | |||||
| * | | Set follow_imports = silent | Tzu-ping Chung | 2021-03-10 | 1 | -2/+16 |
|/ / | |||||
* | | Merge pull request #9676 from stefanor/re-parse-version | Tzu-ping Chung | 2021-03-08 | 4 | -5/+9 |
|\ \ | |||||
| * | | Don't cache _version | Stefano Rivera | 2021-03-03 | 2 | -8/+2 |
| | | | |||||
| * | | Parse pkg_resources Dist versions with packaging.version | Stefano Rivera | 2021-03-02 | 4 | -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 #9552 | Tzu-ping Chung | 2021-03-08 | 3 | -22/+66 |
|\ \ \ | |_|/ |/| | | From uranusjr/new-resolver-requires-python-error | ||||
| * | | Fix error reporting on Requires-Python conflicts | Tzu-ping Chung | 2021-02-28 | 2 | -21/+37 |
| | | | |||||
| * | | Add failing test | Tzu-ping Chung | 2021-02-28 | 1 | -1/+29 |
| | | | |||||
* | | | Merge pull request #9693 from pradyunsg/start-modernising-documentation | Pradyun Gedam | 2021-03-06 | 7 | -472/+205 |
|\ \ \ | | | | | | | | | Prepare for documentation rewrite | ||||
| * | | | Enable black on docs/ | Pradyun Gedam | 2021-03-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | Add a pip-cli directive for MyST | Pradyun Gedam | 2021-03-06 | 1 | -1/+81 |
| | | | | |||||
| * | | | Blacken pip_sphinxext.py | Pradyun Gedam | 2021-03-06 | 1 | -30/+24 |
| | | | | |||||
| * | | | Add sphinx-copybutton | Pradyun Gedam | 2021-03-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add autodoc and todo plugins for Sphinx | Pradyun Gedam | 2021-03-06 | 1 | -0/+2 |
| | | | | |||||
| * | | | Rewrite docs/conf.py | Pradyun Gedam | 2021-03-06 | 1 | -279/+79 |
| | | | | | | | | | | | | | | | | | | | | This simplifies the Sphinx configuration and adds additional grouping and structure to the existing code as well. | ||||
| * | | | Enable MyST in documentation | Pradyun Gedam | 2021-03-06 | 3 | -1/+3 |
| | | | | |||||
| * | | | Remove the docs-feedback extension | Pradyun Gedam | 2021-03-06 | 2 | -161/+0 |
| | | | | |||||
| * | | | Add a docs-live nox session | Pradyun Gedam | 2021-03-06 | 1 | -0/+16 |
| | | | | |||||
* | | | | Add a warning when run as root (e.g., sudo pip) (#9394) | Winson Luk | 2021-03-06 | 5 | -4/+42 |
|/ / / | |||||
* | | | Merge pull request #9547 from KOLANICH-tools/setupcfg_only_devinstall | Tzu-ping Chung | 2021-03-04 | 4 | -17/+43 |
|\ \ \ | | | | | | | | | Fixed development install for setuptools projects without setup.py | ||||
| * | | | Fixed --editable install for setuptools projects without setup.py. | KOLANICH | 2021-03-03 | 4 | -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-version | Tzu-ping Chung | 2021-03-03 | 2 | -2/+12 |
|\ \ \ | |_|/ |/| | | Use str to pass versions to avoid debundling issue | ||||
| * | | Use str to pass versions to avoid debundling issue | Tzu-ping Chung | 2021-01-18 | 2 | -2/+12 |
| | | | |||||
* | | | Merge pull request #9669 from uranusjr/ignore-invalid-name-dist-info | Tzu-ping Chung | 2021-02-28 | 4 | -20/+68 |
|\ \ \ | | | | | | | | | Ignore dist-info directories with invalid name | ||||
| * | | | Ignore dist-info directories with invalid name | Tzu-ping Chung | 2021-02-28 | 4 | -20/+68 |
| | | | | |||||
* | | | | Merge pull request #9636 from dwt/master | Tzu-ping Chung | 2021-02-28 | 3 | -1/+24 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove dead code | Martin Häcker | 2021-02-20 | 1 | -1/+0 |
| | | | | |||||
| * | | | Better formatting | rekcäH nitraM | 2021-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Thanks @webknjaz Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| * | | | Add news entry. | Martin Häcker | 2021-02-20 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix --target not working with --editable as setup.py develop does not ↵ | Martin Häcker | 2021-02-20 | 2 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | understand --home but instead requires the --install-dir option. Parially fixes #4390 | ||||
* | | | | Merge pull request #9405 from MrMino/diagnostic_aversion | Pradyun Gedam | 2021-02-28 | 2 | -1/+9 |
|\ \ \ \ | |||||
| * | | | | Refactor `set(...)` → `{...}` | Blazej Michalik | 2021-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> | ||||
| * | | | | Bring back the "from versions:" message | Blazej Michalik | 2021-02-27 | 2 | -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/paren | Pradyun Gedam | 2021-02-28 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Drop redundant parentheses | ||||
| * | | | | Drop redundant parentheses | Andrey Bienkowski | 2021-02-10 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #9583 from hexagonrecursion/set-literal | Pradyun Gedam | 2021-02-28 | 3 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Use the set literal syntax | ||||
| * | | | | | Use the set literal syntax | Andrey Bienkowski | 2021-02-10 | 3 | -9/+9 |
| |/ / / / | |||||
* | | | | | Merge pull request #9626 from uranusjr/sysconfig | Pradyun Gedam | 2021-02-28 | 10 | -121/+512 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Special-case PyPy's lib location differences | Tzu-ping Chung | 2021-02-28 | 1 | -0/+17 |
| | | | | | |||||
| * | | | | New style type hints | Tzu-ping Chung | 2021-02-28 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Merge branch 'master' into sysconfig | Tzu-ping Chung | 2021-02-28 | 67 | -691/+877 |
| |\ \ \ \ | |/ / / / |/| | | | |