Alex Waygood
|
1acc8f3bd6
|
Use PEP 604 syntax wherever possible, part II (#7514)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-03-19 14:27:35 +00:00 |
|
Alex Waygood
|
340c6c97ed
|
Add mypy error codes to type: ignores, remove unused ignores (#7504)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-03-19 13:10:00 +00:00 |
|
Alex Waygood
|
3ab250eec8
|
Use PEP 604 syntax wherever possible (#7493)
|
2022-03-16 16:01:33 +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 |
|
Jelle Zijlstra
|
339bfbbfaa
|
remove "= ..." from top-level values (#6930)
|
2022-01-16 18:38:00 +02:00 |
|
Numerlor
|
1ae4adac4b
|
Fix ctypes.FormatError code parameter to be optional (#6635)
|
2021-12-20 15:30:24 -08:00 |
|
Nikita Sobolev
|
a2f0dbfb2b
|
Do not use ClassVars with generic variables (#6348)
|
2021-11-21 07:20:05 -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
|
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 |
|