1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

13290 commits

Author SHA1 Message Date
Stéphane Bidoul
534e4d2338
Update AUTHORS.txt 2022-08-03 19:58:23 +02:00
Stéphane Bidoul
5a770bd2d6
Handle a type error statically in collector 2022-08-03 19:57:04 +02:00
Kai Mueller
905fa3f076 Comments 2022-08-03 09:53:13 +00:00
kasium
ef4fc3c516
Update docs/html/cli/pip_wheel.rst
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2022-08-03 11:39:59 +02:00
Paul Moore
b8aa21b575 Revert __pip-runner__.py changes 2022-08-03 10:28:45 +01:00
Paul Moore
c69ea02bff Add a version check to __pip-runner__.py 2022-08-03 10:14:16 +01:00
Stéphane Bidoul
c4261a883b
Merge pull request #11338 from pombredanne/patch-2
Fix minor docstring typo
2022-08-02 20:55:22 +02:00
Stéphane Bidoul
b026265895
Merge pull request #11339 from gotcha/patch-1
fix forgotten rename
2022-08-02 20:54:32 +02:00
Godefroid Chapelle
5befbe3b1a
fix forgotten rename 2022-08-02 16:59:48 +02:00
Philippe Ombredanne
bb2894d737
Fix minor docstring typo
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2022-08-02 16:14:01 +02:00
Godefroid Chapelle
96675e90cc
Do not parse JSON content with HTML parser 2022-08-02 14:35:53 +02:00
Stéphane Bidoul
fc653965dd
Merge pull request #11337 from gotcha/patch-1
Do not parse JSON content with HTML parser
2022-08-02 14:33:57 +02:00
Godefroid Chapelle
9c22ee1ef1
Do not parse JSON content with HTML parser 2022-08-02 12:08:33 +02:00
Stéphane Bidoul
82c23d9198
Merge pull request #11333 from sbidoul/revert-11229-sbi
Revert "PipDeprecationWarning subclass DeprecationWarning"
2022-08-01 16:20:16 +02:00
q0w
6354192e2e Fix news 2022-08-01 14:28:59 +03:00
Paul Moore
ebe491a82a Get rid of the --python python/py shortcuts 2022-08-01 10:54:20 +01:00
Paul Moore
0d6fadac6c Merge branch 'main' into python_option 2022-08-01 09:43:55 +01:00
Paul Moore
f47a2048ff
Merge pull request #11250 from pfmoore/test_zipapp
Add a --use-zipapp option to the test suite
2022-08-01 09:14:00 +01:00
Paul Moore
4b95250cf2
Merge pull request #11328 from pfmoore/download_clarification
Add a clarifying note to the pip download docs
2022-08-01 09:10:22 +01:00
Stéphane Bidoul
4514d1f473
Revert "PipDeprecationWarning subclass DeprecationWarning"
This reverts commit f1bc96a4a3.
2022-07-31 17:53:35 +02:00
Stéphane Bidoul
1ac427b647
Remove TODO 2022-07-31 17:53:26 +02:00
Stéphane Bidoul
329be6c208
Merge pull request #11332 from sbidoul/remove-todo
Remove TODO
2022-07-31 17:51:25 +02:00
Stéphane Bidoul
d5317f2778
Revert "PipDeprecationWarning subclass DeprecationWarning"
This reverts commit f1bc96a4a3.
2022-07-31 17:34:39 +02:00
Stéphane Bidoul
0f559adabb
Remove TODO 2022-07-31 17:21:19 +02:00
Paul Moore
4dc35b7399 Skip the executable check, as subprocess.run will catch this 2022-07-31 16:01:57 +01:00
Paul Moore
333389133a Check python version in __pip-runner__.py 2022-07-31 12:20:15 +01:00
Paul Moore
ddfa05c863 Merge branch 'python_option' of https://github.com/pfmoore/pip into python_option 2022-07-31 11:53:39 +01:00
Paul Moore
b6be01aee8 Catch errors from running the subprocess 2022-07-31 11:50:29 +01:00
Paul Moore
7cc6445a7a Add a clarifying note to the pip download docs 2022-07-30 19:09:42 +01:00
Paul Moore
d0b5a8f75d
Update docs/html/topics/python-option.md
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2022-07-30 16:56:09 +01:00
Paul Moore
61249ed9ee
Update docs/html/topics/python-option.md
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2022-07-30 16:55:48 +01:00
Paul Moore
b5afdd6048 Fix test to cater for packages leaked into venv 2022-07-30 16:37:58 +01:00
Paul Moore
f86a140b12 Move docs to a topic 2022-07-30 16:12:42 +01:00
Paul Moore
b1eb91204e Added documentation 2022-07-30 16:12:42 +01:00
Paul Moore
01e122ed41 Add tests 2022-07-30 16:12:42 +01:00
Stéphane Bidoul
450fd26c2d
Import distutils only if needed, but sooner 2022-07-30 11:05:56 +02:00
Brett Rosen
0c9eb969eb
Ensure that removing shim in older setuptools does not error 2022-07-30 11:05:51 +02:00
Stéphane Bidoul
56dcb7f3af
Merge pull request #11324 from sbidoul/better-11103
Import distutils only if needed, but sooner
2022-07-30 11:02:30 +02:00
Stéphane Bidoul
db47515958
Import distutils only if needed, but sooner 2022-07-30 10:28:09 +02:00
Tzu-ping Chung
74f850db94
Merge pull request #11315 from bdrosen96/brett/fix_pip_attribute 2022-07-30 09:52:30 +08:00
Brett Rosen
50eb337a0f Ensure that removing shim in older setuptools does not error 2022-07-29 16:53:32 -04:00
Pradyun Gedam
4fd08e1c5b
Merge pull request #10716 from pradyunsg/better-editor-handling
Improve how editors are handled in `pip config`
2022-07-29 16:56:04 +01:00
Pradyun Gedam
0755d5cf38
Merge pull request #11323 from pradyunsg/add-notes-to-divert-adding-new-docs-content-on-long-pages
Add note to divert away from adding content to user guide
2022-07-29 16:54:52 +01:00
Pradyun Gedam
89983e9ad9 Use shell=True for opening the editor with pip config edit
This makes the behavior compatible with git and other tools that invoke
the editor in this manner.
2022-07-29 14:53:23 +01:00
Pradyun Gedam
dc1ea04e92 Add a dedicated topic page for HTTPS certificates
This makes further progress on moving content into dedeicated topic
pages, away from dumping it into `pip install`'s documentation or
as a part of the user guide.
2022-07-29 13:03:47 +01:00
Pradyun Gedam
3ebcc7122c Add note to divert away from adding content to user guide
This guide is being broken up, and multiple folks have now tried to add
content to it instead of adding dedicated pages for it.

This note should help direct contributors away from adding more content
on this page, to stop the bleeding and avoid regressing on the amount of
content we'll have to move out of this page later.
2022-07-29 12:53:18 +01:00
Paul Moore
24c22a3e5d Check the argument to --python is executable 2022-07-29 09:44:14 +01:00
Paul Moore
78e7ea88e9 Make get_runnable_pip public 2022-07-29 09:37:29 +01:00
Paul Moore
42eae5033e More flexible handling of the --python argument 2022-07-28 15:04:35 +01:00
Paul Moore
95cf55bf18 Add a news file 2022-07-28 14:35:27 +01:00