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-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