summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the news-file checkPradyun Gedam2021-08-151-3/+9
* Merge pull request #9785 from hexagonrecursion/mainTzu-ping Chung2021-08-152-0/+13
|\
| * Add a trivial news entryAndrey Bienkowski2021-04-071-0/+0
| * Create news-file.yamlAndrey Bienkowski2021-04-071-0/+13
* | 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-077-13/+19
| |\ \
| * \ \ Merge branch 'main' into type-annotations-internalHarutaka Kawamura2021-08-06117-1137/+1662
| |\ \ \
| * | | | convert type commentsharupy2021-07-248-266/+183
* | | | | Merge pull request #10302 from nipunn1313/blacken_tests42Pradyun Gedam2021-08-131-4/+4
|\ \ \ \ \
| * | | | | Run black on tests/functional/test_vcs_bazaar.pyNipunn Koorapati2021-08-091-4/+4
* | | | | | Merge pull request #10293 from jdufresne/noxPradyun Gedam2021-08-134-10/+6
|\ \ \ \ \ \
| * | | | | | Upgrade nox to remove mypy ignoresJon Dufresne2021-08-124-10/+6
* | | | | | | Merge pull request #10346 from jdufresne/simplify-preparePradyun Gedam2021-08-122-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Simplify RequirementPreparer._downloaded data structureJon Dufresne2021-08-092-7/+7
* | | | | | | | Merge pull request #10284 from jdufresne/black-vcsPradyun Gedam2021-08-127-219/+235
|\ \ \ \ \ \ \ \
| * | | | | | | | Blacken src/pip/_internal/vcs directoryJon Dufresne2021-08-127-219/+235
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #10354 from uranusjr/release/21.2.4Tzu-ping Chung2021-08-124-24/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove stale news filesTzu-ping Chung2021-08-123-6/+0
| * | | | | | | Merge branch 'main' into release/21.2.4Tzu-ping Chung2021-08-12117-2034/+2034
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Run black on tests/functional/test_new_resolver_errors.pyNipunn Koorapati2021-08-111-10/+25
* | | | | | | | | Run black on tests/functional/test_hash.pyNipunn Koorapati2021-08-111-11/+16
* | | | | | | | | Run black on tests/functional/test_vcs_subversion.pyNipunn Koorapati2021-08-111-2/+2
* | | | | | | | | Run black on tests/functional/test_uninstall_user.pyNipunn Koorapati2021-08-111-21/+19
* | | | | | | | | Run black on tests/functional/test_new_resolver_target.pyNipunn Koorapati2021-08-111-4/+5
* | | | | | | | | Run black on tests/functional/test_new_resolver_hashes.pyNipunn Koorapati2021-08-111-18/+37
* | | | | | | | | Merge pull request #10317 from nipunn1313/blacken_tests10Tzu-ping Chung2021-08-111-30/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Run black on tests/functional/test_fast_deps.pyNipunn Koorapati2021-08-091-30/+45
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #10318 from nipunn1313/blacken_tests24Tzu-ping Chung2021-08-111-6/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Run black on tests/functional/test_install_requested.pyNipunn Koorapati2021-08-091-6/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #10287 from jdufresne/com2annTzu-ping Chung2021-08-1133-491/+327
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move many type comments to annotationsJon Dufresne2021-08-1033-491/+327
* | | | | | | | | | Merge pull request #10343 from nipunn1313/mypy_upgradeTzu-ping Chung2021-08-114-10/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bump mypy to 0.910Nipunn Koorapati2021-08-094-10/+16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #10339 from nipunn1313/blacken_tests38Tzu-ping Chung2021-08-111-52/+50
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Run black on tests/functional/test_search.pyNipunn Koorapati2021-08-101-52/+50
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #10345 from jdufresne/anystrTzu-ping Chung2021-08-102-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Replace AnyStr with str in src/pip/_internal/utils/misc.pyJon Dufresne2021-08-092-3/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #10344 from jdufresne/on-return-codeTzu-ping Chung2021-08-103-3/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Precise type of on_returncode argument to call_subprocess()Jon Dufresne2021-08-093-3/+26
|/ / / / / / / /
* | | | | | | | Merge pull request #10301 from nipunn1313/blacken_tests0Tzu-ping Chung2021-08-101-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Bump black from 20.8b1 to 21.7b0Nipunn Koorapati2021-08-091-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #10261 from jdufresne/found-candidates-sixTzu-ping Chung2021-08-072-4/+19
|\ \ \ \ \ \ \
| * | | | | | | Remove six import in resolution/resolvelib/found_candidates.pyJon Dufresne2021-08-042-4/+19
* | | | | | | | Merge pull request #10187 from harupy/type-annotations-operationsTzu-ping Chung2021-08-0710-284/+237
|\ \ \ \ \ \ \ \
| * | | | | | | | revert black changesharupy2021-08-021-6/+6