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_typing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-126705: Make os.PathLike more like a protocol (#126706)
Stephen Morton
2024-11-12
1
-0/+4
*
gh-126699: allow AsyncIterator to be used as a base for Protocols (#126702)
Stephen Morton
2024-11-12
1
-0/+3
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-11/+11
*
gh-124206: Fix calling get_annotate_function() on static types (#124208)
Jelle Zijlstra
2024-09-18
1
-0/+19
*
Fix typos in comments (#123201)
Wulian
2024-08-21
1
-1/+1
*
gh-122835: Fix module name in ``test_typing`` (#122836)
Kirill Podoprigora
2024-08-08
1
-1/+1
*
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
1
-0/+49
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-17/+121
*
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP ...
Alex Waygood
2024-06-25
1
-4/+62
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-2/+2
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
1
-1/+1
*
typing tests: remove some unnecessary uses of `exec()` (#119005)
Alex Waygood
2024-05-14
1
-19/+9
*
Rename typing._collect_parameters (#118900)
Jelle Zijlstra
2024-05-10
1
-1/+12
*
gh-118895: Call PyType_Ready() on typing.NoDefault (#118897)
Jelle Zijlstra
2024-05-10
1
-2/+21
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
1
-11/+0
*
gh-118772: Allow TypeVars without a default to follow those with a default wh...
Jelle Zijlstra
2024-05-08
1
-0/+17
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
1
-4/+19
*
gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...
Alex Waygood
2024-05-07
1
-0/+25
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
1
-0/+11
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-1/+189
*
gh-118168: Fix Unpack interaction with builtin aliases (#118169)
Jelle Zijlstra
2024-04-23
1
-0/+32
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
1
-1/+25
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
1
-1/+55
*
gh-117110: Fix subclasses of typing.Any with custom constructors (#117111)
傅立业(Chris Fu)
2024-03-29
1
-0/+20
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-1/+64
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
1
-12/+28
*
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...
Nikita Sobolev
2024-03-05
1
-0/+6
*
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)
Nikita Sobolev
2024-03-01
1
-4/+103
*
Remove outdated comment about py3.6 in `test_typing` (#115318)
Nikita Sobolev
2024-02-12
1
-2/+0
*
gh-115165: Fix `typing.Annotated` for immutable types (#115213)
dave-shawley
2024-02-09
1
-0/+21
*
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
Carl Meyer
2024-02-09
1
-0/+69
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
1
-1/+1
*
gh-113320: Reduce the number of dangerous `getattr()` calls when constructing...
Alex Waygood
2024-01-05
1
-2/+36
*
gh-74690: Avoid a costly type check where possible in `_ProtocolMeta.__subcla...
Alex Waygood
2023-12-04
1
-3/+16
*
gh-112618: Make `Annotated` cache typed (#112619)
Nikita Sobolev
2023-12-02
1
-0/+34
*
gh-112509: Fix keys being present in both required_keys and optional_keys in ...
Jelle Zijlstra
2023-11-29
1
-0/+40
*
gh-111874: Call `__set_name__` on objects that define the method inside a `ty...
Alex Waygood
2023-11-27
1
-0/+77
*
gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...
Randolf Scholz
2023-11-24
1
-0/+16
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
1
-1/+1
*
gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156)
Nikita Sobolev
2023-11-16
1
-0/+6
*
gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111...
Nikita Sobolev
2023-11-08
1
-2/+1
*
gh-111808: Fix recursion error on WASM in `test_typing` (GH-111819)
Nikita Sobolev
2023-11-07
1
-5/+6
*
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...
Nikita Sobolev
2023-11-03
1
-3/+2
*
gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typin...
Nikita Sobolev
2023-10-20
1
-4/+4
*
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Jelle Zijlstra
2023-10-12
1
-0/+6
*
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...
Nikita Sobolev
2023-10-12
1
-0/+33
*
Enable ruff on `Lib/test/test_typing.py` (#110179)
Alex Waygood
2023-10-02
1
-52/+52
*
gh-110178: Use fewer weakrefs in test_typing.py (#110194)
Jelle Zijlstra
2023-10-02
1
-1/+1
*
gh-109653: `typing.py`: improve import time by creating soft-deprecated membe...
Alex Waygood
2023-09-23
1
-0/+4
*
gh-109543: Remove unnecessary hasattr check (#109544)
Jelle Zijlstra
2023-09-20
1
-0/+11
[next]