[med-svn] [mypy] 02/03: Updated version 0.520 from 'upstream/0.520'
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat Oct 7 17:16:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/0.520-1
in repository mypy.
commit cdd4bbd30bcd6225ffa75ed2c85b089b0e881448
Merge: 8622a6f c2332c1
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Fri Jul 14 07:55:20 2017 -0700
Updated version 0.520 from 'upstream/0.520'
with Debian dir dd849929a483d2ea6da2ae96208afce611c4bb2a
PKG-INFO | 2 +-
mypy.egg-info/PKG-INFO | 2 +-
mypy.egg-info/SOURCES.txt | 91 ++-
mypy.egg-info/entry_points.txt | 4 +
mypy.egg-info/requires.txt | 2 +-
mypy/__main__.py | 8 +-
mypy/binder.py | 36 +-
mypy/build.py | 318 ++++++--
mypy/checker.py | 204 +++--
mypy/checkexpr.py | 437 ++++++++---
mypy/checkmember.py | 74 +-
mypy/constraints.py | 5 +-
mypy/erasetype.py | 2 +-
mypy/errors.py | 4 +-
mypy/expandtype.py | 2 +-
mypy/experiments.py | 12 +-
mypy/exprtotype.py | 1 +
mypy/fastparse.py | 99 +--
mypy/fastparse2.py | 37 +-
mypy/fixup.py | 32 +-
mypy/join.py | 12 +-
mypy/main.py | 74 +-
mypy/meet.py | 22 +-
mypy/messages.py | 287 +++++--
mypy/nodes.py | 108 ++-
mypy/options.py | 15 +-
mypy/parse.py | 6 +-
mypy/plugin.py | 334 ++++++++
mypy/report.py | 83 +-
mypy/semanal.py | 838 +++++++++++++++------
mypy/stats.py | 59 +-
mypy/stubgen.py | 34 +-
mypy/subtypes.py | 55 +-
mypy/traverser.py | 10 +-
mypy/treetransform.py | 3 +-
mypy/tvar_scope.py | 3 +-
mypy/typeanal.py | 336 ++++++---
mypy/typefixture.py | 12 +-
mypy/types.py | 178 +++--
mypy/version.py | 2 +-
mypy/waiter.py | 16 +-
scripts/stubgen | 0
setup.cfg | 3 +-
setup.py | 8 +-
typeshed/stdlib/2/Cookie.pyi | 4 -
typeshed/stdlib/2/SocketServer.pyi | 20 +-
typeshed/stdlib/2/__builtin__.pyi | 58 +-
typeshed/stdlib/2/_ast.pyi | 24 +-
typeshed/stdlib/2/_io.pyi | 123 ++-
typeshed/stdlib/2/_threading_local.pyi | 14 +
typeshed/stdlib/2/_weakrefset.pyi | 14 -
typeshed/stdlib/2/ast.pyi | 4 +-
typeshed/stdlib/2/builtins.pyi | 58 +-
typeshed/stdlib/2/calendar.pyi | 92 ---
typeshed/stdlib/2/collections.pyi | 41 +-
typeshed/stdlib/2/compileall.pyi | 8 +-
typeshed/stdlib/2/cookielib.pyi | 4 -
typeshed/stdlib/2/csv.pyi | 88 ---
typeshed/stdlib/2/datetime.pyi | 7 +-
typeshed/stdlib/2/doctest.pyi | 9 -
typeshed/stdlib/2/dummy_thread.pyi | 22 +
typeshed/stdlib/2/email/MIMEText.pyi | 4 -
typeshed/stdlib/2/email/_parseaddr.pyi | 4 -
typeshed/stdlib/2/email/mime/base.pyi | 4 +-
typeshed/stdlib/2/email/mime/multipart.pyi | 4 -
typeshed/stdlib/2/email/mime/nonmultipart.pyi | 4 -
typeshed/stdlib/2/email/mime/text.pyi | 4 -
typeshed/stdlib/2/email/utils.pyi | 4 -
typeshed/stdlib/2/fileinput.pyi | 46 --
typeshed/stdlib/2/genericpath.pyi | 20 +-
typeshed/stdlib/2/glob.pyi | 4 +-
typeshed/stdlib/2/grp.pyi | 11 -
typeshed/stdlib/2/gzip.pyi | 10 +-
typeshed/stdlib/2/htmlentitydefs.pyi | 4 -
typeshed/stdlib/2/inspect.pyi | 2 +-
typeshed/stdlib/2/io.pyi | 111 +--
typeshed/stdlib/2/itertools.pyi | 44 +-
typeshed/stdlib/2/linecache.pyi | 7 -
typeshed/stdlib/2/macpath.pyi | 16 +-
typeshed/stdlib/2/mimetools.pyi | 4 -
typeshed/stdlib/2/multiprocessing/__init__.pyi | 4 -
typeshed/stdlib/2/multiprocessing/process.pyi | 4 -
typeshed/stdlib/2/multiprocessing/util.pyi | 4 -
typeshed/stdlib/2/ntpath.pyi | 16 +-
typeshed/stdlib/2/os/__init__.pyi | 260 ++++---
typeshed/stdlib/2/os/path.pyi | 32 +-
typeshed/stdlib/2/os2emxpath.pyi | 16 +-
typeshed/stdlib/2/pdb.pyi | 30 -
typeshed/stdlib/2/pickle.pyi | 38 -
typeshed/stdlib/2/popen2.pyi | 29 +
typeshed/stdlib/2/posixpath.pyi | 16 +-
typeshed/stdlib/2/pwd.pyi | 17 -
typeshed/stdlib/2/pydoc.pyi | 4 -
typeshed/stdlib/2/re.pyi | 1 +
typeshed/stdlib/2/runpy.pyi | 4 -
typeshed/stdlib/2/select.pyi | 100 ---
typeshed/stdlib/2/shutil.pyi | 4 -
typeshed/stdlib/2/smtplib.pyi | 4 -
typeshed/stdlib/2/spwd.pyi | 14 +
typeshed/stdlib/2/sqlite3/__init__.pyi | 4 -
typeshed/stdlib/2/sqlite3/dbapi2.pyi | 5 +-
typeshed/stdlib/2/subprocess.pyi | 2 +-
typeshed/stdlib/2/sys.pyi | 4 +-
typeshed/stdlib/2/textwrap.pyi | 8 +-
typeshed/stdlib/2/time.pyi | 5 +-
typeshed/stdlib/2/toaiff.pyi | 16 +
typeshed/stdlib/2/types.pyi | 1 +
typeshed/stdlib/2/typing.pyi | 40 +-
typeshed/stdlib/2/unittest.pyi | 41 +-
typeshed/stdlib/2/urllib.pyi | 3 -
typeshed/stdlib/2/urllib2.pyi | 2 +-
typeshed/stdlib/2/urlparse.pyi | 30 +-
typeshed/stdlib/2/user.pyi | 9 +
typeshed/stdlib/2/weakref.pyi | 47 --
typeshed/stdlib/2/wsgiref/validate.pyi | 4 -
typeshed/stdlib/2and3/__future__.pyi | 23 +-
typeshed/stdlib/2and3/_csv.pyi | 45 ++
typeshed/stdlib/{2 => 2and3}/_weakref.pyi | 11 +-
typeshed/stdlib/2and3/_weakrefset.pyi | 43 ++
typeshed/stdlib/2and3/asynchat.pyi | 22 +-
typeshed/stdlib/2and3/asyncore.pyi | 92 ++-
typeshed/stdlib/2and3/bz2.pyi | 10 +-
typeshed/stdlib/{3 => 2and3}/calendar.pyi | 56 +-
typeshed/stdlib/2and3/contextlib.pyi | 27 +-
typeshed/stdlib/2and3/csv.pyi | 97 +++
typeshed/stdlib/{2 => 2and3}/difflib.pyi | 28 +-
typeshed/stdlib/2and3/distutils/core.pyi | 4 +-
typeshed/stdlib/2and3/distutils/version.pyi | 4 -
typeshed/stdlib/2and3/doctest.pyi | 161 ++++
typeshed/stdlib/{3 => 2and3}/fileinput.pyi | 33 +-
typeshed/stdlib/2and3/grp.pyi | 10 +
typeshed/stdlib/2and3/linecache.pyi | 12 +
typeshed/stdlib/2and3/locale.pyi | 3 +-
typeshed/stdlib/2and3/logging/__init__.pyi | 39 +-
typeshed/stdlib/2and3/logging/config.pyi | 4 +-
typeshed/stdlib/2and3/logging/handlers.pyi | 4 +-
typeshed/stdlib/2and3/numbers.pyi | 4 +-
typeshed/stdlib/2and3/optparse.pyi | 4 +-
typeshed/stdlib/2and3/pdb.pyi | 30 +
typeshed/stdlib/2and3/pickle.pyi | 140 ++++
typeshed/stdlib/2and3/pstats.pyi | 12 +-
typeshed/stdlib/2and3/pwd.pyi | 13 +
typeshed/stdlib/2and3/sched.pyi | 2 -
typeshed/stdlib/2and3/select.pyi | 137 ++++
typeshed/stdlib/2and3/smtpd.pyi | 2 +-
typeshed/stdlib/2and3/socket.pyi | 646 ++++++++++------
typeshed/stdlib/2and3/spwd.pyi | 15 -
typeshed/stdlib/2and3/symtable.pyi | 6 +-
typeshed/stdlib/2and3/tarfile.pyi | 26 +-
typeshed/stdlib/2and3/threading.pyi | 3 +-
typeshed/stdlib/2and3/weakref.pyi | 110 +++
typeshed/stdlib/2and3/webbrowser.pyi | 4 -
typeshed/stdlib/2and3/xml/__init__.pyi | 20 -
typeshed/stdlib/2and3/xml/sax/handler.pyi | 4 -
typeshed/stdlib/2and3/xml/sax/saxutils.pyi | 19 +-
typeshed/stdlib/2and3/xml/sax/xmlreader.pyi | 4 -
typeshed/stdlib/2and3/zipfile.pyi | 1 +
typeshed/stdlib/2and3/zlib.pyi | 16 +-
typeshed/stdlib/3.3/ipaddress.pyi | 149 ++--
typeshed/stdlib/3.4/asyncio/__init__.pyi | 16 +-
typeshed/stdlib/3.4/asyncio/coroutines.pyi | 4 +-
typeshed/stdlib/3.4/asyncio/events.pyi | 36 +-
typeshed/stdlib/3.4/asyncio/futures.pyi | 14 +-
typeshed/stdlib/3.4/asyncio/locks.pyi | 17 +-
typeshed/stdlib/3.4/asyncio/protocols.pyi | 4 +-
typeshed/stdlib/3.4/asyncio/queues.pyi | 4 +-
typeshed/stdlib/3.4/asyncio/streams.pyi | 20 +-
typeshed/stdlib/3.4/asyncio/subprocess.pyi | 18 +-
typeshed/stdlib/3.4/asyncio/tasks.pyi | 3 +-
typeshed/stdlib/3.4/asyncio/transports.pyi | 8 +-
typeshed/stdlib/3.4/enum.pyi | 14 +-
typeshed/stdlib/3.4/selectors.pyi | 78 +-
typeshed/stdlib/3/_ast.pyi | 28 +-
typeshed/stdlib/3/_compression.pyi | 4 -
typeshed/stdlib/3/_curses.pyi | 243 +++++-
typeshed/stdlib/3/_dummy_thread.pyi | 25 +-
typeshed/stdlib/3/_importlib_modulespec.pyi | 4 +-
typeshed/stdlib/3/builtins.pyi | 143 ++--
typeshed/stdlib/3/collections/__init__.pyi | 75 +-
typeshed/stdlib/3/collections/abc.pyi | 1 +
typeshed/stdlib/3/compileall.pyi | 12 +-
typeshed/stdlib/3/concurrent/futures/_base.pyi | 18 +-
typeshed/stdlib/3/concurrent/futures/process.pyi | 7 +-
typeshed/stdlib/3/concurrent/futures/thread.pyi | 14 +-
typeshed/stdlib/3/configparser.pyi | 66 +-
typeshed/stdlib/3/csv.pyi | 77 --
typeshed/stdlib/3/curses/__init__.pyi | 10 +-
typeshed/stdlib/3/datetime.pyi | 16 +-
typeshed/stdlib/3/difflib.pyi | 62 --
typeshed/stdlib/3/doctest.pyi | 9 -
typeshed/stdlib/3/email/contentmanager.pyi | 4 -
typeshed/stdlib/3/email/headerregistry.pyi | 11 +-
typeshed/stdlib/3/email/message.pyi | 6 +-
typeshed/stdlib/3/functools.pyi | 36 +-
typeshed/stdlib/3/getpass.pyi | 4 +-
typeshed/stdlib/3/glob.pyi | 7 +
typeshed/stdlib/3/grp.pyi | 13 -
typeshed/stdlib/3/gzip.pyi | 4 -
typeshed/stdlib/3/hashlib.pyi | 60 +-
typeshed/stdlib/3/html/entities.pyi | 4 -
typeshed/stdlib/3/http/client.pyi | 3 +-
typeshed/stdlib/3/http/cookiejar.pyi | 3 +-
typeshed/stdlib/3/importlib/__init__.pyi | 12 +-
typeshed/stdlib/3/importlib/abc.pyi | 10 +-
typeshed/stdlib/3/importlib/machinery.pyi | 20 +-
typeshed/stdlib/3/importlib/util.pyi | 14 +-
typeshed/stdlib/3/inspect.pyi | 17 +-
typeshed/stdlib/3/io.pyi | 9 +-
typeshed/stdlib/3/itertools.pyi | 52 +-
typeshed/stdlib/3/json/decoder.pyi | 16 +-
typeshed/stdlib/3/json/encoder.pyi | 10 +-
typeshed/stdlib/3/linecache.pyi | 5 -
typeshed/stdlib/3/multiprocessing/__init__.pyi | 79 +-
typeshed/stdlib/3/multiprocessing/context.pyi | 163 ++++
typeshed/stdlib/3/multiprocessing/managers.pyi | 33 +-
typeshed/stdlib/3/multiprocessing/pool.pyi | 42 +-
typeshed/stdlib/3/os/__init__.pyi | 322 ++++----
typeshed/stdlib/3/os/path.pyi | 25 +-
typeshed/stdlib/3/pdb.pyi | 30 -
typeshed/stdlib/3/pickle.pyi | 67 --
typeshed/stdlib/3/posix.pyi | 6 +
typeshed/stdlib/3/pwd.pyi | 18 -
typeshed/stdlib/3/queue.pyi | 2 +
typeshed/stdlib/3/random.pyi | 5 +-
typeshed/stdlib/3/re.pyi | 5 +-
typeshed/stdlib/3/runpy.pyi | 4 -
typeshed/stdlib/3/select.pyi | 27 -
typeshed/stdlib/3/shutil.pyi | 11 +-
typeshed/stdlib/3/smtplib.pyi | 4 -
typeshed/stdlib/3/socketserver.pyi | 20 +-
typeshed/stdlib/3/spwd.pyi | 14 +
typeshed/stdlib/3/sqlite3/__init__.pyi | 4 -
typeshed/stdlib/3/sqlite3/dbapi2.pyi | 12 +-
typeshed/stdlib/3/ssl.pyi | 9 +-
typeshed/stdlib/3/subprocess.pyi | 52 +-
typeshed/stdlib/3/tempfile.pyi | 1 +
typeshed/stdlib/3/time.pyi | 10 +
typeshed/stdlib/3/tkinter/__init__.pyi | 4 -
typeshed/stdlib/3/tkinter/constants.pyi | 4 -
typeshed/stdlib/3/tkinter/ttk.pyi | 4 -
typeshed/stdlib/3/tokenize.pyi | 5 +-
typeshed/stdlib/3/types.pyi | 39 +-
typeshed/stdlib/3/typing.pyi | 52 +-
typeshed/stdlib/3/unittest/__init__.pyi | 3 +-
typeshed/stdlib/3/unittest/mock.pyi | 28 +-
typeshed/stdlib/3/urllib/request.pyi | 6 +-
typeshed/stdlib/3/weakref.pyi | 120 ---
typeshed/stdlib/3/wsgiref/validate.pyi | 4 -
typeshed/tests/mypy_selftest.py | 1 +
typeshed/tests/mypy_test.py | 12 +-
typeshed/tests/pytype_test.py | 2 +-
.../third_party/2/concurrent/futures/__init__.pyi | 17 +-
typeshed/third_party/2/croniter.pyi | 4 -
.../hazmat/primitives/serialization.pyi | 4 -
typeshed/third_party/2/dateutil/parser.pyi | 8 +-
typeshed/third_party/2/dateutil/tz/__init__.pyi | 4 -
typeshed/third_party/2/dateutil/tz/_common.pyi | 4 -
typeshed/third_party/2/dateutil/tz/tz.pyi | 4 -
typeshed/third_party/2/enum.pyi | 12 +-
typeshed/third_party/2/fb303/FacebookService.pyi | 4 -
.../third_party/2/google/protobuf/descriptor.pyi | 4 -
.../2/google/protobuf/descriptor_pool.pyi | 4 -
.../2/google/protobuf/internal/decoder.pyi | 4 -
.../2/google/protobuf/internal/encoder.pyi | 4 -
.../2/google/protobuf/internal/wire_format.pyi | 4 -
typeshed/third_party/2/google/protobuf/message.pyi | 10 +-
.../2/google/protobuf/message_factory.pyi | 6 +-
.../third_party/2/google/protobuf/reflection.pyi | 4 -
.../2/google/protobuf/symbol_database.pyi | 4 -
typeshed/third_party/2/itsdangerous.pyi | 4 -
typeshed/third_party/2/kazoo/__init__.pyi | 3 -
typeshed/third_party/2/kazoo/client.pyi | 4 -
typeshed/third_party/2/kazoo/exceptions.pyi | 4 -
typeshed/third_party/2/kazoo/recipe/__init__.pyi | 3 -
typeshed/third_party/2/kazoo/recipe/watchers.pyi | 4 -
typeshed/third_party/2/pymssql.pyi | 2 +-
typeshed/third_party/2/redis/__init__.pyi | 4 -
typeshed/third_party/2/redis/client.pyi | 4 -
typeshed/third_party/2/redis/connection.pyi | 4 -
typeshed/third_party/2/redis/exceptions.pyi | 4 -
typeshed/third_party/2/redis/utils.pyi | 4 -
typeshed/third_party/2/routes/__init__.pyi | 4 -
typeshed/third_party/2/routes/mapper.pyi | 4 -
typeshed/third_party/2/routes/util.pyi | 4 -
typeshed/third_party/2/scribe/scribe.pyi | 4 -
typeshed/third_party/2/scribe/ttypes.pyi | 4 -
.../2/selenium/webdriver/remote/webdriver.pyi | 4 -
.../2/selenium/webdriver/remote/webelement.pyi | 4 -
typeshed/third_party/2/thrift/Thrift.pyi | 4 -
.../2/thrift/protocol/TBinaryProtocol.pyi | 4 -
.../third_party/2/thrift/protocol/TProtocol.pyi | 4 -
.../third_party/2/thrift/protocol/__init__.pyi | 4 -
.../third_party/2/thrift/transport/TSocket.pyi | 4 -
.../third_party/2/thrift/transport/TTransport.pyi | 4 -
.../third_party/2/thrift/transport/__init__.pyi | 4 -
typeshed/third_party/2/tornado/concurrent.pyi | 4 -
typeshed/third_party/2/tornado/gen.pyi | 4 -
typeshed/third_party/2/tornado/httpclient.pyi | 4 -
typeshed/third_party/2/tornado/httpserver.pyi | 4 -
typeshed/third_party/2/tornado/httputil.pyi | 4 -
typeshed/third_party/2/tornado/ioloop.pyi | 4 -
typeshed/third_party/2/tornado/locks.pyi | 4 -
typeshed/third_party/2/tornado/netutil.pyi | 4 -
typeshed/third_party/2/tornado/tcpserver.pyi | 4 -
typeshed/third_party/2/tornado/testing.pyi | 4 -
typeshed/third_party/2/tornado/util.pyi | 4 -
typeshed/third_party/2/tornado/web.pyi | 4 -
typeshed/third_party/2/werkzeug/__init__.pyi | 4 -
typeshed/third_party/2/werkzeug/_compat.pyi | 4 -
typeshed/third_party/2/werkzeug/_internal.pyi | 4 -
typeshed/third_party/2/werkzeug/_reloader.pyi | 4 -
.../third_party/2/werkzeug/contrib/__init__.pyi | 3 -
typeshed/third_party/2/werkzeug/contrib/atom.pyi | 4 -
typeshed/third_party/2/werkzeug/contrib/cache.pyi | 4 -
typeshed/third_party/2/werkzeug/contrib/fixers.pyi | 4 -
typeshed/third_party/2/werkzeug/contrib/iterio.pyi | 4 -
.../third_party/2/werkzeug/contrib/jsrouting.pyi | 4 -
.../third_party/2/werkzeug/contrib/limiter.pyi | 4 -
typeshed/third_party/2/werkzeug/contrib/lint.pyi | 4 -
.../third_party/2/werkzeug/contrib/profiler.pyi | 4 -
.../2/werkzeug/contrib/securecookie.pyi | 4 -
.../third_party/2/werkzeug/contrib/sessions.pyi | 4 -
.../third_party/2/werkzeug/contrib/testtools.pyi | 4 -
.../third_party/2/werkzeug/contrib/wrappers.pyi | 4 -
typeshed/third_party/2/werkzeug/datastructures.pyi | 4 -
typeshed/third_party/2/werkzeug/debug/__init__.pyi | 4 -
typeshed/third_party/2/werkzeug/debug/console.pyi | 4 -
typeshed/third_party/2/werkzeug/debug/repr.pyi | 4 -
typeshed/third_party/2/werkzeug/debug/tbtools.pyi | 4 -
typeshed/third_party/2/werkzeug/exceptions.pyi | 4 -
typeshed/third_party/2/werkzeug/filesystem.pyi | 4 -
typeshed/third_party/2/werkzeug/formparser.pyi | 4 -
typeshed/third_party/2/werkzeug/http.pyi | 4 -
typeshed/third_party/2/werkzeug/local.pyi | 4 -
typeshed/third_party/2/werkzeug/posixemulation.pyi | 4 -
typeshed/third_party/2/werkzeug/routing.pyi | 4 -
typeshed/third_party/2/werkzeug/script.pyi | 4 -
typeshed/third_party/2/werkzeug/security.pyi | 4 -
typeshed/third_party/2/werkzeug/serving.pyi | 4 -
typeshed/third_party/2/werkzeug/test.pyi | 4 -
typeshed/third_party/2/werkzeug/testapp.pyi | 4 -
typeshed/third_party/2/werkzeug/urls.pyi | 4 -
typeshed/third_party/2/werkzeug/useragents.pyi | 4 -
typeshed/third_party/2/werkzeug/utils.pyi | 4 -
typeshed/third_party/2/werkzeug/wrappers.pyi | 14 +-
typeshed/third_party/2/werkzeug/wsgi.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/AES.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi | 4 -
.../third_party/2and3/Crypto/Cipher/Blowfish.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/DES.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi | 4 -
.../third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi | 4 -
.../third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi | 4 -
typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi | 4 -
.../third_party/2and3/Crypto/Cipher/__init__.pyi | 4 -
.../third_party/2and3/Crypto/Cipher/blockalgo.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/MD2.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/MD4.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/MD5.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/SHA.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi | 4 -
typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi | 4 -
.../third_party/2and3/Crypto/Hash/__init__.pyi | 4 -
.../third_party/2and3/Crypto/Hash/hashalgo.pyi | 4 -
.../2and3/Crypto/Protocol/AllOrNothing.pyi | 4 -
.../third_party/2and3/Crypto/Protocol/Chaffing.pyi | 4 -
typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi | 4 -
.../third_party/2and3/Crypto/Protocol/__init__.pyi | 4 -
.../third_party/2and3/Crypto/PublicKey/DSA.pyi | 4 -
.../third_party/2and3/Crypto/PublicKey/ElGamal.pyi | 4 -
.../third_party/2and3/Crypto/PublicKey/RSA.pyi | 4 -
.../2and3/Crypto/PublicKey/__init__.pyi | 4 -
.../third_party/2and3/Crypto/PublicKey/pubkey.pyi | 4 -
.../Crypto/Random/Fortuna/FortunaAccumulator.pyi | 4 -
.../Crypto/Random/Fortuna/FortunaGenerator.pyi | 4 -
.../2and3/Crypto/Random/Fortuna/SHAd256.pyi | 4 -
.../2and3/Crypto/Random/Fortuna/__init__.pyi | 3 -
.../2and3/Crypto/Random/OSRNG/__init__.pyi | 4 -
.../2and3/Crypto/Random/OSRNG/fallback.pyi | 4 -
.../2and3/Crypto/Random/OSRNG/posix.pyi | 4 -
.../2and3/Crypto/Random/OSRNG/rng_base.pyi | 4 -
.../third_party/2and3/Crypto/Random/__init__.pyi | 4 -
.../third_party/2and3/Crypto/Random/random.pyi | 4 -
.../2and3/Crypto/Signature/PKCS1_PSS.pyi | 4 -
.../2and3/Crypto/Signature/PKCS1_v1_5.pyi | 5 -
.../2and3/Crypto/Signature/__init__.pyi | 4 -
typeshed/third_party/2and3/Crypto/Util/Counter.pyi | 4 -
typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi | 4 -
.../third_party/2and3/Crypto/Util/__init__.pyi | 4 -
typeshed/third_party/2and3/Crypto/Util/asn1.pyi | 4 -
typeshed/third_party/2and3/Crypto/Util/number.pyi | 4 -
.../third_party/2and3/Crypto/Util/randpool.pyi | 4 -
typeshed/third_party/2and3/Crypto/Util/strxor.pyi | 4 -
typeshed/third_party/2and3/Crypto/__init__.pyi | 4 -
typeshed/third_party/2and3/Crypto/pct_warnings.pyi | 4 -
.../third_party/2and3/atomicwrites/__init__.pyi | 12 +-
typeshed/third_party/2and3/backports_abc.pyi | 4 -
typeshed/third_party/2and3/boto/__init__.pyi | 4 -
typeshed/third_party/2and3/boto/auth.pyi | 4 -
typeshed/third_party/2and3/boto/auth_handler.pyi | 4 -
typeshed/third_party/2and3/boto/compat.pyi | 4 -
typeshed/third_party/2and3/boto/connection.pyi | 4 -
typeshed/third_party/2and3/boto/ec2/__init__.pyi | 4 -
typeshed/third_party/2and3/boto/elb/__init__.pyi | 4 -
typeshed/third_party/2and3/boto/exception.pyi | 4 -
typeshed/third_party/2and3/boto/kms/__init__.pyi | 4 -
typeshed/third_party/2and3/boto/kms/exceptions.pyi | 4 -
typeshed/third_party/2and3/boto/kms/layer1.pyi | 4 -
typeshed/third_party/2and3/boto/plugin.pyi | 4 -
typeshed/third_party/2and3/boto/regioninfo.pyi | 4 -
typeshed/third_party/2and3/boto/s3/__init__.pyi | 6 +-
typeshed/third_party/2and3/boto/s3/acl.pyi | 4 -
typeshed/third_party/2and3/boto/s3/bucket.pyi | 4 -
.../2and3/boto/s3/bucketlistresultset.pyi | 4 -
.../third_party/2and3/boto/s3/bucketlogging.pyi | 4 -
typeshed/third_party/2and3/boto/s3/connection.pyi | 4 -
typeshed/third_party/2and3/boto/s3/cors.pyi | 4 -
.../third_party/2and3/boto/s3/deletemarker.pyi | 4 -
typeshed/third_party/2and3/boto/s3/key.pyi | 4 -
typeshed/third_party/2and3/boto/s3/keyfile.pyi | 4 -
typeshed/third_party/2and3/boto/s3/lifecycle.pyi | 4 -
typeshed/third_party/2and3/boto/s3/multidelete.pyi | 4 -
typeshed/third_party/2and3/boto/s3/multipart.pyi | 4 -
typeshed/third_party/2and3/boto/s3/prefix.pyi | 4 -
typeshed/third_party/2and3/boto/s3/tagging.pyi | 4 -
typeshed/third_party/2and3/boto/s3/user.pyi | 4 -
typeshed/third_party/2and3/boto/s3/website.pyi | 4 -
.../third_party/{3.6 => 2and3}/click/__init__.pyi | 0
typeshed/third_party/{3.6 => 2and3}/click/core.pyi | 92 +--
.../{3.6 => 2and3}/click/decorators.pyi | 128 ++--
.../{3.6 => 2and3}/click/exceptions.pyi | 32 +-
.../{3.6 => 2and3}/click/formatting.pyi | 4 +-
.../third_party/{3.6 => 2and3}/click/globals.pyi | 2 +-
.../third_party/{3.6 => 2and3}/click/parser.pyi | 18 +-
.../third_party/{3.6 => 2and3}/click/termui.pyi | 62 +-
.../third_party/{3.6 => 2and3}/click/types.pyi | 56 +-
.../third_party/{3.6 => 2and3}/click/utils.pyi | 12 +-
typeshed/third_party/2and3/jinja2/__init__.pyi | 4 -
typeshed/third_party/2and3/jinja2/_compat.pyi | 4 -
typeshed/third_party/2and3/jinja2/_stringdefs.pyi | 4 -
typeshed/third_party/2and3/jinja2/bccache.pyi | 4 -
typeshed/third_party/2and3/jinja2/compiler.pyi | 4 -
typeshed/third_party/2and3/jinja2/constants.pyi | 4 -
typeshed/third_party/2and3/jinja2/debug.pyi | 4 -
typeshed/third_party/2and3/jinja2/defaults.pyi | 4 -
typeshed/third_party/2and3/jinja2/environment.pyi | 4 -
typeshed/third_party/2and3/jinja2/exceptions.pyi | 4 -
typeshed/third_party/2and3/jinja2/ext.pyi | 4 -
typeshed/third_party/2and3/jinja2/filters.pyi | 4 -
typeshed/third_party/2and3/jinja2/lexer.pyi | 4 -
typeshed/third_party/2and3/jinja2/loaders.pyi | 4 -
typeshed/third_party/2and3/jinja2/meta.pyi | 4 -
typeshed/third_party/2and3/jinja2/nodes.pyi | 4 -
typeshed/third_party/2and3/jinja2/optimizer.pyi | 4 -
typeshed/third_party/2and3/jinja2/parser.pyi | 4 -
typeshed/third_party/2and3/jinja2/runtime.pyi | 4 -
typeshed/third_party/2and3/jinja2/sandbox.pyi | 4 -
typeshed/third_party/2and3/jinja2/tests.pyi | 4 -
typeshed/third_party/2and3/jinja2/utils.pyi | 4 -
typeshed/third_party/2and3/jinja2/visitor.pyi | 4 -
typeshed/third_party/2and3/markupsafe/__init__.pyi | 14 +-
typeshed/third_party/2and3/markupsafe/_compat.pyi | 4 -
.../third_party/2and3/markupsafe/_constants.pyi | 4 -
typeshed/third_party/2and3/markupsafe/_native.pyi | 4 -
.../third_party/2and3/markupsafe/_speedups.pyi | 4 -
typeshed/third_party/2and3/mypy_extensions.pyi | 2 +-
typeshed/third_party/2and3/pymysql/__init__.pyi | 4 -
typeshed/third_party/2and3/pymysql/charset.pyi | 4 -
typeshed/third_party/2and3/pymysql/connections.pyi | 4 -
.../third_party/2and3/pymysql/constants/CLIENT.pyi | 4 -
.../2and3/pymysql/constants/COMMAND.pyi | 4 -
.../third_party/2and3/pymysql/constants/ER.pyi | 4 -
.../2and3/pymysql/constants/FIELD_TYPE.pyi | 4 -
.../third_party/2and3/pymysql/constants/FLAG.pyi | 4 -
.../2and3/pymysql/constants/SERVER_STATUS.pyi | 4 -
.../2and3/pymysql/constants/__init__.pyi | 3 -
typeshed/third_party/2and3/pymysql/converters.pyi | 4 -
typeshed/third_party/2and3/pymysql/cursors.pyi | 6 +-
typeshed/third_party/2and3/pymysql/err.pyi | 4 -
typeshed/third_party/2and3/pymysql/times.pyi | 4 -
typeshed/third_party/2and3/pymysql/util.pyi | 4 -
typeshed/third_party/2and3/pynamodb/__init__.pyi | 1 +
typeshed/third_party/2and3/pynamodb/attributes.pyi | 84 +++
.../2and3/pynamodb/connection/__init__.pyi | 2 +
.../third_party/2and3/pynamodb/connection/base.pyi | 55 ++
.../2and3/pynamodb/connection/table.pyi | 18 +
.../third_party/2and3/pynamodb/connection/util.pyi | 3 +
typeshed/third_party/2and3/pynamodb/constants.pyi | 166 ++++
typeshed/third_party/2and3/pynamodb/exceptions.pyi | 40 +
typeshed/third_party/2and3/pynamodb/indexes.pyi | 30 +
typeshed/third_party/2and3/pynamodb/models.pyi | 85 +++
typeshed/third_party/2and3/pynamodb/settings.pyi | 8 +
typeshed/third_party/2and3/pynamodb/throttle.pyi | 19 +
typeshed/third_party/2and3/pynamodb/types.pyi | 5 +
typeshed/third_party/2and3/pytz/__init__.pyi | 4 +-
typeshed/third_party/2and3/requests/api.pyi | 6 +-
.../2and3/requests/packages/__init__.pyi | 4 -
.../2and3/requests/packages/urllib3/__init__.pyi | 4 -
.../requests/packages/urllib3/_collections.pyi | 4 -
.../requests/packages/urllib3/connectionpool.pyi | 4 -
.../requests/packages/urllib3/contrib/__init__.pyi | 3 -
.../2and3/requests/packages/urllib3/exceptions.pyi | 4 -
.../2and3/requests/packages/urllib3/filepost.pyi | 4 -
.../packages/urllib3/packages/__init__.pyi | 3 -
.../packages/ssl_match_hostname/__init__.pyi | 4 -
.../ssl_match_hostname/_implementation.pyi | 4 -
.../requests/packages/urllib3/poolmanager.pyi | 4 -
.../2and3/requests/packages/urllib3/request.pyi | 4 -
.../2and3/requests/packages/urllib3/response.pyi | 4 -
.../requests/packages/urllib3/util/__init__.pyi | 4 -
.../requests/packages/urllib3/util/connection.pyi | 5 +-
.../requests/packages/urllib3/util/request.pyi | 4 -
.../requests/packages/urllib3/util/response.pyi | 4 -
.../2and3/requests/packages/urllib3/util/retry.pyi | 4 -
.../2and3/requests/packages/urllib3/util/ssl_.pyi | 4 -
.../requests/packages/urllib3/util/timeout.pyi | 4 -
.../2and3/requests/packages/urllib3/util/url.pyi | 4 -
.../third_party/2and3/requests/status_codes.pyi | 4 -
typeshed/third_party/2and3/ujson.pyi | 6 +-
typeshed/third_party/2and3/yaml/__init__.pyi | 16 +-
typeshed/third_party/2and3/yaml/composer.pyi | 4 -
typeshed/third_party/2and3/yaml/constructor.pyi | 6 +-
typeshed/third_party/2and3/yaml/dumper.pyi | 4 -
typeshed/third_party/2and3/yaml/emitter.pyi | 4 -
typeshed/third_party/2and3/yaml/error.pyi | 4 -
typeshed/third_party/2and3/yaml/events.pyi | 4 -
typeshed/third_party/2and3/yaml/loader.pyi | 4 -
typeshed/third_party/2and3/yaml/nodes.pyi | 4 -
typeshed/third_party/2and3/yaml/parser.pyi | 4 -
typeshed/third_party/2and3/yaml/reader.pyi | 4 -
typeshed/third_party/2and3/yaml/representer.pyi | 6 +-
typeshed/third_party/2and3/yaml/resolver.pyi | 6 +-
typeshed/third_party/2and3/yaml/scanner.pyi | 4 -
typeshed/third_party/2and3/yaml/serializer.pyi | 4 -
typeshed/third_party/2and3/yaml/tokens.pyi | 4 -
typeshed/third_party/3/dateutil/tz/__init__.pyi | 4 -
typeshed/third_party/3/dateutil/tz/_common.pyi | 4 -
typeshed/third_party/3/dateutil/tz/tz.pyi | 4 -
typeshed/third_party/3/enum.pyi | 14 +-
typeshed/third_party/3/itsdangerous.pyi | 4 -
typeshed/third_party/3/jwt/__init__.pyi | 41 +
typeshed/third_party/3/jwt/algorithms.pyi | 3 +
typeshed/third_party/3/jwt/contrib/__init__.pyi | 0
.../3/jwt/contrib/algorithms/__init__.pyi | 1 +
.../3/jwt/contrib/algorithms/py_ecdsa.pyi | 10 +
.../3/jwt/contrib/algorithms/pycrypto.pyi | 10 +
typeshed/third_party/3/six/__init__.pyi | 6 +-
typeshed/third_party/3/typed_ast/ast27.pyi | 2 +-
typeshed/third_party/3/werkzeug/__init__.pyi | 4 -
typeshed/third_party/3/werkzeug/_compat.pyi | 4 -
typeshed/third_party/3/werkzeug/_internal.pyi | 4 -
typeshed/third_party/3/werkzeug/_reloader.pyi | 4 -
.../third_party/3/werkzeug/contrib/__init__.pyi | 3 -
typeshed/third_party/3/werkzeug/contrib/atom.pyi | 4 -
typeshed/third_party/3/werkzeug/contrib/cache.pyi | 4 -
typeshed/third_party/3/werkzeug/contrib/fixers.pyi | 4 -
typeshed/third_party/3/werkzeug/contrib/iterio.pyi | 4 -
.../third_party/3/werkzeug/contrib/jsrouting.pyi | 4 -
.../third_party/3/werkzeug/contrib/limiter.pyi | 4 -
typeshed/third_party/3/werkzeug/contrib/lint.pyi | 4 -
.../third_party/3/werkzeug/contrib/profiler.pyi | 4 -
.../3/werkzeug/contrib/securecookie.pyi | 4 -
.../third_party/3/werkzeug/contrib/sessions.pyi | 4 -
.../third_party/3/werkzeug/contrib/testtools.pyi | 4 -
.../third_party/3/werkzeug/contrib/wrappers.pyi | 4 -
typeshed/third_party/3/werkzeug/datastructures.pyi | 4 -
typeshed/third_party/3/werkzeug/debug/__init__.pyi | 4 -
typeshed/third_party/3/werkzeug/debug/console.pyi | 4 -
typeshed/third_party/3/werkzeug/debug/repr.pyi | 4 -
typeshed/third_party/3/werkzeug/debug/tbtools.pyi | 4 -
typeshed/third_party/3/werkzeug/exceptions.pyi | 4 -
typeshed/third_party/3/werkzeug/filesystem.pyi | 4 -
typeshed/third_party/3/werkzeug/formparser.pyi | 4 -
typeshed/third_party/3/werkzeug/http.pyi | 4 -
typeshed/third_party/3/werkzeug/local.pyi | 4 -
typeshed/third_party/3/werkzeug/posixemulation.pyi | 4 -
typeshed/third_party/3/werkzeug/routing.pyi | 4 -
typeshed/third_party/3/werkzeug/script.pyi | 4 -
typeshed/third_party/3/werkzeug/security.pyi | 4 -
typeshed/third_party/3/werkzeug/serving.pyi | 4 -
typeshed/third_party/3/werkzeug/test.pyi | 4 -
typeshed/third_party/3/werkzeug/testapp.pyi | 4 -
typeshed/third_party/3/werkzeug/urls.pyi | 4 -
typeshed/third_party/3/werkzeug/useragents.pyi | 4 -
typeshed/third_party/3/werkzeug/utils.pyi | 4 -
typeshed/third_party/3/werkzeug/wrappers.pyi | 13 +-
typeshed/third_party/3/werkzeug/wsgi.pyi | 4 -
xml/mypy-html.css | 2 +-
xml/mypy.xsd | 2 +
595 files changed, 7380 insertions(+), 5258 deletions(-)
--
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