summaryrefslogtreecommitdiff
path: root/src/pip/_internal/operations/prepare.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce ireq.cached_wheel_source_linkStéphane Bidoul2023-04-141-4/+1
* Rename original_link_is_in_wheel_cache to is_wheel_from_cacheStéphane Bidoul2023-04-141-5/+5
* Tweak a conditionStéphane Bidoul2023-04-141-6/+3
* Improve pip wheel wrt hash checking of cached built wheelsStéphane Bidoul2023-04-141-6/+21
* Check hashes of cached built wheels agains origin source archiveStéphane Bidoul2023-04-141-1/+33
* Tweak commentsStéphane Bidoul2023-04-111-1/+4
* Display dependency chain on each Collecting lineGuillaume Seguin2023-02-231-0/+10
* Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading...Danny McClanahan2022-09-101-10/+63
* Add unit tests for cache origin.json... and fix a bugStéphane Bidoul2022-05-301-5/+6
* Add download_info to InstallRequirementStéphane Bidoul2022-05-221-1/+29
* Opt to check build dependenciesq0w2022-05-131-1/+10
* Drop out-of-tree/in-tree build transition flagsPradyun Gedam2022-04-081-70/+4
* Rename all {req -> build}_tracker arguments/variablesPradyun Gedam2022-03-261-6/+6
* Move `BuildTracker` to `operations.build.build_tracker`Pradyun Gedam2022-03-261-1/+1
* Rename `RequirementTracker` to `BuildTracker`Pradyun Gedam2022-03-261-3/+3
* Change VCS tooling verbosity along with pip's verbosity (#9639)James Gerity2022-01-251-4/+14
* Add TODOStéphane Bidoul2021-10-181-0/+1
* Make in-tree-build the defaultStéphane Bidoul2021-09-251-13/+2
* Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-231-12/+17
* Cleanup implicit string concatenationPradyun Gedam2021-08-201-2/+2
* Reformat the codebase, with blackPradyun Gedam2021-08-201-55/+47
* Simplify RequirementPreparer._downloaded data structureJon Dufresne2021-08-091-7/+7
* Resolve conflictsharupy2021-08-021-6/+8
|\
| * Fix long lineBen Mares2021-07-291-1/+2
| * Improve style for multiline stringBen Mares2021-07-291-3/+5
| * Switch deprecation message to use feature_flagBen Mares2021-07-281-7/+5
| * Improve the phrasing of in-tree-build deprecationBen Mares2021-07-281-5/+6
* | convert type commentsharupy2021-07-231-81/+69
|/
* Unify Python project root detection logicTzu-ping Chung2021-06-191-2/+2
* 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