Commit Graph

22 Commits

Author SHA1 Message Date
Eric Traut
ca347b6b1f Added note to pyright extension's README about pylance. This addresses #6283. 2023-11-01 09:02:47 -07:00
Eric Traut
2c4a9da2ae More tweaks to documentation and README files. Added a navbar to docs site. 2023-03-06 17:52:06 -07:00
Eric Traut
526d907def Slimmed down the README to remove information that most pyright users probably don't care about. Features of pyright were moved to a separate "features.md" document. 2023-02-26 10:54:20 -07:00
Eric Traut
b3ff34f90b Marked PEP 698 as no longer "draft" since it was accepted. 2023-02-02 07:53:44 -08:00
Eric Traut
675fafdeb7 Removed the "draft" status of PEP 692 since it has been accepted by the SC. 2023-01-24 12:50:29 -08:00
Eric Traut
53e8cd4145 Added provisional support for draft PEP 702 (marking deprecations using the type system). 2023-01-13 21:16:07 -08:00
Eric Traut
5e83e8182a Updated README to include PEP 696. 2022-12-27 22:16:10 -07:00
Eric Traut
aad650ec37 Added support for draft PEP 698 and the @override decorator. This addresses https://github.com/microsoft/pyright/issues/4047. 2022-10-13 19:53:19 -07:00
Eric Traut
f3d8345b75 Updated README to include provisional PEPs. 2022-07-04 10:47:08 -07:00
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