Commit Graph

14203 Commits

Author SHA1 Message Date
Pradyun Gedam 0db5d95da0
Merge branch 'main' into extra-normalization 2023-09-10 10:19:13 +01:00
Shahar Epstein 83ca10ab60
Update search command docs (#12271) 2023-09-10 09:25:34 +01:00
Sander Van Balen fbda0a2ba7
Update tests/unit/resolution_resolvelib/test_requirement.py
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-09-08 16:32:42 +02:00
Itamar Turner-Trauring 3076245dc9
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-07 14:30:32 -04:00
Itamar Turner-Trauring ab9f6f37f1
Fix formatting, combine numbers not strings!
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-09-07 12:07:50 -04:00
Sander Van Balen 952ab6d837
Update src/pip/_internal/resolution/resolvelib/factory.py
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-09-07 10:31:49 +02:00
Tzu-ping Chung 3e232ce9ab
Merge pull request #12265 from webknjaz/maintenance/git-blame-ignore-pip._internal.resolution-pkg 2023-09-07 15:17:30 +08:00
Sviatoslav Sydorenko 2951666df5
Exclude PR #9634 reformatting from Git blame 2023-09-07 01:17:57 +02:00
Itamar Turner-Trauring b273cee6c5 Combine one entry, explain difference between entries better. 2023-09-06 16:48:49 -04:00
Itamar Turner-Trauring d5e3f0c4b4 Use versionchanged syntax 2023-09-06 11:54:24 -04:00
Itamar Turner-Trauring 577c86cff4
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-06 11:47:38 -04:00
Sander Van Balen 449522a828 minor fixes and linting 2023-09-06 15:16:22 +02:00
Sander Van Balen f5602fa0b8 added message to invariant assertions 2023-09-06 15:12:17 +02:00
Sander Van Balen ff9e15d813 Merge branch 'main' into issue/11924-requirements-on-extras 2023-09-06 15:08:02 +02:00
Sander Van Balen 50cd318cef review comment: renamed and moved up ExtrasCandidate._ireq 2023-09-06 15:06:19 +02:00
Sander Van Balen 4e73e3e96e review comment: subclass instead of constructor flag 2023-09-06 14:39:51 +02:00
Sander Van Balen 9041602980 Merge branch 'issue/11924-requirements-on-extras' of github.com:sanderr/pip into issue/11924-requirements-on-extras 2023-09-06 14:25:50 +02:00
Sander Van Balen 5a01679022
Update src/pip/_internal/req/constructors.py
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-09-06 13:54:28 +02:00
Sander Van Balen 0de374e4df review comment: return iterator instead of list 2023-09-06 13:52:41 +02:00
Tzu-ping Chung 6f3a7181b6
Merge pull request #12261 from cclauss/pre-commit-autoupdate-2023-09-06 2023-09-06 18:34:39 +08:00
Sander Van Balen 21bfe401a9 use more stable sort key 2023-09-06 11:50:10 +02:00
Christian Clauss 2281e91d4e pre-commit autoupdate except mypy 2023-09-06 11:44:45 +02:00
Christian Clauss 99a00f0a8d pre-commit autoupdate except mypy 2023-09-06 11:36:19 +02:00
Tzu-ping Chung 5db54f38cf
Merge pull request #12246 from cclauss/ruff-rules-C4-and-PERF 2023-09-06 16:45:17 +08:00
Sander Van Balen 3f3ae6f24d Merge branch 'main' into issue/11924-requirements-on-extras 2023-09-06 10:24:11 +02:00
Tzu-ping Chung af43e139b6
Drive by split() limit to improve performance 2023-09-06 15:39:11 +08:00
Tzu-ping Chung 7c8425b8a0
Merge pull request #12217 from thejcannon/jcannon/issue12215 2023-09-06 15:28:46 +08:00
Tzu-ping Chung d0115a5c96
Merge pull request #12255 from webknjaz/patch-1 2023-09-06 15:25:57 +08:00
Seth Michael Larson 7c5b2f2ca9
Update security policy (#12254)
Provide a link to the CNA/PSRT disclosure process.
2023-09-05 23:31:55 +01:00
Tzu-ping Chung 6328294d1f
Merge pull request #12224 from ddelange/ddelange-patch-1 2023-09-05 17:57:11 +08:00
Sviatoslav Sydorenko a88e73b298
Fix typos in dep resolution notes doc 2023-09-02 12:12:54 +02:00
Christian Clauss 85eea44623
Merge branch 'main' into ruff-rules-C4-and-PERF 2023-09-02 00:13:31 +02:00
Christian Clauss 50c49f1d83
GitHub Actions: setup-python allow-prereleases for 3.12 (#12252) 2023-09-01 21:41:00 +01:00
Paul Ganssle f612503035
Remove uses of `utcnow` in non-vendored code (#12006)
* Remove reference to utcnow

This cleans up some of the datetime handling in the self check.

Note that this changes the format of the state file, since the datetime
now uses ``.isoformat()`` instead of ``.strftime``. Reading an outdated
state file will still work on Python 3.11+, but not on earlier versions.

* Use aware datetime object in x509.CertificateBuilder
2023-08-31 09:28:31 +01:00
Christian Clauss 0c0099b23b
Ruff misidentifies config as a dict
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-08-29 11:31:42 +02:00
Tzu-ping Chung b91cbd1661
Merge pull request #12239 from studioj/studioj-patch-1 2023-08-29 16:17:46 +08:00
studioj c127512f13 small update for authentication.md 2023-08-28 20:43:50 +02:00
Christian Clauss 0a24a001fb Fix issues raised in code review 2023-08-28 15:04:54 +02:00
Christian Clauss 69a1e956da Ruff rules C4,C90,PERF 2023-08-28 14:51:13 +02:00
Tzu-ping Chung a3378162f8
Merge pull request #12225 from ddelange/filter-available-versions 2023-08-28 17:48:02 +08:00
ddelange 510c6acf69
Filter out yanked links from available versions error message 2023-08-26 12:17:40 +02:00
ddelange 55205b940d
Update installation report docs 2023-08-25 09:43:14 +02:00
ddelange a7f70b0ad9
Merge branch 'main' into ddelange-patch-1 2023-08-23 12:28:37 +02:00
Tzu-ping Chung 49b9c0470f
Merge pull request #12236 from uranusjr/upgrade-doc-builds 2023-08-23 11:33:47 +08:00
Tzu-ping Chung 695b9f5ab5 Upgrade Sphinx to 7.x 2023-08-23 11:28:18 +08:00
Tzu-ping Chung b4437789a0 Fix rtd config 2023-08-23 11:24:51 +08:00
Tzu-ping Chung fef9bd4295
Merge pull request #12197 from cosmicexplorer/fix-metadata-sdist-download 2023-08-23 09:14:27 +08:00
ddelange 3c5e2aed04
PR Suggestion
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
2023-08-15 12:06:56 +02:00
Tzu-ping Chung 553690b39e
Period 2023-08-15 10:49:49 +08:00
ddelange 361b02bce0
Add is_yanked to installation report 2023-08-14 19:09:50 +02:00