Commit Graph

2482 Commits

Author SHA1 Message Date
Tzu-ping Chung d8ab6dc6c1 Clarify news fragment 2023-11-28 15:06:25 +08:00
Qiming Xu fe10d368f6
Add end line 2023-11-28 14:25:56 +08:00
Qiming Xu 28250baffb
Fix line wrap length and add news entry 2023-11-28 14:17:51 +08:00
Damian Shaw 2a0acb595c
Update and provide fixes for mypy pre-commit (#12389)
* Update mypy to 1.6.1

* Fix mypy "Source file found twice under different module names" error

* Ignore type of intialized abstract class in tests

* Use more specific type ignore method-assign

* Type ignore for message.get_all

* Remove unused type ignore

* Add SizedBuffer type for xmlrpc.client.Transport subclass

* Add Self type for RequestHandlerClass in test

* Add type ignore for shutil.rmtree onexc handler

* Quote SizedBuffer

* Add news entry

* Remove no longer correct comment

* Update self import

* Also ignore type onerror=handler

* Update news entry

* Update news entry
2023-11-07 09:39:01 +00:00
Damian Shaw 68529081c2
Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
Damian Shaw 9685f64fe8
Update ruff and config (#12390) 2023-11-06 09:30:05 +00:00
Dale fd77ebfc74
Rework the functionality of PIP_CONFIG_FILE (#11850) 2023-10-27 14:59:56 +02:00
efflamlemaillet 6dbd9c68f0
Fix hg: "parse error at 0: not a prefix:" (#12373)
Use two hypen argument `--rev=` instead of `-r=`

Co-authored-by: Efflam Lemaillet <elemaillet@logilab.fr>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-10-27 11:08:17 +02:00
Stéphane Bidoul 5364f26f96 Bump for release 2023-10-21 12:57:31 +02:00
Itamar Turner-Trauring 5e7cc16c3b
Fix parallel pip cache downloads causing crash (#12364)
Co-authored-by: Itamar Turner-Trauring <itamar@pythonspeed.com>
2023-10-18 23:14:22 +01:00
Paul Moore fb06d12d5a Handle ISO formats with a trailing Z 2023-10-17 11:07:21 +01:00
Stéphane Bidoul e3dc91dad9 Bump for release 2023-10-15 10:23:02 +02:00
Stéphane Bidoul 8d0278771c Reclassify news fragment
This is not for the process category, and
probably not significant enough for a feature news entry.
2023-10-15 10:22:52 +02:00
Stéphane Bidoul f6ecf406c3
Merge pull request #12350 from sbidoul/readact-collecting-url
Redact URLs in Collecting... logs
2023-10-15 10:02:04 +02:00
Stéphane Bidoul 8f0ed32413 Redact URLs in Collecting... logs 2023-10-14 14:02:55 +02:00
Ed Morley d1659b87e4 Correct issue number for NEWS entry added by #12197
The NEWS entry added in PR #12197 referenced issue #12191,
however, the issue it actually fixed was #11847.
2023-10-14 10:13:03 +00:00
Paul Moore 2333ef3b53
Upgrade urllib3 to 1.26.17 (#12343) 2023-10-12 13:12:06 +02:00
Damian Shaw 496b268c1b
Update "Running Tests" documentation (#12334)
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-10-11 17:36:40 +02:00
Pradyun Gedam fd608c35cc
Merge pull request #12051 from kurtmckee/add-dependabot-for-actions
Add a dependabot config to update CI actions monthly
2023-10-07 19:57:31 +01:00
Wu Zhenyu dba399fe6a Fix #12166
- tests expected results indendation was off
- add bugfix news entry
2023-10-07 15:15:51 +08:00
Kurt McKee ac962890b5
Add a dependabot config to update CI actions monthly 2023-10-06 09:49:52 -05:00
Tzu-ping Chung b551c09c4e
Merge pull request #12095 from sanderr/issue/11924-requirements-on-extras 2023-10-05 15:29:25 +08:00
Stéphane Bidoul ff05e4224b
Merge pull request #12289 from lgeiger/noqa
Remove outdated `noqa` comments
2023-10-01 19:29:09 +02:00
Stéphane Bidoul 1082eb1262
Merge pull request #12306 from pradyunsg/vcs-ref
Use `-r=...` instead of `-r ...` for VCS CLI
2023-10-01 16:59:57 +02:00
Pradyun Gedam 408b5248dc
📰 2023-10-01 14:45:29 +01:00
Pradyun Gedam 11ff957838
Merge pull request #12292 from hauntsaninja/literal-type
Avoid use of 2020-resolver and legacy-resolver
2023-10-01 13:56:57 +01:00
Stéphane Bidoul 4ad9b90eb2
Merge pull request #12281 from sbidoul/fix-12280-sbi
Fix git version parsing issue
2023-10-01 11:21:14 +02:00
Itamar Turner-Trauring cc14055336
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-26 10:38:42 -04:00
Tzu-ping Chung ed113ff23b
Merge pull request #12107 from sethmlarson/vendor-truststore 2023-09-26 17:49:25 +08:00
Itamar Turner-Trauring b944856a74
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-25 13:13:57 -04:00
hauntsaninja ac19f79049 Follow imports for more vendored dependencies
This will allow mypy to notice if you e.g. try to call a colorama
function that does not exist. Note we won't report any errors in
vendored code due to the ignore_errors config above.

It would also be quite easy to let mypy look at pkg_resources code, but
this would involve the addition of like three type ignores.
2023-09-23 17:50:25 -07:00
hauntsaninja 666be3544b Avoid use of 2020-resolver and legacy-resolver 2023-09-23 13:34:06 -07:00
Shantanu eddd9ddb66
Enable mypy's strict equality checks (#12209)
This makes mypy check more behaviours within the codebase.

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-09-23 17:10:13 +01:00
Lukas Geiger 3d6b0be901 Remove outdated noqa comments 2023-09-22 01:28:54 +01:00
Damian Shaw 677c3eed9f Add news 2023-09-20 18:53:33 -04:00
Stéphane Bidoul 3b4738cf9a Fix git version parsing issue 2023-09-17 20:06:35 +02:00
Sander Van Balen 89b68c6bf9 Merge branch 'main' into issue/11924-requirements-on-extras 2023-09-13 15:20:25 +02:00
Seth Michael Larson bff1e6a67b
Vendor truststore 0.8.0 2023-09-12 15:56:31 -05:00
Seth Michael Larson 9ee4b8ce36
Vendor truststore 2023-09-12 15:56:29 -05:00
Itamar Turner-Trauring a2d08523d6
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-11 09:45:34 -04:00
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
Itamar Turner-Trauring 577c86cff4
Merge branch 'main' into 2984-new-cache-lower-memory 2023-09-06 11:47:38 -04:00
Sander Van Balen ff9e15d813 Merge branch 'main' into issue/11924-requirements-on-extras 2023-09-06 15:08:02 +02:00
Christian Clauss 2281e91d4e pre-commit autoupdate except mypy 2023-09-06 11:44:45 +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 7c8425b8a0
Merge pull request #12217 from thejcannon/jcannon/issue12215 2023-09-06 15:28:46 +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