summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Report requested_extras for editable requirementsStéphane Bidoul2023-04-111-1/+3
* Report requested_extras for direct URLsStéphane Bidoul2023-04-111-0/+1
* Merge pull request #11868 from DefaultRyan/normalize-path-cachedStéphane Bidoul2023-04-111-5/+15
|\
| * Retry removing the argument from lru_cacheRyan Shepherd2023-04-101-1/+1
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-04-101-1/+3
| * Fix overly long line lengthRyan Shepherd2023-04-101-2/+2
| * Document _normalize_path_cachedRyan Shepherd2023-04-101-0/+3
| * Remove is_local importRyan Shepherd2023-04-101-1/+1
| * Remove reference to utils.misc.normalize_path_cachedRyan Shepherd2023-04-101-1/+1
| * Move normalize_path caching to an instance on UninstallPathSetRyan Shepherd2023-04-102-20/+11
| * Add explicit lru_cache maxsize for Python 3.7Ryan Shepherd2023-04-101-1/+1
| * typoRyan Shepherd2023-04-101-1/+1
| * cache normalize_path in req_uninstall and is_localRyan Shepherd2023-04-102-6/+20
* | Merge pull request #10594 from pdegroote/mainTzu-ping Chung2023-04-111-2/+2
|\ \ | |/ |/|
| * Merge branch 'main' into mainPradyun Gedam2023-03-27495-37795/+68604
| |\
| * | Improve error message when egg-link does not match installed locationPieter Degroote2021-10-221-4/+5
* | | Merge pull request #11938 from sbidoul/fix-direct-url-hash-trusted-sbiStéphane Bidoul2023-04-101-1/+6
|\ \ \
| * | | Fix --require-hashes trusting link hashesStéphane Bidoul2023-04-101-1/+6
* | | | Merge pull request #11942 from Darsstar/correct-keyring-provider-defaultPaul Moore2023-04-101-1/+1
|\ \ \ \
| * | | | Correct default from `disabled` to `auto`. See #11939.Dos Moonen2023-04-101-1/+1
* | | | | Merge pull request #11922 from collinanderson/patch-1Stéphane Bidoul2023-04-101-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid parsing dist.version twice in a rowCollin Anderson2023-04-041-3/+4
* | | | | Merge pull request #11936 from sbidoul/fix-link-hash-parsingStéphane Bidoul2023-04-101-14/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve readabilityStéphane Bidoul2023-04-081-3/+2
| * | | | Simplify assertionStéphane Bidoul2023-04-081-1/+1
| * | | | Keep empty hash, as beforeStéphane Bidoul2023-04-071-1/+1
| * | | | pep 658 hashes are not URL fragment hashesStéphane Bidoul2023-04-071-13/+21
| * | | | Various fixes to the link hash parserStéphane Bidoul2023-04-071-2/+2
| |/ / /
* | | | Merge pull request #11940 from sbidoul/imp-req-file-parser-sbiTzu-ping Chung2023-04-101-0/+10
|\ \ \ \
| * | | | Warn if --hash is used on a line without requirementStéphane Bidoul2023-04-091-0/+10
| |/ / /
* | | | Merge branch 'main' into per-req-config-settingsq0w2023-04-0975-1099/+1517
|\ \ \ \
| * | | | Stop propagating `config_settings` to dependencies (#11941)Stéphane Bidoul2023-04-092-3/+0
| |/ / /
| * | | Merge pull request #11916 from pfmoore/vendoring-updatesPaul Moore2023-04-0362-725/+1447
| |\ \ \
| | * | | Upgrade pygments to 2.14.0Paul Moore2023-04-0210-77/+127
| | * | | Upgrade tenacity to 8.2.2Paul Moore2023-04-0211-120/+277
| | * | | Upgrade setuptools to 67.6.1Paul Moore2023-04-022-270/+331
| | * | | Upgrade typing_extensions to 4.5.0Paul Moore2023-04-022-9/+112
| | * | | Upgrade rich to 13.3.3Paul Moore2023-04-0225-197/+303
| | * | | Upgrade urllib3 to 1.26.15Paul Moore2023-04-026-8/+16
| | * | | Upgrade platformdirs to 3.2.0Paul Moore2023-04-029-39/+276
| | * | | Upgrade msgpack to 1.0.5Paul Moore2023-04-024-5/+5
| * | | | Add documentation on how to fix a local patch during revendoring (#11918)Paul Moore2023-04-021-0/+24
| |/ / /
| * | | Remove setup.py install legacyStéphane Bidoul2023-03-315-270/+16
| * | | Don't fallback to setup.py install when build failedStéphane Bidoul2023-03-312-27/+2
| * | | Merge pull request #11872 from sbidoul/rm-no-binary-disables-wheel-cache-sbiStéphane Bidoul2023-03-315-75/+29
| |\ \ \
| | * | | Centralize warning about always enabled featuresStéphane Bidoul2023-03-294-8/+16
| | * | | Remove now unused FormatControl in WheelCacheStéphane Bidoul2023-03-291-31/+10
| | * | | Remove no-binary disabling the cache of locally built wheelsStéphane Bidoul2023-03-293-41/+8
* | | | | Remove merge_config_settingsq0w2023-04-092-40/+3
* | | | | fix typingq0w2023-03-311-1/+1