Commit Graph

10468 Commits

Author SHA1 Message Date
Max Muoto 0f3ff0874c Update functools for 3.14 (#14002) 2025-05-10 21:09:02 -07:00
Jelle Zijlstra 58367a50d5 [click-web] Fixes after click 8.2.0 release (#14001) 2025-05-11 01:39:55 +02:00
Max Muoto c4aa48a626 Add context manager for contextvars.Token (3.14) (#13997) 2025-05-10 23:33:33 +02:00
Jelle Zijlstra 5ff32f377c 3.14: add annotationlib, update typing and inspect (#13985) 2025-05-10 14:25:06 -07:00
Max Muoto 8bd5455b32 Add context manager support for QueueListener (3.14) (#13996) 2025-05-10 14:18:37 -07:00
Max Muoto 33a0cb977e Update ProcessPoolExecutor for 3.14 (#13994) 2025-05-10 22:43:14 +02:00
Akuli bd2e68f628 Delete duplicate lines from stdlib/@tests/stubtest_allowlists/py314.txt (#13993) 2025-05-10 22:08:02 +02:00
Semyon Moroz 725f7177b1 Update ast.main function for Python 3.14 (#13982) 2025-05-10 21:32:20 +02:00
Anton Pilipenko d28270b19d Fix tkinter.PhotoImage.put arguments (#13971)
* allow bytes

* put to x1 y1 ?x2 y2?

---------

Co-authored-by: Anton Pilipenko <anton.pilipenko@retechlabs.com>
2025-05-10 22:27:07 +03:00
Max Muoto f90424014b Add strptime for datetime.time and datetime.date (3.14) (#13991) 2025-05-10 21:02:43 +02:00
Max Muoto f67a0df2b8 Update uuid for 3.14, other minor improvements (#13990) 2025-05-10 20:51:32 +02:00
Max Muoto ed5525b284 Add invalidate_caches for 3.14 (#13988) 2025-05-10 20:22:34 +02:00
Max Muoto b64e741a4a Add strict argument for map (3.14) (#13987) 2025-05-10 20:21:41 +02:00
Avasam f17ee46952 Python 3.14: Remove SupportsTrunc from ConvertibleToInt (#13986) 2025-05-10 18:26:23 +01:00
Max Muoto ffc5acbe97 Use literal constant for QuotingType in csv Module (#13983) 2025-05-10 19:21:10 +02:00
Semyon Moroz 6308997a13 Bump getpass to 3.14 (#13967) 2025-05-10 08:17:04 -07:00
Sebastian Rittau 2d50d6b316 Support Python 3.14 (#13957) 2025-05-10 06:27:40 -07:00
github-actions[bot] 519b7ef021 [stubsabot] Bump setuptools to 80.4.* (#13980) 2025-05-10 11:45:53 +02:00
Sebastian Rittau 9a0ad91944 [CI] Install apt dependencies when running "mypy: Check stubs" (#13979)
Extracted from #13957
2025-05-09 12:46:00 -07:00
Sebastian Rittau 2d46095e3f Fix errors when type checking stdlib with Python 3.14 (#13977) 2025-05-09 21:04:35 +02:00
Sebastian Rittau 168af67fb8 [CI] Fix "mypy: Check stubs" when using specific Python version (#13975) 2025-05-09 20:26:53 +02:00
Sebastian Rittau 6e2525aa00 [geopandas] Fix CI tests in some circumstances (#13978)
Add "libproj-dev" and "proj-bin" to apt_dependencies.
These packages are necessary to build the pyproj
dependency if a pre-built wheel is not available.
2025-05-09 20:26:16 +02:00
Sebastian Rittau 785c9c4688 [CI] Install apt dependencies when running "pyright: Run test cases" (#13976) 2025-05-09 19:31:03 +02:00
Semyon Moroz 5e2e68683b click-spinner: Replace Any return type (#13970) 2025-05-09 17:49:21 +02:00
Hunter Hogan cd98102c6c remove _Identifier: typing_extensions.TypeAlias = str (#13954) (#13964) 2025-05-08 20:40:29 -07:00
Avasam 4b5e235d1c networkx: add all missing __all__ (#13956) 2025-05-08 22:25:25 -04:00
Avasam 41eb1a6731 networkx: Most nodelist params are collections (#13945) 2025-05-06 08:39:14 +02:00
Tatsh 1c08df207b Add binaryornot stubs (#13920) 2025-05-06 08:36:34 +02:00
github-actions[bot] 9ab597426c [stubsabot] Bump zstd to 1.5.7.0 (#13946) 2025-05-06 08:31:22 +02:00
Avasam 4265ee7c72 Enable Ruff flake8-use-pathlib (PTH) (#13795)
Port existing code to pathlib
2025-05-05 18:59:43 +02:00
Sebastian Rittau 0eb44e574c Clean up and fix email message types (#13532)
* Unify the `_MessageT` type var in `email._policybase`.
* Use explicit type arguments for `Message` type in `_MessageT` type var.
  In particular, change bound from `Message[str, str]` to `Message[Any, Any]`.
* Change `__init__()` overloads of `Parser` and `BytesParser` to accept
  `Message` objects that are not `Message[str, str]` if `_class` is not also given.
2025-05-05 11:59:51 -04:00
Avasam a43e0a4c02 Extract grpcio plugins (#13896) 2025-05-05 16:48:46 +02:00
Avasam 5991c939f1 Run Black after grpcio merge (#13944) 2025-05-05 16:34:44 +02:00
Semyon Moroz 9c877e7164 Bump braintree to 4.35.* (#13914) 2025-05-05 16:17:54 +02:00
Semyon Moroz 6083bca762 Bump qrcode to 8.2.* (#13918) 2025-05-05 16:15:03 +02:00
github-actions[bot] 8eb2a96acd [stubsabot] Bump zstd to 1.5.6.8 (#13917) 2025-05-05 15:46:49 +02:00
Micah Denbraver e203c2ba38 grpc _CallIterator is an iterator (#13925) 2025-05-05 15:45:25 +02:00
Avasam 61b54b4eaa Openpyxl: type cell values (#13929) 2025-05-05 15:24:42 +02:00
Avasam 5c7fe07278 Run Black on *_pb2 files (#13930) 2025-05-05 15:22:59 +02:00
Avasam 2b2ea7185b stubtest-complete grpcio plugins (#13932) 2025-05-05 15:21:48 +02:00
Avasam 8d4cafdc15 pytype_test: support either slashes in path params (#13943) 2025-05-05 15:07:30 +02:00
Semyon Moroz 30ff5390f8 Bump setuptools to 80.3.* (#13938) 2025-05-04 20:51:31 -04:00
Hunter Hogan a4d3f6f0de Re-export ast.Match and ast.TypeAlias from _ast.pyi (#13926)
This matches what we do for all other AST nodes
2025-05-03 11:05:20 +01:00
Semyon Moroz c994e2d947 Bump protobuf to ~=6.30.2 (#13922)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-05-02 21:20:00 -04:00
Avasam f26b41bdd1 Mention rerunning sync_protobuf scripts (#13924) 2025-05-03 02:29:31 +02:00
Semyon Moroz dde3f837a6 Bump setuptools to 80.1.* (#13915) 2025-05-02 19:19:19 -04:00
Semyon Moroz 0042bcc68f Improve docker.types (#13809)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-05-02 19:08:31 -04:00
Allan Lewis a46eea77e3 Correct type of kwargs in assertpy.exception.ExceptionMixin.when_called_with (#13903)
The keys of `kwargs` dicts are always strings, the type hint is for the values,
which in this case could be anything.
2025-05-01 16:47:53 +02:00
Tatsh eec809d049 Add ratelimit stubs (#13909) 2025-05-01 00:50:53 +02:00
Semyon Moroz dd4ef75460 Bump pep8-naming to 0.15.* (#13908) 2025-04-30 16:22:13 +02:00