From owner-svn-ports-head@freebsd.org Fri Dec 15 11:36:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D6FBEA392F; Fri, 15 Dec 2017 11:36:14 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 011A87261A; Fri, 15 Dec 2017 11:36:13 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBFBaDWo048301; Fri, 15 Dec 2017 11:36:13 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBFBaCJj048298; Fri, 15 Dec 2017 11:36:12 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201712151136.vBFBaCJj048298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 15 Dec 2017 11:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456391 - head/devel/pycharm-ce X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: head/devel/pycharm-ce X-SVN-Commit-Revision: 456391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 11:36:14 -0000 Author: bsam Date: Fri Dec 15 11:36:12 2017 New Revision: 456391 URL: https://svnweb.freebsd.org/changeset/ports/456391 Log: devel/pycharm-ce: Update to version 2017.3, rename binary pycharm -> pycharm-ce. Modified: head/devel/pycharm-ce/Makefile head/devel/pycharm-ce/distinfo head/devel/pycharm-ce/pkg-plist Modified: head/devel/pycharm-ce/Makefile ============================================================================== --- head/devel/pycharm-ce/Makefile Fri Dec 15 11:29:18 2017 (r456390) +++ head/devel/pycharm-ce/Makefile Fri Dec 15 11:36:12 2017 (r456391) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm-ce -PORTVERSION= 2017.2.4 +PORTVERSION= 2017.3 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ @@ -41,7 +41,7 @@ do-install: @${RM} -r ${STAGEDIR}${DATADIR}/jre64 @${RM} -r ${STAGEDIR}${DATADIR}/helpers/pydev/pydevd_attach_to_process @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar - ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ #cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar # TODO: Remove and enable fsnotifier when devel/libinotify is fixed Modified: head/devel/pycharm-ce/distinfo ============================================================================== --- head/devel/pycharm-ce/distinfo Fri Dec 15 11:29:18 2017 (r456390) +++ head/devel/pycharm-ce/distinfo Fri Dec 15 11:36:12 2017 (r456391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509539301 -SHA256 (pycharm-community-2017.2.4.tar.gz) = a72045c348981640a12fb9739e04d4985163248006150d4fd3b3c09d34216ea4 -SIZE (pycharm-community-2017.2.4.tar.gz) = 200392450 +TIMESTAMP = 1513173904 +SHA256 (pycharm-community-2017.3.tar.gz) = b973581cb3de0f0f5a203231f67b21a45b7dd58968393cef49d48403cb1b8ad1 +SIZE (pycharm-community-2017.3.tar.gz) = 282451011 Modified: head/devel/pycharm-ce/pkg-plist ============================================================================== --- head/devel/pycharm-ce/pkg-plist Fri Dec 15 11:29:18 2017 (r456390) +++ head/devel/pycharm-ce/pkg-plist Fri Dec 15 11:36:12 2017 (r456391) @@ -1,4 +1,4 @@ -bin/pycharm +bin/pycharm-ce share/applications/pycharm-ce.desktop %%DATADIR%%/Install-Linux-tar.txt %%DATADIR%%/bin/format.sh @@ -245,6 +245,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pockets/iterators.py %%DATADIR%%/helpers/pockets/string.py %%DATADIR%%/helpers/profiler/__init__.py +%%DATADIR%%/helpers/profiler/_imps/__init__.py +%%DATADIR%%/helpers/profiler/_imps/_pydev_pkgutil_old.py %%DATADIR%%/helpers/profiler/_prof_imports.py %%DATADIR%%/helpers/profiler/load_pstat.py %%DATADIR%%/helpers/profiler/ply/__init__.py @@ -254,10 +256,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/profiler/ply/yacc.py %%DATADIR%%/helpers/profiler/ply/ygen.py %%DATADIR%%/helpers/profiler/prof_io.py +%%DATADIR%%/helpers/profiler/prof_six.py %%DATADIR%%/helpers/profiler/prof_util.py %%DATADIR%%/helpers/profiler/profiler.thrift %%DATADIR%%/helpers/profiler/run_profiler.py -%%DATADIR%%/helpers/profiler/six.py %%DATADIR%%/helpers/profiler/thriftpy/__init__.py %%DATADIR%%/helpers/profiler/thriftpy/_compat.py %%DATADIR%%/helpers/profiler/thriftpy/contrib/__init__.py @@ -651,6 +653,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css %%DATADIR%%/helpers/py3only/docutils/writers/xetex/__init__.py %%DATADIR%%/helpers/pycharm/__init__.py +%%DATADIR%%/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt +%%DATADIR%%/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py %%DATADIR%%/helpers/pycharm/_bdd_utils.py %%DATADIR%%/helpers/pycharm/_jb_create_folder.py %%DATADIR%%/helpers/pycharm/_jb_django_project_creator.py @@ -660,6 +664,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/_jb_pytest_runner.py %%DATADIR%%/helpers/pycharm/_jb_runner_tools.py %%DATADIR%%/helpers/pycharm/_jb_tox_runner.py +%%DATADIR%%/helpers/pycharm/_jb_trialtest_runner.py %%DATADIR%%/helpers/pycharm/_jb_unittest_runner.py %%DATADIR%%/helpers/pycharm/_jb_utils.py %%DATADIR%%/helpers/pycharm/appcfg_fetcher.py @@ -708,6 +713,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/teamcity/__init__.py %%DATADIR%%/helpers/pycharm/teamcity/common.py %%DATADIR%%/helpers/pycharm/teamcity/context_managers.py +%%DATADIR%%/helpers/pycharm/teamcity/diff_tools.py %%DATADIR%%/helpers/pycharm/teamcity/django.py %%DATADIR%%/helpers/pycharm/teamcity/flake8_plugin.py %%DATADIR%%/helpers/pycharm/teamcity/flake8_v2_plugin.py @@ -724,6 +730,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm_generator_utils/pyparsing.py %%DATADIR%%/helpers/pycharm_generator_utils/pyparsing_py3.py %%DATADIR%%/helpers/pycharm_generator_utils/util_methods.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/__init__.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/backend_interagg.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/sitecustomize.py %%DATADIR%%/helpers/pycodestyle.py %%DATADIR%%/helpers/pydev/LICENSE %%DATADIR%%/helpers/pydev/README.rst @@ -782,6 +791,13 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_26_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_64.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd @@ -795,6 +811,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec2.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_import_class.py @@ -823,17 +841,20 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py -%%DATADIR%%/helpers/pydev/build.gradle %%DATADIR%%/helpers/pydev/build_tools/build.py +%%DATADIR%%/helpers/pydev/build_tools/build_binaries_osx.py %%DATADIR%%/helpers/pydev/build_tools/build_binaries_windows.py %%DATADIR%%/helpers/pydev/build_tools/generate_code.py %%DATADIR%%/helpers/pydev/build_tools/names_to_rename.py %%DATADIR%%/helpers/pydev/build_tools/rename_pep8.py %%DATADIR%%/helpers/pydev/interpreterInfo.py +%%DATADIR%%/helpers/pydev/jython_test_deps/ant.jar +%%DATADIR%%/helpers/pydev/jython_test_deps/junit.jar %%DATADIR%%/helpers/pydev/merge_pydev_pycharm.txt %%DATADIR%%/helpers/pydev/pycharm-readme.txt %%DATADIR%%/helpers/pydev/pycompletionserver.py @@ -867,6 +888,13 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/pydevd_file_utils.py %%DATADIR%%/helpers/pydev/pydevd_plugins/__init__.py %%DATADIR%%/helpers/pydev/pydevd_plugins/django_debug.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/README.md +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/README.md +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py %%DATADIR%%/helpers/pydev/pydevd_plugins/jinja2_debug.py %%DATADIR%%/helpers/pydev/runfiles.py %%DATADIR%%/helpers/pydev/setup.py @@ -915,8 +943,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case56.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case7.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case89.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_event_ext.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_module_entry_point.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py @@ -925,6 +955,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_type_ext.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_3.py @@ -932,8 +963,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/forms.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/name.html %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py @@ -941,10 +974,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/performance_check.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_debugger.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_frame_eval_and_tracing.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_process_command_line.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_save_locals.py @@ -968,6 +1006,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/__init__.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/__main__.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/hooks.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/isort.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/main.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/natural.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/pie_slice.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/pylama_isort.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/settings.py %%DATADIR%%/helpers/pydev/third_party/pep8/autopep8.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt @@ -1043,7 +1090,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py -%%DATADIR%%/helpers/pydev/third_party/pep8/pep8.py +%%DATADIR%%/helpers/pydev/third_party/pep8/pycodestyle.py %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py @@ -1173,6 +1220,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/Cookie.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/HTMLParser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/Queue.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/SimpleHTTPServer.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/SocketServer.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/StringIO.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/UserDict.pyi @@ -1196,6 +1244,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/_sre.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_symtable.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_threading_local.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_weakref.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_weakrefset.pyi @@ -1221,10 +1270,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/distutils/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/doctest.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/dummy_thread.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/MIMEText.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/_parseaddr.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/application.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/base.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/multipart.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/nonmultipart.pyi @@ -1257,23 +1308,30 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/itertools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/json.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/macpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/markupbase.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/md5.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/mimetools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/process.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/mutex.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/ntpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/nturl2path.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/optparse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/os/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/os/path.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/os2emxpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pdb.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pickle.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pipes.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/platform.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/popen2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/posix.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/posixpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pprint.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pwd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pydoc.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/random.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/re.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/repr.pyi @@ -1282,6 +1340,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/robotparser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/runpy.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/select.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sets.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sha.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/shelve.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/shlex.pyi @@ -1289,11 +1348,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/signal.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/smtplib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/socket.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sre_constants.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sre_parse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/ssl.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/string.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/stringold.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/strop.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/subprocess.pyi @@ -1303,6 +1366,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/textwrap.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/thread.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/time.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/toaiff.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/token.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/tokenize.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/types.pyi @@ -1311,27 +1375,46 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/urllib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/urllib2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/urlparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/user.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/uuid.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/whichdb.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/types.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/validate.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/xmlrpclib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/zlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/__future__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/_bisect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_csv.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/_heapq.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_weakrefset.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/argparse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/asynchat.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/asyncore.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/base64.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/binascii.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/binhex.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/bisect.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/bz2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cProfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/calendar.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cgi.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/chunk.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cmath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/cmd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/code.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/codeop.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/colorsys.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/contextlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/copy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/crypt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/csv.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/difflib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/dis.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi @@ -1379,12 +1462,28 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/util.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/version.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/doctest.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/errno.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/filecmp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/fileinput.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/formatter.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/fractions.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/ftplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/grp.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/hmac.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/keyword.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pygram.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pytree.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/linecache.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/locale.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/config.pyi @@ -1396,19 +1495,32 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/numbers.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/opcode.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/operator.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/optparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pdb.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pickle.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pickletools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pkgutil.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/plistlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/poplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pprint.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/profile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pstats.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pty.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/py_compile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pyclbr.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/quopri.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/readline.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/rlcompleter.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/sched.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/select.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/site.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/smtpd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sndhdr.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/socket.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/stringprep.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sunau.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/symtable.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sysconfig.pyi @@ -1419,13 +1531,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/termios.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/threading.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/timeit.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/token.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/trace.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/traceback.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/tty.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/unicodedata.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/uu.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/uuid.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/wave.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/weakref.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/webbrowser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/xdrlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/__init__.pyi @@ -1440,6 +1555,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/zipfile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/zipimport.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/zlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.3/ipaddress.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.4/_stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.4/_tracemalloc.pyi @@ -1467,6 +1583,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/_compression.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_curses.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_dummy_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_imp.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_json.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_markupbase.pyi @@ -1475,6 +1592,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/_random.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_subprocess.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_threading_local.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/abc.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/array.pyi @@ -1512,6 +1630,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/email/iterators.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/message.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/__init__.py +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/application.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/audio.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/base.pyi @@ -1555,12 +1674,20 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/io.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/itertools.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/decoder.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/encoder.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/macpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/msvcrt.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/context.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/process.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/nntplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/ntpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/nturl2path.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/os/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/os/path.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/pdb.pyi @@ -1574,6 +1701,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/queue.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/random.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/re.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/reprlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/resource.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/runpy.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/select.pyi @@ -1584,8 +1712,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/smtplib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/socket.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/socketserver.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sre_constants.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sre_parse.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/ssl.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/string.pyi @@ -1618,6 +1749,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/wsgiref/validate.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/zlib.pyi %%DATADIR%%/helpers/typeshed/tests/mypy_blacklist.txt +%%DATADIR%%/helpers/typeshed/tests/mypy_selftest.py %%DATADIR%%/helpers/typeshed/tests/mypy_test.py %%DATADIR%%/helpers/typeshed/tests/pytype_blacklist.txt %%DATADIR%%/helpers/typeshed/tests/pytype_test.py @@ -1839,6 +1971,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/ec2/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/elb/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/exception.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/layer1.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/plugin.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/regioninfo.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/__init__.pyi @@ -1858,8 +1993,21 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/tagging.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/user.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/website.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/utils.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/certifi.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/characteristic/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/README.md +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/core.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/decorators.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/formatting.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/globals.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/termui.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/types.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/emoji.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_compat.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_stringdefs.pyi @@ -1904,6 +2052,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/err.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/times.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/attributes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/table.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/constants.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/indexes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/models.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/settings.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/throttle.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/types.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/lazy.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/__init__.pyi @@ -1943,7 +2104,24 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/structures.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/utils.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/singledispatch.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/typing_extensions.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/ujson.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/composer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/constructor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/dumper.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/emitter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/error.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/events.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/loader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/reader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/representer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/resolver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/scanner.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/serializer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/tokens.pyi %%DATADIR%%/helpers/typeshed/third_party/3.6/click/README.md %%DATADIR%%/helpers/typeshed/third_party/3.6/click/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/3.6/click/core.pyi @@ -1971,6 +2149,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/states.pyi %%DATADIR%%/helpers/typeshed/third_party/3/enum.pyi %%DATADIR%%/helpers/typeshed/third_party/3/itsdangerous.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/algorithms.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/etree.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/objectify.pyi @@ -2035,6 +2219,31 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/virtualenv-1.11.6.tar.gz %%DATADIR%%/helpers/virtualenv-1.7.2.tar.gz %%DATADIR%%/helpers/virtualenv-15.1.0.tar.gz +%%DATADIR%%/index/Python/id-index.input +%%DATADIR%%/index/Python/id-index.input.keystream +%%DATADIR%%/index/Python/id-index.input.keystream.len +%%DATADIR%%/index/Python/id-index.input.len +%%DATADIR%%/index/Python/id-index.input.values +%%DATADIR%%/index/Python/id-index.input.values.at +%%DATADIR%%/index/Python/id-index.input.values.s +%%DATADIR%%/index/Python/id-index.input_i +%%DATADIR%%/index/Python/id-index.input_i.len +%%DATADIR%%/index/Python/sdk-stubs.input +%%DATADIR%%/index/Python/sdk-stubs.input.keystream +%%DATADIR%%/index/Python/sdk-stubs.input.keystream.len +%%DATADIR%%/index/Python/sdk-stubs.input.len +%%DATADIR%%/index/Python/sdk-stubs.input.values +%%DATADIR%%/index/Python/sdk-stubs.input.values.at +%%DATADIR%%/index/Python/sdk-stubs.input.values.s +%%DATADIR%%/index/Python/sdk-stubs.input_i +%%DATADIR%%/index/Python/sdk-stubs.input_i.len +%%DATADIR%%/index/Python/sdk-stubs.names +%%DATADIR%%/index/Python/sdk-stubs.names.keystream +%%DATADIR%%/index/Python/sdk-stubs.names.keystream.len +%%DATADIR%%/index/Python/sdk-stubs.names.len +%%DATADIR%%/index/Python/sdk-stubs.names_i +%%DATADIR%%/index/Python/sdk-stubs.names_i.len +%%DATADIR%%/index/Python/sdk-stubs.version %%DATADIR%%/lib/annotations.jar %%DATADIR%%/lib/asm-all.jar %%DATADIR%%/lib/automaton.jar @@ -2048,13 +2257,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/common-io-3.2.1.jar %%DATADIR%%/lib/common-lang-3.2.1.jar %%DATADIR%%/lib/commons-codec-1.9.jar +%%DATADIR%%/lib/commons-compress-1.10.jar %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar +%%DATADIR%%/lib/commons-imaging-1.0-RC.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/extensions.jar %%DATADIR%%/lib/fluent-hc-4.5.2.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/groovy-all-2.4.6.jar -%%DATADIR%%/lib/gson-2.5.jar +%%DATADIR%%/lib/groovy-all-2.4.12.jar +%%DATADIR%%/lib/gson-2.8.2.jar %%DATADIR%%/lib/guava-21.0.jar %%DATADIR%%/lib/httpclient-4.5.2.jar %%DATADIR%%/lib/httpcore-4.4.5.jar @@ -2083,6 +2294,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/jsch.agentproxy.sshagent.jar %%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar %%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar +%%DATADIR%%/lib/jsoup-1.10.3.jar %%DATADIR%%/lib/jsr173_1.0_api.jar %%DATADIR%%/lib/kotlin-reflect.jar %%DATADIR%%/lib/kotlin-runtime.jar @@ -2093,7 +2305,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/miglayout-core-5.0.jar %%DATADIR%%/lib/miglayout-swing-5.0.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar -%%DATADIR%%/lib/netty-all-4.1.10.Final.jar +%%DATADIR%%/lib/netty-all-4.1.13.Final.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/oromatcher.jar %%DATADIR%%/lib/picocontainer.jar @@ -2106,7 +2318,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar %%DATADIR%%/lib/rngom-20051226-patched.jar -%%DATADIR%%/lib/sanselan-0.98-snapshot.jar %%DATADIR%%/lib/serviceMessages.jar %%DATADIR%%/lib/slf4j-api-1.7.10.jar %%DATADIR%%/lib/slf4j-log4j12-1.7.10.jar @@ -2114,7 +2325,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/sqlite-jdbc-3.16.1.jar %%DATADIR%%/lib/src/pycharm-openapi-src.zip %%DATADIR%%/lib/src/pycharm-pydev-src.zip -%%DATADIR%%/lib/streamex-0.6.2.jar +%%DATADIR%%/lib/streamex-0.6.5.jar %%DATADIR%%/lib/swingx-core-1.6.2.jar %%DATADIR%%/lib/trang-core.jar %%DATADIR%%/lib/trilead-ssh2.jar @@ -2124,7 +2335,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/winp-1.23.jar %%DATADIR%%/lib/xbean.jar %%DATADIR%%/lib/xercesImpl.jar -%%DATADIR%%/lib/xml-apis.jar +%%DATADIR%%/lib/xml-apis-ext.jar %%DATADIR%%/lib/xmlgraphics-commons-1.5.jar %%DATADIR%%/lib/xmlrpc-2.0.jar %%DATADIR%%/lib/xpp3-1.1.4-min.jar @@ -2135,6 +2346,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/ant_license.txt %%DATADIR%%/license/asm_license.txt %%DATADIR%%/license/eclipse_license.txt +%%DATADIR%%/license/eclipse_license2.txt %%DATADIR%%/license/growl.license %%DATADIR%%/license/gson_license.txt %%DATADIR%%/license/imgscalr_license.txt @@ -2153,7 +2365,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/nanoxml_license.txt %%DATADIR%%/license/oromatcher_license.txt %%DATADIR%%/license/picoContainer_license.txt -%%DATADIR%%/license/sanselan_license.txt %%DATADIR%%/license/saxon-conditions.html %%DATADIR%%/license/sqljet-license.txt %%DATADIR%%/license/svnkit-license.txt @@ -2184,6 +2395,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/ipnb/lib/ipnb.jar %%DATADIR%%/plugins/ipnb/lib/java_websocket.jar %%DATADIR%%/plugins/ipnb/lib/resources_en.jar +%%DATADIR%%/plugins/properties/lib/properties.jar +%%DATADIR%%/plugins/properties/lib/resources_en.jar %%DATADIR%%/plugins/python-rest/lib/python-rest.jar %%DATADIR%%/plugins/python-terminal/lib/python-terminal.jar %%DATADIR%%/plugins/rest/lib/resources_en.jar