FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-43224: Implement PEP 646 changes to typing.py by mrahtz · Pull Request #31021 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-43224: Implement PEP 646 changes to typing.py
- #31021
#31021
Merged
JelleZijlstra
merged 35 commits into
python:main
python/cpython:main
from
mrahtz:pep646-typing
mrahtz/cpython:pep646-typing
Copy head branch name to clipboard
Mar 8, 2022
Conversation
Commits
35
(35)
Checks
Files changed
Merged
bpo-43224: Implement PEP 646 changes to typing.py
#31021
JelleZijlstra
merged 35 commits into
python:main
python/cpython:main
from
mrahtz:pep646-typing
mrahtz/cpython:pep646-typing
Copy head branch name to clipboard
Commits
Commits on Jan 30, 2022
PEP 646: Implement support in typing.py
mrahtz
committed
0a91264
View commit details
Copy full SHA for 0a91264
Browse repository at this point
Fix typo
Show description for 33dc1bf
mrahtz
and
JelleZijlstra
authored
33dc1bf
View commit details
Copy full SHA for 33dc1bf
Browse repository at this point
Remove unnecessary whitespace
Show description for 51ea1af
mrahtz
and
JelleZijlstra
authored
51ea1af
View commit details
Copy full SHA for 51ea1af
Browse repository at this point
Remove some old debug prints
mrahtz
committed
fa133dd
View commit details
Copy full SHA for fa133dd
Browse repository at this point
Re-implement Unpack using _SpecialForm
mrahtz
committed
6d1126e
View commit details
Copy full SHA for 6d1126e
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
51870e2
View commit details
Copy full SHA for 51870e2
Browse repository at this point
Commits on Feb 1, 2022
Fix call to is_unpacked_typevartuple
Show description for bc12b49
mrahtz
and
JelleZijlstra
authored
bc12b49
View commit details
Copy full SHA for bc12b49
Browse repository at this point
Commits on Feb 6, 2022
Update docstring for Unpack to reflect that it isn't just for backwards compatibility now
mrahtz
committed
4a647cf
View commit details
Copy full SHA for 4a647cf
Browse repository at this point
Fix _is_unpacked_typevartuple for argument of Unpack[tuple[...]]
mrahtz
committed
e4e68a6
View commit details
Copy full SHA for e4e68a6
Browse repository at this point
Add more tests for repr of variadic classes
mrahtz
committed
7fb4043
View commit details
Copy full SHA for 7fb4043
Browse repository at this point
Add more tests to test_variadic_class_with_2_typevars_accepts_2_or_more_args
mrahtz
committed
4b1b7f6
View commit details
Copy full SHA for 4b1b7f6
Browse repository at this point
Commits on Feb 7, 2022
test_typevar_substitution: Change to loop over test cases
mrahtz
committed
c4351f9
View commit details
Copy full SHA for c4351f9
Browse repository at this point
Merge remote-tracking branch 'python/main' into pep646-typing
mrahtz
committed
2398387
View commit details
Copy full SHA for 2398387
Browse repository at this point
Commits on Feb 8, 2022
Fix problems after pulling from main
mrahtz
committed
95625d1
View commit details
Copy full SHA for 95625d1
Browse repository at this point
_determine_typevar_substitution: Change 'params' to 'args'
Show description for 89cbdeb
mrahtz
committed
89cbdeb
View commit details
Copy full SHA for 89cbdeb
Browse repository at this point
_determine_typevar_substitution: Add support for unpacked tuples
mrahtz
committed
d4c487d
View commit details
Copy full SHA for d4c487d
Browse repository at this point
Commits on Feb 14, 2022
Improve docstring for _BoundVarianceMixin
mrahtz
committed
ac4b5f9
View commit details
Copy full SHA for ac4b5f9
Browse repository at this point
Commits on Feb 15, 2022
Remove arity checks for things involving a TypeVarTuple
mrahtz
committed
fbf1a95
View commit details
Copy full SHA for fbf1a95
Browse repository at this point
Add basic __args__ tests
mrahtz
committed
5e0fcab
View commit details
Copy full SHA for 5e0fcab
Browse repository at this point
Merge branch 'main' into pep646-typing
mrahtz
authored
6d86710
View commit details
Copy full SHA for 6d86710
Browse repository at this point
Commits on Feb 23, 2022
fix lint in NEWS file
JelleZijlstra
authored
55f3a5d
View commit details
Copy full SHA for 55f3a5d
Browse repository at this point
Commits on Feb 26, 2022
Make repr(A[]) == A[()] instead of A[]
mrahtz
committed
5212108
View commit details
Copy full SHA for 5212108
Browse repository at this point
Add some extra repr tests
mrahtz
committed
f2811a0
View commit details
Copy full SHA for f2811a0
Browse repository at this point
Remove debug print
mrahtz
committed
f5f4440
View commit details
Copy full SHA for f5f4440
Browse repository at this point
Make a couple of simplifications
mrahtz
committed
45ff353
View commit details
Copy full SHA for 45ff353
Browse repository at this point
Optimize is_typevar_like
mrahtz
committed
ba31d6e
View commit details
Copy full SHA for ba31d6e
Browse repository at this point
Refactor tests for variadic get_origin and get_origin into separate cases
mrahtz
committed
6789326
View commit details
Copy full SHA for 6789326
Browse repository at this point
Remove test for a parameterization that's actually invalid
mrahtz
committed
caf435e
View commit details
Copy full SHA for caf435e
Browse repository at this point
Move some tests from GetUtilitiesTestCase to TypeVarTupleTests
mrahtz
committed
9835938
View commit details
Copy full SHA for 9835938
Browse repository at this point
Commits on Mar 4, 2022
Merge branch 'main' into pep646-typing
JelleZijlstra
authored
ad5b090
View commit details
Copy full SHA for ad5b090
Browse repository at this point
Commits on Mar 5, 2022
Remove accidental cosmetic change
mrahtz
committed
2604094
View commit details
Copy full SHA for 2604094
Browse repository at this point
Add some type annotations
mrahtz
committed
75cd9d0
View commit details
Copy full SHA for 75cd9d0
Browse repository at this point
Fix various things in Generic.__class_getitem__
mrahtz
committed
23b393b
View commit details
Copy full SHA for 23b393b
Browse repository at this point
Split up _determine_typevar_substitution
mrahtz
committed
f094905
View commit details
Copy full SHA for f094905
Browse repository at this point
Cut out variadic type substitution logic
mrahtz
committed
b9b1c80
View commit details
Copy full SHA for b9b1c80
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL