Commit Graph

13 Commits

Author SHA1 Message Date
Eric Traut
9949577ced Removed provisional support for PEP 677 (Alternate Call Syntax) because the proposal was rejected by the Python steering council. 2022-02-16 22:19:39 -08:00
Eric Traut
c935199fb3 Added support for draft PEP 677: callable type syntax. 2021-12-16 23:15:54 -08:00
Eric Traut
52a241cf42 Added reference to PEP 673 to documentation. 2021-11-11 19:29:07 -08:00
Eric Traut
8e54df9673 Removed PEP 637 from list of supported PEPs since it was rejected. 2021-10-17 16:05:37 -07:00
Eric Traut
e85aeb14a6 Added PEP 570 to the list of supported type features. 2021-07-26 17:54:01 -07:00
Jake Bailey
893d08be8c Update everything for main branch rename 2021-05-13 13:26:44 -07:00
Eric Traut
91e44355e8 Added PEP 487 to the list of supported PEPs. 2021-03-31 10:35:25 -07:00
Eric Traut
dfa5892b73 Added newly-supported PEPs to README documentation. 2021-03-10 21:51:43 -08:00
방성범 (Bang Seongbeom)
2fd78468bd
Updated README to refer to PEP 586. (#1337) 2021-01-04 07:11:08 -08:00
Eric Traut
f9db4dcc8a Updated README to refer to PEP 647. 2021-01-03 12:13:20 -08:00
Eric Traut
7bed1e1aaa Added support for PEP 585. Standard collection types defined in builtins can now be used like their typing counterparts. This includes "tuple", which needs special-case handling because its class definition in builtins.pyi indicates that it has a single type parameter, but it actually supports variadic parameters. 2020-09-08 14:24:28 -07:00
Eric Traut
1e068c7af0 Updated README to include mention of PEP 563. 2020-09-07 15:51:53 -07:00
Jake Bailey
da39a2a78a
Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00