Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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... | ||||
* | Reduce diff | Tzu-ping Chung | 2021-03-15 | 2 | -15/+11 |
| | |||||
* | Typing fixes | Tzu-ping Chung | 2021-03-10 | 16 | -87/+105 |
| | |||||
* | Merge pull request #9676 from stefanor/re-parse-version | Tzu-ping Chung | 2021-03-08 | 3 | -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 | 3 | -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 | 1 | -21/+36 |
|\ \ | | | | | | | From uranusjr/new-resolver-requires-python-error | ||||
| * | | Fix error reporting on Requires-Python conflicts | Tzu-ping Chung | 2021-02-28 | 1 | -21/+36 |
| | | | |||||
* | | | Add a warning when run as root (e.g., sudo pip) (#9394) | Winson Luk | 2021-03-06 | 4 | -4/+41 |
| | | | |||||
* | | | Fixed --editable install for setuptools projects without setup.py. | KOLANICH | 2021-03-03 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | 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 | 1 | -2/+10 |
|\ \ \ | |_|/ |/| | | Use str to pass versions to avoid debundling issue | ||||
| * | | Use str to pass versions to avoid debundling issue | Tzu-ping Chung | 2021-01-18 | 1 | -2/+10 |
| | | | |||||
* | | | Merge pull request #9669 from uranusjr/ignore-invalid-name-dist-info | Tzu-ping Chung | 2021-02-28 | 2 | -2/+49 |
|\ \ \ | | | | | | | | | Ignore dist-info directories with invalid name | ||||
| * | | | Ignore dist-info directories with invalid name | Tzu-ping Chung | 2021-02-28 | 2 | -2/+49 |
| | | | | |||||
* | | | | Merge pull request #9636 from dwt/master | Tzu-ping Chung | 2021-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove dead code | Martin Häcker | 2021-02-20 | 1 | -1/+0 |
| | | | | |||||
| * | | | Fix --target not working with --editable as setup.py develop does not ↵ | Martin Häcker | 2021-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+8 |
|\ \ \ \ | |||||
| * | | | | 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 | 1 | -1/+8 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Drop redundant parentheses | ||||
| * | | | | Drop redundant parentheses | Andrey Bienkowski | 2021-02-10 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | 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 | 32 | -587/+772 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #9477 from bbodenmiller/patch-1 | Tzu-ping Chung | 2021-02-27 | 1 | -1/+6 |
| |\ \ \ \ | |||||
| | * | | | | Update cmdoptions.py | Ben Bodenmiller | 2021-02-26 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | Update cmdoptions.py | Ben Bodenmiller | 2021-02-24 | 1 | -4/+6 |
| | | | | | | |||||
| | * | | | | Update cmdoptions.py | Ben Bodenmiller | 2021-02-24 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Update cmdoptions.py | Ben Bodenmiller | 2021-02-24 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into patch-1 | Ben Bodenmiller | 2021-02-24 | 134 | -3240/+2487 |
| | |\ \ \ \ | |||||
| | * | | | | | Multiple lines for help text | Ben Bodenmiller | 2021-01-19 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Improve --cert help text | Ben Bodenmiller | 2021-01-19 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Clarify that --cert replaces default CA bundle | Ben Bodenmiller | 2021-01-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9589 from hexagonrecursion/text-typehint | Tzu-ping Chung | 2021-02-27 | 1 | -3/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Lint | Andrey Bienkowski | 2021-02-20 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | Replace typing.Text with str | Andrey Bienkowski | 2021-02-20 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Upgrade from six.raise_from to the raise from syntax (#9590) | Andrey Bienkowski | 2021-02-26 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade from six.raise_from * Lint | ||||
| * | | | | | | | Merge pull request #8733 | Tzu-ping Chung | 2021-02-25 | 1 | -3/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Simplify type annotation | Pradyun Gedam | 2020-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> | ||||
| | * | | | | | | | Fix uninstallation of user scripts | Daan De Meyer | 2020-09-04 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User scripts are installed to ~/.local/bin. pip was looking for scripts to uninstall in ~/.local/lib/python3.8/site-packages/bin. This commit makes it look in ~/.local/bin instead. | ||||
| * | | | | | | | | Merge pull request #9300 | Tzu-ping Chung | 2021-02-25 | 2 | -12/+28 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Show constraint in error message | Tzu-ping Chung | 2021-02-23 | 2 | -12/+28 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #9595 from hexagonrecursion/transformed-hint | Pradyun Gedam | 2021-02-24 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | Use the new typehint syntax | ||||
| | * | | | | | | | | Use the new typehint syntax | Andrey Bienkowski | 2021-02-20 | 1 | -4/+4 |
| | | |_|/ / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Use super() for Python 2 old-style classes | Jon Dufresne | 2021-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Followup to c148bcc1aa4025a9dae5bcdabe1a1e01e6df28e5. | ||||
| * | | | | | | | | Merge pull request #9591 from hexagonrecursion/open | Pradyun Gedam | 2021-02-23 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replace `open(file, 'r')` with `open(file)` | ||||
| | * | | | | | | | | Replace `open(file, 'r')` with `open(file)` | Andrey Bienkowski | 2021-02-10 | 2 | -2/+2 |
| | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #9404 from jdufresne/mypy-fixup | Pradyun Gedam | 2021-02-23 | 9 | -47/+159 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Handle several mypy TODO comments and exceptions | ||||
| | * | | | | | | | | Handle several mypy TODO comments and exceptions | Jon Dufresne | 2021-02-22 | 9 | -47/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove mypy exceptions that are straightforward to remove. |