Commit Graph
12 Commits
Author SHA1 Message Date
Randolf Scholz 24827c4590 Made parameters of collections.abc members positional only (#15305) 2026-02-22 20:23:45 +01:00
Randolf Scholz 35b688e98e Use contravariant type variable rather than object in Container (#15320) 2026-01-24 17:40:45 +01:00
Randolf Scholz 5c49b1fe49 Specialize plain slice type hints (#13007) 2026-01-23 10:35:39 +01:00
Randolf Scholz 236a8c0b08 allow arbitrary types in set difference (#15160) 2026-01-16 13:36:23 +00:00
Randolf Scholz 7fde97036f Move NotImplementedType to types.pyi (#14966) 2025-11-02 15:00:52 +01:00
Randolf Scholz bd17a577a5 Require SupportsBool instead of bool for comparisons. (#14375) 2025-07-16 13:31:32 +02:00
Randolf Scholz aed8025d62 Let SupportsDunderLT return SupportsBool instead of bool. (#12939) 2025-07-07 16:12:09 +02:00
Randolf Scholz be17dc0ac4 builtins.slice: more precise __new__ overloads and defaults for StopT and StepT. (#13008) 2025-02-28 13:33:07 +01:00
Randolf Scholz 10183237c7 Make all params positional-only in slice.__new__ (#12900)
positional only __new__
2024-10-24 18:02:33 +01:00
Randolf Scholz 601587e71d changed overload order for date.__sub__ and datetime.__sub__ (#10999) 2024-02-19 13:11:29 +01:00
Randolf Scholz 6bf23949b5 types.EllipsisType was added in Python 3.10 (#10719) 2023-09-17 00:50:33 +02:00
4f9b45ff4c Logger.getChild subclass compatible typehint (#6609)
Co-authored-by: Randolf Scholz <rscholz@ismll.de>
Co-authored-by: Akuli <akuviljanen17@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2021-12-20 18:11:42 -08:00