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
/
test
/
test_annotationlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (#140...
dr-carlos
2025-11-13
1
-0/+45
*
gh-141174: Improve `annotationlib._Stringifier` test coverage (#141220)
dr-carlos
2025-11-10
1
-0/+67
*
gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (#1...
dr-carlos
2025-11-10
1
-0/+43
*
gh-141174: Improve `ForwardRef` test coverage (#141175)
dr-carlos
2025-11-10
1
-0/+50
*
gh-141174: Improve `annotationlib.get_annotations()` test coverage (#141286)
dr-carlos
2025-11-10
1
-1/+69
*
gh-138151: Fix annotationlib handling of multiple nonlocals (#138164)
Jelle Zijlstra
2025-11-03
1
-0/+15
*
Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)`...
Jelle Zijlstra
2025-11-03
1
-9/+0
*
gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects...
dr-carlos
2025-11-03
1
-0/+9
*
gh-138425: Correctly partially evaluate global generics with undefined params...
dr-carlos
2025-11-02
1
-0/+26
*
gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VA...
David Ellis
2025-10-21
1
-0/+176
*
gh-138891: fix star-unpack in get_annotations (#138951)
Christoph Walcher
2025-10-20
1
-0/+6
*
gh-138558: Improve handling of Template annotations in annotationlib (#139072)
Dave Peck
2025-09-23
1
-1/+21
*
gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227)
Jelle Zijlstra
2025-08-13
1
-0/+20
*
gh-135646: Raise consistent `NameError` exceptions in `ForwardRef.evaluate()`...
Victorien
2025-06-18
1
-1/+3
*
gh-133684: Fix get_annotations() where PEP 563 is involved (#133795)
Jelle Zijlstra
2025-05-25
1
-1/+65
*
gh-133682: Fix inconsistent set ordering in annotationlib test (#133702)
Akshat Gupta
2025-05-09
1
-2/+2
*
gh-133551: Support t-strings in annotationlib (#133553)
Jelle Zijlstra
2025-05-08
1
-0/+38
*
gh-119180: Make the FORWARDREF format work with more kinds of runtime errors ...
Jelle Zijlstra
2025-05-05
1
-0/+15
*
gh-125618: Make FORWARDREF format succeed more often (#132818)
Jelle Zijlstra
2025-05-04
1
-8/+92
*
gh-132805: annotationlib: Fix handling of non-constant values in FORWARDREF (...
Jelle Zijlstra
2025-05-04
1
-0/+116
*
gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...
Jelle Zijlstra
2025-05-04
1
-23/+37
*
typing, annotationlib: clean tests (#133087)
Jelle Zijlstra
2025-04-28
1
-316/+286
*
gh-118761: Add helper to ensure that lazy imports are actually lazy (#132614)
Jelle Zijlstra
2025-04-17
1
-0/+7
*
annotationlib: Move ForwardRef tests to test_annotationlib (#132571)
Jelle Zijlstra
2025-04-16
1
-1/+160
*
gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)
Jelle Zijlstra
2025-04-15
1
-13/+23
*
gh-132064: Make annotationlib use __annotate__ if only it is present (#132195)
Jelle Zijlstra
2025-04-13
1
-0/+44
*
gh-129463, gh-128593: Simplify ForwardRef (#129465)
Jelle Zijlstra
2025-04-05
1
-10/+11
*
gh-119180: Use equality when comparing against `annotationlib.Format` (#131755)
Victorien
2025-03-28
1
-2/+2
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-10/+26
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
1
-0/+46
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-106/+79
*
gh-124412: Add helpers for converting annotations to source format (#124551)
Jelle Zijlstra
2024-09-26
1
-4/+41
*
gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)
Jelle Zijlstra
2024-09-25
1
-4/+84
*
gh-119180: Avoid going through AST and eval() when possible in annotationlib ...
Jelle Zijlstra
2024-09-25
1
-1/+36
*
gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)
Jelle Zijlstra
2024-09-23
1
-2/+16
*
gh-124206: Fix calling get_annotate_function() on static types (#124208)
Jelle Zijlstra
2024-09-18
1
-0/+21
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
1
-23/+44
*
gh-119180: Improvements to ForwardRef.evaluate (#122210)
Jelle Zijlstra
2024-08-11
1
-1/+41
*
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra
2024-07-27
1
-0/+19
*
gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)
Jelle Zijlstra
2024-07-27
1
-1/+83
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-0/+771