Adam Turner
|
705c1beb16
|
Convert _INVALID_BUILTIN_CLASSES to use strings instead of runtime objects (#13270)
This is a more flexible approach that does not require importing several modules and types into ``sphinx.util.typing``.
|
2025-01-27 19:17:00 +00:00 |
|
Adam Turner
|
7406d4222f
|
Move mypy test module exclusions to per-module ignores (#13265)
|
2025-01-26 19:41:15 +00:00 |
|
Adam Turner
|
ca2ab35d94
|
Add further types to `_INVALID_BUILTIN_CLASSES ` (#13263)
|
2025-01-23 03:53:25 +00:00 |
|
Adam Turner
|
47bff3faea
|
Add new `types types to _INVALID_BUILTIN_CLASSES ` (#13262)
|
2025-01-23 03:35:53 +00:00 |
|
Adam Turner
|
ea5fc5957a
|
Add `pathlib types to _INVALID_BUILTIN_CLASSES ` (#13261)
|
2025-01-23 03:26:35 +00:00 |
|
Adam Turner
|
3af48520d2
|
Require the PEP 563 'annotations' future import
|
2024-11-22 21:54:26 +00:00 |
|
Adam Turner
|
541bf7bc67
|
Drop support for Python 3.10 (#13000)
|
2024-10-17 20:59:41 +01:00 |
|
Adam Turner
|
d03156e078
|
Format `tests/ ` (#12760)
|
2024-08-11 14:58:56 +01:00 |
|
Adam Turner
|
1c682bc3ba
|
Remove `_typing_internal_name ` (#12664)
|
2024-07-23 16:10:10 +01:00 |
|
Adam Turner
|
9e3f4521db
|
Drop support for Python 3.9 (#12633)
|
2024-07-22 15:05:15 +01:00 |
|
Adam Turner
|
2bd973e719
|
autodoc: Fix warnings with dataclasses in `Annotated ` metadata (#12622)
|
2024-07-20 11:28:03 +01:00 |
|
Adam Turner
|
73dd9fcb9b
|
Restore support for `typing.ParamSpec ` (#12581)
|
2024-07-15 11:00:13 +01:00 |
|
David Stansby
|
159c26715b
|
Display `typing.Annotated ` metadata in the Python domain (#11785)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
|
2024-07-14 00:52:55 +01:00 |
|
Bénédikt Tran
|
3209275a4a
|
Support `typing_extensions.Unpack ` (#12258)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
|
2024-07-03 03:03:41 +01:00 |
|
Adam Turner
|
50895827ba
|
Mark `test_restify_Annotated ` as an expected failure
|
2024-04-25 03:07:48 +01:00 |
|
Adam Turner
|
6b70620993
|
Add a test for `restify(Annotated[...]) `
|
2024-04-24 23:16:22 +01:00 |
|
Adam Turner
|
5a55856dd1
|
Properly format `collections.abc.Callable ` (#12314)
|
2024-04-23 08:01:09 +00:00 |
|
Adam Turner
|
09d05a0858
|
Don't render types with `Optional[...] `
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
2024-04-15 01:35:47 +01:00 |
|
Adam Turner
|
3421e5382a
|
Narrow `Generator[T, None, None] types to Iterator[T] ` (#12241)
|
2024-04-09 03:26:44 +01:00 |
|
Adam Turner
|
462404cb25
|
Organise tests into directories
|
2024-01-17 03:56:35 +00:00 |
|