summaryrefslogtreecommitdiffstats
path: root/Lib/annotationlib.py
Commit message (Expand)AuthorAgeFilesLines
* gh-141489: Simplify closure/freevar iteration in `annotationlib._build_closur...dr-carlos2025-11-201-6/+1
* gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (#140...dr-carlos2025-11-131-15/+24
* gh-138151: Fix annotationlib handling of multiple nonlocals (#138164)Jelle Zijlstra2025-11-031-13/+27
* Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)`...Jelle Zijlstra2025-11-031-8/+6
* gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects...dr-carlos2025-11-031-6/+8
* gh-138425: Correctly partially evaluate global generics with undefined params...dr-carlos2025-11-021-1/+4
* gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VA...David Ellis2025-10-211-0/+15
* gh-138891: fix star-unpack in get_annotations (#138951)Christoph Walcher2025-10-201-9/+13
* gh-138558: Improve handling of Template annotations in annotationlib (#139072)Dave Peck2025-09-231-13/+51
* gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227)Jelle Zijlstra2025-08-131-12/+4
* gh-135646: Raise consistent `NameError` exceptions in `ForwardRef.evaluate()`...Victorien2025-06-181-1/+4
* gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_a...Victorien2025-06-181-41/+42
* gh-133684: Fix get_annotations() where PEP 563 is involved (#133795)Jelle Zijlstra2025-05-251-3/+16
* gh-133551: Support t-strings in annotationlib (#133553)Jelle Zijlstra2025-05-081-0/+36
* gh-119180: Make the FORWARDREF format work with more kinds of runtime errors ...Jelle Zijlstra2025-05-051-1/+1
* gh-125618: Make FORWARDREF format succeed more often (#132818)Jelle Zijlstra2025-05-041-51/+131
* gh-132805: annotationlib: Fix handling of non-constant values in FORWARDREF (...Jelle Zijlstra2025-05-041-43/+132
* gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...Jelle Zijlstra2025-05-041-14/+10
* annotationlib: Move ForwardRef tests to test_annotationlib (#132571)Jelle Zijlstra2025-04-161-2/+6
* annotationlib: Remove some unnecessary dict copies (#132495)Jelle Zijlstra2025-04-161-15/+19
* gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)Jelle Zijlstra2025-04-151-7/+5
* gh-129463: Remove two attributes from ForwardRef equality (#132283)Jelle Zijlstra2025-04-151-4/+0
* gh-132064: Make annotationlib use __annotate__ if only it is present (#132195)Jelle Zijlstra2025-04-131-21/+36
* gh-132261: Store annotations at hidden internal keys in the class dict (#132345)Jelle Zijlstra2025-04-111-14/+5
* gh-129463, gh-128593: Simplify ForwardRef (#129465)Jelle Zijlstra2025-04-051-30/+31
* gh-118761: Defer import of functools in annotationlib (#132059)Jelle Zijlstra2025-04-041-4/+4
* Remove deferred ``typing`` import in ``annotationlib`` (#132034)Adam Turner2025-04-031-9/+2
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-261-4/+9
* gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...Jelle Zijlstra2024-10-231-4/+24
* Minor edit for code clarification in annotationlib. (#124805)larryhastings2024-09-301-3/+1
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-261-20/+32
* gh-124412: Add helpers for converting annotations to source format (#124551)Jelle Zijlstra2024-09-261-1/+30
* gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)Jelle Zijlstra2024-09-251-22/+59
* gh-119180: Avoid going through AST and eval() when possible in annotationlib ...Jelle Zijlstra2024-09-251-27/+52
* gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)Jelle Zijlstra2024-09-231-13/+19
* gh-124206: Fix calling get_annotate_function() on static types (#124208)Jelle Zijlstra2024-09-181-1/+5
* gh-119180: annotationlib: Fix __all__, formatting (#122365)Jelle Zijlstra2024-08-111-7/+23
* gh-119180: Improvements to ForwardRef.evaluate (#122210)Jelle Zijlstra2024-08-111-10/+15
* gh-119180: Add evaluate functions for type params and type aliases (#122212)Jelle Zijlstra2024-07-271-3/+16
* gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)Jelle Zijlstra2024-07-271-4/+32
* gh-119180: Add `annotationlib` module to support PEP 649 (#119891)Jelle Zijlstra2024-07-231-0/+655