summaryrefslogtreecommitdiffstats
path: root/Lib/test/typinganndata
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ↵Alex Waygood2024-04-191-0/+22
| | | | | | ``get_type_hints`` (#118009) (#118104) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* [3.12] gh-108303: Move more typing related files to Lib/test/typinganndata ↵Nikita Sobolev2023-11-082-0/+54
| | | | | (GH-111825) (#111859) [3.12] gh-108303: Move more typing related files to Lib/test/typinganndata(GH-111825)
* [3.12] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder ↵Miss Islington (bot)2023-10-028-0/+159
| | | | | | | | (GH-108354) (#109672) gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354) (cherry picked from commit 3f61cf646d0506baa0c0c2118f05110446519c62) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* GH-96073: Fix wild replacement in inspect.formatannotation (#96074)Anh71me2022-10-072-0/+14
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>