summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* session: Cache http requests to trusted hostsNoah Gorny2021-09-151-0/+7
* Bump to vendoring 1.0.xPradyun Gedam2021-09-137-9/+4
* Merge pull request #10409 from redhat-new-platlib-patch-detectionTzu-ping Chung2021-09-051-0/+2
|\
| * Add a detection for Red Hat's variable replacementTzu-ping Chung2021-08-281-0/+2
* | Merge pull request #10378 from jdufresne/unescapeTzu-ping Chung2021-09-051-5/+0
|\ \
| * | Remove unnecessary html.unescape() calls in index/collector.pyJon Dufresne2021-08-201-5/+0
* | | Merge pull request #10427 from jdufresne/run-typePradyun Gedam2021-09-044-6/+6
|\ \ \
| * | | Harmonize type signature of Command.run()Jon Dufresne2021-09-034-6/+6
* | | | Simplify `_is_broken_pipe_error` definitionPradyun Gedam2021-09-031-25/+7
|/ / /
* | | Merge pull request #10408 from jdufresne/annPradyun Gedam2021-08-287-393/+237
|\ \ \
| * | | Move all remaining type comments to annotationsJon Dufresne2021-08-277-393/+237
| | |/ | |/|
* | | Complete typing of some tests/lib/* filesJon Dufresne2021-08-271-1/+1
|/ /
* | Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-2317-157/+225
* | Switch install scheme backend to sysconfigTzu-ping Chung2021-08-212-13/+32
|/
* Cleanup implicit string concatenationPradyun Gedam2021-08-205-8/+8
* Reformat the codebase, with blackPradyun Gedam2021-08-2027-557/+520
* commands.show: fix small typo in function nameXavier Fernandez2021-08-161-2/+2
* Merge pull request #10229 from pradyunsg/deprecation-cleanupsPradyun Gedam2021-08-162-46/+41
|\
| * Hide feature flag if deprecated behaviour is gonePradyun Gedam2021-08-151-2/+4
| * Tweak wording in deprecation messagesPradyun Gedam2021-08-151-3/+3
| * Avoid `formatted_*` variables, by using a loopPradyun Gedam2021-08-151-35/+27
| * Avoid hanging else at end of functionPradyun Gedam2021-08-151-2/+2
| * Tweak commentsPradyun Gedam2021-08-151-2/+2
| * Enforce keyword arguments in `deprecated`Pradyun Gedam2021-08-152-7/+8
* | Upgrade vendored distro to use new typing and APIJon Dufresne2021-08-154-189/+333
|/
* Merge pull request #10292 from jdufresne/six-req-installPradyun Gedam2021-08-152-7/+5
|\
| * Remove six import from src/pip/_internal/req/req_install.pyJon Dufresne2021-08-082-7/+5
* | Merge pull request #9086 from nipunn1313/partial_cloneStéphane Bidoul2021-08-151-1/+16
|\ \
| * | Use git's partial clone feature to speed up pipNipunn Koorapati2021-08-131-1/+16
* | | Merge pull request #10194 from harupy/type-annotations-internalPradyun Gedam2021-08-144-191/+131
|\ \ \ | |/ / |/| |
| * | Fix __bool__harupy2021-08-071-1/+1
| * | Merge branch 'main' into type-annotations-internalharupy2021-08-072-3/+2
| |\ \
| * \ \ Merge branch 'main' into type-annotations-internalHarutaka Kawamura2021-08-0641-1023/+1405
| |\ \ \
| * | | | convert type commentsharupy2021-07-248-266/+183
* | | | | Merge pull request #10346 from jdufresne/simplify-preparePradyun Gedam2021-08-121-7/+7
|\ \ \ \ \
| * | | | | Simplify RequirementPreparer._downloaded data structureJon Dufresne2021-08-091-7/+7
| | |_|_|/ | |/| | |
* | | | | Blacken src/pip/_internal/vcs directoryJon Dufresne2021-08-125-218/+235
* | | | | Merge pull request #10290 from uranusjr/locations-skip-mingw-wrong-libTzu-ping Chung2021-08-121-0/+26
|\ \ \ \ \
| * | | | | Ignore warning on MSYS MINGW's incorrect sysconfigTzu-ping Chung2021-08-121-0/+26
| |/ / / /
* | | | | Merge pull request #10286 from uranusjr/locations-skip-bpo-44860Tzu-ping Chung2021-08-121-0/+31
|\ \ \ \ \
| * | | | | Suppress location warning caused by bpo-44860Tzu-ping Chung2021-08-081-0/+31
| |/ / / /
* | | | | Merge pull request #10287 from jdufresne/com2annTzu-ping Chung2021-08-1119-335/+221
|\ \ \ \ \
| * | | | | Move many type comments to annotationsJon Dufresne2021-08-1019-335/+221
* | | | | | Merge pull request #10343 from nipunn1313/mypy_upgradeTzu-ping Chung2021-08-112-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bump mypy to 0.910Nipunn Koorapati2021-08-092-5/+7
| |/ / / /
* | | | | Merge pull request #10345 from jdufresne/anystrTzu-ping Chung2021-08-101-3/+2
|\ \ \ \ \
| * | | | | Replace AnyStr with str in src/pip/_internal/utils/misc.pyJon Dufresne2021-08-091-3/+2
| |/ / / /
* | | | | Precise type of on_returncode argument to call_subprocess()Jon Dufresne2021-08-092-3/+26
|/ / / /
* | | | Merge pull request #10261 from jdufresne/found-candidates-sixTzu-ping Chung2021-08-071-4/+19
|\ \ \ \
| * | | | Remove six import in resolution/resolvelib/found_candidates.pyJon Dufresne2021-08-041-4/+19