15 Commits
Author SHA1 Message Date
Joren HammudogluandGitHub 3542650a05 Covariant key type for MappingProxyType (#13940) 2025-10-08 13:43:54 +02:00
Joren HammudogluandGitHub 91055c730f Refine the copy._SupportsReplace.__replace__ signature (#14786) 2025-09-30 20:27:11 +02:00
Joren HammudogluandGitHub a92ecca054 add types.MethodType.__get__ on py313+ (#14190) 2025-05-30 18:10:55 +02:00
Joren HammudogluandGitHub 6b8aebcc9c _type_ class attributes in ctypes, and fix ctypes.wintypes.BYTE (#13777) 2025-04-07 14:16:11 +02:00
Joren HammudogluandGitHub 2ae5ed8b62 Make the type-parameter of ctypes.py_object optional (#13760) 2025-04-07 14:03:17 +02:00
Joren HammudogluandGitHub 5513d3f19b Drop Python 3.8 support in builtins (#13762)
* remove py38 branches in `builtins`

* combined `builtins.dict` tests with those exclusive to `>=3.9`
2025-04-02 09:01:36 +02:00
Joren HammudogluandGitHub f6503fd9ab Drop Python 3.8 support in typing[_extensions] and types (#13763) 2025-04-02 08:56:56 +02:00
Joren HammudogluandGitHub 0a3d8d2696 Drop Python 3.8 support in os and sys (#13764) 2025-04-02 08:50:06 +02:00
Joren HammudogluandGitHub b266f3e746 Drop Python 3.8 support in ast (#13766) 2025-04-02 08:47:13 +02:00
Joren HammudogluandGitHub c8bdfcb49d covariant warnings.catch_warnings type-parameter with default (#13675) 2025-03-20 13:26:43 +01:00
8064d995e7 Some minor statistics.NormalDist adjustments (#13626)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-03-15 19:07:47 +00:00
Joren HammudogluandGitHub 5ba2e4989e Add types.UnionType.__parameters__ (#13628)
annotate the `types.UnionType.__parameters__` property
2025-03-15 17:51:36 +00:00
Joren HammudogluandGitHub 28106bcb73 Annotate pathlib.Path.{owner,group,is_mount} on windows (#13613) 2025-03-11 18:45:40 +01:00
Joren HammudogluandGitHub ab46a26de8 Annotate unittest.TestCase.__init_subclass__ (#13602) 2025-03-09 13:47:43 +01:00
Joren HammudogluandGitHub 480b1ac2e6 Only accept type[Self] in the object.__class__ setter (#13021) 2024-11-18 12:34:36 +01:00