Commit Graph
8 Commits
Author SHA1 Message Date
James Hilton-Balfe 25eb99cbec Add better types for asyncio.gather (#9678) 2023-10-04 10:10:41 +01:00
James Hilton-BalfeandAlex Waygood 4cfc49882e Rename Generator-like type params to be more obvious (#10330)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-06-21 13:50:33 +01:00
acfde4e40b Add stubs for types.get_original_bases (#10073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-04-23 22:13:43 +01:00
James Hilton-BalfeandAlex Waygood a7c7667f7e Add better types for predicate parameter to inspect.getx functions (#9891)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-17 14:41:18 +00:00
James Hilton-Balfe 62170653ce Add itertools.batched (#9515) 2023-01-12 22:07:26 +00:00
James Hilton-BalfeandJelle Zijlstra 189d1116d1 [bs4] More precise types for bs4.Tag.select(_one) (#8687)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-09-05 15:16:33 -07:00
61831c0164 Add some undocumented constants to gzip.pyi (#8675)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-09-03 12:04:48 +01:00
James Hilton-Balfe 1195bbaf33 Make Struct.size and format read-only properties (#8670)
attribute 'size' of '_struct.Struct' objects is not writable
2022-09-02 14:50:47 +01:00