Alex Waygood
|
d59fb394e7
|
Remove unused TypeVar (#7079)
Flagged by https://github.com/PyCQA/flake8-pyi/pull/161
|
2022-01-29 11:36:02 -08:00 |
|
Jelle Zijlstra
|
0949e9e90d
|
remove quoted strings (#6933)
|
2022-01-16 14:29:13 -08:00 |
|
Alex Waygood
|
96c9abb058
|
Always use _typeshed.Self, where applicable (#6880)
* Always use `_typeshed.Self`, where applicable
* Revert changes to `google-cloud-ndb` (ambiguous)
* Remove empty line added by script
* Revert changes to `stubs/python-dateutil/dateutil/relativedelta.pyi`
* Manually add a few more that the script missed
* Improve `filelock` annotation
Source code here: 79ec7b2826/src/filelock/_api.py (L207)
* Improve `opentracing/scope` annotation
Source code here: 3e1d357a34/opentracing/scope.py (L71)
* Improve `redis/client` stub
Source code here: 15f315a496/redis/client.py (L1217)
* Improve `redis/lock` annotation
Source code here: 15f315a496/redis/lock.py (L155)
* Improve `requests/models` annotation
Source code here: d718e75383/requests/models.py (L653)
|
2022-01-09 19:16:19 -08:00 |
|
Alex Waygood
|
a40d79a4e6
|
Use lowercase type everywhere (#6853)
|
2022-01-08 16:09:29 +01:00 |
|
Alex Waygood
|
029cf555e7
|
Use lowercase set/deque in stdlib subdirectories (#6350)
|
2021-11-20 04:20:25 -08:00 |
|
Akuli
|
df6a211855
|
Use new union syntax in rest of stdlib (#5884)
|
2021-08-08 15:44:30 +02:00 |
|
Sebastian Rittau
|
e5abd08f93
|
Replace PathLike unions with aliases from _typeshed (#5467)
Standardize on 'from os import PathLike'
|
2021-05-16 21:38:00 +02:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|