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.
- Loading branch information
1 parent
9aef23b
commit 3ed7394
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule typeshed
updated
28 files
+2 −0 | .travis.yml | |
+9 −1 | README.md | |
+16 −14 | stdlib/2/_io.pyi | |
+3 −3 | stdlib/2/_warnings.pyi | |
+3 −4 | stdlib/2/io.pyi | |
+1 −0 | stdlib/2/macpath.pyi | |
+1 −0 | stdlib/2/ntpath.pyi | |
+1 −0 | stdlib/2/os2emxpath.pyi | |
+1 −1 | stdlib/2/urllib2.pyi | |
+14 −1 | stdlib/2and3/distutils/core.pyi | |
+1 −0 | stdlib/2and3/lib2to3/__init__.pyi | |
+10 −0 | stdlib/2and3/lib2to3/pgen2/__init__.pyi | |
+24 −0 | stdlib/2and3/lib2to3/pgen2/driver.pyi | |
+29 −0 | stdlib/2and3/lib2to3/pgen2/grammar.pyi | |
+9 −0 | stdlib/2and3/lib2to3/pgen2/literals.pyi | |
+29 −0 | stdlib/2and3/lib2to3/pgen2/parse.pyi | |
+49 −0 | stdlib/2and3/lib2to3/pgen2/pgen.pyi | |
+73 −0 | stdlib/2and3/lib2to3/pgen2/token.pyi | |
+30 −0 | stdlib/2and3/lib2to3/pgen2/tokenize.pyi | |
+116 −0 | stdlib/2and3/lib2to3/pygram.pyi | |
+86 −0 | stdlib/2and3/lib2to3/pytree.pyi | |
+4 −2 | stdlib/2and3/tarfile.pyi | |
+21 −21 | stdlib/2and3/webbrowser.pyi | |
+3 −3 | stdlib/3/_warnings.pyi | |
+46 −0 | stdlib/3/macpath.pyi | |
+46 −0 | stdlib/3/ntpath.pyi | |
+27 −0 | tests/mypy_selftest.py | |
+0 −1 | tests/pytype_blacklist.txt |