Brian Schubert
11907e2825
Fix dunder-method positional-only parameter discrepancies in third-party stubs ( #14529 )
2025-08-08 12:12:44 +02:00
Brian Schubert
81c8fcb2e6
Mark stub-only private symbols as @type_check_only in third-party stubs ( #14545 )
2025-08-08 11:29:48 +02:00
Andrew Stitcher
32bc5fcbbe
Make FFI.buffer implement buffer protocol, mark dunder methods as positional-only ( #14505 )
2025-08-04 19:50:41 -04:00
Sebastian Rittau
3f08a4ed10
Split tool.stubtest.platforms metadata key ( #13746 )
...
Co-authored-by: Avasam <samuel.06@hotmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-31 12:07:20 -04:00
A5rocks
9dd48ae905
Fix some of the typing for CFFI's out of line mode ( #14090 )
2025-05-22 12:59:50 +02:00
Sebastian Rittau
126768408a
Replace Incomplete | None = None in third party stubs ( #14063 )
2025-05-15 21:37:43 +02:00
Semyon Moroz
2dba4324e1
Improve cffi ( #13710 )
2025-03-25 14:40:20 +01:00
Sebastian Rittau
e571017a6f
[cffi] Fix a few argument types for C code ( #13661 )
...
* CLibrary.close_lib() doesn't take any arguments.
* FFI.typeof() only takes positional arguments.
2025-03-18 12:53:31 +01:00
Sebastian Rittau
e90c6f11dc
[cffi] Bump to 1.17.* ( #13653 )
2025-03-18 12:05:23 +01:00
Sebastian Rittau
e3c9eb8404
[cffi] Update repository URL ( #13652 )
2025-03-17 23:52:02 +01:00
Kanishk Pachauri
2f8de52edf
Fix parameter type annotations in _cffi_backend stub. ( #13590 )
2025-03-06 19:03:01 +01:00
Stephen Morton
097581ea47
Update to mypy 1.14 ( #13272 )
2024-12-20 17:29:38 -08:00
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