[med-svn] [mypy] branch master updated (0757e63 -> 62339d1)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat Oct 8 09:13:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a change to branch master
in repository mypy.
from 0757e63 recommend python3-typed-ast for the fast parser
adds f3da096 New upstream version 0.4.5
adds 0c5ef3b Merge tag 'upstream/0.4.5'
adds 62339d1 new upstream release
No new revisions were added by this update.
Summary of changes:
PKG-INFO | 4 +-
debian/changelog | 5 +-
mypy/binder.py | 29 +-
mypy/build.py | 234 ++++----
mypy/checker.py | 258 ++++----
mypy/checkexpr.py | 177 ++++--
mypy/checkmember.py | 42 +-
mypy/checkstrformat.py | 23 +-
mypy/defaults.py | 3 +-
mypy/errors.py | 100 ++--
mypy/expandtype.py | 9 +-
mypy/exprtotype.py | 7 +-
mypy/fastparse.py | 264 ++++----
mypy/{fastparse.py => fastparse2.py} | 695 +++++++++++-----------
mypy/fixup.py | 5 +-
mypy/indirection.py | 103 ++++
mypy/join.py | 7 +-
mypy/lex.py | 20 +-
mypy/main.py | 212 +++++--
mypy/messages.py | 9 +-
mypy/nodes.py | 220 ++++---
mypy/options.py | 64 +-
mypy/parse.py | 275 +++++----
mypy/report.py | 112 +++-
mypy/semanal.py | 366 +++++++-----
mypy/stats.py | 7 +-
mypy/strconv.py | 187 +++---
mypy/stubgen.py | 131 ++--
mypy/subtypes.py | 21 +-
mypy/treetransform.py | 345 ++++++-----
mypy/typeanal.py | 23 +-
mypy/typefixture.py | 9 +-
mypy/types.py | 119 ++--
mypy/util.py | 13 +
mypy/version.py | 2 +-
setup.py | 2 +-
typeshed/stdlib/2.7/HTMLParser.pyi | 7 +-
typeshed/stdlib/2.7/UserDict.pyi | 31 +-
typeshed/stdlib/2.7/__builtin__.pyi | 25 +-
typeshed/stdlib/2.7/_weakrefset.pyi | 17 +-
typeshed/stdlib/2.7/builtins.pyi | 25 +-
typeshed/stdlib/2.7/calendar.pyi | 11 +
typeshed/stdlib/2.7/collections.pyi | 5 +-
typeshed/stdlib/2.7/datetime.pyi | 15 +-
typeshed/stdlib/2.7/decimal.pyi | 246 ++++----
typeshed/stdlib/2.7/difflib.pyi | 4 +-
typeshed/stdlib/2.7/fileinput.pyi | 46 ++
typeshed/stdlib/2.7/httplib.pyi | 69 ++-
typeshed/stdlib/2.7/inspect.pyi | 2 +-
typeshed/stdlib/2.7/io.pyi | 3 +
typeshed/stdlib/2.7/numbers.pyi | 77 ---
typeshed/stdlib/2.7/os/__init__.pyi | 18 +-
typeshed/stdlib/2.7/socket.pyi | 4 +-
typeshed/stdlib/2.7/string.pyi | 4 +-
typeshed/stdlib/2.7/subprocess.pyi | 3 +-
typeshed/stdlib/2.7/tarfile.pyi | 239 --------
typeshed/stdlib/2.7/typing.pyi | 40 +-
typeshed/stdlib/2.7/unittest.pyi | 41 +-
typeshed/stdlib/2.7/weakref.pyi | 99 ++-
typeshed/stdlib/2and3/argparse.pyi | 1 +
typeshed/stdlib/2and3/asynchat.pyi | 41 ++
typeshed/stdlib/2and3/asyncore.pyi | 127 ++++
typeshed/stdlib/2and3/fractions.pyi | 94 +++
typeshed/stdlib/2and3/locale.pyi | 10 +-
typeshed/stdlib/2and3/logging/__init__.pyi | 11 +-
typeshed/stdlib/2and3/mmap.pyi | 8 +-
typeshed/stdlib/2and3/numbers.pyi | 140 +++++
typeshed/stdlib/2and3/operator.pyi | 4 +-
typeshed/stdlib/2and3/plistlib.pyi | 2 +-
typeshed/stdlib/2and3/tarfile.pyi | 178 ++++++
typeshed/stdlib/3.4/asyncio/tasks.pyi | 10 +-
typeshed/stdlib/3.4/enum.pyi | 3 +-
typeshed/stdlib/3.5/pathlib.pyi | 36 +-
typeshed/stdlib/3/atexit.pyi | 2 +-
typeshed/stdlib/3/binascii.pyi | 14 +-
typeshed/stdlib/3/builtins.pyi | 51 +-
typeshed/stdlib/3/calendar.pyi | 11 +
typeshed/stdlib/3/collections/__init__.pyi | 16 +-
typeshed/stdlib/3/concurrent/futures/__init__.pyi | 4 -
typeshed/stdlib/3/concurrent/futures/_base.pyi | 51 +-
typeshed/stdlib/3/concurrent/futures/process.pyi | 49 +-
typeshed/stdlib/3/concurrent/futures/thread.pyi | 24 +-
typeshed/stdlib/3/configparser.pyi | 37 +-
typeshed/stdlib/3/datetime.pyi | 10 +-
typeshed/stdlib/3/decimal.pyi | 9 +-
typeshed/stdlib/3/difflib.pyi | 4 +-
typeshed/stdlib/3/http/__init__.pyi | 68 +++
typeshed/stdlib/3/inspect.pyi | 2 +-
typeshed/stdlib/3/numbers.pyi | 80 ---
typeshed/stdlib/3/signal.pyi | 159 +++--
typeshed/stdlib/3/socket.pyi | 4 +-
typeshed/stdlib/3/stat.pyi | 2 +-
typeshed/stdlib/3/string.pyi | 4 +-
typeshed/stdlib/3/subprocess.pyi | 7 +-
typeshed/stdlib/3/sys.pyi | 2 +-
typeshed/stdlib/3/tarfile.pyi | 33 -
typeshed/stdlib/3/tempfile.pyi | 9 +-
typeshed/stdlib/3/time.pyi | 37 +-
typeshed/stdlib/3/typing.pyi | 38 +-
typeshed/stdlib/3/unittest.pyi | 3 +-
typeshed/tests/mypy_test.py | 18 +-
typeshed/third_party/2.7/itsdangerous.pyi | 153 +++++
typeshed/third_party/2.7/requests/sessions.pyi | 50 +-
typeshed/third_party/2.7/six/__init__.pyi | 2 +-
typeshed/third_party/2and3/ujson.pyi | 8 +-
typeshed/third_party/3/enum.pyi | 3 +-
typeshed/third_party/3/itsdangerous.pyi | 156 +++++
typeshed/third_party/3/requests/sessions.pyi | 48 +-
typeshed/third_party/3/six/__init__.pyi | 2 +-
typeshed/third_party/3/typed_ast/ast27.pyi | 1 +
typeshed/third_party/3/typed_ast/ast35.pyi | 3 +-
111 files changed, 4332 insertions(+), 2640 deletions(-)
copy mypy/{fastparse.py => fastparse2.py} (50%)
create mode 100644 mypy/indirection.py
create mode 100644 typeshed/stdlib/2.7/fileinput.pyi
delete mode 100644 typeshed/stdlib/2.7/numbers.pyi
delete mode 100644 typeshed/stdlib/2.7/tarfile.pyi
create mode 100644 typeshed/stdlib/2and3/asynchat.pyi
create mode 100644 typeshed/stdlib/2and3/asyncore.pyi
create mode 100644 typeshed/stdlib/2and3/fractions.pyi
create mode 100644 typeshed/stdlib/2and3/numbers.pyi
create mode 100644 typeshed/stdlib/2and3/tarfile.pyi
delete mode 100644 typeshed/stdlib/3/numbers.pyi
delete mode 100644 typeshed/stdlib/3/tarfile.pyi
create mode 100644 typeshed/third_party/2.7/itsdangerous.pyi
create mode 100644 typeshed/third_party/3/itsdangerous.pyi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mypy.git
More information about the debian-med-commit
mailing list