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
/
Objects
/
typevarobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...
Miss Islington (bot)
2024-09-26
1
-1/+10
*
[3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH...
Miss Islington (bot)
2023-10-12
1
-18/+20
*
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)
Miss Islington (bot)
2023-08-27
1
-0/+3
*
[3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)...
Miss Islington (bot)
2023-07-11
1
-5/+7
*
[3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)
Miss Islington (bot)
2023-06-09
1
-65/+80
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-26
1
-50/+65
*
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
Miss Islington (bot)
2023-05-24
1
-2/+7
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
1
-27/+56
*
typing: Add more tests for TypeVar (#104571)
Jelle Zijlstra
2023-05-17
1
-1/+1
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+1620