summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump for developmentrelease/20.2b1Paul Moore2020-05-211-1/+1
* Bump for release20.2b1Paul Moore2020-05-2119-12/+27
* Update AUTHORS.txtPaul Moore2020-05-211-0/+2
* Merge pull request #8275 from uranusjr/very-large-round-countPaul Moore2020-05-201-1/+4
|\
| * Set max_rounds to an incredibly large numberTzu-ping Chung2020-05-201-1/+4
|/
* Merge pull request #8271 from deveshks/add-mypy-cache-xmlrpc-form_contrStéphane Bidoul2020-05-204-11/+11
|\
| * Remove Optional type from xmlrpc bool parametersDevesh Kumar Singh2020-05-201-3/+3
| * Add news fileDevesh Kumar Singh2020-05-191-0/+0
| * Type annotations for pip._internal.network.xmlrpcDevesh Kumar Singh2020-05-191-3/+8
| * Type annotations for pip._internal.network.cacheDevesh Kumar Singh2020-05-191-4/+2
| * Type annotations for pip._internal.models.format_controlDevesh Kumar Singh2020-05-191-4/+1
* | Merge pull request #8223 from uranusjr/unicode-wheelPradyun Gedam2020-05-196-71/+158
|\ \
| * | Explode the record row for readabilityTzu-ping Chung2020-05-191-2/+2
| * | Use unicode for filesystem stuff on Python 2Tzu-ping Chung2020-05-192-7/+7
| * | Non-ASCII names are not weirdTzu-ping Chung2020-05-192-3/+3
| * | Fix test commentTzu-ping Chung2020-05-191-2/+1
| * | Python 2 works but not testedTzu-ping Chung2020-05-194-15/+30
| * | Fix unit tests on module-internal functionsTzu-ping Chung2020-05-191-9/+20
| * | Can drop the strict-optional marker nowTzu-ping Chung2020-05-191-3/+0
| * | NewsTzu-ping Chung2020-05-191-0/+2
| * | Fix installation of wheel with non-ASCII entriesTzu-ping Chung2020-05-192-46/+109
| |/
* | Merge pull request #8264 from pradyunsg/release/20.1.1Pradyun Gedam2020-05-191-0/+18
|\ \ | |/ |/|
| * Bump for developmentPradyun Gedam2020-05-191-1/+1
| * Bump for release20.1.1Pradyun Gedam2020-05-196-7/+19
| * NEWS: in-tree builds revert is a removal, not bugfixPradyun Gedam2020-05-191-0/+0
| * Merge pull request #8221 from pradyunsg/revert-in-place-buildsPradyun Gedam2020-05-1910-49/+372
| * Merge pull request #8167 from pradyunsg/drop-list-parallelizationPradyun Gedam2020-05-182-11/+2
| * Merge pull request #8180 from sbidoul/wheel-absent-warning-sbiPradyun Gedam2020-05-182-8/+10
| * Merge pull request #8166 from deveshks/fix-generated-file-modePradyun Gedam2020-05-183-6/+28
| * Merge pull request #8173 from hugovk/document-pip-cache-dirPradyun Gedam2020-05-181-1/+4
* | Merge pull request #8027 from gutsytechster/pip/7998Pradyun Gedam2020-05-193-1/+22
|\ \
| * | fix(network/auth): Asks for password when it is Nonegutsytechster2020-05-153-1/+22
* | | Merge pull request #8261 from deveshks/upgrade-flake8Pradyun Gedam2020-05-197-11/+17
|\ \ \
| * | | Upgrade flake8 to 3.8.1Devesh Kumar Singh2020-05-187-11/+17
|/ / /
* | | Merge pull request #8235 from deveshks/remove-pretty-arg-from-mypyPradyun Gedam2020-05-183-3/+12
|\ \ \
| * | | Cast record file to typing.IO[str] to appease mypy for python 2Devesh Kumar Singh2020-05-181-7/+9
| * | | Cast record_file to io.StringIO for Python 3 to appease mypyDevesh Kumar Singh2020-05-141-2/+9
| * | | Update mypy to v0.770Devesh Kumar Singh2020-05-142-1/+1
* | | | Merge pull request #8256 from uranusjr/new-resolver-candidate-orderPaul Moore2020-05-181-12/+20
|\ \ \ \
| * | | | Avoid the horrendous line break for type hintsTzu-ping Chung2020-05-181-5/+5
| * | | | Use OrderedDict to prefer links found *later*Tzu-ping Chung2020-05-181-12/+20
|/ / / /
* | | | Merge pull request #8016 from deveshks/add-mypy-annotations-commandsPradyun Gedam2020-05-174-11/+44
|\ \ \ \
| * | | | Remove Any type from run functionDevesh Kumar Singh2020-04-203-5/+5
| * | | | Add type for latest_info and fix type for iter_packages_latest_infosDevesh Kumar Singh2020-04-201-2/+3
| * | | | Merge branch 'master' into add-mypy-annotations-commandsDevesh Kumar Singh2020-04-1450-568/+1066
| |\ \ \ \
| * | | | | Type annotations for help, list and uninstall in commandsDevesh Kumar Singh2020-04-144-11/+43
* | | | | | Merge pull request #8018 from deveshks/add-mypy-annotations-hash-show-wheelPradyun Gedam2020-05-174-12/+26
|\ \ \ \ \ \
| * | | | | | Remove comment addressing metadata initial valueDevesh Kumar Singh2020-05-171-4/+0
| * | | | | | Changed type of variadic args to Any and removed unneeded type ignoreDevesh Kumar Singh2020-04-203-16/+17
| * | | | | | Type annotations for hash, show and wheel in commandsDevesh Kumar Singh2020-04-144-16/+33