aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/annotationlib.py
Commit message (Expand)AuthorAge
* annotationlib: Move ForwardRef tests to test_annotationlib (#132571)Jelle Zijlstra2025-04-16
* annotationlib: Remove some unnecessary dict copies (#132495)Jelle Zijlstra2025-04-16
* gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)Jelle Zijlstra2025-04-15
* gh-129463: Remove two attributes from ForwardRef equality (#132283)Jelle Zijlstra2025-04-15
* gh-132064: Make annotationlib use __annotate__ if only it is present (#132195)Jelle Zijlstra2025-04-13
* gh-132261: Store annotations at hidden internal keys in the class dict (#132345)Jelle Zijlstra2025-04-10
* gh-129463, gh-128593: Simplify ForwardRef (#129465)Jelle Zijlstra2025-04-05
* gh-118761: Defer import of functools in annotationlib (#132059)Jelle Zijlstra2025-04-04
* Remove deferred ``typing`` import in ``annotationlib`` (#132034)Adam Turner2025-04-02
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-26
* gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...Jelle Zijlstra2024-10-23
* Minor edit for code clarification in annotationlib. (#124805)larryhastings2024-09-30
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-26
* gh-124412: Add helpers for converting annotations to source format (#124551)Jelle Zijlstra2024-09-26
* gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)Jelle Zijlstra2024-09-25
* gh-119180: Avoid going through AST and eval() when possible in annotationlib ...Jelle Zijlstra2024-09-25
* gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)Jelle Zijlstra2024-09-23
* gh-124206: Fix calling get_annotate_function() on static types (#124208)Jelle Zijlstra2024-09-18
* gh-119180: annotationlib: Fix __all__, formatting (#122365)Jelle Zijlstra2024-08-11
* gh-119180: Improvements to ForwardRef.evaluate (#122210)Jelle Zijlstra2024-08-11
* gh-119180: Add evaluate functions for type params and type aliases (#122212)Jelle Zijlstra2024-07-27
* gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)Jelle Zijlstra2024-07-27
* gh-119180: Add `annotationlib` module to support PEP 649 (#119891)Jelle Zijlstra2024-07-23