mypy
implement PEP 585 Generic Builtins (Partially solves #7907)
#9564
Merged

implement PEP 585 Generic Builtins (Partially solves #7907) #9564

hauntsaninja merged 28 commits into python:master from AllanDaemon:pep585ga
AllanDaemon
AllanDaemon Allows builtins to be generic aliases (PEP 585)
271e387b
AllanDaemon fix test testNoSubcriptionOfStdlibCollections
34726795
AllanDaemon fix test testDisallowAnyGenericsBuiltinCollections
1299956c
AllanDaemon Revert "Allows builtins to be generic aliases (PEP 585)"
ca5c841c
AllanDaemon create get_nongen_builtins() to access nongen_builtins depending on p…
dcfedebb
AllanDaemon implements pep585 accepting generic builtins
a9d09960
frost-nzcr4
frost-nzcr4 commented on 2020-10-09
frost-nzcr4
frost-nzcr4 requested changes on 2020-10-09
antonagestam
antonagestam commented on 2020-10-12
AllanDaemon fix code style to mypy guidelines
40b5aed0
cdce8p Added testcases for pep585ga
d4492aea
cdce8p
AllanDaemon Allows builtins to be generic aliases (PEP 585)
14f2732b
AllanDaemon fix test testNoSubcriptionOfStdlibCollections
6e9341c2
AllanDaemon fix test testDisallowAnyGenericsBuiltinCollections
f737ef77
AllanDaemon Revert "Allows builtins to be generic aliases (PEP 585)"
8d53899c
AllanDaemon create get_nongen_builtins() to access nongen_builtins depending on p…
8b7eb7ee
AllanDaemon implements pep585 accepting generic builtins
6b9b7986
AllanDaemon fix code style to mypy guidelines
40b2da38
AllanDaemon AllanDaemon force pushed from 40b5aed0 to 40b2da38 5 years ago
AllanDaemon Merge branch 'pep585ga' into pep585-tests
8a17cf93
AllanDaemon Merge pull request #1 from cdce8p/pep585-tests
8ca61301
hauntsaninja
hauntsaninja commented on 2020-10-24
cdce8p
cdce8p commented on 2020-10-24
AllanDaemon Update test-data/unit/check-generic-alias.test
90a5192a
AllanDaemon @hauntsaninja suggestion
8dbd6ac6
AllanDaemon
AllanDaemon
AllanDaemon add tests cases for PEP 585 generic builtins
779dffd8
AllanDaemon add failing tests for PEP 585 to be investigated
6d58555b
AllanDaemon
AllanDaemon
AllanDaemon fix `tuple[Any, ...]` case
c9ac0caa
AllanDaemon minor test impr. for tuple
eca2a133
AllanDaemon
cdce8p
cdce8p commented on 2020-10-25
AllanDaemon Update mypy/typeanal.py
55dcbb5a
AllanDaemon disable tests failing due reveal_type()
c0d0989b
AllanDaemon AllanDaemon changed the title implement PEP 585 Generic Builtins (closes #7907) implement PEP 585 Generic Builtins (Partially solves #7907) 5 years ago
AllanDaemon fix style to pep8
ab0e4cd3
AllanDaemon
emmatyping
emmatyping approved these changes on 2020-10-29
AllanDaemon Update test-data/unit/check-generic-alias.test
a81abc8e
cdce8p
collate future annotations tests, simplify
0edf1233
hauntsaninja hauntsaninja merged 52225ab9 into master 5 years ago
hauntsaninja
wbadart
JelleZijlstra
wbadart
JelleZijlstra
wbadart
rben01
cdce8p
rben01
JelleZijlstra
rben01
JelleZijlstra
rben01

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone