Alex Waygood
|
bcd9ca47f6
|
Remove unneeded # noqa comment (#6979)
|
2022-01-20 14:11:23 +01:00 |
|
Alex Waygood
|
aea52b35d1
|
Remove nearly all __str__ and __repr__ methods from typeshed (#6968)
|
2022-01-20 00:45:11 +01:00 |
|
Alex Waygood
|
cd93461225
|
Use PEP 585 syntax in @python2/_ast, convert more TypeVars to _typeshed.Self, & # noqa a SQLAlchemy line (#6954)
* Manual fixes for `_ast` and `SQLAlchemy`
* Change more `TypeVar`s to `Self`, using script
|
2022-01-18 11:15:34 -08:00 |
|
Alex Waygood
|
8af5e0d340
|
Use PEP 585 syntax in Python 2, protobuf & _ast stubs, where possible (#6949)
|
2022-01-18 07:14:03 -08:00 |
|
Oleg Höfling
|
ff63953188
|
Switch to PEP-604 syntax in python2 stubs (#5915)
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
|
2021-08-14 11:12:30 +02:00 |
|
Akuli
|
15b0959cf8
|
stdlib/@python2: clean imports (#5453)
|
2021-05-15 01:08:37 +02:00 |
|
Akuli
|
5ec4f06263
|
clean python 3 specific stuff from stdlib/@python2 stubs (#5451)
|
2021-05-15 00:19:05 +02:00 |
|
Sebastian Rittau
|
5b739e0ccb
|
Split stdlib into Python 2 and 3 versions (#5442)
All new files in stdlib/@python2 are straight copies of the
corresponding files in stdlib.
|
2021-05-14 12:04:12 -07:00 |
|