Commit Graph

22 Commits

Author SHA1 Message Date
Sebastian Rittau
33de88879f Remove bare Incomplete annotations in third-party stubs (#11671) 2024-03-30 18:34:51 -07:00
Shantanu
88fa182253 Use PEP 570 syntax in third party stubs (#11554) 2024-03-10 14:11:43 +01:00
Sebastian Rittau
b6eaadcfe5 Update typing_extensions imports in third-party stubs (#11245) 2024-01-05 15:40:13 +01:00
github-actions[bot]
cb4425f9fa [stubsabot] Bump cffi to 1.16.* (#10799)
Release: https://pypi.org/pypi/cffi/1.16.0
Homepage: http://cffi.readthedocs.org
Repository: https://foss.heptapod.net/pypy/cffi
Changelog: https://cffi.readthedocs.io/en/latest/whatsnew.html
2023-09-28 22:29:24 -07:00
Avasam
22b055a147 Fill in all missing upstream_repository fields (#10571)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-08-13 22:03:33 +01:00
Nikita Sobolev
c1a857a41a distutils package was removed in 3.12 (#10249) 2023-06-03 22:08:09 -07:00
Francesc Elies
ca3611238b cffi: improve getitem and setitem (#9968)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-04-26 22:14:54 -07:00
ankm20
084f555793 [cffi] dlopen(None) works when platform != win32 (#10042) 2023-04-13 11:28:21 +02:00
ankm20
e7a0f71790 cffi: fix FFI.string signature (#10012)
Keeps _cffi_backend.pyi consistent with api.pyi
2023-04-05 17:34:28 -07:00
Alex Waygood
b9fedd20ce Add defaults for third-party stubs A-D (#9952) 2023-03-27 16:49:58 +01:00
Francesc Elies
ce5f02fcdc [cffi] add some return types (#9949) 2023-03-27 16:15:47 +02:00
Francesc Elies
a34da85966 [cffi] cast source can be an int too (#9930)
[cffi] cast source can be an int too

Co-authored-by: Francesc Elies <francesc.elies@mbbm-ast.com>
2023-03-23 11:21:16 +00:00
Audrey Dutcher
00e3b6fc68 Add alternate type for cffi's from_buffer (#9925) 2023-03-23 11:05:27 +01:00
Avasam
52ec44fa58 Improve many __(a)exit__ annotations (#9696) 2023-02-25 21:50:30 +00:00
Avasam
ed6748fb32 Stubtest settings: change ignore_missing_stub default to false (#9779)
If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.
2023-02-20 22:37:45 +00:00
Alex Waygood
efee70abfa Bump mypy to 1.0 (#9684) 2023-02-06 15:57:17 -08:00
Alex Waygood
4fea314594 Replace Any with Incomplete in many places (#9558) 2023-01-18 08:48:16 +00:00
Avasam
7fc9b8e2c8 cffi: run stubtest on Windows (#9178) 2022-11-12 23:56:43 +00:00
Nikita Sobolev
04ae11cdd0 All __nonzero__ are methods that return bool (#9139) 2022-11-09 14:53:42 +00:00
Nikita Sobolev
62a6c3d616 Annotate known magic-method return types (#9131) 2022-11-08 18:28:42 +00:00
Alex Waygood
48e76e8a56 Bump mypy to 0.981 (#8796) 2022-09-26 17:14:33 -07:00
Adrian Freund
205901e2fd Add type stubs for cffi (#8736)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-09-14 23:44:33 +01:00