forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule typeshed
updated
21 files
+34 −0 | .github/workflows/mypy_primer.yml | |
+2 −4 | .github/workflows/stubtest-unused-whitelist.yml | |
+2 −14 | .github/workflows/tests.yml | |
+7 −0 | README.md | |
+1 −1 | stdlib/2/SocketServer.pyi | |
+1 −1 | stdlib/2/__builtin__.pyi | |
+4 −2 | stdlib/2/_winreg.pyi | |
+1 −1 | stdlib/2and3/builtins.pyi | |
+13 −0 | stdlib/2and3/ftplib.pyi | |
+11 −6 | stdlib/2and3/logging/handlers.pyi | |
+1 −1 | stdlib/2and3/pstats.pyi | |
+2 −2 | stdlib/3/io.pyi | |
+1 −1 | stdlib/3/socketserver.pyi | |
+2 −2 | stdlib/3/urllib/error.pyi | |
+4 −2 | stdlib/3/winreg.pyi | |
+0 −2 | tests/stubtest_whitelists/py36.txt | |
+0 −1 | tests/stubtest_whitelists/py39.txt | |
+5 −5 | third_party/2and3/markdown/core.pyi | |
+2 −0 | third_party/2and3/redis/client.pyi | |
+4 −4 | third_party/2and3/retry/api.pyi | |
+5 −5 | third_party/2and3/werkzeug/test.pyi |