summaryrefslogtreecommitdiff
path: root/src/pip
Commit message (Expand)AuthorAgeFilesLines
* Deprecate legacy projects ignoring config settingsStéphane Bidoul2023-04-021-0/+9
* Update commentStéphane Bidoul2023-04-021-1/+1
* Merge pull request #11861 from sbidoul/deprecate-build-global-option-sbiStéphane Bidoul2023-03-271-1/+6
|\
| * Deprecate --build-option and --global-optionStéphane Bidoul2023-03-271-1/+6
* | Merge pull request #11871 from sbidoul/always-use-pep517-when-wheel-absent-sbiStéphane Bidoul2023-03-275-41/+15
|\ \
| * | Combine setuptools and wheel detection in one stepStéphane Bidoul2023-03-271-7/+7
| * | Always use pep 517 when the 'wheel' package is absentStéphane Bidoul2023-03-275-42/+16
| |/
* | Merge pull request #11876 from sbidoul/refactor-per-req-global-hash-options-sbiStéphane Bidoul2023-03-275-36/+41
|\ \
| * | Fix type of config_settings argumentsStéphane Bidoul2023-03-273-12/+15
| * | Use more kwargs for install_req_from_lineStéphane Bidoul2023-03-271-1/+1
| * | Remove unused argumentStéphane Bidoul2023-03-271-3/+0
| * | Refactor handling of per requirement optionsStéphane Bidoul2023-03-272-21/+26
| |/
* | Upgrade resolvelib to 1.0.1 (#11879)Pradyun Gedam2023-03-273-16/+41
|/
* Present found conflicts when discarding some criterion (#10937)Juan Luis Cano Rodríguez2023-03-261-0/+12
* Simplify check_legacy_setup_py_optionsStéphane Bidoul2023-03-184-33/+11
* Remove support for the deprecated --install-optionsStéphane Bidoul2023-03-1811-159/+10
* Merge pull request #11860 from sbidoul/rm-no-binary-implies-setuptools-instal...Stéphane Bidoul2023-03-183-57/+5
|\
| * --no-binary does not imply setup.py install anymoreStéphane Bidoul2023-03-123-57/+5
* | Support passing the same key multiple times in --config-settings (#11853)Filipe Laíns2023-03-171-1/+7
* | Merge pull request #11698 from Darsstar/keyring-multi-choiceTzu-ping Chung2023-03-153-61/+183
|\ \
| * \ Merge branch 'main' into keyring-multi-choiceDos Moonen2023-02-2130-338/+462
| |\ \
| * | | Applied review suggestionsDos Moonen2023-01-301-4/+8
| * | | Better subprocess handlingTzu-ping Chung2023-01-301-5/+6
| * | | Make it possible to request a keyring provider: `auto`, `disabled`, `import` ...Dos Moonen2023-01-303-56/+171
* | | | Replace deprecated BadZipfile with BadZipFileHugo van Kemenade2023-03-121-2/+2
| |_|/ |/| |
* | | Remove no longer needed setuptools hack (#11837)Damian Shaw2023-03-051-11/+0
* | | Add -C as a short version of --config-settings (#11786)Filipe Laíns2023-02-281-0/+1
* | | Display dependency chain on each Collecting lineGuillaume Seguin2023-02-231-0/+10
| |/ |/|
* | Merge branch 'main' into update-setuptoolsPradyun Gedam2023-02-1326-146/+182
|\ \
| * \ Merge pull request #11775 from pelson/doc/prefix-warningStéphane Bidoul2023-02-111-1/+6
| |\ \
| | * | Document the limitations of the pip install --prefix argument, and cross-refe...Phil Elson2023-02-061-1/+6
| * | | Drop an unused `type: ignore` commentPradyun Gedam2023-02-061-1/+1
| * | | Handle `backtracking` -> `rejecting_candidate` changePradyun Gedam2023-02-061-9/+9
| * | | Upgrade resolvelib to 0.9.0Pradyun Gedam2023-02-0611-19/+77
| * | | Make resolvelib's provider capable of handling empty iteratorsPradyun Gedam2023-02-061-8/+26
| * | | Reconcile computation of isolated build environment paths (#11740)Daniele Nicolodi2023-02-064-96/+11
| * | | Implement `--break-system-packages` for EXTERNALLY-MANAGED installations (#11...Stefano Rivera2023-02-064-3/+19
| * | | Ignore PIP_REQUIRE_VIRTUALENV for `pip index` (#11671)Oliver Mannion2023-02-061-0/+1
| * | | Do not crash in presence of misformatted hash field in ``direct_url.json``.Stéphane Bidoul2023-02-051-1/+6
| * | | use a attribute to tell if the provider is nullFrost Ming2023-02-031-4/+10
| * | | fix: correct the way to decide if keyring is availableFrost Ming2023-02-031-1/+1
| |/ /
| * | Merge pull request #11487 from pelson/feature/base-prefix-configTzu-ping Chung2023-02-011-3/+15
| |\ \
| | * \ Merge branch 'main' into feature/base-prefix-configTzu-ping Chung2022-11-258-14/+22
| | |\ \
| | * \ \ Merge branch 'main' into feature/base-prefix-configTzu-ping Chung2022-11-1679-760/+2140
| | |\ \ \
| | * | | | Add the "base" config level concept, to allow configuration of all virtual en...Phil Elson2022-10-061-3/+15
| * | | | | Bump for developmentPradyun Gedam2023-01-301-1/+1
| * | | | | Bump for release23.0Pradyun Gedam2023-01-301-1/+1
| | |_|_|/ | |/| | |
* | | | | Update vendored `pkg_resources`Pradyun Gedam2023-02-045-193/+279
|/ / / /
* | | | Merge pull request #11759 from pradyunsg/fix-keyring-authPradyun Gedam2023-01-291-2/+2
|\ \ \ \
| * | | | Correctly handle keyring auth subprocess newlines on WindowsPradyun Gedam2023-01-281-2/+2