summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8053 from gutsytechster/update_filesystem_commentPradyun Gedam2020-05-221-0/+2
|\
| * fix(_internal/utils/filesystem): Update comment for catched exceptiongutsytechster2020-05-131-0/+2
* | Update comments and documentationPradyun Gedam2020-05-211-3/+4
* | Make mypy happyPradyun Gedam2020-05-211-0/+1
* | ExtrasCandidate depends on exact base, before optional dependenciesPradyun Gedam2020-05-211-3/+3
* | Directly require BaseCandidate in ExtrasCandidatePradyun Gedam2020-05-211-5/+1
* | Add a helper for making ExplicitRequirement objectsPradyun Gedam2020-05-211-2/+5
* | Merge pull request #8145 from sbidoul/simplfy-should_cache-sbiPradyun Gedam2020-05-211-5/+2
|\ \
| * | Simplify _should_cacheStéphane Bidoul2020-04-261-5/+2
* | | Merge pull request #8286 from uranusjr/read-root-extras-correctlyPaul Moore2020-05-211-1/+1
|\ \ \
| * | | Always read InstallRequirement.extrasTzu-ping Chung2020-05-211-1/+1
* | | | Merge pull request #8230 from uranusjr/markers-in-depsPaul Moore2020-05-215-31/+50
|\ \ \ \
| * | | | Match loggingTzu-ping Chung2020-05-211-0/+8
| * | | | Return package dependencies only if markers matchTzu-ping Chung2020-05-212-2/+18
| * | | | Ignore root dependencies with non-matching markersTzu-ping Chung2020-05-211-0/+2
| * | | | Turn Candidate.get_dependencies() into iterableTzu-ping Chung2020-05-213-30/+23
| |/ / /
* | | | Bump for developmentrelease/20.2b1Paul Moore2020-05-211-1/+1
* | | | Bump for release20.2b1Paul Moore2020-05-211-1/+1
|/ / /
* | | 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-203-11/+11
|\ \ \
| * | | Remove Optional type from xmlrpc bool parametersDevesh Kumar Singh2020-05-201-3/+3
| * | | 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
* | | | 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-191-2/+2
* | | | Python 2 works but not testedTzu-ping Chung2020-05-193-11/+23
* | | | Can drop the strict-optional marker nowTzu-ping Chung2020-05-191-3/+0
* | | | Fix installation of wheel with non-ASCII entriesTzu-ping Chung2020-05-191-46/+80
|/ / /
* | | Merge pull request #8027 from gutsytechster/pip/7998Pradyun Gedam2020-05-191-1/+1
|\ \ \
| * | | fix(network/auth): Asks for password when it is Nonegutsytechster2020-05-151-1/+1
* | | | Upgrade flake8 to 3.8.1Devesh Kumar Singh2020-05-184-7/+13
* | | | Merge pull request #8235 from deveshks/remove-pretty-arg-from-mypyPradyun Gedam2020-05-181-2/+11
|\ \ \ \
| * | | | 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
| | |_|/ | |/| |
* | | | 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-173-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-1417-200/+549
| |\ \ \ \
| * | | | | Type annotations for help, list and uninstall in commandsDevesh Kumar Singh2020-04-143-11/+43
* | | | | | Merge pull request #8018 from deveshks/add-mypy-annotations-hash-show-wheelPradyun Gedam2020-05-173-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-143-16/+33
| |/ / / / /
* | | | | | Fix typo and simplify ireq callNguyễn Gia Phong2020-05-163-7/+2
* | | | | | Merge pull request #8186 from uranusjr/install-req-from-dist-line-rewritePaul Moore2020-05-151-4/+8
|\ \ \ \ \ \
| * | | | | | Build ireq line from parent for installed distTzu-ping Chung2020-05-041-4/+8