summaryrefslogtreecommitdiff
path: root/src/pip/_internal/operations/prepare.py
Commit message (Expand)AuthorAgeFilesLines
* Build local directories in-place with feature flagDavid Hewitt2021-02-221-3/+31
* Merge pull request #9415 from jdufresne/path_to_displayPradyun Gedam2021-02-201-3/+3
|\
| * Remove Python 2 compat shim path_to_display()Jon Dufresne2021-02-191-3/+3
* | Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-15/+8
|/
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #8896Tzu-ping Chung2021-02-181-6/+55
|\
| * fix lintDanny McClanahan2020-10-091-3/+2
| * download requirements in the download command, outside of the resolverDanny McClanahan2020-10-091-7/+57
* | Merge pull request #9274 from sbidoul/pip-wheel-must-keep-clone-sbiPradyun Gedam2021-01-171-1/+1
|\ \
| * | The preparer always clones VCS requirementsStéphane Bidoul2020-12-271-1/+1
* | | Remove unused class CopytreeKwargsJon Dufresne2020-12-281-12/+1
* | | Remove object from class definitionsJon Dufresne2020-12-251-2/+2
* | | Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* | | Review updatesHugo van Kemenade2020-12-221-5/+7
* | | Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-25/+11
|/ /
* | Do not download editables while preparing requirementsStéphane Bidoul2020-11-221-2/+1
|/
* New resolver: Avoid polluting dest dirNguyễn Gia Phong2020-10-071-13/+23
* Merge usage of download_dir and wheel_download_dirNguyễn Gia Phong2020-10-071-33/+13
* Remove download_dir exist checkNguyễn Gia Phong2020-10-071-16/+2
* Merge pull request #8804 from McSinyx/fast-deps-check-dl-dirPradyun Gedam2020-10-021-14/+20
|\
| * Comment and rework conditionals in download dir checkNguyễn Gia Phong2020-10-011-5/+10
| * [fast-deps] Check download directory before making requestsNguyễn Gia Phong2020-09-171-14/+15
* | Prepare isort for blackPradyun Gedam2020-09-231-9/+2
* | Merge pull request #8861 from pradyunsg/nicer-output-try-1Pradyun Gedam2020-09-171-5/+17
|\ \ | |/ |/|
| * Use a symmetric type and make mypy happyPradyun Gedam2020-09-101-1/+1
| * Only Print "Collecting ..." when the requirement changesPradyun Gedam2020-09-101-1/+6
| * Improve how cached wheels are presentedPradyun Gedam2020-09-101-1/+5
| * Factor out logger.into into a single callPradyun Gedam2020-09-101-4/+7
* | Dedent late download logsNguyễn Gia Phong2020-09-131-48/+45
|/
* Give batch downloader a separate classNguyễn Gia Phong2020-08-121-9/+10
* Check download folder for files to be downloaded in batchNguyễn Gia Phong2020-08-121-13/+26
* Check hashes of memoized downloadsNguyễn Gia Phong2020-08-111-3/+7
* Clean up code style and internal interfaceNguyễn Gia Phong2020-08-111-5/+7
* Add memoization mechanism for file downloadNguyễn Gia Phong2020-08-111-17/+26
* Make Downloader perform the downloadNguyễn Gia Phong2020-08-111-27/+4
* Revise method fetching metadata using lazy wheelsNguyễn Gia Phong2020-08-061-3/+3
* Define RequirementPreparer._sessionNguyễn Gia Phong2020-08-061-16/+29
* Prepare lazy wheels more so they are downloadedChris Hunt2020-08-021-0/+14
* Pass link to _fetch_metadata instead of reqChris Hunt2020-08-021-5/+3
* Log in one common locationChris Hunt2020-08-021-4/+3
* Move _fetch_metadata to RequirementPreparerChris Hunt2020-08-021-0/+32
* Propagate lazy_wheel option through RequirementPreparerChris Hunt2020-08-021-0/+4
* Abstract away AbstractDistribution in higher-level resolver codeNguyễn Gia Phong2020-07-261-19/+16
* feat(pip/_internal/*): Use custom raise_for_status methodgutsytechster2020-07-081-2/+2
* Inline constant variableChris Hunt2020-07-061-3/+2
* Don't unpack wheels during preparationChris Hunt2020-07-061-12/+8
* Apply suggestions from code reviewPradyun Gedam2020-06-171-2/+4
* Make linked req hashes an independant methodNguyễn Gia Phong2020-06-171-44/+37
* Move req.source_dir ensure outNguyễn Gia Phong2020-06-171-35/+37
* Move link log from prepare_linked_requirementNguyễn Gia Phong2020-06-171-17/+14