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