summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update docs based on feedback from UX teamadd-ux-docsNicole Harris2020-09-011-8/+22
* Add news entryNicole Harris2020-08-261-0/+1
* Add ux docs to pip documentationNicole Harris2020-08-262-0/+68
* Merge pull request #8752 from sbidoul/imp-8369-deprecation-sbiPradyun Gedam2020-08-253-18/+19
|\
| * Consider success flag instead of absence of exceptionStéphane Bidoul2020-08-131-12/+12
| * Add newsStéphane Bidoul2020-08-131-0/+3
| * Improve deprecation message for issue 8368Stéphane Bidoul2020-08-122-18/+16
* | Merge pull request #8778 from hugovk/deprecate-3.5Pradyun Gedam2020-08-253-3/+16
|\ \
| * | Warn Python 3.5 support is deprecated and will be removed in pip 21.0, Jan 2021Hugo2020-08-183-3/+16
* | | Merge pull request #8781 from wimglenn/patch-1Pradyun Gedam2020-08-252-2/+3
|\ \ \
| * | | Update and rename 8781.doc to 8781.trivialPradyun Gedam2020-08-242-1/+1
| * | | Create 8781.docwim glenn2020-08-191-0/+1
| * | | restore a broken slug anchor in user guidewim glenn2020-08-181-2/+2
* | | | Merge pull request #8522 from NoahGorny/fix-requirements-file-optionsPradyun Gedam2020-08-254-4/+23
|\ \ \ \
| * | | | Update news/8103.bugfixNoah2020-08-131-1/+1
| * | | | news: Add --extra-index-url req file bugfix newsNoah Gorny2020-08-061-0/+2
| * | | | reqfile: Update extra-index-url/index-url in session from requirements fileNoah Gorny2020-08-063-4/+21
* | | | | Merge pull request #8791 from shireenrao/sphinx-upgPradyun Gedam2020-08-244-2/+5
|\ \ \ \ \
| * | | | | add theme config to set background color and text color for code-blocksSrinivas Nyayapati2020-08-201-1/+3
| * | | | | Bump to latest version 3.2.1Srinivas Nyayapati2020-08-201-1/+1
| * | | | | Bump Sphinx to v3.1.2 and fix rst issuesSrinivas Nyayapati2020-08-203-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #8790 from McSinyx/fix-svn-testsPradyun Gedam2020-08-245-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mark tests using remote svn and hg as xfailNguyễn Gia Phong2020-08-245-0/+5
|/ / / /
* | | | Merge pull request #8743 from McSinyx/fast-deps-hashPradyun Gedam2020-08-182-0/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Test hash checking for fast-depsNguyễn Gia Phong2020-08-172-0/+29
|/ / /
* | | Merge pull request #8766 from McSinyx/test-req-new-resolverPradyun Gedam2020-08-175-11/+10
|\ \ \
| * | | Use the new resolver for test requirementsNguyễn Gia Phong2020-08-161-0/+1
| * | | Unpin pytest and its pluginsNguyễn Gia Phong2020-08-161-5/+3
| * | | Use --durations instead of --duration for pytestNguyễn Gia Phong2020-08-164-6/+6
* | | | Merge pull request #8709 from McSinyx/successfully-downloadedPradyun Gedam2020-08-174-19/+9
|\ \ \ \ | |/ / / |/| | |
| * | | [2020-resolver] List downloaded distributions before exitingNguyễn Gia Phong2020-08-064-19/+9
* | | | Merge pull request #8759 from McSinyx/fix-test-py2-warnPaul Moore2020-08-143-1/+6
|\ \ \ \
| * | | | Allow py2 deprecation warning from setuptoolsNguyễn Gia Phong2020-08-143-1/+6
|/ / / /
* | | | Merge pull request #8737 from McSinyx/dl-manyPradyun Gedam2020-08-147-108/+128
|\ \ \ \ | |_|_|/ |/| | |
| * | | Give batch downloader a separate classNguyễn Gia Phong2020-08-125-26/+53
| * | | 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-113-12/+14
| * | | Add memoization mechanism for file downloadNguyễn Gia Phong2020-08-115-21/+39
| * | | Make Downloader perform the downloadNguyễn Gia Phong2020-08-113-59/+15
|/ / /
* | | Merge pull request #8746 from pradyunsg/release/20.2.2Pradyun Gedam2020-08-111-0/+19
|\ \ \
| * | | Bump for developmentPradyun Gedam2020-08-111-1/+1
| * | | Bump for release20.2.2Pradyun Gedam2020-08-119-14/+20
| * | | Merge pull request #8716 from McSinyx/fix-range-request-cacheChris Hunt2020-08-112-2/+4
| * | | Merge pull request #8727 from uranusjr/new-resolver-constraint-markersPradyun Gedam2020-08-113-1/+29
| * | | Merge pull request #8718 from uranusjr/pyvenv-cfg-encodingPradyun Gedam2020-08-112-1/+5
| * | | Merge pull request #8702 from uranusjr/get-distribution-looks-for-allPradyun Gedam2020-08-114-19/+86
| * | | Merge pull request #8744 from hroncok/keyring_global_nopePradyun Gedam2020-08-113-0/+31
| * | | Merge pull request #8730 from McSinyx/news-8701-8716Pradyun Gedam2020-08-112-0/+4
* | | | Merge pull request #8730 from McSinyx/news-8701-8716Pradyun Gedam2020-08-112-0/+4
|\ \ \ \