index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
annotationlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141489: Simplify closure/freevar iteration in `annotationlib._build_closur...
dr-carlos
2025-11-20
1
-6/+1
*
gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (#140...
dr-carlos
2025-11-13
1
-15/+24
*
gh-138151: Fix annotationlib handling of multiple nonlocals (#138164)
Jelle Zijlstra
2025-11-03
1
-13/+27
*
Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)`...
Jelle Zijlstra
2025-11-03
1
-8/+6
*
gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects...
dr-carlos
2025-11-03
1
-6/+8
*
gh-138425: Correctly partially evaluate global generics with undefined params...
dr-carlos
2025-11-02
1
-1/+4
*
gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VA...
David Ellis
2025-10-21
1
-0/+15
*
gh-138891: fix star-unpack in get_annotations (#138951)
Christoph Walcher
2025-10-20
1
-9/+13
*
gh-138558: Improve handling of Template annotations in annotationlib (#139072)
Dave Peck
2025-09-23
1
-13/+51
*
gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227)
Jelle Zijlstra
2025-08-13
1
-12/+4
*
gh-135646: Raise consistent `NameError` exceptions in `ForwardRef.evaluate()`...
Victorien
2025-06-18
1
-1/+4
*
gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_a...
Victorien
2025-06-18
1
-41/+42
*
gh-133684: Fix get_annotations() where PEP 563 is involved (#133795)
Jelle Zijlstra
2025-05-25
1
-3/+16
*
gh-133551: Support t-strings in annotationlib (#133553)
Jelle Zijlstra
2025-05-08
1
-0/+36
*
gh-119180: Make the FORWARDREF format work with more kinds of runtime errors ...
Jelle Zijlstra
2025-05-05
1
-1/+1
*
gh-125618: Make FORWARDREF format succeed more often (#132818)
Jelle Zijlstra
2025-05-04
1
-51/+131
*
gh-132805: annotationlib: Fix handling of non-constant values in FORWARDREF (...
Jelle Zijlstra
2025-05-04
1
-43/+132
*
gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...
Jelle Zijlstra
2025-05-04
1
-14/+10
*
annotationlib: Move ForwardRef tests to test_annotationlib (#132571)
Jelle Zijlstra
2025-04-16
1
-2/+6
*
annotationlib: Remove some unnecessary dict copies (#132495)
Jelle Zijlstra
2025-04-16
1
-15/+19
*
gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)
Jelle Zijlstra
2025-04-15
1
-7/+5
*
gh-129463: Remove two attributes from ForwardRef equality (#132283)
Jelle Zijlstra
2025-04-15
1
-4/+0
*
gh-132064: Make annotationlib use __annotate__ if only it is present (#132195)
Jelle Zijlstra
2025-04-13
1
-21/+36
*
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra
2025-04-11
1
-14/+5
*
gh-129463, gh-128593: Simplify ForwardRef (#129465)
Jelle Zijlstra
2025-04-05
1
-30/+31
*
gh-118761: Defer import of functools in annotationlib (#132059)
Jelle Zijlstra
2025-04-04
1
-4/+4
*
Remove deferred ``typing`` import in ``annotationlib`` (#132034)
Adam Turner
2025-04-03
1
-9/+2
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-4/+9
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
1
-4/+24
*
Minor edit for code clarification in annotationlib. (#124805)
larryhastings
2024-09-30
1
-3/+1
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-20/+32
*
gh-124412: Add helpers for converting annotations to source format (#124551)
Jelle Zijlstra
2024-09-26
1
-1/+30
*
gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)
Jelle Zijlstra
2024-09-25
1
-22/+59
*
gh-119180: Avoid going through AST and eval() when possible in annotationlib ...
Jelle Zijlstra
2024-09-25
1
-27/+52
*
gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)
Jelle Zijlstra
2024-09-23
1
-13/+19
*
gh-124206: Fix calling get_annotate_function() on static types (#124208)
Jelle Zijlstra
2024-09-18
1
-1/+5
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
1
-7/+23
*
gh-119180: Improvements to ForwardRef.evaluate (#122210)
Jelle Zijlstra
2024-08-11
1
-10/+15
*
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra
2024-07-27
1
-3/+16
*
gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)
Jelle Zijlstra
2024-07-27
1
-4/+32
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-0/+655