summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add news for disabling range response cachingNguyễn Gia Phong2020-08-082-0/+4
* | | | | Merge pull request #8744 from hroncok/keyring_global_nopePradyun Gedam2020-08-113-0/+31
|\ \ \ \ \
| * | | | | When one keyring attempt fails, don't bother with moreMiro Hrončok2020-08-033-0/+31
* | | | | | Merge pull request #8702 from uranusjr/get-distribution-looks-for-allPradyun Gedam2020-08-104-19/+86
|\ \ \ \ \ \
| * | | | | | Add test to ensure get_distribution() behaviorTzu-ping Chung2020-08-061-14/+60
| * | | | | | Work around lax semantics in commands.searchTzu-ping Chung2020-08-051-0/+1
| * | | | | | Refactor and clarify get_distribution() behaviorTzu-ping Chung2020-08-051-5/+20
| * | | | | | Also look for non-local when searching for distsTzu-ping Chung2020-08-051-1/+3
| * | | | | | NewsTzu-ping Chung2020-08-051-0/+3
* | | | | | | Merge pull request #8636 from EpicWink/doc/keyringChris Hunt2020-08-082-0/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Explicitly note that pip does not vendor keyringLaurie O2020-07-281-1/+2
| * | | | | | Document keyring support for index basic-authLaurie O2020-07-272-0/+16
* | | | | | | Merge pull request #8718 from uranusjr/pyvenv-cfg-encodingPradyun Gedam2020-08-072-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Always use UTF-8 to read pyvenv.cfgTzu-ping Chung2020-08-062-1/+5
* | | | | | | | Merge pull request #8727 from uranusjr/new-resolver-constraint-markersPradyun Gedam2020-08-073-1/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow filtering constraints with markersTzu-ping Chung2020-08-072-1/+4
| * | | | | | | | Add failing test for constraints with markersTzu-ping Chung2020-08-071-0/+25
|/ / / / / / / /
* | | | | | | | Merge pull request #8651 from pradyunsg/update-coc-referencePradyun Gedam2020-08-073-8/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Drop CoC reference from new issue templatesPradyun Gedam2020-07-291-4/+1
| * | | | | | | | Update Code of Conduct referencesPradyun Gedam2020-07-292-4/+4
* | | | | | | | | Merge pull request #8710 from McSinyx/unnest-lazy-fetchPradyun Gedam2020-08-064-20/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revise method fetching metadata using lazy wheelsNguyễn Gia Phong2020-08-061-3/+3
| * | | | | | | | | Define RequirementPreparer._sessionNguyễn Gia Phong2020-08-064-17/+33
|/ / / / / / / / /
* | | | | | | | | Make assertion failure give better message (#8692)Nguyễn Gia Phong2020-08-062-2/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #8716 from McSinyx/fix-range-request-cacheChris Hunt2020-08-052-2/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Disable caching for range requestsNguyễn Gia Phong2020-08-052-2/+4
|/ / / / / / /
* | | | | | | Merge pull request #8693 from pradyunsg/remove-newsPradyun Gedam2020-08-0512-12/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Remove news/ files for 20.2.1Pradyun Gedam2020-08-0412-12/+0
* | | | | | | Merge pull request #8685 from chrahunt/use-preparer-for-lazy-wheelsPradyun Gedam2020-08-047-51/+92
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Prepare lazy wheels more so they are downloadedChris Hunt2020-08-023-0/+20
| * | | | | | 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-022-32/+32
| * | | | | | Promote Wheel-related assertions to LinkCandidate constructorChris Hunt2020-08-021-5/+15
| * | | | | | Extract name and version from Wheel linkChris Hunt2020-08-021-3/+9
| * | | | | | Use link from InstallRequirementChris Hunt2020-08-021-2/+4
| * | | | | | Pass InstallRequirement to _fetch_metadataChris Hunt2020-08-021-4/+4
| * | | | | | Propagate lazy_wheel option through RequirementPreparerChris Hunt2020-08-026-16/+20
| * | | | | | Move lazy_wheel warning out of ResolverChris Hunt2020-08-022-9/+12
| * | | | | | Move call to _fetch_metadata next to call to RequirementPreparerChris Hunt2020-08-021-3/+4
| * | | | | | Remove extra metadata consistency checkChris Hunt2020-08-021-5/+2
| * | | | | | Move common processing out of _fetch_metadataChris Hunt2020-08-021-6/+7
| * | | | | | Move _fetch_metadata into _prepareChris Hunt2020-08-021-1/+3
| * | | | | | Move non-lazy req fallback outside of `_fetch_metadata`Chris Hunt2020-08-021-1/+1
| * | | | | | Remove unnecessary check for _distChris Hunt2020-08-021-2/+1
| * | | | | | Remove redundant guard variableChris Hunt2020-08-021-3/+1
| * | | | | | Don't set _dist until it has been validatedChris Hunt2020-08-021-8/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8691 from pradyunsg/release/20.2.1Pradyun Gedam2020-08-041-0/+28
|\ \ \ \ \ \
| * | | | | | Bump for developmentPradyun Gedam2020-08-041-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Bump for release20.2.1Pradyun Gedam2020-08-0412-13/+29