Index: Makefile =================================================================== --- Makefile (revision 566143) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pycharm-pro -PORTVERSION= 2020.2.3 +PORTVERSION= 2020.3.3 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ @@ -16,7 +16,7 @@ LICENSE_PERMS= no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - intellij-pty4j>0:java/intellij-pty4j + intellij-pty4j>0:java/intellij-pty4j openjfx14>0:java/openjfx14 USES= python:run shebangfix @@ -49,11 +49,12 @@ @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar ${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 -# Disable filewatcher warning message on IDEA startup - ${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Fix "Typeahead timeout is exceeded" error + ${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Fix slow render + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions .include Index: distinfo =================================================================== --- distinfo (revision 566143) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602752444 -SHA256 (pycharm-professional-2020.2.3.tar.gz) = 4c7bd5856fe83a921da91d83421e591d0455011733729a070f6ac4bf489ceb3c -SIZE (pycharm-professional-2020.2.3.tar.gz) = 528810852 +TIMESTAMP = 1613807228 +SHA256 (pycharm-professional-2020.3.3.tar.gz) = b526c73554a297b509565f0c218bce64f4f63072766d2ca9d4fb1a7efb0dfbfb +SIZE (pycharm-professional-2020.3.3.tar.gz) = 607549193 Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 566143) +++ files/pkg-message.in (working copy) @@ -1,36 +1,12 @@ [ { type: install message: <600 files). To disable it, edit +%%DATADIR%%/bin/idea.properties and append: - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier - -Only enable fsnotifier if your projects have < 600 files. - -2. Should you experience dialog boxes not accepting keyboard input (eg. -Navigate | File) than set the custom property action.aware.typeAhead=false in -Help | Edit Custom Properties. - -3. Some bundled and third party plugins depend on OpenJFX. For JDK11, the SDK -version this PyCharm port depends on, FreeBSD does not yet have an OpenJFX port -available. Hence these plugins will not work! - -An example of that is the bundled, and by default enabled, reStructuredText -plugin. As a result, clicking on a *.rst file does not seem to do anything. To -verify that the missing OpenJFX library is indeed the culprit, from within -PyCharm: - - Open: Help | Show log in - Open: idea.log - Scroll to the end (timestamp matching attempt to open *.rst file) - Look for: 'java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel' - -A workaround is to simply disable the reStructuredText plugin in File | -Settings | Plugins. It will allow *.rst to be opened and editted in the default -text editor. + idea.filewatcher.disabled=true EOM } ] Index: pkg-plist =================================================================== --- pkg-plist (revision 566143) +++ pkg-plist (working copy) @@ -5,6 +5,7 @@ %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh %%DATADIR%%/bin/log.xml +%%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/printenv.py %%DATADIR%%/bin/pycharm.png %%DATADIR%%/bin/pycharm.sh @@ -16,6 +17,7 @@ %%DATADIR%%/debug-eggs/pydevd-pycharm.egg %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf +%%DATADIR%%/icons.db %%DATADIR%%/index/Python/id-index.input %%DATADIR%%/index/Python/id-index.input.keystream %%DATADIR%%/index/Python/id-index.input.keystream.len @@ -42,35 +44,40 @@ %%DATADIR%%/index/Python/sdk-stubs.names_i.len %%DATADIR%%/index/Python/sdk-stubs.version %%DATADIR%%/lib/FastInfoset-1.2.15.jar -%%DATADIR%%/lib/annotations-19.0.0.jar +%%DATADIR%%/lib/RoaringBitmap-0.9.0.jar +%%DATADIR%%/lib/animal-sniffer-annotations-1.18.jar +%%DATADIR%%/lib/annotations-20.1.0.jar +%%DATADIR%%/lib/annotations-4.1.1.4.jar %%DATADIR%%/lib/annotations-java5.jar %%DATADIR%%/lib/asm-7.1.jar -%%DATADIR%%/lib/asm-all-8.0.1.jar +%%DATADIR%%/lib/asm-all-9.0.jar %%DATADIR%%/lib/asm-analysis-7.1.jar %%DATADIR%%/lib/asm-commons-7.1.jar %%DATADIR%%/lib/asm-tree-7.1.jar %%DATADIR%%/lib/asm-util-7.1.jar %%DATADIR%%/lib/automaton-1.12-1.jar -%%DATADIR%%/lib/batik-anim-1.12.0-8.jar -%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar -%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar -%%DATADIR%%/lib/batik-codec-1.12.0-8.jar -%%DATADIR%%/lib/batik-constants-1.12.0-8.jar -%%DATADIR%%/lib/batik-css-1.12.0-8.jar -%%DATADIR%%/lib/batik-dom-1.12.0-8.jar -%%DATADIR%%/lib/batik-ext-1.12.0-8.jar -%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar -%%DATADIR%%/lib/batik-parser-1.12.0-8.jar -%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar -%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar -%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar -%%DATADIR%%/lib/batik-util-1.12.0-8.jar -%%DATADIR%%/lib/batik-xml-1.12.0-8.jar +%%DATADIR%%/lib/batik-anim-1.13.0-21.jar +%%DATADIR%%/lib/batik-awt-util-1.13.0-21.jar +%%DATADIR%%/lib/batik-bridge-1.13.0-21.jar +%%DATADIR%%/lib/batik-codec-1.13.0-21.jar +%%DATADIR%%/lib/batik-constants-1.13.0-21.jar +%%DATADIR%%/lib/batik-css-1.13.0-21.jar +%%DATADIR%%/lib/batik-dom-1.13.0-21.jar +%%DATADIR%%/lib/batik-ext-1.13.0-21.jar +%%DATADIR%%/lib/batik-gvt-1.13.0-21.jar +%%DATADIR%%/lib/batik-parser-1.13.0-21.jar +%%DATADIR%%/lib/batik-svg-dom-1.13.0-21.jar +%%DATADIR%%/lib/batik-svggen-1.13.0-21.jar +%%DATADIR%%/lib/batik-transcoder-1.13.0-21.jar +%%DATADIR%%/lib/batik-util-1.13.0-21.jar +%%DATADIR%%/lib/batik-xml-1.13.0-21.jar %%DATADIR%%/lib/bcpkix-jdk15on-1.65.jar %%DATADIR%%/lib/bcprov-jdk15on-1.65.jar +%%DATADIR%%/lib/blockmap-1.0.2.jar %%DATADIR%%/lib/bootstrap.jar %%DATADIR%%/lib/built-in-server.jar %%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar +%%DATADIR%%/lib/caffeine-2.8.5.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/cglib-nodep-3.2.4.jar %%DATADIR%%/lib/cli-parser-1.1.5.jar @@ -78,7 +85,7 @@ %%DATADIR%%/lib/common-image-3.5.jar %%DATADIR%%/lib/common-io-3.5.jar %%DATADIR%%/lib/common-lang-3.5.jar -%%DATADIR%%/lib/commons-cli-1.2.jar +%%DATADIR%%/lib/commons-cli-1.4.jar %%DATADIR%%/lib/commons-codec-1.14.jar %%DATADIR%%/lib/commons-collections-3.2.2.jar %%DATADIR%%/lib/commons-compress-1.20.jar @@ -85,7 +92,7 @@ %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar %%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar %%DATADIR%%/lib/commons-lang-2.4.jar -%%DATADIR%%/lib/commons-lang3-3.9.jar +%%DATADIR%%/lib/commons-lang3-3.10.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-net-3.6.jar %%DATADIR%%/lib/configuration-store-impl.jar @@ -95,6 +102,7 @@ %%DATADIR%%/lib/delight-rhino-sandbox-0.0.11.jar %%DATADIR%%/lib/eddsa-0.3.0.jar %%DATADIR%%/lib/error_prone_annotations-2.3.1.jar +%%DATADIR%%/lib/error_prone_annotations-2.3.4.jar %%DATADIR%%/lib/extensions.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/failureaccess-1.0.1.jar @@ -107,6 +115,14 @@ %%DATADIR%%/lib/groovy-jsr223-2.5.11.jar %%DATADIR%%/lib/groovy-templates-2.5.11.jar %%DATADIR%%/lib/groovy-xml-2.5.11.jar +%%DATADIR%%/lib/grpc-api-1.32.2.jar +%%DATADIR%%/lib/grpc-context-1.32.2.jar +%%DATADIR%%/lib/grpc-core-1.32.2.jar +%%DATADIR%%/lib/grpc-kotlin-stub-0.2.0.jar +%%DATADIR%%/lib/grpc-netty-shaded-1.32.2.jar +%%DATADIR%%/lib/grpc-protobuf-1.32.2.jar +%%DATADIR%%/lib/grpc-protobuf-lite-1.32.2.jar +%%DATADIR%%/lib/grpc-stub-1.32.2.jar %%DATADIR%%/lib/gson-2.8.6.jar %%DATADIR%%/lib/guava-29.0-jre.jar %%DATADIR%%/lib/hamcrest-core-1.3.jar @@ -114,24 +130,25 @@ %%DATADIR%%/lib/httpcore-4.4.13.jar %%DATADIR%%/lib/httpmime-4.5.12.jar %%DATADIR%%/lib/icons.jar +%%DATADIR%%/lib/icu4j-67.1.jar %%DATADIR%%/lib/imageio-core-3.5.jar %%DATADIR%%/lib/imageio-metadata-3.5.jar %%DATADIR%%/lib/imageio-tiff-3.5.jar %%DATADIR%%/lib/imgscalr-lib-4.2.jar %%DATADIR%%/lib/ini4j-0.5.5-2.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.512.jar -%%DATADIR%%/lib/intellij-deps-fastutil-8.3.1-1.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.573.jar +%%DATADIR%%/lib/intellij-deps-fastutil-8.4.1-4.jar %%DATADIR%%/lib/intellij-dvcs.jar -%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.512.jar +%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.573.jar %%DATADIR%%/lib/intellij-xml.jar -%%DATADIR%%/lib/ion-java-1.5.2-2.jar +%%DATADIR%%/lib/ion-java-1.6.2-3.jar %%DATADIR%%/lib/isorelax-20030108.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar %%DATADIR%%/lib/j2objc-annotations-1.3.jar -%%DATADIR%%/lib/jackson-annotations-2.10.3.jar -%%DATADIR%%/lib/jackson-core-2.10.3.jar -%%DATADIR%%/lib/jackson-databind-2.10.3.jar -%%DATADIR%%/lib/jackson-module-kotlin-2.10.3.jar +%%DATADIR%%/lib/jackson-annotations-2.11.0.jar +%%DATADIR%%/lib/jackson-core-2.11.0.jar +%%DATADIR%%/lib/jackson-databind-2.11.0.jar +%%DATADIR%%/lib/jackson-module-kotlin-2.11.0.jar %%DATADIR%%/lib/java-compatibility-1.0.1.jar %%DATADIR%%/lib/java-string-similarity-1.2.1.jar %%DATADIR%%/lib/java-utils-1.0.6.jar @@ -140,10 +157,10 @@ %%DATADIR%%/lib/jaxb-api-2.3.1.jar %%DATADIR%%/lib/jaxb-runtime-2.3.1.jar %%DATADIR%%/lib/jaxen-1.2.0.jar -%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113.jar +%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113-api-1.1.jar %%DATADIR%%/lib/jcodings-1.0.48.jar %%DATADIR%%/lib/jdom.jar -%%DATADIR%%/lib/jediterm-pty-2.29.jar +%%DATADIR%%/lib/jediterm-pty-2.32.jar %%DATADIR%%/lib/jetCheck-0.2.2.jar %%DATADIR%%/lib/jettison-1.4.0.jar %%DATADIR%%/lib/jffi-1.2.19-native.jar @@ -151,7 +168,6 @@ %%DATADIR%%/lib/jing-20030619.jar %%DATADIR%%/lib/jna-platform.jar %%DATADIR%%/lib/jna.jar -%%DATADIR%%/lib/jnaerator-runtime-0.12.jar %%DATADIR%%/lib/jnr-a64asm-1.0.0.jar %%DATADIR%%/lib/jnr-constants-0.9.12.jar %%DATADIR%%/lib/jnr-enxio-0.21.jar @@ -173,21 +189,24 @@ %%DATADIR%%/lib/json-simple-1.1.1.jar %%DATADIR%%/lib/json.jar %%DATADIR%%/lib/jsoup-1.12.1.jar -%%DATADIR%%/lib/jsr305.jar -%%DATADIR%%/lib/jstun-0.7.5.20200723.jar +%%DATADIR%%/lib/jsr305-3.0.2.jar %%DATADIR%%/lib/jts-core-1.16.1.jar %%DATADIR%%/lib/jts-io-common-1.16.1.jar %%DATADIR%%/lib/junit-4.12.jar +%%DATADIR%%/lib/junixsocket-common-2.3.2.jar +%%DATADIR%%/lib/junixsocket-core-2.3.2.jar +%%DATADIR%%/lib/junixsocket-native-common-2.3.2.jar %%DATADIR%%/lib/jzlib-1.1.3.jar -%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar -%%DATADIR%%/lib/kotlin-test-1.3.61.jar -%%DATADIR%%/lib/kotlin-test-common-1.3.61.jar -%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar -%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.4.jar +%%DATADIR%%/lib/kotlin-reflect-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.4.0.jar +%%DATADIR%%/lib/kotlin-test-1.4.0.jar +%%DATADIR%%/lib/kotlin-test-common-1.4.0.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.9.jar +%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.9.jar +%%DATADIR%%/lib/kotlinx-serialization-core-1.0.0-RC.jar %%DATADIR%%/lib/kryo-2.24.0.jar %%DATADIR%%/lib/ktor-websockets-1.3.1.jar %%DATADIR%%/lib/log4j.jar @@ -210,16 +229,16 @@ %%DATADIR%%/lib/miglayout-swing-5.2.jar %%DATADIR%%/lib/minlog-1.2.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar -%%DATADIR%%/lib/netty-buffer-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-http2-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-socks-4.1.47.Final.jar -%%DATADIR%%/lib/netty-common-4.1.47.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.47.Final.jar -%%DATADIR%%/lib/netty-handler-proxy-4.1.47.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.47.Final.jar -%%DATADIR%%/lib/netty-transport-4.1.47.Final.jar +%%DATADIR%%/lib/netty-buffer-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.52.Final.jar +%%DATADIR%%/lib/netty-common-4.1.52.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.52.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.52.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.52.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.52.Final.jar %%DATADIR%%/lib/objenesis-3.1.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar @@ -229,6 +248,7 @@ %%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.17.0.jar %%DATADIR%%/lib/oro-2.0.8.jar %%DATADIR%%/lib/owasp-java-html-sanitizer-20191001.1.jar +%%DATADIR%%/lib/perfmark-api-0.19.0.jar %%DATADIR%%/lib/platform-api.jar %%DATADIR%%/lib/platform-concurrency.jar %%DATADIR%%/lib/platform-core-ui.jar @@ -248,20 +268,21 @@ %%DATADIR%%/lib/plexus-component-annotations-1.7.1.jar %%DATADIR%%/lib/plexus-interpolation-1.25.jar %%DATADIR%%/lib/plexus-utils-3.2.0.jar -%%DATADIR%%/lib/protobuf-java-3.5.1.jar +%%DATADIR%%/lib/proto-google-common-protos-1.17.0.jar +%%DATADIR%%/lib/protobuf-java-3.13.0.jar %%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar -%%DATADIR%%/lib/pty4j-0.9.6.jar +%%DATADIR%%/lib/pty4j-0.11.1.jar %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar %%DATADIR%%/lib/pycharm.jar -%%DATADIR%%/lib/quiche-jna-stubs-15.jar -%%DATADIR%%/lib/rd-core-0.202.100.jar -%%DATADIR%%/lib/rd-framework-0.202.100.jar -%%DATADIR%%/lib/rd-swing-0.202.100.jar +%%DATADIR%%/lib/rd-core-0.203.181.jar +%%DATADIR%%/lib/rd-framework-0.203.181.jar +%%DATADIR%%/lib/rd-swing-0.203.181.jar %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar %%DATADIR%%/lib/rhino-1.7.12.jar %%DATADIR%%/lib/rngom-20051226-patched.jar %%DATADIR%%/lib/serviceMessages-2019.1.4.jar +%%DATADIR%%/lib/shims-0.9.0.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar %%DATADIR%%/lib/snakeyaml-1.26.jar @@ -274,8 +295,7 @@ %%DATADIR%%/lib/streamex-0.7.2.jar %%DATADIR%%/lib/swingx-core-1.6.2-2.jar %%DATADIR%%/lib/testFramework.jar -%%DATADIR%%/lib/tips-pycharm-202.2014.jar -%%DATADIR%%/lib/tls-channel-0.3.2.jar +%%DATADIR%%/lib/tips-pycharm-203.2017.jar %%DATADIR%%/lib/trang-core.jar %%DATADIR%%/lib/trove4j.jar %%DATADIR%%/lib/txw2-2.3.1.jar @@ -286,7 +306,7 @@ %%DATADIR%%/lib/xml-apis-ext-1.3.04.jar %%DATADIR%%/lib/xml-resolver-1.2.jar %%DATADIR%%/lib/xmlbeans-2.6.0.jar -%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar +%%DATADIR%%/lib/xmlgraphics-commons-2.4.jar %%DATADIR%%/lib/xmlpull-1.1.3.1.jar %%DATADIR%%/lib/xmlrpc-2.0.1.jar %%DATADIR%%/lib/xpp3_min-1.1.4c.jar @@ -346,7 +366,7 @@ %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file-1.3.3.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http-1.3.3.jar %%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar -%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-202.47.jar +%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-203.53.jar %%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar %%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar %%DATADIR%%/plugins/Docker/lib/Docker-compose.jar @@ -358,8 +378,6 @@ %%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar %%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar %%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.9.8.jar -%%DATADIR%%/plugins/Docker/lib/okhttp-3.4.2.jar -%%DATADIR%%/plugins/Docker/lib/okio-1.9.0.jar %%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar %%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.64.jar %%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.64.jar @@ -367,10 +385,10 @@ %%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.20.jar %%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar %%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.6.jar %%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar %%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar %%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.10.3.jar @@ -382,10 +400,10 @@ %%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.4.0.jar %%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar %%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar %%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar @@ -401,7 +419,7 @@ %%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar %%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar -%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar +%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar @@ -409,6 +427,7 @@ %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js +%%DATADIR%%/plugins/JavaScriptDebugger/lib/javascript-debugger-featuresTrainer.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar @@ -444,31 +463,8 @@ %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.at -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.s -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version +%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.ijx +%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.txt %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts @@ -513,7 +509,9 @@ %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts @@ -527,9 +525,11 @@ %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json @@ -574,8 +574,9 @@ %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json %%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar -%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.0.7.jar -%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.1.1.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.1.2.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.2.2.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-featuresTrainer.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar @@ -587,6 +588,9 @@ %%DATADIR%%/plugins/cloud-config/lib/resources_en.jar %%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar %%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar +%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar +%%DATADIR%%/plugins/completionMlRanking/lib/ngram-slp-0.0.2.jar +%%DATADIR%%/plugins/completionMlRanking/lib/resources_en.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/copyright/lib/copyright.jar %%DATADIR%%/plugins/copyright/lib/resources_en.jar @@ -595,23 +599,32 @@ %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-codec-1.10.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-io-2.6.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-logging-1.2.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.7-202.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.12-203.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpclient-4.5.6.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpcore-4.4.10.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpmime-4.5.6.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/jsch-0.1.54.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/jzlib-1.1.1.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.3.72.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.3.72.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.3.72.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk7-1.3.72.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk8-1.3.72.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-runtime-0.20.0.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.4.20.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.4.20.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.4.20.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-core-jvm-1.0.1.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-json-jvm-1.0.1.jar %%DATADIR%%/plugins/datalore-intellij-plugin/lib/org.eclipse.jgit-5.2.0.201812061821-r.jar -%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.7-202.jar +%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.12-203.jar %%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar %%DATADIR%%/plugins/editorconfig/lib/resources_en.jar +%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar +%%DATADIR%%/plugins/emojipicker/lib/resources_en.jar +%%DATADIR%%/plugins/featuresTrainer/lib/MultithreadedTC-1.01.jar +%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-assert-1.5.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-reflect-2.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-swing-1.4.6.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-util-1.3.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/jsr305.jar +%%DATADIR%%/plugins/featuresTrainer/lib/resources_en.jar %%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar %%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar %%DATADIR%%/plugins/gherkin/lib/gherkin.jar @@ -621,6 +634,26 @@ %%DATADIR%%/plugins/git4idea/lib/resources_en.jar %%DATADIR%%/plugins/github/lib/github.jar %%DATADIR%%/plugins/github/lib/resources_en.jar +%%DATADIR%%/plugins/grazie/lib/aho-corasick-double-array-trie-1.2.2.jar +%%DATADIR%%/plugins/grazie/lib/bridj-0.7.0.jar +%%DATADIR%%/plugins/grazie/lib/commons-text-1.8.jar +%%DATADIR%%/plugins/grazie/lib/dx-1.7.jar +%%DATADIR%%/plugins/grazie/lib/grazi-language-detector-0.1.13.jar +%%DATADIR%%/plugins/grazie/lib/grazie.jar +%%DATADIR%%/plugins/grazie/lib/hppc-0.8.1.jar +%%DATADIR%%/plugins/grazie/lib/hunspell-1.1.1.jar +%%DATADIR%%/plugins/grazie/lib/indriya-1.3.jar +%%DATADIR%%/plugins/grazie/lib/kotlinx-html-jvm-0.6.11.jar +%%DATADIR%%/plugins/grazie/lib/language-en-5.0.jar +%%DATADIR%%/plugins/grazie/lib/languagetool-core-5.0.2.jar +%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-2.1.7.jar +%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-builders-2.1.7.jar +%%DATADIR%%/plugins/grazie/lib/morfologik-speller-2.1.7.jar +%%DATADIR%%/plugins/grazie/lib/morfologik-stemming-2.1.7.jar +%%DATADIR%%/plugins/grazie/lib/resources_en.jar +%%DATADIR%%/plugins/grazie/lib/segment-2.0.1.jar +%%DATADIR%%/plugins/grazie/lib/unit-api-1.0.jar +%%DATADIR%%/plugins/grazie/lib/uom-lib-common-1.1.jar %%DATADIR%%/plugins/haml/lib/haml.jar %%DATADIR%%/plugins/haml/lib/resources_en.jar %%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar @@ -641,7 +674,7 @@ %%DATADIR%%/plugins/performanceTesting/bin/libyjpagent64.so %%DATADIR%%/plugins/performanceTesting/bin/yjpagent.dll %%DATADIR%%/plugins/performanceTesting/bin/yjpagent64.dll -%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.7-2.jar +%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.8.1-1.jar %%DATADIR%%/plugins/performanceTesting/lib/byte-buddy-agent-1.10.1.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar @@ -1293,7 +1326,6 @@ %%DATADIR%%/plugins/python/helpers/pycharm/django_test_runner.py %%DATADIR%%/plugins/python/helpers/pycharm/docrunner.py %%DATADIR%%/plugins/python/helpers/pycharm/fix_getpass.py -%%DATADIR%%/plugins/python/helpers/pycharm/lettuce_runner.py %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_2.py %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_3.py %%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/__init__.py @@ -1420,7 +1452,7 @@ %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd @@ -1481,13 +1513,13 @@ %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common%%PYTHON_EXT_SUFFIX%%-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.c %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.pxd @@ -1514,7 +1546,7 @@ %%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar %%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/junit.jar %%DATADIR%%/plugins/python/helpers/pydev/merge_pydev_pycharm.txt -%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.txt +%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.rst %%DATADIR%%/plugins/python/helpers/pydev/pycompletionserver.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_console/__init__.py @@ -1635,8 +1667,10 @@ %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_bytecode_overflow.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_change_breaks.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_check_tracer.py +%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_environment_reset_on_fork.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_event_ext.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_exceptions.py +%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_fork.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_frame_eval.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator.py %%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator2.py @@ -1948,8 +1982,6 @@ %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/__init__.py %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py %%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/base.py -%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/__init__.py -%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/terrain.py %%DATADIR%%/plugins/python/helpers/python-skeletons/nose/__init__.py %%DATADIR%%/plugins/python/helpers/python-skeletons/nose/tools/__init__.py %%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/__init__.py @@ -2051,12 +2083,17 @@ %%DATADIR%%/plugins/python/helpers/tools/stdlib_packages.txt %%DATADIR%%/plugins/python/helpers/tools/versions.xml %%DATADIR%%/plugins/python/helpers/typeshed/.flake8 -%%DATADIR%%/plugins/python/helpers/typeshed/.travis.yml +%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/mypy_primer.yml +%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/stubtest-unused-whitelist.yml +%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/tests.yml %%DATADIR%%/plugins/python/helpers/typeshed/CONTRIBUTING.md %%DATADIR%%/plugins/python/helpers/typeshed/LICENSE %%DATADIR%%/plugins/python/helpers/typeshed/README.md +%%DATADIR%%/plugins/python/helpers/typeshed/pre-commit %%DATADIR%%/plugins/python/helpers/typeshed/pyproject.toml %%DATADIR%%/plugins/python/helpers/typeshed/requirements-tests-py3.txt +%%DATADIR%%/plugins/python/helpers/typeshed/scripts/migrate_script.py +%%DATADIR%%/plugins/python/helpers/typeshed/scripts/update-stubtest-whitelist.py %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ConfigParser.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/Queue.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/SocketServer.pyi @@ -2071,7 +2108,55 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/collections.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/compileall.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/archive_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/bcppcompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/ccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cmd.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_msi.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_packager.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_clib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_ext.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_py.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_scripts.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/check.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/clean.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/config.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_data.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_egg_info.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_headers.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_lib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_scripts.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/register.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/sdist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/upload.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/config.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/core.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cygwinccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/debug.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dep_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dir_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dist.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/errors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/extension.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/fancy_getopt.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/file_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/filelist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/log.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/msvccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/spawn.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/sysconfig.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/text_file.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/unixccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/version.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/MIMEText.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/_parseaddr.pyi @@ -2113,10 +2198,13 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ntpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/path.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os2emxpath.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/pipes.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posix.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posixpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/random.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/re.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/resource.pyi @@ -2144,6 +2232,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_random.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/wsgi.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/xml.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_warnings.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/aifc.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/antigravity.pyi @@ -2155,10 +2244,12 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bdb.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/binascii.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bz2.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cProfile.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cgi.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmd.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/codecs.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/contextlib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/crypt.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/csv.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/__init__.pyi @@ -2171,59 +2262,15 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/decimal.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/difflib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cmd.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/check.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/clean.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/config.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_data.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_headers.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/register.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/core.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/debug.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dep_util.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dir_util.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dist.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/errors.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/extension.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/file_util.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/filelist.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/log.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/spawn.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/text_file.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/util.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/version.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/doctest.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/filecmp.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/fractions.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ftplib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/genericpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/hmac.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imaplib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imghdr.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/keyword.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/locale.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/config.pyi @@ -2238,7 +2285,6 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/schema.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/sequence.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/text.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ntpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/numbers.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/opcode.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/operator.pyi @@ -2245,12 +2291,14 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/parser.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pdb.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pickle.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pkgutil.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/plistlib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/posixpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pprint.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pstats.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/py_compile.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/topics.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/errors.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/model.pyi @@ -2285,6 +2333,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/domreg.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/minidom.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/pulldom.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi @@ -2305,6 +2354,8 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/graphlib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compat_pickle.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compression.pyi @@ -2314,6 +2365,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_operator.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_sitebuiltins.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_thread.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tkinter.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tracemalloc.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_winapi.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/abc.pyi @@ -2362,6 +2414,55 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/dumb.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/gnu.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/ndbm.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/archive_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/bcppcompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/ccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cmd.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_msi.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_packager.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_clib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_ext.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_py.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_scripts.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/check.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/clean.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/config.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_data.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_egg_info.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_headers.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_lib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_scripts.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/register.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/sdist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/upload.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/config.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/core.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cygwinccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/debug.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dep_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dir_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/errors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/extension.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/fancy_getopt.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/file_util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/filelist.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/log.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/msvccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/spawn.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/sysconfig.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/text_file.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/unixccompiler.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/util.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/version.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/charset.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/contentmanager.pyi @@ -2410,6 +2511,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/decoder.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/encoder.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/tool.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/lzma.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi @@ -2421,12 +2523,16 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/shared_memory.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/sharedctypes.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/ntpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/path.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pipes.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posix.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posixpath.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/random.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/re.pyi @@ -2449,6 +2555,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/async_case.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/main.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi @@ -2466,27 +2573,26 @@ %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/client.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/server.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xxlimited.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/zipapp.pyi %%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py -%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt -%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_selftest.py +%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_exclude_list.txt +%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_self_check.py %%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test.py -%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_blacklist.txt +%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test_suite.py +%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_exclude_list.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_test.py %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_test.py %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_unused.py -%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py35.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py36.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py37.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py38.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux.txt -%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py35.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py36.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py37.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py38.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py39.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py3_common.txt -%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py35.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py36.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py37.txt %%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py38.txt @@ -2532,61 +2638,6 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/random.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/Counter.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/asn1.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/number.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/randpool.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/strxor.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/__init__.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/pct_warnings.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/atomicwrites/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/_version_info.pyi @@ -2594,6 +2645,15 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/exceptions.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/abc.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/cache.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/decorators.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/func.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/lfu.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/lru.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/rr.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/ttl.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/enums.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi @@ -2660,8 +2720,44 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/_common.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/tz.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/utils.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/classic.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/sphinx.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/gflags.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/__meta__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/blockparser.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/blockprocessors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/core.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/abbr.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/admonition.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/def_list.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/extra.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/meta.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/smarty.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/tables.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/toc.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/inlinepatterns.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/pep562.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/postprocessors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/preprocessors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/serializers.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/treeprocessors.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/util.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/nmap/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/nmap/nmap.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/adapters.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/api.pyi @@ -2698,6 +2794,11 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/status_codes.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/structures.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/utils.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/retry/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/retry/api.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/slugify.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/special.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/typing_extensions.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/tzlocal/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/__init__.pyi @@ -2746,10 +2847,24 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/utils.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wrappers.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wsgi.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/base.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/os.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/binary.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/text.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/contextvars.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/filelock/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/freezegun/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/freezegun/api.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/frozendict.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/orjson.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/py31compat.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/generator.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/parser.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/utils.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi @@ -2791,6 +2906,10 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/__init__.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/ast27.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/ast3.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/conversions.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/adjustments.pyi %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/buffers.pyi @@ -2808,7 +2927,7 @@ %%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/wasyncore.pyi %%DATADIR%%/plugins/python/helpers/virtualenv-16.7.10-py2.py3-none-any.whl %%DATADIR%%/plugins/python/lib/Java-WebSocket-1.3.9.jar -%%DATADIR%%/plugins/python/lib/completion-ranking-python-0.0.11.jar +%%DATADIR%%/plugins/python/lib/completion-ranking-python-0.2.2.jar %%DATADIR%%/plugins/python/lib/libthrift-0.11.0.jar %%DATADIR%%/plugins/python/lib/ml-completion-prev-exprs-models-1.11.jar %%DATADIR%%/plugins/python/lib/python.jar @@ -2819,8 +2938,11 @@ %%DATADIR%%/plugins/python/static/generated/css/jupyter.css %%DATADIR%%/plugins/python/static/generated/css/jupyter_darcula.css %%DATADIR%%/plugins/python/static/generated/css/jupyter_intellij.css +%%DATADIR%%/plugins/python/static/generated/css/markdown_darcula.css +%%DATADIR%%/plugins/python/static/generated/css/markdown_intellij.css %%DATADIR%%/plugins/python/static/generated/js/ipywidgets.js %%DATADIR%%/plugins/python/static/generated/js/main.js +%%DATADIR%%/plugins/python/static/generated/js/markdown.js %%DATADIR%%/plugins/python/static/js/marked.min.js %%DATADIR%%/plugins/pythonIDE/lib/python-ide.jar %%DATADIR%%/plugins/pythonIDE/lib/resources_en.jar @@ -2838,18 +2960,12 @@ %%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar %%DATADIR%%/plugins/sh/lib/resources_en.jar %%DATADIR%%/plugins/sh/lib/sh.jar -%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-kotlin-0.1.3.jar -%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-scala-0.2.0.jar -%%DATADIR%%/plugins/stats-collector/lib/log-events.jar -%%DATADIR%%/plugins/stats-collector/lib/ngram-slp-0.0.2.jar -%%DATADIR%%/plugins/stats-collector/lib/resources_en.jar -%%DATADIR%%/plugins/stats-collector/lib/stats-collector.jar -%%DATADIR%%/plugins/stats-collector/lib/statsCollector-completionRanker.jar %%DATADIR%%/plugins/stylus/lib/resources_en.jar %%DATADIR%%/plugins/stylus/lib/stylus.jar %%DATADIR%%/plugins/svn4idea/lib/resources_en.jar %%DATADIR%%/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar %%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar +%%DATADIR%%/plugins/tasks-time-tracking/lib/resources_en.jar %%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar %%DATADIR%%/plugins/tasks/lib/axis-1.4.jar %%DATADIR%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar @@ -2863,7 +2979,7 @@ %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/tasks/lib/tasks-java.jar %%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar -%%DATADIR%%/plugins/terminal/.zshrc +%%DATADIR%%/plugins/terminal/.zshenv %%DATADIR%%/plugins/terminal/fish/config.fish %%DATADIR%%/plugins/terminal/jediterm-bash.in %%DATADIR%%/plugins/terminal/lib/resources_en.jar @@ -3195,6 +3311,14 @@ %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Comments.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Folding.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Indent.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Symbol List.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Typing Pairs.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/README.mdown +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Syntaxes/TOML.tmLanguage +%%DATADIR%%/plugins/textmate/lib/bundles/toml/info.plist %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json @@ -3211,6 +3335,21 @@ %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt +%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/basic.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/example-help.txt +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/flavours.of.snippet +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/modeline.md +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/neo.snippets +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/solarized.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/syntax.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/textobj-rubyblock.vmb +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-characterize.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-fugitive.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/ulti.snip +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/vim-syntax.vim %%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json @@ -3242,7 +3381,7 @@ %%DATADIR%%/plugins/vcs-changeReminder/lib/randomForestRegressor-0.0.11.jar %%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar %%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar -%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.9.jar +%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.10.jar %%DATADIR%%/plugins/webDeployment/lib/resources_en.jar %%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar %%DATADIR%%/plugins/yaml/lib/resources_en.jar