Alex Waygood
|
975b3e901b
|
Always alias collections.abc.Set (#6712)
|
2021-12-27 17:09:47 +01:00 |
|
Sebastian Rittau
|
51a2cd1289
|
Enable stubtest for six (#6699)
|
2021-12-27 12:36:17 +02:00 |
|
Nikita Sobolev
|
de8beb1399
|
Run shellcheck on generate_proto_stubs.sh (#6709)
|
2021-12-26 23:41:05 +01:00 |
|
Akuli
|
1c43c6b30d
|
Fix CI failure (#6707)
|
2021-12-26 23:26:37 +02:00 |
|
Nikita Sobolev
|
1e15f38578
|
Improve stat.py module with Literal values (#6705)
|
2021-12-26 21:12:33 +02:00 |
|
Akuli
|
66ed211691
|
Re-enable stdlib stubtest on macos (#6696)
|
2021-12-26 19:59:04 +01:00 |
|
Alex Waygood
|
a54e21992c
|
Remove ParamSpec-related # type: ignores (#6703)
|
2021-12-26 15:27:57 +01:00 |
|
Sebastian Rittau
|
d065ee4aef
|
Enable stubtest for aiofiles (#6698)
|
2021-12-26 15:54:42 +02:00 |
|
Sebastian Rittau
|
74cd202b2d
|
Annotate return type of pygments.plugin.iter_entry_points (#6697)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2021-12-26 14:44:40 +01:00 |
|
Alex Waygood
|
0e75580381
|
Add missing attributes to contextlib._(Async)GeneratorContextManager (#6676)
|
2021-12-26 14:05:49 +01:00 |
|
Akuli
|
9efc0c0dca
|
pygments: Annotate several generator functions (#6695)
|
2021-12-26 13:53:41 +01:00 |
|
Sebastian Rittau
|
f5059c0c41
|
Update flake8 config (#6684)
|
2021-12-26 14:45:15 +02:00 |
|
Nikita Sobolev
|
0b3ee9808c
|
exc_traceback in TracebackException can be None (#6693)
|
2021-12-26 12:11:11 +02:00 |
|
Joseph Young
|
8bf46faf5f
|
Add encodings.utf_8_sig stubs (#6691)
|
2021-12-25 22:47:20 +02:00 |
|
Sebastian Rittau
|
4f39a31553
|
Remove asyncio loop arguments in Python 3.10 (#6690)
|
2021-12-25 21:39:36 +02:00 |
|
Sebastian Rittau
|
bb77f39b7c
|
Add a 'stubtest' flag to METADATA.toml (#6687)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2021-12-25 17:02:57 +02:00 |
|
Sebastian Rittau
|
15958a2628
|
Fixes for third-party mock package (#6685)
Removed a few unused private classes and methods. They can be re-added if a user reports them missing.
|
2021-12-25 11:43:43 +02:00 |
|
Joseph Young
|
b3a4b1f353
|
python-datetutil: WEEKDAYS and MONTHS can have arbitrary length tuples (#6689)
|
2021-12-25 10:18:38 +01:00 |
|
Rich Li
|
5fe2a26908
|
redis: Add stubs for lmove and blmove (#6586)
|
2021-12-25 01:50:53 +02:00 |
|
Sebastian Rittau
|
f9453fad5a
|
Continue third-party stubtest on failure (#6686)
|
2021-12-24 21:11:18 +02:00 |
|
Denis Laxalde
|
e1ae89874b
|
Let 'traceback' possibly be None in sys.__excepthook__ (#6678)
|
2021-12-24 11:11:00 +02:00 |
|
Akuli
|
48f13e451a
|
shorten tkinter's comments (#6675)
|
2021-12-23 14:07:19 +02:00 |
|
Nikita Sobolev
|
1311657434
|
Remove inherited methods from webbrowser.pyi (#6673)
|
2021-12-23 12:36:25 +01:00 |
|
Thomas Grainger
|
eced701c8b
|
add ParamSpec to asyncio.to_thread (#6668)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2021-12-23 13:29:02 +02:00 |
|
Sebastian Rittau
|
aa329b248b
|
Add execution_options to Session.get() (#6656)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2021-12-23 12:37:02 +02:00 |
|
Sebastian Rittau
|
5ca666631e
|
Remove unused allowlist entries (#6671)
|
2021-12-23 12:23:25 +02:00 |
|
Anthony Sottile
|
f9318703f3
|
fix typing for psutil sconn (#6669)
|
2021-12-22 20:22:13 -08:00 |
|
Sebastian Rittau
|
3fb2bcd4c1
|
Restore stubtest 0.930 (#6663)
|
2021-12-22 20:18:19 -08:00 |
|
Sebastian Rittau
|
9bf2ceb963
|
Fix third-party issues found by stubtest (#6667)
|
2021-12-22 15:09:44 -08:00 |
|
Joseph Young
|
b842b21770
|
Add email.quoprimime stub (#6664)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2021-12-23 00:56:57 +02:00 |
|
Sebastian Rittau
|
2a3ff630e8
|
Fix return type of ParserBase.error (#6666)
As this is an abstract method, NoReturn is problematic as deriving
classes (for example in beautifulsoup4 or fpdf2) have an incompatible
return type.
|
2021-12-22 23:26:02 +01:00 |
|
Joseph Young
|
d6f062314f
|
Add email.base64mime stub (#6659)
|
2021-12-23 00:25:00 +02:00 |
|
Sebastian Rittau
|
8b5feeb101
|
Remove PIL.__main__ (#6665)
|
2021-12-22 23:17:40 +01:00 |
|
Sebastian Rittau
|
ca87296daf
|
Update to mypy 0.930 (#6660)
* Update to mypy 0.930
* Temporarily pin stubtest to 0.921
|
2021-12-22 12:10:45 -08:00 |
|
Alex Waygood
|
1ec2387da1
|
Fix 'object.__reduce__' (#6662)
Reverts regressions introduced by #6292. Fixes #6661.
|
2021-12-22 12:08:43 -08:00 |
|
Joseph Young
|
40f2cb6e39
|
HTMLParser: Add missing stubs for attributes and methods (#6658)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2021-12-22 19:32:35 +02:00 |
|
Kevin-Gruber
|
bd0cbf41f4
|
adding stubs for passpy API (#6651)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2021-12-22 07:57:45 -08:00 |
|
Sebastian Rittau
|
bf246b28a9
|
Update to mypy 0.921 (#6657)
Test third-party stubs with typeshed from mypy
|
2021-12-22 07:57:07 -08:00 |
|
Jelle Zijlstra
|
b0453811ed
|
add (Base)ExceptionGroup (#6655)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
|
2021-12-22 07:56:35 -08:00 |
|
Sebastian Rittau
|
426ce065b2
|
Various small SQLAlchemy type improvements (#6623)
|
2021-12-22 07:49:20 -08:00 |
|
Jelle Zijlstra
|
85712073ac
|
Remove duplicate type from ArgumentParser.add_argument (#6652)
|
2021-12-22 08:59:23 +01:00 |
|
Jelle Zijlstra
|
14268f64e5
|
Widen MutableMapping.update type (#6653)
|
2021-12-22 08:54:05 +01:00 |
|
Jelle Zijlstra
|
e3ea71c018
|
Add comment to LogRecord.message (#6654)
|
2021-12-22 08:49:35 +01:00 |
|
Sebastian Rittau
|
0095536e6c
|
Add some DB API 2.0 protocols and types (#6643)
Closes: #1037
|
2021-12-21 21:14:21 -08:00 |
|
Alex Waygood
|
a7c9788948
|
Improve stub for enum.property (#6648)
|
2021-12-21 21:11:07 -08:00 |
|
Alex Waygood
|
64b3dd875f
|
Increase pyright strictness for some xml files (#6649)
|
2021-12-21 18:31:30 +01:00 |
|
Jelle Zijlstra
|
5205efcaa4
|
Fix Redis.zpopmin and zpopmax (#6642)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
|
2021-12-21 07:57:46 -08:00 |
|
Sebastian Rittau
|
0cecceed90
|
Add some missing attributes and types to FPDF (#6618)
|
2021-12-21 07:54:04 -08:00 |
|
Sebastian Rittau
|
ef17852999
|
SQLAlchemy: Partly annotate declarative API (#6647)
|
2021-12-21 07:40:37 -08:00 |
|
colons
|
e1b6d0460a
|
Fix return type of find_elements* (#6645)
|
2021-12-21 11:14:28 +01:00 |
|