summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add maintainers-only link to file blank issues, to "New Issue" selectoradd-maintainers-only-linkPradyun Gedam2021-09-291-0/+2
* Merge pull request #10436 from jdufresne/fixture-dataTzu-ping Chung2021-09-282-0/+2
|\
| * Set TestData.__test__ to False to avoid pytest discoveryJon Dufresne2021-09-052-0/+2
* | Merge pull request #10509 from jdufresne/guardsTzu-ping Chung2021-09-275-37/+19
|\ \
| * | Remove unnecessary TYPE_CHECKING guards around packaging importsJon Dufresne2021-09-265-37/+19
|/ /
* | Merge pull request #10508 from jdufresne/fix-typesPradyun Gedam2021-09-263-5/+16
|\ \
| * | Fix new mypy failures in tests/unit/resolution_resolvelib/Jon Dufresne2021-09-263-5/+16
|/ /
* | Upgrade distlib to 0.3.3 (#10502)Niyas Sait2021-09-2612-22/+56
* | Merge pull request #10435 from jdufresne/typing-unitTzu-ping Chung2021-09-2664-1273/+2052
|\ \
| * | Complete type annotations of tests/unit/ directoryJon Dufresne2021-09-2364-1273/+2052
* | | Merge pull request #10507 from uranusjr/metadata-type-mismatch-satisfied-byStéphane Bidoul2021-09-262-1/+5
|\ \ \
| * | | Fix InstalledDistribution's metadata interfaceTzu-ping Chung2021-09-262-1/+5
* | | | Merge pull request #10482 from notatallshaw/known_depthsTzu-ping Chung2021-09-263-1/+67
|\ \ \ \ | |/ / / |/| | |
| * | | Update news/10482.bugfix.rstDamian2021-09-261-1/+1
| * | | Deep is more consistent than downDamian2021-09-251-1/+1
| * | | further simplificationDamian2021-09-231-28/+12
| * | | Replace requirement creation with install_req_from_req_stringDamian2021-09-231-5/+2
| * | | Better namesDamian2021-09-231-9/+6
| * | | Add argument namesDamian2021-09-231-1/+3
| * | | TypoDamian2021-09-231-3/+3
| * | | Simplify testDamian2021-09-231-65/+44
| * | | Fix lintingDamian2021-09-231-4/+2
| * | | Replace build_iter_view with iterDamian2021-09-231-3/+3
| * | | Fix commentDamian2021-09-231-1/+2
| * | | Fix lint issuesDamian2021-09-231-23/+56
| * | | Remove comments, add new lineDamian2021-09-231-5/+1
| * | | First attempt at provider known depths testDamian2021-09-231-0/+78
| * | | News items attempt 2Damian2021-09-211-1/+1
| * | | NewlineDamian2021-09-211-1/+1
| * | | Add news itemDamian2021-09-211-0/+1
| * | | Fix known depth calculationDamian2021-09-161-1/+1
* | | | Merge pull request #10506 from jdufresne/py2-todoTzu-ping Chung2021-09-262-2/+1
|\ \ \ \
| * | | | Handle PY2 TODO comment in tests/lib/filesystem.pyJon Dufresne2021-09-252-2/+1
|/ / / /
* | | | Merge pull request #10260 from jdufresne/simplify-wheelPradyun Gedam2021-09-252-32/+8
|\ \ \ \
| * | | | Simplify operations/install/wheel.pyJon Dufresne2021-09-242-32/+8
|/ / / /
* | | | Merge pull request #10498 from pradyunsg/swap-lock-botPradyun Gedam2021-09-242-8/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a GitHub Actions workflow, to lock closed threadsPradyun Gedam2021-09-221-0/+22
| * | | Remove configuration for the lock botPradyun Gedam2021-09-221-8/+0
|/ / /
* | | Merge pull request #10410 from sbidoul/refactor-freeze-sbiTzu-ping Chung2021-09-222-42/+20
|\ \ \
| * | | Add newsStéphane Bidoul2021-09-211-0/+3
| * | | Remove resolved TODO commentStéphane Bidoul2021-09-211-3/+0
| * | | Remove unused typeStéphane Bidoul2021-09-211-13/+2
| * | | _EditableInfo does not need an editable flagStéphane Bidoul2021-09-211-10/+6
| * | | _dist_is_editable always returns a locationStéphane Bidoul2021-09-211-10/+9
| * | | Make _get_editable_info always return editable=True for editablesStéphane Bidoul2021-09-211-10/+4
* | | | Merge pull request #9498 from NoahGorny/cache-http-requestsTzu-ping Chung2021-09-223-0/+20
|\ \ \ \
| * | | | tests: network: Add http trusted host adapter testsNoah Gorny2021-09-151-0/+12
| * | | | session: Cache http requests to trusted hostsNoah Gorny2021-09-152-0/+8
| | |/ / | |/| |
* | | | Merge pull request #10288 from rittneje/fix-credential-cacheTzu-ping Chung2021-09-223-3/+22
|\ \ \ \
| * | | | fix auth cache to allow for username in index urlJesse Rittner2021-09-063-3/+22
| | |_|/ | |/| |