index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
operations
/
prepare.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build local directories in-place with feature flag
David Hewitt
2021-02-22
1
-3
/
+31
*
Merge pull request #9415 from jdufresne/path_to_display
Pradyun Gedam
2021-02-20
1
-3
/
+3
|
\
|
*
Remove Python 2 compat shim path_to_display()
Jon Dufresne
2021-02-19
1
-3
/
+3
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-15
/
+8
|
/
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Merge pull request #8896
Tzu-ping Chung
2021-02-18
1
-6
/
+55
|
\
|
*
fix lint
Danny McClanahan
2020-10-09
1
-3
/
+2
|
*
download requirements in the download command, outside of the resolver
Danny McClanahan
2020-10-09
1
-7
/
+57
*
|
Merge pull request #9274 from sbidoul/pip-wheel-must-keep-clone-sbi
Pradyun Gedam
2021-01-17
1
-1
/
+1
|
\
\
|
*
|
The preparer always clones VCS requirements
Stéphane Bidoul
2020-12-27
1
-1
/
+1
*
|
|
Remove unused class CopytreeKwargs
Jon Dufresne
2020-12-28
1
-12
/
+1
*
|
|
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-2
/
+2
*
|
|
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-1
/
+1
*
|
|
Review updates
Hugo van Kemenade
2020-12-22
1
-5
/
+7
*
|
|
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-25
/
+11
|
/
/
*
|
Do not download editables while preparing requirements
Stéphane Bidoul
2020-11-22
1
-2
/
+1
|
/
*
New resolver: Avoid polluting dest dir
Nguyễn Gia Phong
2020-10-07
1
-13
/
+23
*
Merge usage of download_dir and wheel_download_dir
Nguyễn Gia Phong
2020-10-07
1
-33
/
+13
*
Remove download_dir exist check
Nguyễn Gia Phong
2020-10-07
1
-16
/
+2
*
Merge pull request #8804 from McSinyx/fast-deps-check-dl-dir
Pradyun Gedam
2020-10-02
1
-14
/
+20
|
\
|
*
Comment and rework conditionals in download dir check
Nguyễn Gia Phong
2020-10-01
1
-5
/
+10
|
*
[fast-deps] Check download directory before making requests
Nguyễn Gia Phong
2020-09-17
1
-14
/
+15
*
|
Prepare isort for black
Pradyun Gedam
2020-09-23
1
-9
/
+2
*
|
Merge pull request #8861 from pradyunsg/nicer-output-try-1
Pradyun Gedam
2020-09-17
1
-5
/
+17
|
\
\
|
|
/
|
/
|
|
*
Use a symmetric type and make mypy happy
Pradyun Gedam
2020-09-10
1
-1
/
+1
|
*
Only Print "Collecting ..." when the requirement changes
Pradyun Gedam
2020-09-10
1
-1
/
+6
|
*
Improve how cached wheels are presented
Pradyun Gedam
2020-09-10
1
-1
/
+5
|
*
Factor out logger.into into a single call
Pradyun Gedam
2020-09-10
1
-4
/
+7
*
|
Dedent late download logs
Nguyễn Gia Phong
2020-09-13
1
-48
/
+45
|
/
*
Give batch downloader a separate class
Nguyễn Gia Phong
2020-08-12
1
-9
/
+10
*
Check download folder for files to be downloaded in batch
Nguyễn Gia Phong
2020-08-12
1
-13
/
+26
*
Check hashes of memoized downloads
Nguyễn Gia Phong
2020-08-11
1
-3
/
+7
*
Clean up code style and internal interface
Nguyễn Gia Phong
2020-08-11
1
-5
/
+7
*
Add memoization mechanism for file download
Nguyễn Gia Phong
2020-08-11
1
-17
/
+26
*
Make Downloader perform the download
Nguyễn Gia Phong
2020-08-11
1
-27
/
+4
*
Revise method fetching metadata using lazy wheels
Nguyễn Gia Phong
2020-08-06
1
-3
/
+3
*
Define RequirementPreparer._session
Nguyễn Gia Phong
2020-08-06
1
-16
/
+29
*
Prepare lazy wheels more so they are downloaded
Chris Hunt
2020-08-02
1
-0
/
+14
*
Pass link to _fetch_metadata instead of req
Chris Hunt
2020-08-02
1
-5
/
+3
*
Log in one common location
Chris Hunt
2020-08-02
1
-4
/
+3
*
Move _fetch_metadata to RequirementPreparer
Chris Hunt
2020-08-02
1
-0
/
+32
*
Propagate lazy_wheel option through RequirementPreparer
Chris Hunt
2020-08-02
1
-0
/
+4
*
Abstract away AbstractDistribution in higher-level resolver code
Nguyễn Gia Phong
2020-07-26
1
-19
/
+16
*
feat(pip/_internal/*): Use custom raise_for_status method
gutsytechster
2020-07-08
1
-2
/
+2
*
Inline constant variable
Chris Hunt
2020-07-06
1
-3
/
+2
*
Don't unpack wheels during preparation
Chris Hunt
2020-07-06
1
-12
/
+8
*
Apply suggestions from code review
Pradyun Gedam
2020-06-17
1
-2
/
+4
*
Make linked req hashes an independant method
Nguyễn Gia Phong
2020-06-17
1
-44
/
+37
*
Move req.source_dir ensure out
Nguyễn Gia Phong
2020-06-17
1
-35
/
+37
*
Move link log from prepare_linked_requirement
Nguyễn Gia Phong
2020-06-17
1
-17
/
+14
[next]