From 777233276f972c9ab8e95e7db8173ca9cb950ae0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Aug 2023 00:57:02 +0000 Subject: [PATCH] Update CPython JSON data --- .../__snapshots__/darwin.test.ts.snap | 492 + .../__snapshots__/linux.test.ts.snap | 348 + .../__snapshots__/windows.test.ts.snap | 368 + src/builder/__tests__/cpython.trees.json | 20854 +++++++++++++++- src/builder/tags.json | 20 + 5 files changed, 21137 insertions(+), 945 deletions(-) diff --git a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap index fc9e53e..06f920d 100644 --- a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap @@ -14484,6 +14484,129 @@ exports[`MacOSBuilder for version 3.8.17 identifies the correct additional paths exports[`MacOSBuilder for version 3.8.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl@1.1 "", + "Execute command "brew --prefix openssl@1.1 "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18arm64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18arm64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl@1.1 "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl@1.1 "", + "Execute command "brew --prefix openssl@1.1 "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18x64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18x64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl@1.1 "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl@1.1 "", + "Execute command "brew --prefix openssl@1.1 "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18x86darwin", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18x86darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl@1.1 "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl@1.1 "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl@1.1 "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl@1.1 "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.8.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "xcode-select --install "", @@ -16698,6 +16821,129 @@ exports[`MacOSBuilder for version 3.9.17 identifies the correct additional paths exports[`MacOSBuilder for version 3.9.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18arm64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18arm64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18x64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18x64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18x86darwin", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18x86darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.9.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "xcode-select --install "", @@ -18297,6 +18543,129 @@ exports[`MacOSBuilder for version 3.10.12 identifies the correct additional path exports[`MacOSBuilder for version 3.10.12 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13arm64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13arm64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13x64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13x64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13x86darwin", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13x86darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.10.13 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "xcode-select --install "", @@ -18911,3 +19280,126 @@ exports[`MacOSBuilder for version 3.11.4 identifies the correct additional paths exports[`MacOSBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`MacOSBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5arm64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5arm64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5x64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5x64darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "xcode-select --install "", + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew --prefix zlib "", + "Execute command "brew --prefix readline "", + "Execute command "brew install openssl "", + "Execute command "brew --prefix openssl "", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5x86darwin", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5x86darwin/installDir --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Execute command "brew install zlib "", + "Execute command "brew install sqlite3 "", + "Execute command "brew install readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.11.5 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x86 1`] = `[]`; diff --git a/src/builder/__tests__/__snapshots__/linux.test.ts.snap b/src/builder/__tests__/__snapshots__/linux.test.ts.snap index 70fe07c..df1ea3d 100644 --- a/src/builder/__tests__/__snapshots__/linux.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/linux.test.ts.snap @@ -11631,6 +11631,93 @@ exports[`LinuxBuilder for version 3.8.17 identifies the correct additional paths exports[`LinuxBuilder for version 3.8.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18arm64nix", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18arm64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18x64nix", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18x64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath/v3.8.18", + "Extract defaultDownloadPath/v3.8.18 to defaultExtractedPath/extractedv3.8.18", + "Recursively remove path defaultDownloadPath/v3.8.18", + "Copy folder defaultExtractedPath/extractedv3.8.18/python-cpython to tmpDir/CPython3.8.18x86nix", + "Recursively remove path defaultExtractedPath/extractedv3.8.18", + "Execute command "./configure --prefix=tmpDir/CPython3.8.18x86nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.8", + "Execute command "chmod +x installPath/bin/python3.8 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python38 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.8.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`LinuxBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", @@ -13197,6 +13284,93 @@ exports[`LinuxBuilder for version 3.9.17 identifies the correct additional paths exports[`LinuxBuilder for version 3.9.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18arm64nix", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18arm64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18x64nix", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18x64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath/v3.9.18", + "Extract defaultDownloadPath/v3.9.18 to defaultExtractedPath/extractedv3.9.18", + "Recursively remove path defaultDownloadPath/v3.9.18", + "Copy folder defaultExtractedPath/extractedv3.9.18/python-cpython to tmpDir/CPython3.9.18x86nix", + "Recursively remove path defaultExtractedPath/extractedv3.9.18", + "Execute command "./configure --prefix=tmpDir/CPython3.9.18x86nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.9", + "Execute command "chmod +x installPath/bin/python3.9 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python39 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.9.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`LinuxBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", @@ -14328,6 +14502,93 @@ exports[`LinuxBuilder for version 3.10.12 identifies the correct additional path exports[`LinuxBuilder for version 3.10.12 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13arm64nix", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13arm64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13x64nix", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13x64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath/v3.10.13", + "Extract defaultDownloadPath/v3.10.13 to defaultExtractedPath/extractedv3.10.13", + "Recursively remove path defaultDownloadPath/v3.10.13", + "Copy folder defaultExtractedPath/extractedv3.10.13/python-cpython to tmpDir/CPython3.10.13x86nix", + "Recursively remove path defaultExtractedPath/extractedv3.10.13", + "Execute command "./configure --prefix=tmpDir/CPython3.10.13x86nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.10", + "Execute command "chmod +x installPath/bin/python3.10 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python310 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.10.13 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`LinuxBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", @@ -14762,3 +15023,90 @@ exports[`LinuxBuilder for version 3.11.4 identifies the correct additional paths exports[`LinuxBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`LinuxBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5arm64nix", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5arm64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5x64nix", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5x64nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev libncursesw5-dev libreadline-dev libgdbm-dev libgdbm-compat-dev libssl-dev curl llvm libncurses5-dev xz-utils tk-dev liblzma-dev gdb lcov pkg-config libffi-dev libreadline6-dev lzma lzma-dev uuid-dev"", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath/v3.11.5", + "Extract defaultDownloadPath/v3.11.5 to defaultExtractedPath/extractedv3.11.5", + "Recursively remove path defaultDownloadPath/v3.11.5", + "Copy folder defaultExtractedPath/extractedv3.11.5/python-cpython to tmpDir/CPython3.11.5x86nix", + "Recursively remove path defaultExtractedPath/extractedv3.11.5", + "Execute command "./configure --prefix=tmpDir/CPython3.11.5x86nix/installDir --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.11", + "Execute command "chmod +x installPath/bin/python3.11 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python311 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.11.5 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x86 1`] = `[]`; diff --git a/src/builder/__tests__/__snapshots__/windows.test.ts.snap b/src/builder/__tests__/__snapshots__/windows.test.ts.snap index ba76bf0..72245d1 100644 --- a/src/builder/__tests__/__snapshots__/windows.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/windows.test.ts.snap @@ -9370,6 +9370,98 @@ exports[`WindowsBuilder for version 3.8.17 identifies the correct additional pat exports[`WindowsBuilder for version 3.8.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath\\v3.8.18", + "Extract defaultDownloadPath\\v3.8.18 to defaultExtractedPath\\extractedv3.8.18", + "Recursively remove path defaultDownloadPath\\v3.8.18", + "Copy folder defaultExtractedPath\\extractedv3.8.18\\python-cpython to tmpDir\\CPython3.8.18arm64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.8.18", + "Throw "Unsupported architecture"", +] +`; + +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath\\v3.8.18", + "Extract defaultDownloadPath\\v3.8.18 to defaultExtractedPath\\extractedv3.8.18", + "Recursively remove path defaultDownloadPath\\v3.8.18", + "Copy folder defaultExtractedPath\\extractedv3.8.18\\python-cpython to tmpDir\\CPython3.8.18x64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.8.18", + "Execute command "tmpDir\\CPython3.8.18x64win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.8.18x64win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.8.18x64win32\\PCbuild\\build.bat -p x64 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.8.18x64win32\\PCbuild\\build.bat -p x64 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.8.18x64win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.8.18x64win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.8.18x64win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x64 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.8.18x64win32\\PCbuild\\amd64\\en-us\\python-v3.8.18.exe TargetDir=tmpDir\\CPython3.8.18x64win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18 to defaultDownloadPath\\v3.8.18", + "Extract defaultDownloadPath\\v3.8.18 to defaultExtractedPath\\extractedv3.8.18", + "Recursively remove path defaultDownloadPath\\v3.8.18", + "Copy folder defaultExtractedPath\\extractedv3.8.18\\python-cpython to tmpDir\\CPython3.8.18x86win32", + "Recursively remove path defaultExtractedPath\\extractedv3.8.18", + "Execute command "tmpDir\\CPython3.8.18x86win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.8.18x86win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.8.18x86win32\\PCbuild\\build.bat -p x86 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.8.18x86win32\\PCbuild\\build.bat -p x86 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.8.18x86win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.8.18x86win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.8.18x86win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.8.18x86win32\\PCbuild\\win32\\en-us\\python-v3.8.18.exe TargetDir=tmpDir\\CPython3.8.18x86win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.8.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.8.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`WindowsBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "vswhere "", @@ -11026,6 +11118,98 @@ exports[`WindowsBuilder for version 3.9.17 identifies the correct additional pat exports[`WindowsBuilder for version 3.9.17 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath\\v3.9.18", + "Extract defaultDownloadPath\\v3.9.18 to defaultExtractedPath\\extractedv3.9.18", + "Recursively remove path defaultDownloadPath\\v3.9.18", + "Copy folder defaultExtractedPath\\extractedv3.9.18\\python-cpython to tmpDir\\CPython3.9.18arm64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.9.18", + "Throw "Unsupported architecture"", +] +`; + +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath\\v3.9.18", + "Extract defaultDownloadPath\\v3.9.18 to defaultExtractedPath\\extractedv3.9.18", + "Recursively remove path defaultDownloadPath\\v3.9.18", + "Copy folder defaultExtractedPath\\extractedv3.9.18\\python-cpython to tmpDir\\CPython3.9.18x64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.9.18", + "Execute command "tmpDir\\CPython3.9.18x64win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.9.18x64win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.9.18x64win32\\PCbuild\\build.bat -p x64 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.9.18x64win32\\PCbuild\\build.bat -p x64 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.9.18x64win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.9.18x64win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.9.18x64win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x64 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.9.18x64win32\\PCbuild\\amd64\\en-us\\python-v3.9.18.exe TargetDir=tmpDir\\CPython3.9.18x64win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18 to defaultDownloadPath\\v3.9.18", + "Extract defaultDownloadPath\\v3.9.18 to defaultExtractedPath\\extractedv3.9.18", + "Recursively remove path defaultDownloadPath\\v3.9.18", + "Copy folder defaultExtractedPath\\extractedv3.9.18\\python-cpython to tmpDir\\CPython3.9.18x86win32", + "Recursively remove path defaultExtractedPath\\extractedv3.9.18", + "Execute command "tmpDir\\CPython3.9.18x86win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.9.18x86win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.9.18x86win32\\PCbuild\\build.bat -p x86 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.9.18x86win32\\PCbuild\\build.bat -p x86 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.9.18x86win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.9.18x86win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.9.18x86win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.9.18x86win32\\PCbuild\\win32\\en-us\\python-v3.9.18.exe TargetDir=tmpDir\\CPython3.9.18x86win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.9.18 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.9.18 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`WindowsBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "vswhere "", @@ -12222,6 +12406,98 @@ exports[`WindowsBuilder for version 3.10.12 identifies the correct additional pa exports[`WindowsBuilder for version 3.10.12 identifies the correct additional paths to cache for arch x86 1`] = `[]`; +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath\\v3.10.13", + "Extract defaultDownloadPath\\v3.10.13 to defaultExtractedPath\\extractedv3.10.13", + "Recursively remove path defaultDownloadPath\\v3.10.13", + "Copy folder defaultExtractedPath\\extractedv3.10.13\\python-cpython to tmpDir\\CPython3.10.13arm64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.10.13", + "Throw "Unsupported architecture"", +] +`; + +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath\\v3.10.13", + "Extract defaultDownloadPath\\v3.10.13 to defaultExtractedPath\\extractedv3.10.13", + "Recursively remove path defaultDownloadPath\\v3.10.13", + "Copy folder defaultExtractedPath\\extractedv3.10.13\\python-cpython to tmpDir\\CPython3.10.13x64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.10.13", + "Execute command "tmpDir\\CPython3.10.13x64win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.10.13x64win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.10.13x64win32\\PCbuild\\build.bat -p x64 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.10.13x64win32\\PCbuild\\build.bat -p x64 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.10.13x64win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.10.13x64win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.10.13x64win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x64 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.10.13x64win32\\PCbuild\\amd64\\en-us\\python-v3.10.13.exe TargetDir=tmpDir\\CPython3.10.13x64win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13 to defaultDownloadPath\\v3.10.13", + "Extract defaultDownloadPath\\v3.10.13 to defaultExtractedPath\\extractedv3.10.13", + "Recursively remove path defaultDownloadPath\\v3.10.13", + "Copy folder defaultExtractedPath\\extractedv3.10.13\\python-cpython to tmpDir\\CPython3.10.13x86win32", + "Recursively remove path defaultExtractedPath\\extractedv3.10.13", + "Execute command "tmpDir\\CPython3.10.13x86win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.10.13x86win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.10.13x86win32\\PCbuild\\build.bat -p x86 -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.10.13x86win32\\PCbuild\\build.bat -p x86 -d -e "/p:PlatformToolset=v142" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.10.13x86win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.10.13x86win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.10.13x86win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x86 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.10.13x86win32\\PCbuild\\win32\\en-us\\python-v3.10.13.exe TargetDir=tmpDir\\CPython3.10.13x86win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.10.13 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.10.13 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + exports[`WindowsBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` [ "Execute command "vswhere "", @@ -12681,3 +12957,95 @@ exports[`WindowsBuilder for version 3.11.4 identifies the correct additional pat exports[`WindowsBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`WindowsBuilder for version 3.11.4 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath\\v3.11.5", + "Extract defaultDownloadPath\\v3.11.5 to defaultExtractedPath\\extractedv3.11.5", + "Recursively remove path defaultDownloadPath\\v3.11.5", + "Copy folder defaultExtractedPath\\extractedv3.11.5\\python-cpython to tmpDir\\CPython3.11.5arm64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.11.5", + "Throw "Unsupported architecture"", +] +`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath\\v3.11.5", + "Extract defaultDownloadPath\\v3.11.5 to defaultExtractedPath\\extractedv3.11.5", + "Recursively remove path defaultDownloadPath\\v3.11.5", + "Copy folder defaultExtractedPath\\extractedv3.11.5\\python-cpython to tmpDir\\CPython3.11.5x64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.11.5", + "Execute command "tmpDir\\CPython3.11.5x64win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.11.5x64win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.11.5x64win32\\PCbuild\\build.bat -p x64 -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.11.5x64win32\\PCbuild\\build.bat -p x64 -d -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.11.5x64win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.11.5x64win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v143 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.11.5x64win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x64 /p:PlatformToolset=v143 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.11.5x64win32\\PCbuild\\amd64\\en-us\\python-v3.11.5.exe TargetDir=tmpDir\\CPython3.11.5x64win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Execute command "vswhere "", + "Execute command "vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" "", + "Execute command "vswhere -property installationPath "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Download https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5 to defaultDownloadPath\\v3.11.5", + "Extract defaultDownloadPath\\v3.11.5 to defaultExtractedPath\\extractedv3.11.5", + "Recursively remove path defaultDownloadPath\\v3.11.5", + "Copy folder defaultExtractedPath\\extractedv3.11.5\\python-cpython to tmpDir\\CPython3.11.5x86win32", + "Recursively remove path defaultExtractedPath\\extractedv3.11.5", + "Execute command "tmpDir\\CPython3.11.5x86win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.11.5x86win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.11.5x86win32\\PCbuild\\build.bat -p x86 -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.11.5x86win32\\PCbuild\\build.bat -p x86 -d -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.11.5x86win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.11.5x86win32\\Tools\\msi\\launcher\\launcher.wixproj /p:Platform=x86 /p:PlatformToolset=v143 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.11.5x86win32\\Tools\\msi\\bundle\\snapshot.wixproj /p:Platform=x86 /p:PlatformToolset=v143 /p:WindowsTargetPlatformVersion=10.0.17763.0"", + "Execute command "powershell attrib -h -r /d /s "", + "Download https://aka.ms/vs/17/release/vs_enterprise.exe to tmpDir\\vs_installer.exe", + "Recursively remove path tmpDir\\vs_installer.exe", + "Execute command "tmpDir\\CPython3.11.5x86win32\\PCbuild\\win32\\en-us\\python-v3.11.5.exe TargetDir=tmpDir\\CPython3.11.5x86win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath\\python3.exe pointing to installPath\\python.exe", +] +`; + +exports[`WindowsBuilder for version 3.11.5 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.11.5 identifies the correct additional paths to cache for arch x86 1`] = `[]`; diff --git a/src/builder/__tests__/cpython.trees.json b/src/builder/__tests__/cpython.trees.json index 404ea43..aab603a 100644 --- a/src/builder/__tests__/cpython.trees.json +++ b/src/builder/__tests__/cpython.trees.json @@ -1,8 +1,7 @@ { - "v3.11.4": [ + "v3.11.5": [ ".azure-pipelines", ".azure-pipelines/ci.yml", - ".azure-pipelines/docs-steps.yml", ".azure-pipelines/find-tools.yml", ".azure-pipelines/libffi-build.yml", ".azure-pipelines/macos-steps.yml", @@ -54,20 +53,21 @@ ".github/problem-matchers", ".github/problem-matchers/gcc.json", ".github/problem-matchers/msvc.json", - ".github/problem-matchers/sphinx.json", ".github/workflows", ".github/workflows/build.yml", ".github/workflows/build_msi.yml", - ".github/workflows/doc.yml", ".github/workflows/documentation-links.yml", + ".github/workflows/lint.yml", ".github/workflows/new-bugs-announce-notifier.yml", ".github/workflows/posix-deps-apt.sh", ".github/workflows/regen-abidump.sh", ".github/workflows/require-pr-label.yml", + ".github/workflows/reusable-docs.yml", ".github/workflows/stale.yml", ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".mailmap", + ".pre-commit-config.yaml", ".readthedocs.yml", "Doc", "Doc/Makefile", @@ -230,7 +230,6 @@ "Doc/includes/sqlite3/pysqlite_datetime.py", "Doc/includes/sublist.c", "Doc/includes/test.py", - "Doc/includes/turtle-star.py", "Doc/includes/typestruct.h", "Doc/includes/tzinfo_examples.py", "Doc/includes/wasm-notavail.rst", @@ -583,6 +582,7 @@ "Doc/requirements-oldest-sphinx.txt", "Doc/requirements.txt", "Doc/tools", + "Doc/tools/.nitignore", "Doc/tools/extensions", "Doc/tools/extensions/asdl_highlight.py", "Doc/tools/extensions/c_annotations.py", @@ -1291,7 +1291,7 @@ "Lib/ensurepip/__init__.py", "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", - "Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -1761,7 +1761,6 @@ "Lib/test/_test_embed_structseq.py", "Lib/test/_test_multiprocessing.py", "Lib/test/_test_venv_multiprocessing.py", - "Lib/test/_testcppext.cpp", "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", @@ -1794,9 +1793,6 @@ "Lib/test/autotest.py", "Lib/test/bad_coding.py", "Lib/test/bad_coding2.py", - "Lib/test/bad_getattr.py", - "Lib/test/bad_getattr2.py", - "Lib/test/bad_getattr3.py", "Lib/test/badcert.pem", "Lib/test/badkey.pem", "Lib/test/badsyntax_3131.py", @@ -1851,7 +1847,7 @@ "Lib/test/cjkencodings/shift_jis.txt", "Lib/test/cjkencodings/shift_jisx0213-utf8.txt", "Lib/test/cjkencodings/shift_jisx0213.txt", - "Lib/test/clinic.test", + "Lib/test/clinic.test.c", "Lib/test/cmath_testcases.txt", "Lib/test/coding20731.py", "Lib/test/crashers", @@ -2052,7 +2048,6 @@ "Lib/test/future_test1.py", "Lib/test/future_test2.py", "Lib/test/gdb_sample.py", - "Lib/test/good_getattr.py", "Lib/test/idnsans.pem", "Lib/test/ieee754.txt", "Lib/test/imghdrdata", @@ -2140,7 +2135,6 @@ "Lib/test/secp384r1.pem", "Lib/test/selfsigned_pythontestdotnet.pem", "Lib/test/seq_tests.py", - "Lib/test/setup_testcppext.py", "Lib/test/sgml_input.html", "Lib/test/signalinterproctester.py", "Lib/test/sndhdrdata", @@ -2257,6 +2251,7 @@ "Lib/test/test_capi", "Lib/test/test_capi/__init__.py", "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_codecs.py", "Lib/test/test_capi/test_eval_code_ex.py", "Lib/test/test_capi/test_getargs.py", "Lib/test/test_capi/test_misc.py", @@ -2303,7 +2298,10 @@ "Lib/test/test_copy.py", "Lib/test/test_copyreg.py", "Lib/test/test_coroutines.py", - "Lib/test/test_cppext.py", + "Lib/test/test_cppext", + "Lib/test/test_cppext/__init__.py", + "Lib/test/test_cppext/extension.cpp", + "Lib/test/test_cppext/setup.py", "Lib/test/test_cprofile.py", "Lib/test/test_crashers.py", "Lib/test/test_crypt.py", @@ -2393,6 +2391,7 @@ "Lib/test/test_email/data/msg_44.txt", "Lib/test/test_email/data/msg_45.txt", "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/data/msg_47.txt", "Lib/test/test_email/data/python.bmp", "Lib/test/test_email/data/python.exr", "Lib/test/test_email/data/python.gif", @@ -2733,7 +2732,12 @@ "Lib/test/test_mimetypes.py", "Lib/test/test_minidom.py", "Lib/test/test_mmap.py", - "Lib/test/test_module.py", + "Lib/test/test_module", + "Lib/test/test_module/__init__.py", + "Lib/test/test_module/bad_getattr.py", + "Lib/test/test_module/bad_getattr2.py", + "Lib/test/test_module/bad_getattr3.py", + "Lib/test/test_module/good_getattr.py", "Lib/test/test_modulefinder.py", "Lib/test/test_msilib.py", "Lib/test/test_multibytecodec.py", @@ -3491,6 +3495,7 @@ "Misc/NEWS.d/3.11.2.rst", "Misc/NEWS.d/3.11.3.rst", "Misc/NEWS.d/3.11.4.rst", + "Misc/NEWS.d/3.11.5.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -4960,7 +4965,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.11.3": [ + "v3.11.4": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -5020,12 +5025,16 @@ ".github/workflows/build.yml", ".github/workflows/build_msi.yml", ".github/workflows/doc.yml", + ".github/workflows/documentation-links.yml", ".github/workflows/new-bugs-announce-notifier.yml", ".github/workflows/posix-deps-apt.sh", ".github/workflows/regen-abidump.sh", + ".github/workflows/require-pr-label.yml", ".github/workflows/stale.yml", ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", + ".mailmap", + ".readthedocs.yml", "Doc", "Doc/Makefile", "Doc/README.rst", @@ -5099,6 +5108,7 @@ "Doc/c-api/veryhigh.rst", "Doc/c-api/weakref.rst", "Doc/conf.py", + "Doc/constraints.txt", "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", @@ -5536,6 +5546,7 @@ "Doc/reference/lexical_analysis.rst", "Doc/reference/simple_stmts.rst", "Doc/reference/toplevel_components.rst", + "Doc/requirements-oldest-sphinx.txt", "Doc/requirements.txt", "Doc/tools", "Doc/tools/extensions", @@ -6246,7 +6257,7 @@ "Lib/ensurepip/__init__.py", "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", - "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -8445,6 +8456,7 @@ "Misc/NEWS.d/3.11.1.rst", "Misc/NEWS.d/3.11.2.rst", "Misc/NEWS.d/3.11.3.rst", + "Misc/NEWS.d/3.11.4.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -9914,7 +9926,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.11.2": [ + "v3.11.3": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -13398,6 +13410,7 @@ "Misc/NEWS.d/3.11.0rc2.rst", "Misc/NEWS.d/3.11.1.rst", "Misc/NEWS.d/3.11.2.rst", + "Misc/NEWS.d/3.11.3.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -14867,7 +14880,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.11.1": [ + "v3.11.2": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -14936,6 +14949,8 @@ "Doc", "Doc/Makefile", "Doc/README.rst", + "Doc/_static", + "Doc/_static/og-image.png", "Doc/about.rst", "Doc/bugs.rst", "Doc/c-api", @@ -17117,6 +17132,7 @@ "Lib/test/test_capi", "Lib/test/test_capi/__init__.py", "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_eval_code_ex.py", "Lib/test/test_capi/test_getargs.py", "Lib/test/test_capi/test_misc.py", "Lib/test/test_capi/test_structmembers.py", @@ -18232,7 +18248,6 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", - "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -18348,6 +18363,7 @@ "Misc/NEWS.d/3.11.0rc1.rst", "Misc/NEWS.d/3.11.0rc2.rst", "Misc/NEWS.d/3.11.1.rst", + "Misc/NEWS.d/3.11.2.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -18720,6 +18736,7 @@ "Modules/_testbuffer.c", "Modules/_testcapi_feature_macros.inc", "Modules/_testcapimodule.c", + "Modules/_testclinic.c", "Modules/_testimportmultiple.c", "Modules/_testinternalcapi.c", "Modules/_testmultiphase.c", @@ -18813,6 +18830,7 @@ "Modules/clinic/_ssl.c.h", "Modules/clinic/_statisticsmodule.c.h", "Modules/clinic/_struct.c.h", + "Modules/clinic/_testclinic.c.h", "Modules/clinic/_testmultiphase.c.h", "Modules/clinic/_tkinter.c.h", "Modules/clinic/_tracemalloc.c.h", @@ -19815,7 +19833,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.11.0": [ + "v3.11.1": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -21099,7 +21117,7 @@ "Lib/ensurepip/__init__.py", "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", - "Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -22062,7 +22080,13 @@ "Lib/test/test_c_locale_coercion.py", "Lib/test/test_calendar.py", "Lib/test/test_call.py", - "Lib/test/test_capi.py", + "Lib/test/test_capi", + "Lib/test/test_capi/__init__.py", + "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_getargs.py", + "Lib/test/test_capi/test_misc.py", + "Lib/test/test_capi/test_structmembers.py", + "Lib/test/test_capi/test_unicode.py", "Lib/test/test_cgi.py", "Lib/test/test_cgitb.py", "Lib/test/test_charmapcodec.py", @@ -22272,7 +22296,6 @@ "Lib/test/test_genericclass.py", "Lib/test/test_genericpath.py", "Lib/test/test_genexps.py", - "Lib/test/test_getargs2.py", "Lib/test/test_getopt.py", "Lib/test/test_getpass.py", "Lib/test/test_getpath.py", @@ -22660,7 +22683,6 @@ "Lib/test/test_strptime.py", "Lib/test/test_strtod.py", "Lib/test/test_struct.py", - "Lib/test/test_structmembers.py", "Lib/test/test_structseq.py", "Lib/test/test_subclassinit.py", "Lib/test/test_subprocess.py", @@ -22897,6 +22919,9 @@ "Lib/test/tracedmodules", "Lib/test/tracedmodules/__init__.py", "Lib/test/tracedmodules/testmod.py", + "Lib/test/typinganndata", + "Lib/test/typinganndata/__init__.py", + "Lib/test/typinganndata/ann_module9.py", "Lib/test/win_console_handler.py", "Lib/test/xmltestdata", "Lib/test/xmltestdata/c14n-20", @@ -23288,6 +23313,7 @@ "Misc/NEWS.d/3.11.0b5.rst", "Misc/NEWS.d/3.11.0rc1.rst", "Misc/NEWS.d/3.11.0rc2.rst", + "Misc/NEWS.d/3.11.1.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -24744,6 +24770,7 @@ "Tools/wasm/python.worker.js", "Tools/wasm/wasi-env", "Tools/wasm/wasm_assets.py", + "Tools/wasm/wasm_build.py", "Tools/wasm/wasm_webserver.py", "aclocal.m4", "config.guess", @@ -24754,22 +24781,25 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.12": [ + "v3.11.0": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", + ".azure-pipelines/find-tools.yml", + ".azure-pipelines/libffi-build.yml", ".azure-pipelines/macos-steps.yml", + ".azure-pipelines/openssl-build.yml", ".azure-pipelines/posix-deps-apt.sh", ".azure-pipelines/posix-steps.yml", ".azure-pipelines/pr.yml", ".azure-pipelines/prebuild-checks.yml", + ".azure-pipelines/tcltk-build.yml", ".azure-pipelines/windows-layout-steps.yml", ".azure-pipelines/windows-release.yml", ".azure-pipelines/windows-release", ".azure-pipelines/windows-release/build-steps.yml", ".azure-pipelines/windows-release/checkout.yml", ".azure-pipelines/windows-release/find-sdk.yml", - ".azure-pipelines/windows-release/gpg-sign.yml", ".azure-pipelines/windows-release/layout-command.yml", ".azure-pipelines/windows-release/mingw-lib.yml", ".azure-pipelines/windows-release/msi-steps.yml", @@ -24794,7 +24824,12 @@ ".github", ".github/CODEOWNERS", ".github/CONTRIBUTING.rst", - ".github/FUNDING.yml", + ".github/ISSUE_TEMPLATE", + ".github/ISSUE_TEMPLATE/bug.md", + ".github/ISSUE_TEMPLATE/config.yml", + ".github/ISSUE_TEMPLATE/crash.md", + ".github/ISSUE_TEMPLATE/documentation.md", + ".github/ISSUE_TEMPLATE/feature.md", ".github/PULL_REQUEST_TEMPLATE.md", ".github/SECURITY.md", ".github/dependabot.yml", @@ -24806,13 +24841,12 @@ ".github/workflows/build.yml", ".github/workflows/build_msi.yml", ".github/workflows/doc.yml", + ".github/workflows/new-bugs-announce-notifier.yml", ".github/workflows/posix-deps-apt.sh", ".github/workflows/regen-abidump.sh", ".github/workflows/stale.yml", ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", - ".travis.yml", - "CODE_OF_CONDUCT.md", "Doc", "Doc/Makefile", "Doc/README.rst", @@ -24843,6 +24877,7 @@ "Doc/c-api/exceptions.rst", "Doc/c-api/file.rst", "Doc/c-api/float.rst", + "Doc/c-api/frame.rst", "Doc/c-api/function.rst", "Doc/c-api/gcsupport.rst", "Doc/c-api/gen.rst", @@ -24886,7 +24921,7 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", - "Doc/data/python3.10.abi", + "Doc/data/python3.11.abi", "Doc/data/refcounts.dat", "Doc/data/stable_abi.dat", "Doc/distributing", @@ -24905,7 +24940,6 @@ "Doc/distutils/setupscript.rst", "Doc/distutils/sourcedist.rst", "Doc/distutils/uploading.rst", - "Doc/docutils.conf", "Doc/extending", "Doc/extending/building.rst", "Doc/extending/embedding.rst", @@ -24933,10 +24967,12 @@ "Doc/howto/cporting.rst", "Doc/howto/curses.rst", "Doc/howto/descriptor.rst", + "Doc/howto/enum.rst", "Doc/howto/functional.rst", "Doc/howto/index.rst", "Doc/howto/instrumentation.rst", "Doc/howto/ipaddress.rst", + "Doc/howto/isolating-extensions.rst", "Doc/howto/logging-cookbook.rst", "Doc/howto/logging.rst", "Doc/howto/logging_flow.png", @@ -24972,6 +25008,7 @@ "Doc/includes/turtle-star.py", "Doc/includes/typestruct.h", "Doc/includes/tzinfo_examples.py", + "Doc/includes/wasm-notavail.rst", "Doc/install", "Doc/install/index.rst", "Doc/installing", @@ -24993,12 +25030,14 @@ "Doc/library/asyncio-dev.rst", "Doc/library/asyncio-eventloop.rst", "Doc/library/asyncio-exceptions.rst", + "Doc/library/asyncio-extending.rst", "Doc/library/asyncio-future.rst", "Doc/library/asyncio-llapi-index.rst", "Doc/library/asyncio-platforms.rst", "Doc/library/asyncio-policy.rst", "Doc/library/asyncio-protocol.rst", "Doc/library/asyncio-queue.rst", + "Doc/library/asyncio-runner.rst", "Doc/library/asyncio-stream.rst", "Doc/library/asyncio-subprocess.rst", "Doc/library/asyncio-sync.rst", @@ -25012,7 +25051,6 @@ "Doc/library/bdb.rst", "Doc/library/binary.rst", "Doc/library/binascii.rst", - "Doc/library/binhex.rst", "Doc/library/bisect.rst", "Doc/library/builtins.rst", "Doc/library/bz2.rst", @@ -25119,6 +25157,8 @@ "Doc/library/imghdr.rst", "Doc/library/imp.rst", "Doc/library/importlib.metadata.rst", + "Doc/library/importlib.resources.abc.rst", + "Doc/library/importlib.resources.rst", "Doc/library/importlib.rst", "Doc/library/index.rst", "Doc/library/inspect.rst", @@ -25222,6 +25262,7 @@ "Doc/library/superseded.rst", "Doc/library/symtable.rst", "Doc/library/sys.rst", + "Doc/library/sys_path_init.rst", "Doc/library/sysconfig.rst", "Doc/library/syslog.rst", "Doc/library/tabnanny.rst", @@ -25248,6 +25289,7 @@ "Doc/library/token-list.inc", "Doc/library/token.rst", "Doc/library/tokenize.rst", + "Doc/library/tomllib.rst", "Doc/library/trace.rst", "Doc/library/traceback.rst", "Doc/library/tracemalloc.rst", @@ -25314,7 +25356,6 @@ "Doc/reference/simple_stmts.rst", "Doc/reference/toplevel_components.rst", "Doc/requirements.txt", - "Doc/runtime.txt", "Doc/tools", "Doc/tools/extensions", "Doc/tools/extensions/asdl_highlight.py", @@ -25378,6 +25419,7 @@ "Doc/whatsnew/3.0.rst", "Doc/whatsnew/3.1.rst", "Doc/whatsnew/3.10.rst", + "Doc/whatsnew/3.11.rst", "Doc/whatsnew/3.2.rst", "Doc/whatsnew/3.3.rst", "Doc/whatsnew/3.4.rst", @@ -25399,62 +25441,71 @@ "Include/boolobject.h", "Include/bytearrayobject.h", "Include/bytesobject.h", - "Include/cellobject.h", "Include/ceval.h", - "Include/classobject.h", - "Include/code.h", "Include/codecs.h", "Include/compile.h", "Include/complexobject.h", - "Include/context.h", "Include/cpython", "Include/cpython/abstract.h", "Include/cpython/bytearrayobject.h", "Include/cpython/bytesobject.h", + "Include/cpython/cellobject.h", "Include/cpython/ceval.h", + "Include/cpython/classobject.h", "Include/cpython/code.h", "Include/cpython/compile.h", + "Include/cpython/complexobject.h", + "Include/cpython/context.h", + "Include/cpython/descrobject.h", "Include/cpython/dictobject.h", "Include/cpython/fileobject.h", "Include/cpython/fileutils.h", + "Include/cpython/floatobject.h", "Include/cpython/frameobject.h", + "Include/cpython/funcobject.h", + "Include/cpython/genobject.h", "Include/cpython/import.h", "Include/cpython/initconfig.h", - "Include/cpython/interpreteridobject.h", "Include/cpython/listobject.h", + "Include/cpython/longintrepr.h", + "Include/cpython/longobject.h", "Include/cpython/methodobject.h", + "Include/cpython/modsupport.h", "Include/cpython/object.h", "Include/cpython/objimpl.h", "Include/cpython/odictobject.h", "Include/cpython/picklebufobject.h", + "Include/cpython/pthread_stubs.h", "Include/cpython/pyctype.h", "Include/cpython/pydebug.h", "Include/cpython/pyerrors.h", "Include/cpython/pyfpe.h", + "Include/cpython/pyframe.h", "Include/cpython/pylifecycle.h", "Include/cpython/pymem.h", "Include/cpython/pystate.h", "Include/cpython/pythonrun.h", + "Include/cpython/pythread.h", "Include/cpython/pytime.h", + "Include/cpython/setobject.h", "Include/cpython/sysmodule.h", "Include/cpython/traceback.h", "Include/cpython/tupleobject.h", "Include/cpython/unicodeobject.h", + "Include/cpython/warnings.h", + "Include/cpython/weakrefobject.h", "Include/datetime.h", "Include/descrobject.h", "Include/dictobject.h", "Include/dynamic_annotations.h", "Include/enumobject.h", "Include/errcode.h", - "Include/eval.h", "Include/exports.h", "Include/fileobject.h", "Include/fileutils.h", "Include/floatobject.h", "Include/frameobject.h", - "Include/funcobject.h", "Include/genericaliasobject.h", - "Include/genobject.h", "Include/import.h", "Include/internal", "Include/internal/pycore_abstract.h", @@ -25467,56 +25518,73 @@ "Include/internal/pycore_bitutils.h", "Include/internal/pycore_blocks_output_buffer.h", "Include/internal/pycore_bytes_methods.h", + "Include/internal/pycore_bytesobject.h", "Include/internal/pycore_call.h", "Include/internal/pycore_ceval.h", "Include/internal/pycore_code.h", "Include/internal/pycore_compile.h", "Include/internal/pycore_condvar.h", "Include/internal/pycore_context.h", + "Include/internal/pycore_dict.h", "Include/internal/pycore_dtoa.h", + "Include/internal/pycore_emscripten_signal.h", + "Include/internal/pycore_exceptions.h", "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_floatobject.h", "Include/internal/pycore_format.h", + "Include/internal/pycore_frame.h", + "Include/internal/pycore_function.h", "Include/internal/pycore_gc.h", + "Include/internal/pycore_genobject.h", "Include/internal/pycore_getopt.h", "Include/internal/pycore_gil.h", + "Include/internal/pycore_global_objects.h", + "Include/internal/pycore_global_strings.h", "Include/internal/pycore_hamt.h", "Include/internal/pycore_hashtable.h", "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_interpreteridobject.h", "Include/internal/pycore_list.h", "Include/internal/pycore_long.h", "Include/internal/pycore_moduleobject.h", + "Include/internal/pycore_namespace.h", "Include/internal/pycore_object.h", + "Include/internal/pycore_opcode.h", "Include/internal/pycore_parser.h", "Include/internal/pycore_pathconfig.h", "Include/internal/pycore_pyarena.h", "Include/internal/pycore_pyerrors.h", "Include/internal/pycore_pyhash.h", "Include/internal/pycore_pylifecycle.h", + "Include/internal/pycore_pymath.h", "Include/internal/pycore_pymem.h", "Include/internal/pycore_pystate.h", "Include/internal/pycore_runtime.h", + "Include/internal/pycore_runtime_init.h", + "Include/internal/pycore_signal.h", + "Include/internal/pycore_sliceobject.h", + "Include/internal/pycore_strhex.h", "Include/internal/pycore_structseq.h", "Include/internal/pycore_symtable.h", "Include/internal/pycore_sysmodule.h", "Include/internal/pycore_traceback.h", "Include/internal/pycore_tuple.h", + "Include/internal/pycore_typeobject.h", "Include/internal/pycore_ucnhash.h", + "Include/internal/pycore_unicodeobject.h", "Include/internal/pycore_unionobject.h", "Include/internal/pycore_warnings.h", - "Include/interpreteridobject.h", "Include/intrcheck.h", "Include/iterobject.h", "Include/listobject.h", - "Include/longintrepr.h", "Include/longobject.h", "Include/marshal.h", "Include/memoryobject.h", "Include/methodobject.h", "Include/modsupport.h", "Include/moduleobject.h", - "Include/namespaceobject.h", "Include/object.h", "Include/objimpl.h", "Include/opcode.h", @@ -25524,6 +25592,7 @@ "Include/osmodule.h", "Include/patchlevel.h", "Include/py_curses.h", + "Include/pybuffer.h", "Include/pycapsule.h", "Include/pydtrace.d", "Include/pydtrace.h", @@ -25539,10 +25608,10 @@ "Include/pyport.h", "Include/pystate.h", "Include/pystrcmp.h", - "Include/pystrhex.h", "Include/pystrtod.h", "Include/pythonrun.h", "Include/pythread.h", + "Include/pytypedefs.h", "Include/rangeobject.h", "Include/setobject.h", "Include/sliceobject.h", @@ -25560,7 +25629,13 @@ "LICENSE", "Lib", "Lib/__future__.py", - "Lib/__phello__.foo.py", + "Lib/__hello__.py", + "Lib/__phello__", + "Lib/__phello__/__init__.py", + "Lib/__phello__/ham", + "Lib/__phello__/ham/__init__.py", + "Lib/__phello__/ham/eggs.py", + "Lib/__phello__/spam.py", "Lib/_aix_support.py", "Lib/_bootsubprocess.py", "Lib/_collections_abc.py", @@ -25606,8 +25681,10 @@ "Lib/asyncio/staggered.py", "Lib/asyncio/streams.py", "Lib/asyncio/subprocess.py", + "Lib/asyncio/taskgroups.py", "Lib/asyncio/tasks.py", "Lib/asyncio/threads.py", + "Lib/asyncio/timeouts.py", "Lib/asyncio/transports.py", "Lib/asyncio/trsock.py", "Lib/asyncio/unix_events.py", @@ -25616,7 +25693,6 @@ "Lib/asyncore.py", "Lib/base64.py", "Lib/bdb.py", - "Lib/binhex.py", "Lib/bisect.py", "Lib/bz2.py", "Lib/cProfile.py", @@ -25743,7 +25819,6 @@ "Lib/distutils/command/__init__.py", "Lib/distutils/command/bdist.py", "Lib/distutils/command/bdist_dumb.py", - "Lib/distutils/command/bdist_msi.py", "Lib/distutils/command/bdist_rpm.py", "Lib/distutils/command/build.py", "Lib/distutils/command/build_clib.py", @@ -25788,7 +25863,6 @@ "Lib/distutils/tests/test_archive_util.py", "Lib/distutils/tests/test_bdist.py", "Lib/distutils/tests/test_bdist_dumb.py", - "Lib/distutils/tests/test_bdist_msi.py", "Lib/distutils/tests/test_bdist_rpm.py", "Lib/distutils/tests/test_build.py", "Lib/distutils/tests/test_build_clib.py", @@ -25991,8 +26065,7 @@ "Lib/ensurepip/__init__.py", "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", - "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -26189,10 +26262,8 @@ "Lib/importlib", "Lib/importlib/__init__.py", "Lib/importlib/_abc.py", - "Lib/importlib/_adapters.py", "Lib/importlib/_bootstrap.py", "Lib/importlib/_bootstrap_external.py", - "Lib/importlib/_common.py", "Lib/importlib/abc.py", "Lib/importlib/machinery.py", "Lib/importlib/metadata", @@ -26204,7 +26275,16 @@ "Lib/importlib/metadata/_meta.py", "Lib/importlib/metadata/_text.py", "Lib/importlib/readers.py", - "Lib/importlib/resources.py", + "Lib/importlib/resources", + "Lib/importlib/resources/__init__.py", + "Lib/importlib/resources/_adapters.py", + "Lib/importlib/resources/_common.py", + "Lib/importlib/resources/_itertools.py", + "Lib/importlib/resources/_legacy.py", + "Lib/importlib/resources/abc.py", + "Lib/importlib/resources/readers.py", + "Lib/importlib/resources/simple.py", + "Lib/importlib/simple.py", "Lib/importlib/util.py", "Lib/inspect.py", "Lib/io.py", @@ -26400,7 +26480,12 @@ "Lib/queue.py", "Lib/quopri.py", "Lib/random.py", - "Lib/re.py", + "Lib/re", + "Lib/re/__init__.py", + "Lib/re/_casefix.py", + "Lib/re/_compiler.py", + "Lib/re/_constants.py", + "Lib/re/_parser.py", "Lib/reprlib.py", "Lib/rlcompleter.py", "Lib/runpy.py", @@ -26423,17 +26508,6 @@ "Lib/sqlite3/__init__.py", "Lib/sqlite3/dbapi2.py", "Lib/sqlite3/dump.py", - "Lib/sqlite3/test", - "Lib/sqlite3/test/__init__.py", - "Lib/sqlite3/test/backup.py", - "Lib/sqlite3/test/dbapi.py", - "Lib/sqlite3/test/dump.py", - "Lib/sqlite3/test/factory.py", - "Lib/sqlite3/test/hooks.py", - "Lib/sqlite3/test/regression.py", - "Lib/sqlite3/test/transactions.py", - "Lib/sqlite3/test/types.py", - "Lib/sqlite3/test/userfunctions.py", "Lib/sre_compile.py", "Lib/sre_constants.py", "Lib/sre_parse.py", @@ -26458,7 +26532,10 @@ "Lib/test/_test_atexit.py", "Lib/test/_test_eintr.py", "Lib/test/_test_embed_set_config.py", + "Lib/test/_test_embed_structseq.py", "Lib/test/_test_multiprocessing.py", + "Lib/test/_test_venv_multiprocessing.py", + "Lib/test/_testcppext.cpp", "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", @@ -26468,6 +26545,7 @@ "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", "Lib/test/ann_module7.py", + "Lib/test/ann_module8.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -26752,6 +26830,7 @@ "Lib/test/idnsans.pem", "Lib/test/ieee754.txt", "Lib/test/imghdrdata", + "Lib/test/imghdrdata/python-raw.jpg", "Lib/test/imghdrdata/python.bmp", "Lib/test/imghdrdata/python.exr", "Lib/test/imghdrdata/python.gif", @@ -26835,6 +26914,7 @@ "Lib/test/secp384r1.pem", "Lib/test/selfsigned_pythontestdotnet.pem", "Lib/test/seq_tests.py", + "Lib/test/setup_testcppext.py", "Lib/test/sgml_input.html", "Lib/test/signalinterproctester.py", "Lib/test/sndhdrdata", @@ -26912,11 +26992,14 @@ "Lib/test/test_asyncio/test_sendfile.py", "Lib/test/test_asyncio/test_server.py", "Lib/test/test_asyncio/test_sock_lowlevel.py", + "Lib/test/test_asyncio/test_ssl.py", "Lib/test/test_asyncio/test_sslproto.py", "Lib/test/test_asyncio/test_streams.py", "Lib/test/test_asyncio/test_subprocess.py", + "Lib/test/test_asyncio/test_taskgroups.py", "Lib/test/test_asyncio/test_tasks.py", "Lib/test/test_asyncio/test_threads.py", + "Lib/test/test_asyncio/test_timeouts.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", "Lib/test/test_asyncio/test_waitfor.py", @@ -26934,7 +27017,6 @@ "Lib/test/test_bigaddrspace.py", "Lib/test/test_bigmem.py", "Lib/test/test_binascii.py", - "Lib/test/test_binhex.py", "Lib/test/test_binop.py", "Lib/test/test_bisect.py", "Lib/test/test_bool.py", @@ -26946,13 +27028,7 @@ "Lib/test/test_c_locale_coercion.py", "Lib/test/test_calendar.py", "Lib/test/test_call.py", - "Lib/test/test_capi", - "Lib/test/test_capi/__init__.py", - "Lib/test/test_capi/__main__.py", - "Lib/test/test_capi/test_getargs.py", - "Lib/test/test_capi/test_misc.py", - "Lib/test/test_capi/test_structmembers.py", - "Lib/test/test_capi/test_unicode.py", + "Lib/test/test_capi.py", "Lib/test/test_cgi.py", "Lib/test/test_cgitb.py", "Lib/test/test_charmapcodec.py", @@ -26994,6 +27070,7 @@ "Lib/test/test_copy.py", "Lib/test/test_copyreg.py", "Lib/test/test_coroutines.py", + "Lib/test/test_cppext.py", "Lib/test/test_cprofile.py", "Lib/test/test_crashers.py", "Lib/test/test_crypt.py", @@ -27036,8 +27113,6 @@ "Lib/test/test_email/__init__.py", "Lib/test/test_email/__main__.py", "Lib/test/test_email/data", - "Lib/test/test_email/data/PyBanner048.gif", - "Lib/test/test_email/data/audiotest.au", "Lib/test/test_email/data/msg_01.txt", "Lib/test/test_email/data/msg_02.txt", "Lib/test/test_email/data/msg_03.txt", @@ -27085,6 +27160,23 @@ "Lib/test/test_email/data/msg_44.txt", "Lib/test/test_email/data/msg_45.txt", "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/data/python.bmp", + "Lib/test/test_email/data/python.exr", + "Lib/test/test_email/data/python.gif", + "Lib/test/test_email/data/python.jpg", + "Lib/test/test_email/data/python.pbm", + "Lib/test/test_email/data/python.pgm", + "Lib/test/test_email/data/python.png", + "Lib/test/test_email/data/python.ppm", + "Lib/test/test_email/data/python.ras", + "Lib/test/test_email/data/python.sgi", + "Lib/test/test_email/data/python.tiff", + "Lib/test/test_email/data/python.webp", + "Lib/test/test_email/data/python.xbm", + "Lib/test/test_email/data/sndhdr.aifc", + "Lib/test/test_email/data/sndhdr.aiff", + "Lib/test/test_email/data/sndhdr.au", + "Lib/test/test_email/data/sndhdr.wav", "Lib/test/test_email/test__encoded_words.py", "Lib/test/test_email/test__header_value_parser.py", "Lib/test/test_email/test_asian_codecs.py", @@ -27107,6 +27199,8 @@ "Lib/test/test_eof.py", "Lib/test/test_epoll.py", "Lib/test/test_errno.py", + "Lib/test/test_except_star.py", + "Lib/test/test_exception_group.py", "Lib/test/test_exception_hierarchy.py", "Lib/test/test_exception_variations.py", "Lib/test/test_exceptions.py", @@ -27118,6 +27212,7 @@ "Lib/test/test_filecmp.py", "Lib/test/test_fileinput.py", "Lib/test/test_fileio.py", + "Lib/test/test_fileutils.py", "Lib/test/test_finalization.py", "Lib/test/test_float.py", "Lib/test/test_flufl.py", @@ -27143,8 +27238,10 @@ "Lib/test/test_genericclass.py", "Lib/test/test_genericpath.py", "Lib/test/test_genexps.py", + "Lib/test/test_getargs2.py", "Lib/test/test_getopt.py", "Lib/test/test_getpass.py", + "Lib/test/test_getpath.py", "Lib/test/test_gettext.py", "Lib/test/test_glob.py", "Lib/test/test_global.py", @@ -27185,6 +27282,11 @@ "Lib/test/test_import/data/circular_imports/subpkg", "Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", "Lib/test/test_import/data/circular_imports/subpkg/util.py", + "Lib/test/test_import/data/circular_imports/subpkg2", + "Lib/test/test_import/data/circular_imports/subpkg2/__init__.py", + "Lib/test/test_import/data/circular_imports/subpkg2/parent", + "Lib/test/test_import/data/circular_imports/subpkg2/parent/__init__.py", + "Lib/test/test_import/data/circular_imports/subpkg2/parent/child.py", "Lib/test/test_import/data/circular_imports/use.py", "Lib/test/test_import/data/circular_imports/util.py", "Lib/test/test_import/data/package", @@ -27209,6 +27311,7 @@ "Lib/test/test_importlib/data/__init__.py", "Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", "Lib/test/test_importlib/data/example-21.12-py3.6.egg", + "Lib/test/test_importlib/data/example2-1.0.0-py3-none-any.whl", "Lib/test/test_importlib/data01", "Lib/test/test_importlib/data01/__init__.py", "Lib/test/test_importlib/data01/binary.file", @@ -27299,6 +27402,9 @@ "Lib/test/test_importlib/partial", "Lib/test/test_importlib/partial/cfimport.py", "Lib/test/test_importlib/partial/pool_in_threads.py", + "Lib/test/test_importlib/resources", + "Lib/test/test_importlib/resources/__init__.py", + "Lib/test/test_importlib/resources/util.py", "Lib/test/test_importlib/source", "Lib/test/test_importlib/source/__init__.py", "Lib/test/test_importlib/source/__main__.py", @@ -27310,6 +27416,8 @@ "Lib/test/test_importlib/stubs.py", "Lib/test/test_importlib/test_abc.py", "Lib/test/test_importlib/test_api.py", + "Lib/test/test_importlib/test_compatibilty_files.py", + "Lib/test/test_importlib/test_contents.py", "Lib/test/test_importlib/test_files.py", "Lib/test/test_importlib/test_lazy.py", "Lib/test/test_importlib/test_locks.py", @@ -27372,6 +27480,7 @@ "Lib/test/test_keywordonlyarg.py", "Lib/test/test_kqueue.py", "Lib/test/test_largefile.py", + "Lib/test/test_launcher.py", "Lib/test/test_lib2to3.py", "Lib/test/test_linecache.py", "Lib/test/test_list.py", @@ -27426,6 +27535,7 @@ "Lib/test/test_peg_generator/test_first_sets.py", "Lib/test/test_peg_generator/test_grammar_validator.py", "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_pep646_syntax.py", "Lib/test/test_pickle.py", "Lib/test/test_picklebuffer.py", "Lib/test/test_pickletools.py", @@ -27492,8 +27602,20 @@ "Lib/test/test_sort.py", "Lib/test/test_source_encoding.py", "Lib/test/test_spwd.py", - "Lib/test/test_sqlite.py", + "Lib/test/test_sqlite3", + "Lib/test/test_sqlite3/__init__.py", + "Lib/test/test_sqlite3/__main__.py", + "Lib/test/test_sqlite3/test_backup.py", + "Lib/test/test_sqlite3/test_dbapi.py", + "Lib/test/test_sqlite3/test_dump.py", + "Lib/test/test_sqlite3/test_factory.py", + "Lib/test/test_sqlite3/test_hooks.py", + "Lib/test/test_sqlite3/test_regression.py", + "Lib/test/test_sqlite3/test_transactions.py", + "Lib/test/test_sqlite3/test_types.py", + "Lib/test/test_sqlite3/test_userfunctions.py", "Lib/test/test_ssl.py", + "Lib/test/test_stable_abi_ctypes.py", "Lib/test/test_startfile.py", "Lib/test/test_stat.py", "Lib/test/test_statistics.py", @@ -27504,6 +27626,7 @@ "Lib/test/test_strptime.py", "Lib/test/test_strtod.py", "Lib/test/test_struct.py", + "Lib/test/test_structmembers.py", "Lib/test/test_structseq.py", "Lib/test/test_subclassinit.py", "Lib/test/test_subprocess.py", @@ -27535,10 +27658,109 @@ "Lib/test/test_tix.py", "Lib/test/test_tk.py", "Lib/test/test_tokenize.py", + "Lib/test/test_tomllib", + "Lib/test/test_tomllib/__init__.py", + "Lib/test/test_tomllib/__main__.py", + "Lib/test/test_tomllib/burntsushi.py", + "Lib/test/test_tomllib/data", + "Lib/test/test_tomllib/data/invalid", + "Lib/test/test_tomllib/data/invalid/array-missing-comma.toml", + "Lib/test/test_tomllib/data/invalid/array-of-tables", + "Lib/test/test_tomllib/data/invalid/array-of-tables/overwrite-array-in-parent.toml", + "Lib/test/test_tomllib/data/invalid/array-of-tables/overwrite-bool-with-aot.toml", + "Lib/test/test_tomllib/data/invalid/array", + "Lib/test/test_tomllib/data/invalid/array/file-end-after-val.toml", + "Lib/test/test_tomllib/data/invalid/array/unclosed-after-item.toml", + "Lib/test/test_tomllib/data/invalid/array/unclosed-empty.toml", + "Lib/test/test_tomllib/data/invalid/basic-str-ends-in-escape.toml", + "Lib/test/test_tomllib/data/invalid/boolean", + "Lib/test/test_tomllib/data/invalid/boolean/invalid-false-casing.toml", + "Lib/test/test_tomllib/data/invalid/boolean/invalid-true-casing.toml", + "Lib/test/test_tomllib/data/invalid/dates-and-times", + "Lib/test/test_tomllib/data/invalid/dates-and-times/invalid-day.toml", + "Lib/test/test_tomllib/data/invalid/dotted-keys", + "Lib/test/test_tomllib/data/invalid/dotted-keys/access-non-table.toml", + "Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-aot.toml", + "Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table-with-subtable.toml", + "Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table.toml", + "Lib/test/test_tomllib/data/invalid/inline-table-missing-comma.toml", + "Lib/test/test_tomllib/data/invalid/inline-table", + "Lib/test/test_tomllib/data/invalid/inline-table/define-twice-in-subtable.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/define-twice.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/file-end-after-key-val.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/mutate.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/override-val-in-table.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/override-val-with-array.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/override-val-with-table.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/overwrite-implicitly.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/overwrite-value-in-inner-array.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/overwrite-value-in-inner-table.toml", + "Lib/test/test_tomllib/data/invalid/inline-table/unclosed-empty.toml", + "Lib/test/test_tomllib/data/invalid/invalid-comment-char.toml", + "Lib/test/test_tomllib/data/invalid/invalid-escaped-unicode.toml", + "Lib/test/test_tomllib/data/invalid/invalid-hex.toml", + "Lib/test/test_tomllib/data/invalid/keys-and-vals", + "Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early-table-def.toml", + "Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early.toml", + "Lib/test/test_tomllib/data/invalid/keys-and-vals/no-value.toml", + "Lib/test/test_tomllib/data/invalid/keys-and-vals/only-ws-after-dot.toml", + "Lib/test/test_tomllib/data/invalid/keys-and-vals/overwrite-with-deep-table.toml", + "Lib/test/test_tomllib/data/invalid/literal-str", + "Lib/test/test_tomllib/data/invalid/literal-str/unclosed.toml", + "Lib/test/test_tomllib/data/invalid/missing-closing-double-square-bracket.toml", + "Lib/test/test_tomllib/data/invalid/missing-closing-square-bracket.toml", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str/carriage-return.toml", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str/escape-only.toml", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str/file-ends-after-opening.toml", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str/last-line-escape.toml", + "Lib/test/test_tomllib/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml", + "Lib/test/test_tomllib/data/invalid/multiline-literal-str", + "Lib/test/test_tomllib/data/invalid/multiline-literal-str/file-ends-after-opening.toml", + "Lib/test/test_tomllib/data/invalid/multiline-literal-str/unclosed.toml", + "Lib/test/test_tomllib/data/invalid/non-scalar-escaped.toml", + "Lib/test/test_tomllib/data/invalid/table", + "Lib/test/test_tomllib/data/invalid/table/eof-after-opening.toml", + "Lib/test/test_tomllib/data/invalid/table/redefine-1.toml", + "Lib/test/test_tomllib/data/invalid/table/redefine-2.toml", + "Lib/test/test_tomllib/data/invalid/unclosed-multiline-string.toml", + "Lib/test/test_tomllib/data/invalid/unclosed-string.toml", + "Lib/test/test_tomllib/data/valid", + "Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.json", + "Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.toml", + "Lib/test/test_tomllib/data/valid/array", + "Lib/test/test_tomllib/data/valid/array/array-subtables.json", + "Lib/test/test_tomllib/data/valid/array/array-subtables.toml", + "Lib/test/test_tomllib/data/valid/array/open-parent-table.json", + "Lib/test/test_tomllib/data/valid/array/open-parent-table.toml", + "Lib/test/test_tomllib/data/valid/boolean.json", + "Lib/test/test_tomllib/data/valid/boolean.toml", + "Lib/test/test_tomllib/data/valid/dates-and-times", + "Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.json", + "Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.toml", + "Lib/test/test_tomllib/data/valid/dates-and-times/localtime.json", + "Lib/test/test_tomllib/data/valid/dates-and-times/localtime.toml", + "Lib/test/test_tomllib/data/valid/empty-inline-table.json", + "Lib/test/test_tomllib/data/valid/empty-inline-table.toml", + "Lib/test/test_tomllib/data/valid/five-quotes.json", + "Lib/test/test_tomllib/data/valid/five-quotes.toml", + "Lib/test/test_tomllib/data/valid/hex-char.json", + "Lib/test/test_tomllib/data/valid/hex-char.toml", + "Lib/test/test_tomllib/data/valid/multiline-basic-str", + "Lib/test/test_tomllib/data/valid/multiline-basic-str/ends-in-whitespace-escape.json", + "Lib/test/test_tomllib/data/valid/multiline-basic-str/ends-in-whitespace-escape.toml", + "Lib/test/test_tomllib/data/valid/no-newlines.json", + "Lib/test/test_tomllib/data/valid/no-newlines.toml", + "Lib/test/test_tomllib/data/valid/trailing-comma.json", + "Lib/test/test_tomllib/data/valid/trailing-comma.toml", + "Lib/test/test_tomllib/test_data.py", + "Lib/test/test_tomllib/test_error.py", + "Lib/test/test_tomllib/test_misc.py", "Lib/test/test_tools", "Lib/test/test_tools/__init__.py", "Lib/test/test_tools/__main__.py", "Lib/test/test_tools/test_fixcid.py", + "Lib/test/test_tools/test_freeze.py", "Lib/test/test_tools/test_gprof2html.py", "Lib/test/test_tools/test_i18n.py", "Lib/test/test_tools/test_lll.py", @@ -27556,6 +27778,7 @@ "Lib/test/test_tuple.py", "Lib/test/test_turtle.py", "Lib/test/test_type_annotations.py", + "Lib/test/test_type_cache.py", "Lib/test/test_type_comments.py", "Lib/test/test_typechecks.py", "Lib/test/test_types.py", @@ -27640,9 +27863,6 @@ "Lib/test/tracedmodules", "Lib/test/tracedmodules/__init__.py", "Lib/test/tracedmodules/testmod.py", - "Lib/test/typinganndata", - "Lib/test/typinganndata/__init__.py", - "Lib/test/typinganndata/ann_module9.py", "Lib/test/win_console_handler.py", "Lib/test/xmltestdata", "Lib/test/xmltestdata/c14n-20", @@ -27760,6 +27980,11 @@ "Lib/tkinter/ttk.py", "Lib/token.py", "Lib/tokenize.py", + "Lib/tomllib", + "Lib/tomllib/__init__.py", + "Lib/tomllib/_parser.py", + "Lib/tomllib/_re.py", + "Lib/tomllib/_types.py", "Lib/trace.py", "Lib/traceback.py", "Lib/tracemalloc.py", @@ -27867,6 +28092,7 @@ "Lib/wsgiref/handlers.py", "Lib/wsgiref/headers.py", "Lib/wsgiref/simple_server.py", + "Lib/wsgiref/types.py", "Lib/wsgiref/util.py", "Lib/wsgiref/validate.py", "Lib/xdrlib.py", @@ -27913,6 +28139,7 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -28004,7 +28231,6 @@ "Misc/ACKS", "Misc/HISTORY", "Misc/NEWS.d", - "Misc/NEWS.d/3.10.0.rst", "Misc/NEWS.d/3.10.0a1.rst", "Misc/NEWS.d/3.10.0a2.rst", "Misc/NEWS.d/3.10.0a3.rst", @@ -28013,23 +28239,21 @@ "Misc/NEWS.d/3.10.0a6.rst", "Misc/NEWS.d/3.10.0a7.rst", "Misc/NEWS.d/3.10.0b1.rst", - "Misc/NEWS.d/3.10.0b2.rst", - "Misc/NEWS.d/3.10.0b3.rst", - "Misc/NEWS.d/3.10.0b4.rst", - "Misc/NEWS.d/3.10.0rc1.rst", - "Misc/NEWS.d/3.10.0rc2.rst", - "Misc/NEWS.d/3.10.1.rst", - "Misc/NEWS.d/3.10.10.rst", - "Misc/NEWS.d/3.10.11.rst", - "Misc/NEWS.d/3.10.12.rst", - "Misc/NEWS.d/3.10.2.rst", - "Misc/NEWS.d/3.10.3.rst", - "Misc/NEWS.d/3.10.4.rst", - "Misc/NEWS.d/3.10.5.rst", - "Misc/NEWS.d/3.10.6.rst", - "Misc/NEWS.d/3.10.7.rst", - "Misc/NEWS.d/3.10.8.rst", - "Misc/NEWS.d/3.10.9.rst", + "Misc/NEWS.d/3.11.0.rst", + "Misc/NEWS.d/3.11.0a1.rst", + "Misc/NEWS.d/3.11.0a2.rst", + "Misc/NEWS.d/3.11.0a3.rst", + "Misc/NEWS.d/3.11.0a4.rst", + "Misc/NEWS.d/3.11.0a5.rst", + "Misc/NEWS.d/3.11.0a6.rst", + "Misc/NEWS.d/3.11.0a7.rst", + "Misc/NEWS.d/3.11.0b1.rst", + "Misc/NEWS.d/3.11.0b2.rst", + "Misc/NEWS.d/3.11.0b3.rst", + "Misc/NEWS.d/3.11.0b4.rst", + "Misc/NEWS.d/3.11.0b5.rst", + "Misc/NEWS.d/3.11.0rc1.rst", + "Misc/NEWS.d/3.11.0rc2.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -28135,19 +28359,23 @@ "Misc/python-config.in", "Misc/python-config.sh.in", "Misc/python-embed.pc.in", - "Misc/python-wing3.wpr", - "Misc/python-wing4.wpr", - "Misc/python-wing5.wpr", "Misc/python.man", "Misc/python.pc.in", "Misc/requirements-test.txt", - "Misc/stable_abi.txt", + "Misc/rhel7", + "Misc/rhel7/README.md", + "Misc/rhel7/openssl.pc", + "Misc/rhel7/tcl.pc", + "Misc/rhel7/tk.pc", + "Misc/stable_abi.toml", "Misc/svnmap.txt", "Misc/valgrind-python.supp", "Misc/vgrindefs", "Modules", "Modules/README", "Modules/Setup", + "Modules/Setup.bootstrap.in", + "Modules/Setup.stdlib.in", "Modules/_abc.c", "Modules/_asynciomodule.c", "Modules/_bisectmodule.c", @@ -28155,34 +28383,26 @@ "Modules/_blake2/blake2b2s.py", "Modules/_blake2/blake2b_impl.c", "Modules/_blake2/blake2module.c", - "Modules/_blake2/blake2ns.h", + "Modules/_blake2/blake2module.h", "Modules/_blake2/blake2s_impl.c", "Modules/_blake2/clinic", "Modules/_blake2/clinic/blake2b_impl.c.h", "Modules/_blake2/clinic/blake2s_impl.c.h", "Modules/_blake2/impl", "Modules/_blake2/impl/blake2-config.h", - "Modules/_blake2/impl/blake2-dispatch.c", "Modules/_blake2/impl/blake2-impl.h", - "Modules/_blake2/impl/blake2-kat.h", "Modules/_blake2/impl/blake2.h", "Modules/_blake2/impl/blake2b-load-sse2.h", "Modules/_blake2/impl/blake2b-load-sse41.h", "Modules/_blake2/impl/blake2b-ref.c", "Modules/_blake2/impl/blake2b-round.h", - "Modules/_blake2/impl/blake2b-test.c", "Modules/_blake2/impl/blake2b.c", - "Modules/_blake2/impl/blake2bp-test.c", - "Modules/_blake2/impl/blake2bp.c", "Modules/_blake2/impl/blake2s-load-sse2.h", "Modules/_blake2/impl/blake2s-load-sse41.h", "Modules/_blake2/impl/blake2s-load-xop.h", "Modules/_blake2/impl/blake2s-ref.c", "Modules/_blake2/impl/blake2s-round.h", - "Modules/_blake2/impl/blake2s-test.c", "Modules/_blake2/impl/blake2s.c", - "Modules/_blake2/impl/blake2sp-test.c", - "Modules/_blake2/impl/blake2sp.c", "Modules/_bz2module.c", "Modules/_codecsmodule.c", "Modules/_collectionsmodule.c", @@ -28331,7 +28551,6 @@ "Modules/_localemodule.c", "Modules/_lsprof.c", "Modules/_lzmamodule.c", - "Modules/_math.c", "Modules/_math.h", "Modules/_multiprocessing", "Modules/_multiprocessing/clinic", @@ -28350,32 +28569,18 @@ "Modules/_randommodule.c", "Modules/_scproxy.c", "Modules/_sha3", + "Modules/_sha3/LICENSE", "Modules/_sha3/README.txt", - "Modules/_sha3/cleanup.py", "Modules/_sha3/clinic", "Modules/_sha3/clinic/sha3module.c.h", - "Modules/_sha3/kcp", - "Modules/_sha3/kcp/KeccakHash.c", - "Modules/_sha3/kcp/KeccakHash.h", - "Modules/_sha3/kcp/KeccakP-1600-64.macros", - "Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h", - "Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h", - "Modules/_sha3/kcp/KeccakP-1600-SnP.h", - "Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c", - "Modules/_sha3/kcp/KeccakP-1600-opt64-config.h", - "Modules/_sha3/kcp/KeccakP-1600-opt64.c", - "Modules/_sha3/kcp/KeccakP-1600-unrolling.macros", - "Modules/_sha3/kcp/KeccakSponge.c", - "Modules/_sha3/kcp/KeccakSponge.h", - "Modules/_sha3/kcp/KeccakSponge.inc", - "Modules/_sha3/kcp/PlSnP-Fallback.inc", - "Modules/_sha3/kcp/SnP-Relaned.h", - "Modules/_sha3/kcp/align.h", + "Modules/_sha3/sha3.c", + "Modules/_sha3/sha3.h", "Modules/_sha3/sha3module.c", "Modules/_sqlite", - "Modules/_sqlite/cache.c", - "Modules/_sqlite/cache.h", + "Modules/_sqlite/blob.c", + "Modules/_sqlite/blob.h", "Modules/_sqlite/clinic", + "Modules/_sqlite/clinic/blob.c.h", "Modules/_sqlite/clinic/connection.c.h", "Modules/_sqlite/clinic/cursor.c.h", "Modules/_sqlite/clinic/module.c.h", @@ -28396,7 +28601,14 @@ "Modules/_sqlite/statement.h", "Modules/_sqlite/util.c", "Modules/_sqlite/util.h", - "Modules/_sre.c", + "Modules/_sre", + "Modules/_sre/clinic", + "Modules/_sre/clinic/sre.c.h", + "Modules/_sre/sre.c", + "Modules/_sre/sre.h", + "Modules/_sre/sre_constants.h", + "Modules/_sre/sre_lib.h", + "Modules/_sre/sre_targets.h", "Modules/_ssl.c", "Modules/_ssl.h", "Modules/_ssl", @@ -28412,14 +28624,15 @@ "Modules/_statisticsmodule.c", "Modules/_struct.c", "Modules/_testbuffer.c", + "Modules/_testcapi_feature_macros.inc", "Modules/_testcapimodule.c", - "Modules/_testclinic.c", "Modules/_testimportmultiple.c", "Modules/_testinternalcapi.c", "Modules/_testmultiphase.c", "Modules/_threadmodule.c", "Modules/_tkinter.c", "Modules/_tracemalloc.c", + "Modules/_typingmodule.c", "Modules/_uuidmodule.c", "Modules/_weakref.c", "Modules/_winapi.c", @@ -28486,6 +28699,7 @@ "Modules/clinic/_collectionsmodule.c.h", "Modules/clinic/_contextvarsmodule.c.h", "Modules/clinic/_cryptmodule.c.h", + "Modules/clinic/_csv.c.h", "Modules/clinic/_curses_panel.c.h", "Modules/clinic/_cursesmodule.c.h", "Modules/clinic/_datetimemodule.c.h", @@ -28502,14 +28716,13 @@ "Modules/clinic/_pickle.c.h", "Modules/clinic/_queuemodule.c.h", "Modules/clinic/_randommodule.c.h", - "Modules/clinic/_sre.c.h", "Modules/clinic/_ssl.c.h", "Modules/clinic/_statisticsmodule.c.h", "Modules/clinic/_struct.c.h", - "Modules/clinic/_testclinic.c.h", "Modules/clinic/_testmultiphase.c.h", "Modules/clinic/_tkinter.c.h", "Modules/clinic/_tracemalloc.c.h", + "Modules/clinic/_typingmodule.c.h", "Modules/clinic/_weakref.c.h", "Modules/clinic/_winapi.c.h", "Modules/clinic/arraymodule.c.h", @@ -28533,6 +28746,7 @@ "Modules/clinic/sha256module.c.h", "Modules/clinic/sha512module.c.h", "Modules/clinic/signalmodule.c.h", + "Modules/clinic/socketmodule.c.h", "Modules/clinic/spwdmodule.c.h", "Modules/clinic/symtablemodule.c.h", "Modules/clinic/termios.c.h", @@ -28572,6 +28786,8 @@ "Modules/getbuildinfo.c", "Modules/getnameinfo.c", "Modules/getpath.c", + "Modules/getpath.py", + "Modules/getpath_noop.c", "Modules/grpmodule.c", "Modules/hashlib.h", "Modules/itertoolsmodule.c", @@ -28601,9 +28817,6 @@ "Modules/socketmodule.c", "Modules/socketmodule.h", "Modules/spwdmodule.c", - "Modules/sre.h", - "Modules/sre_constants.h", - "Modules/sre_lib.h", "Modules/symtablemodule.c", "Modules/syslogmodule.c", "Modules/termios.c", @@ -28635,6 +28848,7 @@ "Objects/clinic", "Objects/clinic/bytearrayobject.c.h", "Objects/clinic/bytesobject.c.h", + "Objects/clinic/classobject.c.h", "Objects/clinic/codeobject.c.h", "Objects/clinic/complexobject.c.h", "Objects/clinic/descrobject.c.h", @@ -28654,13 +28868,14 @@ "Objects/codeobject.c", "Objects/complexobject.c", "Objects/descrobject.c", - "Objects/dict-common.h", "Objects/dictnotes.txt", "Objects/dictobject.c", "Objects/enumobject.c", + "Objects/exception_handling_notes.txt", "Objects/exceptions.c", "Objects/fileobject.c", "Objects/floatobject.c", + "Objects/frame_layout.md", "Objects/frameobject.c", "Objects/funcobject.c", "Objects/genericaliasobject.c", @@ -28670,6 +28885,7 @@ "Objects/listobject.c", "Objects/listsort.txt", "Objects/lnotab_notes.txt", + "Objects/locations.md", "Objects/longobject.c", "Objects/memoryobject.c", "Objects/methodobject.c", @@ -28732,13 +28948,12 @@ "PC/clinic/winreg.c.h", "PC/clinic/winsound.c.h", "PC/config.c", + "PC/config_minimal.c", "PC/crtlicense.txt", "PC/dl_nt.c", "PC/empty.c", "PC/errmap.h", - "PC/errmap.mak", "PC/frozen_dllmain.c", - "PC/getpathp.c", "PC/icons", "PC/icons/idlex150.png", "PC/icons/idlex44.png", @@ -28772,7 +28987,9 @@ "PC/icons/setup.ico", "PC/icons/setup.svg", "PC/invalid_parameter_handler.c", + "PC/launcher-usage.txt", "PC/launcher.c", + "PC/launcher2.c", "PC/layout", "PC/layout/__init__.py", "PC/layout/__main__.py", @@ -28824,8 +29041,8 @@ "PCbuild/_decimal.vcxproj.filters", "PCbuild/_elementtree.vcxproj", "PCbuild/_elementtree.vcxproj.filters", - "PCbuild/_freeze_importlib.vcxproj", - "PCbuild/_freeze_importlib.vcxproj.filters", + "PCbuild/_freeze_module.vcxproj", + "PCbuild/_freeze_module.vcxproj.filters", "PCbuild/_hashlib.vcxproj", "PCbuild/_hashlib.vcxproj.filters", "PCbuild/_lzma.vcxproj", @@ -28938,6 +29155,7 @@ "PCbuild/xxlimited_35.vcxproj.filters", "Parser", "Parser/Python.asdl", + "Parser/action_helpers.c", "Parser/asdl.py", "Parser/asdl_c.py", "Parser/myreadline.c", @@ -28945,6 +29163,7 @@ "Parser/peg_api.c", "Parser/pegen.c", "Parser/pegen.h", + "Parser/pegen_errors.c", "Parser/string_parser.c", "Parser/string_parser.h", "Parser/token.c", @@ -28952,13 +29171,20 @@ "Parser/tokenizer.h", "Programs", "Programs/README", - "Programs/_freeze_importlib.c", + "Programs/_bootstrap_python.c", + "Programs/_freeze_module.c", + "Programs/_freeze_module.py", "Programs/_testembed.c", + "Programs/freeze_test_frozenmain.py", "Programs/python.c", + "Programs/test_frozenmain.h", + "Programs/test_frozenmain.py", "Python", "Python/Python-ast.c", + "Python/Python-tokenize.c", "Python/README", "Python/_warnings.c", + "Python/adaptive.md", "Python/asdl.c", "Python/ast.c", "Python/ast_opt.c", @@ -28968,6 +29194,7 @@ "Python/ceval.c", "Python/ceval_gil.h", "Python/clinic", + "Python/clinic/Python-tokenize.c.h", "Python/clinic/_warnings.c.h", "Python/clinic/bltinmodule.c.h", "Python/clinic/context.c.h", @@ -28979,6 +29206,8 @@ "Python/compile.c", "Python/condvar.h", "Python/context.c", + "Python/deepfreeze", + "Python/deepfreeze/README.txt", "Python/dtoa.c", "Python/dup2.c", "Python/dynamic_annotations.c", @@ -28986,11 +29215,14 @@ "Python/dynload_shlib.c", "Python/dynload_stub.c", "Python/dynload_win.c", + "Python/emscripten_signal.c", "Python/errors.c", "Python/fileutils.c", "Python/formatter_unicode.c", + "Python/frame.c", "Python/frozen.c", - "Python/frozen_hello.h", + "Python/frozen_modules", + "Python/frozen_modules/README.txt", "Python/frozenmain.c", "Python/future.c", "Python/getargs.c", @@ -29004,9 +29236,6 @@ "Python/import.c", "Python/importdl.c", "Python/importdl.h", - "Python/importlib.h", - "Python/importlib_external.h", - "Python/importlib_zipimport.h", "Python/initconfig.c", "Python/makeopcodetargets.py", "Python/marshal.c", @@ -29028,6 +29257,7 @@ "Python/pystrtod.c", "Python/pythonrun.c", "Python/pytime.c", + "Python/specialize.c", "Python/stdlib_module_names.h", "Python/structmember.c", "Python/suggestions.c", @@ -29036,8 +29266,8 @@ "Python/thread.c", "Python/thread_nt.h", "Python/thread_pthread.h", + "Python/thread_pthread_stubs.h", "Python/traceback.c", - "Python/wordcode_helpers.h", "README.rst", "Tools", "Tools/README", @@ -29104,9 +29334,11 @@ "Tools/c-analyzer/cpython/_capi.py", "Tools/c-analyzer/cpython/_files.py", "Tools/c-analyzer/cpython/_parser.py", + "Tools/c-analyzer/cpython/globals-to-fix.tsv", "Tools/c-analyzer/cpython/ignored.tsv", "Tools/c-analyzer/cpython/known.tsv", "Tools/c-analyzer/must-resolve.sh", + "Tools/c-analyzer/table-file.py", "Tools/ccbench", "Tools/ccbench/ccbench.py", "Tools/clinic", @@ -29143,6 +29375,7 @@ "Tools/freeze/regen_frozen.py", "Tools/freeze/test", "Tools/freeze/test/Makefile", + "Tools/freeze/test/freeze.py", "Tools/freeze/test/ok.py", "Tools/freeze/win32.html", "Tools/freeze/winmakemakefile.py", @@ -29159,9 +29392,14 @@ "Tools/iobench/iobench.py", "Tools/msi", "Tools/msi/README.txt", + "Tools/msi/appendpath", + "Tools/msi/appendpath/appendpath.wixproj", + "Tools/msi/appendpath/appendpath.wxs", + "Tools/msi/appendpath/appendpath_en-US.wxl", "Tools/msi/build.bat", "Tools/msi/buildrelease.bat", "Tools/msi/bundle", + "Tools/msi/bundle/Default.ARM64.xsl", "Tools/msi/bundle/Default.thm", "Tools/msi/bundle/Default.wxl", "Tools/msi/bundle/SideBar.png", @@ -29219,8 +29457,6 @@ "Tools/msi/doc/doc.wixproj", "Tools/msi/doc/doc.wxs", "Tools/msi/doc/doc_en-US.wxl_template", - "Tools/msi/doc/doc_files.wxs", - "Tools/msi/doc/doc_no_files.wxs", "Tools/msi/exe", "Tools/msi/exe/exe.wixproj", "Tools/msi/exe/exe.wxs", @@ -29348,29 +29584,6 @@ "Tools/peg_generator/scripts/joinstats.py", "Tools/peg_generator/scripts/test_parse_directory.py", "Tools/peg_generator/scripts/test_pypi_packages.py", - "Tools/pynche", - "Tools/pynche/ChipViewer.py", - "Tools/pynche/ColorDB.py", - "Tools/pynche/DetailsViewer.py", - "Tools/pynche/ListViewer.py", - "Tools/pynche/Main.py", - "Tools/pynche/PyncheWidget.py", - "Tools/pynche/README", - "Tools/pynche/StripViewer.py", - "Tools/pynche/Switchboard.py", - "Tools/pynche/TextViewer.py", - "Tools/pynche/TypeinViewer.py", - "Tools/pynche/X", - "Tools/pynche/X/rgb.txt", - "Tools/pynche/X/xlicense.txt", - "Tools/pynche/__init__.py", - "Tools/pynche/html40colors.txt", - "Tools/pynche/namedcolors.txt", - "Tools/pynche/pyColorChooser.py", - "Tools/pynche/pynche", - "Tools/pynche/pynche.pyw", - "Tools/pynche/webcolors.txt", - "Tools/pynche/websafe.txt", "Tools/scripts", "Tools/scripts/2to3", "Tools/scripts/README", @@ -29384,6 +29597,7 @@ "Tools/scripts/copytime.py", "Tools/scripts/crlf.py", "Tools/scripts/db2pickle.py", + "Tools/scripts/deepfreeze.py", "Tools/scripts/diff.py", "Tools/scripts/dutree.doc", "Tools/scripts/dutree.py", @@ -29398,7 +29612,11 @@ "Tools/scripts/fixheader.py", "Tools/scripts/fixnotice.py", "Tools/scripts/fixps.py", + "Tools/scripts/freeze_modules.py", + "Tools/scripts/generate_global_objects.py", "Tools/scripts/generate_opcode_h.py", + "Tools/scripts/generate_re_casefix.py", + "Tools/scripts/generate_sre_constants.py", "Tools/scripts/generate_stdlib_module_names.py", "Tools/scripts/generate_token.py", "Tools/scripts/get-remote-certificate.py", @@ -29433,11 +29651,13 @@ "Tools/scripts/reindent.py", "Tools/scripts/rgrep.py", "Tools/scripts/run_tests.py", - "Tools/scripts/serve.py", "Tools/scripts/smelly.py", "Tools/scripts/stable_abi.py", + "Tools/scripts/startuptime.py", "Tools/scripts/suff.py", + "Tools/scripts/summarize_stats.py", "Tools/scripts/texi2html.py", + "Tools/scripts/umarshal.py", "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", @@ -29450,16 +29670,6 @@ "Tools/stringbench", "Tools/stringbench/README", "Tools/stringbench/stringbench.py", - "Tools/test2to3", - "Tools/test2to3/README", - "Tools/test2to3/maintest.py", - "Tools/test2to3/setup.py", - "Tools/test2to3/test", - "Tools/test2to3/test/runtests.py", - "Tools/test2to3/test/test_foo.py", - "Tools/test2to3/test2to3", - "Tools/test2to3/test2to3/__init__.py", - "Tools/test2to3/test2to3/hello.py", "Tools/tz", "Tools/tz/zdump.py", "Tools/unicode", @@ -29490,17 +29700,27 @@ "Tools/unittestgui", "Tools/unittestgui/README.txt", "Tools/unittestgui/unittestgui.py", + "Tools/wasm", + "Tools/wasm/.editorconfig", + "Tools/wasm/README.md", + "Tools/wasm/Setup.local.example", + "Tools/wasm/config.site-wasm32-emscripten", + "Tools/wasm/config.site-wasm32-wasi", + "Tools/wasm/python.html", + "Tools/wasm/python.worker.js", + "Tools/wasm/wasi-env", + "Tools/wasm/wasm_assets.py", + "Tools/wasm/wasm_webserver.py", "aclocal.m4", "config.guess", "config.sub", "configure", "configure.ac", "install-sh", - "netlify.toml", "pyconfig.h.in", "setup.py" ], - "v3.10.11": [ + "v3.10.13": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -31695,6 +31915,7 @@ "Lib/test/test_capi", "Lib/test/test_capi/__init__.py", "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_codecs.py", "Lib/test/test_capi/test_getargs.py", "Lib/test/test_capi/test_misc.py", "Lib/test/test_capi/test_structmembers.py", @@ -32767,6 +32988,8 @@ "Misc/NEWS.d/3.10.1.rst", "Misc/NEWS.d/3.10.10.rst", "Misc/NEWS.d/3.10.11.rst", + "Misc/NEWS.d/3.10.12.rst", + "Misc/NEWS.d/3.10.13.rst", "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", @@ -34245,7 +34468,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.10": [ + "v3.10.12": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -35483,7 +35706,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -37511,6 +37734,8 @@ "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.10.1.rst", "Misc/NEWS.d/3.10.10.rst", + "Misc/NEWS.d/3.10.11.rst", + "Misc/NEWS.d/3.10.12.rst", "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", @@ -38989,7 +39214,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.9": [ + "v3.10.11": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -40227,7 +40452,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -42148,7 +42373,6 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", - "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -42255,6 +42479,8 @@ "Misc/NEWS.d/3.10.0rc1.rst", "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.10.1.rst", + "Misc/NEWS.d/3.10.10.rst", + "Misc/NEWS.d/3.10.11.rst", "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", @@ -42646,6 +42872,7 @@ "Modules/_struct.c", "Modules/_testbuffer.c", "Modules/_testcapimodule.c", + "Modules/_testclinic.c", "Modules/_testimportmultiple.c", "Modules/_testinternalcapi.c", "Modules/_testmultiphase.c", @@ -42738,6 +42965,7 @@ "Modules/clinic/_ssl.c.h", "Modules/clinic/_statisticsmodule.c.h", "Modules/clinic/_struct.c.h", + "Modules/clinic/_testclinic.c.h", "Modules/clinic/_testmultiphase.c.h", "Modules/clinic/_tkinter.c.h", "Modules/clinic/_tracemalloc.c.h", @@ -43731,7 +43959,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.8": [ + "v3.10.10": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -44969,8 +45197,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -45923,7 +46151,13 @@ "Lib/test/test_c_locale_coercion.py", "Lib/test/test_calendar.py", "Lib/test/test_call.py", - "Lib/test/test_capi.py", + "Lib/test/test_capi", + "Lib/test/test_capi/__init__.py", + "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_getargs.py", + "Lib/test/test_capi/test_misc.py", + "Lib/test/test_capi/test_structmembers.py", + "Lib/test/test_capi/test_unicode.py", "Lib/test/test_cgi.py", "Lib/test/test_cgitb.py", "Lib/test/test_charmapcodec.py", @@ -46114,7 +46348,6 @@ "Lib/test/test_genericclass.py", "Lib/test/test_genericpath.py", "Lib/test/test_genexps.py", - "Lib/test/test_getargs2.py", "Lib/test/test_getopt.py", "Lib/test/test_getpass.py", "Lib/test/test_gettext.py", @@ -46476,7 +46709,6 @@ "Lib/test/test_strptime.py", "Lib/test/test_strtod.py", "Lib/test/test_struct.py", - "Lib/test/test_structmembers.py", "Lib/test/test_structseq.py", "Lib/test/test_subclassinit.py", "Lib/test/test_subprocess.py", @@ -46886,7 +47118,6 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", - "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -46993,6 +47224,7 @@ "Misc/NEWS.d/3.10.0rc1.rst", "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.10.1.rst", + "Misc/NEWS.d/3.10.10.rst", "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", @@ -47000,6 +47232,7 @@ "Misc/NEWS.d/3.10.6.rst", "Misc/NEWS.d/3.10.7.rst", "Misc/NEWS.d/3.10.8.rst", + "Misc/NEWS.d/3.10.9.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -47383,6 +47616,7 @@ "Modules/_struct.c", "Modules/_testbuffer.c", "Modules/_testcapimodule.c", + "Modules/_testclinic.c", "Modules/_testimportmultiple.c", "Modules/_testinternalcapi.c", "Modules/_testmultiphase.c", @@ -47475,6 +47709,7 @@ "Modules/clinic/_ssl.c.h", "Modules/clinic/_statisticsmodule.c.h", "Modules/clinic/_struct.c.h", + "Modules/clinic/_testclinic.c.h", "Modules/clinic/_testmultiphase.c.h", "Modules/clinic/_tkinter.c.h", "Modules/clinic/_tracemalloc.c.h", @@ -48468,7 +48703,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.7": [ + "v3.10.9": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -49706,8 +49941,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -50660,7 +50895,13 @@ "Lib/test/test_c_locale_coercion.py", "Lib/test/test_calendar.py", "Lib/test/test_call.py", - "Lib/test/test_capi.py", + "Lib/test/test_capi", + "Lib/test/test_capi/__init__.py", + "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/test_getargs.py", + "Lib/test/test_capi/test_misc.py", + "Lib/test/test_capi/test_structmembers.py", + "Lib/test/test_capi/test_unicode.py", "Lib/test/test_cgi.py", "Lib/test/test_cgitb.py", "Lib/test/test_charmapcodec.py", @@ -50851,7 +51092,6 @@ "Lib/test/test_genericclass.py", "Lib/test/test_genericpath.py", "Lib/test/test_genexps.py", - "Lib/test/test_getargs2.py", "Lib/test/test_getopt.py", "Lib/test/test_getpass.py", "Lib/test/test_gettext.py", @@ -51213,7 +51453,6 @@ "Lib/test/test_strptime.py", "Lib/test/test_strtod.py", "Lib/test/test_struct.py", - "Lib/test/test_structmembers.py", "Lib/test/test_structseq.py", "Lib/test/test_subclassinit.py", "Lib/test/test_subprocess.py", @@ -51350,6 +51589,9 @@ "Lib/test/tracedmodules", "Lib/test/tracedmodules/__init__.py", "Lib/test/tracedmodules/testmod.py", + "Lib/test/typinganndata", + "Lib/test/typinganndata/__init__.py", + "Lib/test/typinganndata/ann_module9.py", "Lib/test/win_console_handler.py", "Lib/test/xmltestdata", "Lib/test/xmltestdata/c14n-20", @@ -51620,6 +51862,7 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -51732,6 +51975,8 @@ "Misc/NEWS.d/3.10.5.rst", "Misc/NEWS.d/3.10.6.rst", "Misc/NEWS.d/3.10.7.rst", + "Misc/NEWS.d/3.10.8.rst", + "Misc/NEWS.d/3.10.9.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -53200,7 +53445,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.6": [ + "v3.10.8": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -53351,6 +53596,7 @@ "Doc/distutils/setupscript.rst", "Doc/distutils/sourcedist.rst", "Doc/distutils/uploading.rst", + "Doc/docutils.conf", "Doc/extending", "Doc/extending/building.rst", "Doc/extending/embedding.rst", @@ -53411,21 +53657,7 @@ "Doc/includes/run-func.c", "Doc/includes/setup.py", "Doc/includes/sqlite3", - "Doc/includes/sqlite3/adapter_point_1.py", - "Doc/includes/sqlite3/adapter_point_2.py", - "Doc/includes/sqlite3/collation_reverse.py", - "Doc/includes/sqlite3/complete_statement.py", - "Doc/includes/sqlite3/converter_point.py", - "Doc/includes/sqlite3/ctx_manager.py", - "Doc/includes/sqlite3/execute_1.py", - "Doc/includes/sqlite3/load_extension.py", - "Doc/includes/sqlite3/md5func.py", - "Doc/includes/sqlite3/mysumaggr.py", "Doc/includes/sqlite3/pysqlite_datetime.py", - "Doc/includes/sqlite3/row_factory.py", - "Doc/includes/sqlite3/rowclass.py", - "Doc/includes/sqlite3/shortcut_methods.py", - "Doc/includes/sqlite3/text_factory.py", "Doc/includes/sublist.c", "Doc/includes/test.py", "Doc/includes/turtle-star.py", @@ -54451,7 +54683,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.2.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -56095,6 +56327,9 @@ "Lib/test/tracedmodules", "Lib/test/tracedmodules/__init__.py", "Lib/test/tracedmodules/testmod.py", + "Lib/test/typinganndata", + "Lib/test/typinganndata/__init__.py", + "Lib/test/typinganndata/ann_module9.py", "Lib/test/win_console_handler.py", "Lib/test/xmltestdata", "Lib/test/xmltestdata/c14n-20", @@ -56365,6 +56600,7 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/openssl1.1.1q-pr-18719.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -56476,6 +56712,8 @@ "Misc/NEWS.d/3.10.4.rst", "Misc/NEWS.d/3.10.5.rst", "Misc/NEWS.d/3.10.6.rst", + "Misc/NEWS.d/3.10.7.rst", + "Misc/NEWS.d/3.10.8.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -57944,7 +58182,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.5": [ + "v3.10.7": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -57997,7 +58235,9 @@ ".github/workflows/build_msi.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", + ".github/workflows/regen-abidump.sh", ".github/workflows/stale.yml", + ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -58093,6 +58333,7 @@ "Doc/distutils/setupscript.rst", "Doc/distutils/sourcedist.rst", "Doc/distutils/uploading.rst", + "Doc/docutils.conf", "Doc/extending", "Doc/extending/building.rst", "Doc/extending/embedding.rst", @@ -58153,25 +58394,7 @@ "Doc/includes/run-func.c", "Doc/includes/setup.py", "Doc/includes/sqlite3", - "Doc/includes/sqlite3/adapter_datetime.py", - "Doc/includes/sqlite3/adapter_point_1.py", - "Doc/includes/sqlite3/adapter_point_2.py", - "Doc/includes/sqlite3/collation_reverse.py", - "Doc/includes/sqlite3/complete_statement.py", - "Doc/includes/sqlite3/converter_point.py", - "Doc/includes/sqlite3/ctx_manager.py", - "Doc/includes/sqlite3/execute_1.py", - "Doc/includes/sqlite3/executemany_1.py", - "Doc/includes/sqlite3/executemany_2.py", - "Doc/includes/sqlite3/executescript.py", - "Doc/includes/sqlite3/load_extension.py", - "Doc/includes/sqlite3/md5func.py", - "Doc/includes/sqlite3/mysumaggr.py", "Doc/includes/sqlite3/pysqlite_datetime.py", - "Doc/includes/sqlite3/row_factory.py", - "Doc/includes/sqlite3/rowclass.py", - "Doc/includes/sqlite3/shortcut_methods.py", - "Doc/includes/sqlite3/text_factory.py", "Doc/includes/sublist.c", "Doc/includes/test.py", "Doc/includes/turtle-star.py", @@ -59197,8 +59420,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -61221,6 +61444,8 @@ "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", "Misc/NEWS.d/3.10.5.rst", + "Misc/NEWS.d/3.10.6.rst", + "Misc/NEWS.d/3.10.7.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -62630,6 +62855,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -62688,7 +62914,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.4": [ + "v3.10.6": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -62741,7 +62967,9 @@ ".github/workflows/build_msi.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", + ".github/workflows/regen-abidump.sh", ".github/workflows/stale.yml", + ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -62897,7 +63125,6 @@ "Doc/includes/run-func.c", "Doc/includes/setup.py", "Doc/includes/sqlite3", - "Doc/includes/sqlite3/adapter_datetime.py", "Doc/includes/sqlite3/adapter_point_1.py", "Doc/includes/sqlite3/adapter_point_2.py", "Doc/includes/sqlite3/collation_reverse.py", @@ -62905,9 +63132,6 @@ "Doc/includes/sqlite3/converter_point.py", "Doc/includes/sqlite3/ctx_manager.py", "Doc/includes/sqlite3/execute_1.py", - "Doc/includes/sqlite3/executemany_1.py", - "Doc/includes/sqlite3/executemany_2.py", - "Doc/includes/sqlite3/executescript.py", "Doc/includes/sqlite3/load_extension.py", "Doc/includes/sqlite3/md5func.py", "Doc/includes/sqlite3/mysumaggr.py", @@ -63209,7 +63433,6 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", - "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -63942,8 +64165,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.2.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -64664,6 +64887,7 @@ "Lib/test/decimaltestdata/xor.decTest", "Lib/test/dis_module.py", "Lib/test/doctest_aliases.py", + "Lib/test/doctest_lineno.py", "Lib/test/double_const.py", "Lib/test/dtracedata", "Lib/test/dtracedata/assert_usable.d", @@ -65964,6 +66188,8 @@ "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.10.4.rst", + "Misc/NEWS.d/3.10.5.rst", + "Misc/NEWS.d/3.10.6.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -67373,6 +67599,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -67431,7 +67658,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.3": [ + "v3.10.5": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -67952,7 +68179,6 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", - "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -69407,6 +69633,7 @@ "Lib/test/decimaltestdata/xor.decTest", "Lib/test/dis_module.py", "Lib/test/doctest_aliases.py", + "Lib/test/doctest_lineno.py", "Lib/test/double_const.py", "Lib/test/dtracedata", "Lib/test/dtracedata/assert_usable.d", @@ -69588,7 +69815,6 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", - "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -69612,6 +69838,7 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -70706,6 +70933,8 @@ "Misc/NEWS.d/3.10.1.rst", "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.10.3.rst", + "Misc/NEWS.d/3.10.4.rst", + "Misc/NEWS.d/3.10.5.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -72173,7 +72402,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.2": [ + "v3.10.4": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -73427,7 +73656,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -73520,6 +73749,8 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/example_noext", + "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -73578,6 +73809,7 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", @@ -73611,6 +73843,7 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", + "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -73898,6 +74131,7 @@ "Lib/test/ann_module4.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", + "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -74325,7 +74559,6 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", - "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -74349,6 +74582,7 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -75442,6 +75676,8 @@ "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.10.1.rst", "Misc/NEWS.d/3.10.2.rst", + "Misc/NEWS.d/3.10.3.rst", + "Misc/NEWS.d/3.10.4.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -76355,7 +76591,6 @@ "Parser/peg_api.c", "Parser/pegen.c", "Parser/pegen.h", - "Parser/pegen_errors.c", "Parser/string_parser.c", "Parser/string_parser.h", "Parser/token.c", @@ -76910,7 +77145,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.1": [ + "v3.10.3": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -78164,7 +78399,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -78257,6 +78492,8 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/example_noext", + "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -78315,6 +78552,7 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", @@ -78348,6 +78586,7 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", + "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -78635,6 +78874,7 @@ "Lib/test/ann_module4.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", + "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -80070,7 +80310,6 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", - "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -80179,6 +80418,8 @@ "Misc/NEWS.d/3.10.0rc1.rst", "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.10.1.rst", + "Misc/NEWS.d/3.10.2.rst", + "Misc/NEWS.d/3.10.3.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -81092,7 +81333,6 @@ "Parser/peg_api.c", "Parser/pegen.c", "Parser/pegen.h", - "Parser/pegen_errors.c", "Parser/string_parser.c", "Parser/string_parser.h", "Parser/token.c", @@ -81647,7 +81887,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.10.0": [ + "v3.10.2": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -82901,8 +83141,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -83370,6 +83610,8 @@ "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", "Lib/test/ann_module4.py", + "Lib/test/ann_module5.py", + "Lib/test/ann_module6.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -84630,7 +84872,6 @@ "Lib/tkinter/test", "Lib/tkinter/test/README", "Lib/tkinter/test/__init__.py", - "Lib/tkinter/test/runtktests.py", "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", @@ -84648,7 +84889,6 @@ "Lib/tkinter/test/test_ttk", "Lib/tkinter/test/test_ttk/__init__.py", "Lib/tkinter/test/test_ttk/test_extensions.py", - "Lib/tkinter/test/test_ttk/test_functions.py", "Lib/tkinter/test/test_ttk/test_style.py", "Lib/tkinter/test/test_ttk/test_widgets.py", "Lib/tkinter/test/widget_tests.py", @@ -84807,7 +85047,6 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", - "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -84915,6 +85154,8 @@ "Misc/NEWS.d/3.10.0b4.rst", "Misc/NEWS.d/3.10.0rc1.rst", "Misc/NEWS.d/3.10.0rc2.rst", + "Misc/NEWS.d/3.10.1.rst", + "Misc/NEWS.d/3.10.2.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -85693,6 +85934,8 @@ "PC/winreg.c", "PC/winsound.c", "PCbuild", + "PCbuild/Directory.Build.props", + "PCbuild/Directory.Build.targets", "PCbuild/_asyncio.vcxproj", "PCbuild/_asyncio.vcxproj.filters", "PCbuild/_bz2.vcxproj", @@ -85826,6 +86069,7 @@ "Parser/peg_api.c", "Parser/pegen.c", "Parser/pegen.h", + "Parser/pegen_errors.c", "Parser/string_parser.c", "Parser/string_parser.h", "Parser/token.c", @@ -86380,7 +86624,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.17": [ + "v3.10.1": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -86423,14 +86667,17 @@ ".github/FUNDING.yml", ".github/PULL_REQUEST_TEMPLATE.md", ".github/SECURITY.md", - ".github/codecov.yml", + ".github/dependabot.yml", + ".github/problem-matchers", + ".github/problem-matchers/gcc.json", + ".github/problem-matchers/msvc.json", + ".github/problem-matchers/sphinx.json", ".github/workflows", ".github/workflows/build.yml", ".github/workflows/build_msi.yml", - ".github/workflows/coverage.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", - ".github/workflows/verify-ensurepip-wheels.yml", + ".github/workflows/stale.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -86507,8 +86754,9 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", - "Doc/data/python3.9.abi", + "Doc/data/python3.10.abi", "Doc/data/refcounts.dat", + "Doc/data/stable_abi.dat", "Doc/distributing", "Doc/distributing/index.rst", "Doc/distutils", @@ -86546,6 +86794,7 @@ "Doc/faq/windows.rst", "Doc/glossary.rst", "Doc/howto", + "Doc/howto/annotations.rst", "Doc/howto/argparse.rst", "Doc/howto/clinic.rst", "Doc/howto/cporting.rst", @@ -86723,7 +86972,6 @@ "Doc/library/fileinput.rst", "Doc/library/filesys.rst", "Doc/library/fnmatch.rst", - "Doc/library/formatter.rst", "Doc/library/fractions.rst", "Doc/library/frameworks.rst", "Doc/library/ftplib.rst", @@ -86780,7 +87028,6 @@ "Doc/library/marshal.rst", "Doc/library/math.rst", "Doc/library/mimetypes.rst", - "Doc/library/misc.rst", "Doc/library/mm.rst", "Doc/library/mmap.rst", "Doc/library/modulefinder.rst", @@ -86800,7 +87047,6 @@ "Doc/library/os.path.rst", "Doc/library/os.rst", "Doc/library/ossaudiodev.rst", - "Doc/library/parser.rst", "Doc/library/pathlib-inheritance.png", "Doc/library/pathlib-inheritance.svg", "Doc/library/pathlib.rst", @@ -86859,7 +87105,6 @@ "Doc/library/subprocess.rst", "Doc/library/sunau.rst", "Doc/library/superseded.rst", - "Doc/library/symbol.rst", "Doc/library/symtable.rst", "Doc/library/sys.rst", "Doc/library/sysconfig.rst", @@ -86900,6 +87145,7 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", + "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -86960,6 +87206,7 @@ "Doc/tools/extensions/asdl_highlight.py", "Doc/tools/extensions/c_annotations.py", "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/glossary_search.py", "Doc/tools/extensions/patchlevel.py", "Doc/tools/extensions/peg_highlight.py", "Doc/tools/extensions/pyspecific.py", @@ -86976,6 +87223,7 @@ "Doc/tools/templates/indexsidebar.html", "Doc/tools/templates/layout.html", "Doc/tools/templates/opensearch.xml", + "Doc/tools/templates/search.html", "Doc/tutorial", "Doc/tutorial/appendix.rst", "Doc/tutorial/appetite.rst", @@ -86996,6 +87244,7 @@ "Doc/tutorial/whatnow.rst", "Doc/using", "Doc/using/cmdline.rst", + "Doc/using/configure.rst", "Doc/using/editors.rst", "Doc/using/index.rst", "Doc/using/mac.rst", @@ -87014,6 +87263,7 @@ "Doc/whatsnew/2.7.rst", "Doc/whatsnew/3.0.rst", "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.10.rst", "Doc/whatsnew/3.2.rst", "Doc/whatsnew/3.3.rst", "Doc/whatsnew/3.4.rst", @@ -87025,16 +87275,12 @@ "Doc/whatsnew/changelog.rst", "Doc/whatsnew/index.rst", "Grammar", - "Grammar/Grammar", "Grammar/Tokens", "Grammar/python.gram", "Include", - "Include/Python-ast.h", "Include/Python.h", + "Include/README.rst", "Include/abstract.h", - "Include/asdl.h", - "Include/ast.h", - "Include/bitset.h", "Include/bltinmodule.h", "Include/boolobject.h", "Include/bytearrayobject.h", @@ -87053,6 +87299,7 @@ "Include/cpython/bytesobject.h", "Include/cpython/ceval.h", "Include/cpython/code.h", + "Include/cpython/compile.h", "Include/cpython/dictobject.h", "Include/cpython/fileobject.h", "Include/cpython/fileutils.h", @@ -87064,10 +87311,17 @@ "Include/cpython/methodobject.h", "Include/cpython/object.h", "Include/cpython/objimpl.h", + "Include/cpython/odictobject.h", + "Include/cpython/picklebufobject.h", + "Include/cpython/pyctype.h", + "Include/cpython/pydebug.h", "Include/cpython/pyerrors.h", + "Include/cpython/pyfpe.h", "Include/cpython/pylifecycle.h", "Include/cpython/pymem.h", "Include/cpython/pystate.h", + "Include/cpython/pythonrun.h", + "Include/cpython/pytime.h", "Include/cpython/sysmodule.h", "Include/cpython/traceback.h", "Include/cpython/tupleobject.h", @@ -87087,23 +87341,27 @@ "Include/funcobject.h", "Include/genericaliasobject.h", "Include/genobject.h", - "Include/graminit.h", - "Include/grammar.h", "Include/import.h", "Include/internal", - "Include/internal/pegen_interface.h", "Include/internal/pycore_abstract.h", "Include/internal/pycore_accu.h", + "Include/internal/pycore_asdl.h", + "Include/internal/pycore_ast.h", + "Include/internal/pycore_ast_state.h", "Include/internal/pycore_atomic.h", + "Include/internal/pycore_atomic_funcs.h", + "Include/internal/pycore_bitutils.h", + "Include/internal/pycore_blocks_output_buffer.h", "Include/internal/pycore_bytes_methods.h", - "Include/internal/pycore_byteswap.h", "Include/internal/pycore_call.h", "Include/internal/pycore_ceval.h", "Include/internal/pycore_code.h", + "Include/internal/pycore_compile.h", "Include/internal/pycore_condvar.h", "Include/internal/pycore_context.h", "Include/internal/pycore_dtoa.h", "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_format.h", "Include/internal/pycore_gc.h", "Include/internal/pycore_getopt.h", "Include/internal/pycore_gil.h", @@ -87112,18 +87370,26 @@ "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_list.h", "Include/internal/pycore_long.h", + "Include/internal/pycore_moduleobject.h", "Include/internal/pycore_object.h", + "Include/internal/pycore_parser.h", "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyarena.h", "Include/internal/pycore_pyerrors.h", "Include/internal/pycore_pyhash.h", "Include/internal/pycore_pylifecycle.h", "Include/internal/pycore_pymem.h", "Include/internal/pycore_pystate.h", "Include/internal/pycore_runtime.h", + "Include/internal/pycore_structseq.h", + "Include/internal/pycore_symtable.h", "Include/internal/pycore_sysmodule.h", "Include/internal/pycore_traceback.h", - "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_tuple.h", + "Include/internal/pycore_ucnhash.h", + "Include/internal/pycore_unionobject.h", "Include/internal/pycore_warnings.h", "Include/interpreteridobject.h", "Include/intrcheck.h", @@ -87137,26 +87403,18 @@ "Include/modsupport.h", "Include/moduleobject.h", "Include/namespaceobject.h", - "Include/node.h", "Include/object.h", "Include/objimpl.h", - "Include/odictobject.h", "Include/opcode.h", "Include/osdefs.h", "Include/osmodule.h", - "Include/parsetok.h", "Include/patchlevel.h", - "Include/picklebufobject.h", "Include/py_curses.h", - "Include/pyarena.h", "Include/pycapsule.h", - "Include/pyctype.h", - "Include/pydebug.h", "Include/pydtrace.d", "Include/pydtrace.h", "Include/pyerrors.h", "Include/pyexpat.h", - "Include/pyfpe.h", "Include/pyframe.h", "Include/pyhash.h", "Include/pylifecycle.h", @@ -87171,20 +87429,17 @@ "Include/pystrtod.h", "Include/pythonrun.h", "Include/pythread.h", - "Include/pytime.h", "Include/rangeobject.h", "Include/setobject.h", "Include/sliceobject.h", "Include/structmember.h", "Include/structseq.h", - "Include/symtable.h", "Include/sysmodule.h", "Include/token.h", "Include/traceback.h", "Include/tracemalloc.h", "Include/tupleobject.h", "Include/typeslots.h", - "Include/ucnhash.h", "Include/unicodeobject.h", "Include/warnings.h", "Include/weakrefobject.h", @@ -87193,7 +87448,6 @@ "Lib/__future__.py", "Lib/__phello__.foo.py", "Lib/_aix_support.py", - "Lib/_bootlocale.py", "Lib/_bootsubprocess.py", "Lib/_collections_abc.py", "Lib/_compat_pickle.py", @@ -87228,6 +87482,7 @@ "Lib/asyncio/futures.py", "Lib/asyncio/locks.py", "Lib/asyncio/log.py", + "Lib/asyncio/mixins.py", "Lib/asyncio/proactor_events.py", "Lib/asyncio/protocols.py", "Lib/asyncio/queues.py", @@ -87376,7 +87631,6 @@ "Lib/distutils/command/bdist_dumb.py", "Lib/distutils/command/bdist_msi.py", "Lib/distutils/command/bdist_rpm.py", - "Lib/distutils/command/bdist_wininst.py", "Lib/distutils/command/build.py", "Lib/distutils/command/build_clib.py", "Lib/distutils/command/build_ext.py", @@ -87395,15 +87649,6 @@ "Lib/distutils/command/register.py", "Lib/distutils/command/sdist.py", "Lib/distutils/command/upload.py", - "Lib/distutils/command/wininst-10.0-amd64.exe", - "Lib/distutils/command/wininst-10.0.exe", - "Lib/distutils/command/wininst-14.0-amd64.exe", - "Lib/distutils/command/wininst-14.0.exe", - "Lib/distutils/command/wininst-6.0.exe", - "Lib/distutils/command/wininst-7.1.exe", - "Lib/distutils/command/wininst-8.0.exe", - "Lib/distutils/command/wininst-9.0-amd64.exe", - "Lib/distutils/command/wininst-9.0.exe", "Lib/distutils/config.py", "Lib/distutils/core.py", "Lib/distutils/cygwinccompiler.py", @@ -87431,7 +87676,6 @@ "Lib/distutils/tests/test_bdist_dumb.py", "Lib/distutils/tests/test_bdist_msi.py", "Lib/distutils/tests/test_bdist_rpm.py", - "Lib/distutils/tests/test_bdist_wininst.py", "Lib/distutils/tests/test_build.py", "Lib/distutils/tests/test_build_clib.py", "Lib/distutils/tests/test_build_ext.py", @@ -87634,14 +87878,13 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", "Lib/fileinput.py", "Lib/fnmatch.py", - "Lib/formatter.py", "Lib/fractions.py", "Lib/ftplib.py", "Lib/functools.py", @@ -87728,8 +87971,6 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", - "Lib/idlelib/idle_test/example_noext", - "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -87788,11 +88029,11 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", - "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", "Lib/idlelib/idle_test/test_zzdummy.py", + "Lib/idlelib/idle_test/tkinter_testing_utils.py", "Lib/idlelib/iomenu.py", "Lib/idlelib/macosx.py", "Lib/idlelib/mainmenu.py", @@ -87821,7 +88062,6 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", - "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -87830,12 +88070,22 @@ "Lib/imp.py", "Lib/importlib", "Lib/importlib/__init__.py", + "Lib/importlib/_abc.py", + "Lib/importlib/_adapters.py", "Lib/importlib/_bootstrap.py", "Lib/importlib/_bootstrap_external.py", "Lib/importlib/_common.py", "Lib/importlib/abc.py", "Lib/importlib/machinery.py", - "Lib/importlib/metadata.py", + "Lib/importlib/metadata", + "Lib/importlib/metadata/__init__.py", + "Lib/importlib/metadata/_adapters.py", + "Lib/importlib/metadata/_collections.py", + "Lib/importlib/metadata/_functools.py", + "Lib/importlib/metadata/_itertools.py", + "Lib/importlib/metadata/_meta.py", + "Lib/importlib/metadata/_text.py", + "Lib/importlib/readers.py", "Lib/importlib/resources.py", "Lib/importlib/util.py", "Lib/inspect.py", @@ -88077,7 +88327,6 @@ "Lib/struct.py", "Lib/subprocess.py", "Lib/sunau.py", - "Lib/symbol.py", "Lib/symtable.py", "Lib/sysconfig.py", "Lib/tabnanny.py", @@ -88088,15 +88337,18 @@ "Lib/test/Sine-1000Hz-300ms.aif", "Lib/test/__init__.py", "Lib/test/__main__.py", + "Lib/test/_test_atexit.py", + "Lib/test/_test_eintr.py", + "Lib/test/_test_embed_set_config.py", "Lib/test/_test_multiprocessing.py", "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", + "Lib/test/ann_module4.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", - "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -88361,8 +88613,6 @@ "Lib/test/dtracedata/line.d", "Lib/test/dtracedata/line.d.expected", "Lib/test/dtracedata/line.py", - "Lib/test/eintrdata", - "Lib/test/eintrdata/eintr_tester.py", "Lib/test/empty.vbs", "Lib/test/encoded_modules", "Lib/test/encoded_modules/__init__.py", @@ -88398,6 +88648,9 @@ "Lib/test/imp_dummy.py", "Lib/test/inspect_fodder.py", "Lib/test/inspect_fodder2.py", + "Lib/test/inspect_stock_annotations.py", + "Lib/test/inspect_stringized_annotations.py", + "Lib/test/inspect_stringized_annotations_2.py", "Lib/test/keycert.passwd.pem", "Lib/test/keycert.pem", "Lib/test/keycert2.pem", @@ -88491,10 +88744,14 @@ "Lib/test/support/__init__.py", "Lib/test/support/bytecode_helper.py", "Lib/test/support/hashlib_helper.py", + "Lib/test/support/import_helper.py", + "Lib/test/support/interpreters.py", "Lib/test/support/logging_helper.py", + "Lib/test/support/os_helper.py", "Lib/test/support/script_helper.py", "Lib/test/support/socket_helper.py", "Lib/test/support/testresult.py", + "Lib/test/support/threading_helper.py", "Lib/test/support/warnings_helper.py", "Lib/test/talos-2019-0758.pem", "Lib/test/test___all__.py", @@ -88519,6 +88776,7 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -88542,7 +88800,6 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", - "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -88910,6 +89167,10 @@ "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/namespacedata01", + "Lib/test/test_importlib/namespacedata01/binary.file", + "Lib/test/test_importlib/namespacedata01/utf-16.file", + "Lib/test/test_importlib/namespacedata01/utf-8.file", "Lib/test/test_importlib/partial", "Lib/test/test_importlib/partial/cfimport.py", "Lib/test/test_importlib/partial/pool_in_threads.py", @@ -88934,6 +89195,7 @@ "Lib/test/test_importlib/test_path.py", "Lib/test/test_importlib/test_pkg_import.py", "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_reader.py", "Lib/test/test_importlib/test_resource.py", "Lib/test/test_importlib/test_spec.py", "Lib/test/test_importlib/test_threaded_import.py", @@ -88941,6 +89203,7 @@ "Lib/test/test_importlib/test_windows.py", "Lib/test/test_importlib/test_zip.py", "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/update-zips.py", "Lib/test/test_importlib/util.py", "Lib/test/test_importlib/zipdata01", "Lib/test/test_importlib/zipdata01/__init__.py", @@ -88952,6 +89215,7 @@ "Lib/test/test_inspect.py", "Lib/test/test_int.py", "Lib/test/test_int_literal.py", + "Lib/test/test_interpreters.py", "Lib/test/test_io.py", "Lib/test/test_ioctl.py", "Lib/test/test_ipaddress.py", @@ -89017,6 +89281,7 @@ "Lib/test/test_nntplib.py", "Lib/test/test_ntpath.py", "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcache.py", "Lib/test/test_opcodes.py", "Lib/test/test_openpty.py", "Lib/test/test_operator.py", @@ -89025,8 +89290,8 @@ "Lib/test/test_os.py", "Lib/test/test_ossaudiodev.py", "Lib/test/test_osx_env.py", - "Lib/test/test_parser.py", "Lib/test/test_pathlib.py", + "Lib/test/test_patma.py", "Lib/test/test_pdb.py", "Lib/test/test_peepholer.py", "Lib/test/test_peg_generator", @@ -89034,8 +89299,8 @@ "Lib/test/test_peg_generator/__main__.py", "Lib/test/test_peg_generator/test_c_parser.py", "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_grammar_validator.py", "Lib/test/test_peg_generator/test_pegen.py", - "Lib/test/test_peg_parser.py", "Lib/test/test_pickle.py", "Lib/test/test_picklebuffer.py", "Lib/test/test_pickletools.py", @@ -89122,7 +89387,6 @@ "Lib/test/test_sundry.py", "Lib/test/test_super.py", "Lib/test/test_support.py", - "Lib/test/test_symbol.py", "Lib/test/test_symtable.py", "Lib/test/test_syntax.py", "Lib/test/test_sys.py", @@ -89150,32 +89414,6 @@ "Lib/test/test_tools", "Lib/test/test_tools/__init__.py", "Lib/test/test_tools/__main__.py", - "Lib/test/test_tools/test_c_analyzer", - "Lib/test/test_tools/test_c_analyzer/__init__.py", - "Lib/test/test_tools/test_c_analyzer/__main__.py", - "Lib/test/test_tools/test_c_analyzer/test_common", - "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython", - "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", - "Lib/test/test_tools/test_c_analyzer/test_parser", - "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols", - "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables", - "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", - "Lib/test/test_tools/test_c_analyzer/util.py", "Lib/test/test_tools/test_fixcid.py", "Lib/test/test_tools/test_gprof2html.py", "Lib/test/test_tools/test_i18n.py", @@ -89193,6 +89431,7 @@ "Lib/test/test_ttk_textonly.py", "Lib/test/test_tuple.py", "Lib/test/test_turtle.py", + "Lib/test/test_type_annotations.py", "Lib/test/test_type_comments.py", "Lib/test/test_typechecks.py", "Lib/test/test_types.py", @@ -89247,6 +89486,7 @@ "Lib/test/test_xml_etree_c.py", "Lib/test/test_xmlrpc.py", "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxlimited.py", "Lib/test/test_xxtestfuzz.py", "Lib/test/test_yield_from.py", "Lib/test/test_zipapp.py", @@ -89265,6 +89505,7 @@ "Lib/test/test_zoneinfo/test_zoneinfo.py", "Lib/test/testcodec.py", "Lib/test/testtar.tar", + "Lib/test/testtar.tar.xz", "Lib/test/tf_inherit_check.py", "Lib/test/time_hashlib.py", "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", @@ -89376,6 +89617,7 @@ "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", "Lib/tkinter/test/test_tkinter/test_images.py", "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_messagebox.py", "Lib/tkinter/test/test_tkinter/test_misc.py", "Lib/tkinter/test/test_tkinter/test_simpledialog.py", "Lib/tkinter/test/test_tkinter/test_text.py", @@ -89542,6 +89784,7 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", + "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -89635,6 +89878,21 @@ "Misc/ACKS", "Misc/HISTORY", "Misc/NEWS.d", + "Misc/NEWS.d/3.10.0.rst", + "Misc/NEWS.d/3.10.0a1.rst", + "Misc/NEWS.d/3.10.0a2.rst", + "Misc/NEWS.d/3.10.0a3.rst", + "Misc/NEWS.d/3.10.0a4.rst", + "Misc/NEWS.d/3.10.0a5.rst", + "Misc/NEWS.d/3.10.0a6.rst", + "Misc/NEWS.d/3.10.0a7.rst", + "Misc/NEWS.d/3.10.0b1.rst", + "Misc/NEWS.d/3.10.0b2.rst", + "Misc/NEWS.d/3.10.0b3.rst", + "Misc/NEWS.d/3.10.0b4.rst", + "Misc/NEWS.d/3.10.0rc1.rst", + "Misc/NEWS.d/3.10.0rc2.rst", + "Misc/NEWS.d/3.10.1.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -89698,7 +89956,6 @@ "Misc/NEWS.d/3.8.0a3.rst", "Misc/NEWS.d/3.8.0a4.rst", "Misc/NEWS.d/3.8.0b1.rst", - "Misc/NEWS.d/3.9.0.rst", "Misc/NEWS.d/3.9.0a1.rst", "Misc/NEWS.d/3.9.0a2.rst", "Misc/NEWS.d/3.9.0a3.rst", @@ -89706,31 +89963,6 @@ "Misc/NEWS.d/3.9.0a5.rst", "Misc/NEWS.d/3.9.0a6.rst", "Misc/NEWS.d/3.9.0b1.rst", - "Misc/NEWS.d/3.9.0b2.rst", - "Misc/NEWS.d/3.9.0b3.rst", - "Misc/NEWS.d/3.9.0b4.rst", - "Misc/NEWS.d/3.9.0b5.rst", - "Misc/NEWS.d/3.9.0rc1.rst", - "Misc/NEWS.d/3.9.0rc2.rst", - "Misc/NEWS.d/3.9.1.rst", - "Misc/NEWS.d/3.9.10.rst", - "Misc/NEWS.d/3.9.11.rst", - "Misc/NEWS.d/3.9.12.rst", - "Misc/NEWS.d/3.9.13.rst", - "Misc/NEWS.d/3.9.14.rst", - "Misc/NEWS.d/3.9.15.rst", - "Misc/NEWS.d/3.9.16.rst", - "Misc/NEWS.d/3.9.17.rst", - "Misc/NEWS.d/3.9.1rc1.rst", - "Misc/NEWS.d/3.9.2.rst", - "Misc/NEWS.d/3.9.2rc1.rst", - "Misc/NEWS.d/3.9.3.rst", - "Misc/NEWS.d/3.9.4.rst", - "Misc/NEWS.d/3.9.5.rst", - "Misc/NEWS.d/3.9.6.rst", - "Misc/NEWS.d/3.9.7.rst", - "Misc/NEWS.d/3.9.8.rst", - "Misc/NEWS.d/3.9.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -89772,6 +90004,7 @@ "Misc/python.man", "Misc/python.pc.in", "Misc/requirements-test.txt", + "Misc/stable_abi.txt", "Misc/svnmap.txt", "Misc/valgrind-python.supp", "Misc/vgrindefs", @@ -89872,6 +90105,8 @@ "Modules/_decimal/libmpdec/README.txt", "Modules/_decimal/libmpdec/basearith.c", "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bench.c", + "Modules/_decimal/libmpdec/bench_full.c", "Modules/_decimal/libmpdec/bits.h", "Modules/_decimal/libmpdec/constants.c", "Modules/_decimal/libmpdec/constants.h", @@ -89882,6 +90117,16 @@ "Modules/_decimal/libmpdec/crt.h", "Modules/_decimal/libmpdec/difradix2.c", "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/examples", + "Modules/_decimal/libmpdec/examples/README.txt", + "Modules/_decimal/libmpdec/examples/compare.c", + "Modules/_decimal/libmpdec/examples/div.c", + "Modules/_decimal/libmpdec/examples/divmod.c", + "Modules/_decimal/libmpdec/examples/multiply.c", + "Modules/_decimal/libmpdec/examples/pow.c", + "Modules/_decimal/libmpdec/examples/powmod.c", + "Modules/_decimal/libmpdec/examples/shift.c", + "Modules/_decimal/libmpdec/examples/sqrt.c", "Modules/_decimal/libmpdec/fnt.c", "Modules/_decimal/libmpdec/fnt.h", "Modules/_decimal/libmpdec/fourstep.c", @@ -89901,6 +90146,7 @@ "Modules/_decimal/libmpdec/mpalloc.h", "Modules/_decimal/libmpdec/mpdecimal.c", "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/mpsignal.c", "Modules/_decimal/libmpdec/numbertheory.c", "Modules/_decimal/libmpdec/numbertheory.h", "Modules/_decimal/libmpdec/sixstep.c", @@ -89909,7 +90155,6 @@ "Modules/_decimal/libmpdec/transpose.h", "Modules/_decimal/libmpdec/typearith.h", "Modules/_decimal/libmpdec/umodarith.h", - "Modules/_decimal/libmpdec/vccompat.h", "Modules/_decimal/libmpdec/vcdiv64.asm", "Modules/_decimal/tests", "Modules/_decimal/tests/README.txt", @@ -89953,14 +90198,15 @@ "Modules/_math.h", "Modules/_multiprocessing", "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/multiprocessing.c.h", "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/clinic/semaphore.c.h", "Modules/_multiprocessing/multiprocessing.c", "Modules/_multiprocessing/multiprocessing.h", "Modules/_multiprocessing/posixshmem.c", "Modules/_multiprocessing/semaphore.c", "Modules/_opcode.c", "Modules/_operator.c", - "Modules/_peg_parser.c", "Modules/_pickle.c", "Modules/_posixsubprocess.c", "Modules/_queuemodule.c", @@ -89992,6 +90238,11 @@ "Modules/_sqlite", "Modules/_sqlite/cache.c", "Modules/_sqlite/cache.h", + "Modules/_sqlite/clinic", + "Modules/_sqlite/clinic/connection.c.h", + "Modules/_sqlite/clinic/cursor.c.h", + "Modules/_sqlite/clinic/module.c.h", + "Modules/_sqlite/clinic/row.c.h", "Modules/_sqlite/connection.c", "Modules/_sqlite/connection.h", "Modules/_sqlite/cursor.c", @@ -90010,8 +90261,13 @@ "Modules/_sqlite/util.h", "Modules/_sre.c", "Modules/_ssl.c", + "Modules/_ssl.h", "Modules/_ssl", + "Modules/_ssl/cert.c", + "Modules/_ssl/clinic", + "Modules/_ssl/clinic/cert.c.h", "Modules/_ssl/debughelpers.c", + "Modules/_ssl/misc.c", "Modules/_ssl_data.h", "Modules/_ssl_data_111.h", "Modules/_ssl_data_300.h", @@ -90100,6 +90356,8 @@ "Modules/clinic/_gdbmmodule.c.h", "Modules/clinic/_hashopenssl.c.h", "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_localemodule.c.h", + "Modules/clinic/_lsprof.c.h", "Modules/clinic/_lzmamodule.c.h", "Modules/clinic/_opcode.c.h", "Modules/clinic/_operator.c.h", @@ -90125,9 +90383,11 @@ "Modules/clinic/itertoolsmodule.c.h", "Modules/clinic/mathmodule.c.h", "Modules/clinic/md5module.c.h", + "Modules/clinic/overlapped.c.h", "Modules/clinic/posixmodule.c.h", "Modules/clinic/pwdmodule.c.h", "Modules/clinic/pyexpat.c.h", + "Modules/clinic/readline.c.h", "Modules/clinic/resource.c.h", "Modules/clinic/selectmodule.c.h", "Modules/clinic/sha1module.c.h", @@ -90136,6 +90396,7 @@ "Modules/clinic/signalmodule.c.h", "Modules/clinic/spwdmodule.c.h", "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/termios.c.h", "Modules/clinic/unicodedata.c.h", "Modules/clinic/zlibmodule.c.h", "Modules/cmathmodule.c", @@ -90185,7 +90446,6 @@ "Modules/nismodule.c", "Modules/ossaudiodev.c", "Modules/overlapped.c", - "Modules/parsermodule.c", "Modules/posixmodule.c", "Modules/posixmodule.h", "Modules/pwdmodule.c", @@ -90217,6 +90477,7 @@ "Modules/unicodename_db.h", "Modules/winreparse.h", "Modules/xxlimited.c", + "Modules/xxlimited_35.c", "Modules/xxmodule.c", "Modules/xxsubtype.c", "Modules/zlibmodule.c", @@ -90300,6 +90561,7 @@ "Objects/stringlib/replace.h", "Objects/stringlib/split.h", "Objects/stringlib/stringdefs.h", + "Objects/stringlib/stringlib_find_two_way_notes.txt", "Objects/stringlib/transmogrify.h", "Objects/stringlib/ucs1lib.h", "Objects/stringlib/ucs2lib.h", @@ -90315,26 +90577,17 @@ "Objects/unicodectype.c", "Objects/unicodeobject.c", "Objects/unicodetype_db.h", + "Objects/unionobject.c", "Objects/weakrefobject.c", "PC", "PC/WinMain.c", "PC/_msi.c", "PC/_testconsole.c", - "PC/bdist_wininst", - "PC/bdist_wininst/PythonPowered.bmp", - "PC/bdist_wininst/README.txt", - "PC/bdist_wininst/archive.h", - "PC/bdist_wininst/bdist_wininst.vcxproj", - "PC/bdist_wininst/bdist_wininst.vcxproj.filters", - "PC/bdist_wininst/build.bat", - "PC/bdist_wininst/extract.c", - "PC/bdist_wininst/install.c", - "PC/bdist_wininst/install.rc", - "PC/bdist_wininst/resource.h", "PC/classicAppCompat.can.xml", "PC/classicAppCompat.cat", "PC/classicAppCompat.sccd", "PC/clinic", + "PC/clinic/_msi.c.h", "PC/clinic/_testconsole.c.h", "PC/clinic/msvcrtmodule.c.h", "PC/clinic/winreg.c.h", @@ -90390,7 +90643,6 @@ "PC/layout/support/appxmanifest.py", "PC/layout/support/catalog.py", "PC/layout/support/constants.py", - "PC/layout/support/distutils.command.bdist_wininst.py", "PC/layout/support/filesets.py", "PC/layout/support/logging.py", "PC/layout/support/nuspec.py", @@ -90403,11 +90655,8 @@ "PC/pylauncher.rc", "PC/pyshellext.cpp", "PC/pyshellext.def", - "PC/pyshellext.idl", "PC/pyshellext.rc", - "PC/pyshellext_d.def", "PC/python.manifest", - "PC/python3.def", "PC/python3dll.c", "PC/python_exe.rc", "PC/python_nt.rc", @@ -90476,6 +90725,7 @@ "PCbuild/_uuid.vcxproj.filters", "PCbuild/_zoneinfo.vcxproj", "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/blurb.bat", "PCbuild/build.bat", "PCbuild/build_env.bat", "PCbuild/clean.bat", @@ -90523,7 +90773,7 @@ "PCbuild/pywlauncher.vcxproj", "PCbuild/pywlauncher.vcxproj.filters", "PCbuild/readme.txt", - "PCbuild/regen.vcxproj", + "PCbuild/regen.targets", "PCbuild/rmpyc.py", "PCbuild/rt.bat", "PCbuild/select.vcxproj", @@ -90545,34 +90795,20 @@ "PCbuild/winsound.vcxproj.filters", "PCbuild/xxlimited.vcxproj", "PCbuild/xxlimited.vcxproj.filters", + "PCbuild/xxlimited_35.vcxproj", + "PCbuild/xxlimited_35.vcxproj.filters", "Parser", "Parser/Python.asdl", - "Parser/acceler.c", "Parser/asdl.py", "Parser/asdl_c.py", - "Parser/grammar1.c", - "Parser/listnode.c", "Parser/myreadline.c", - "Parser/node.c", "Parser/parser.c", - "Parser/parser.h", - "Parser/parsetok.c", - "Parser/pegen", - "Parser/pegen/parse.c", - "Parser/pegen/parse_string.c", - "Parser/pegen/parse_string.h", - "Parser/pegen/peg_api.c", - "Parser/pegen/pegen.c", - "Parser/pegen/pegen.h", - "Parser/pgen", - "Parser/pgen/__init__.py", - "Parser/pgen/__main__.py", - "Parser/pgen/automata.py", - "Parser/pgen/grammar.py", - "Parser/pgen/keywordgen.py", - "Parser/pgen/metaparser.py", - "Parser/pgen/pgen.py", - "Parser/pgen/token.py", + "Parser/peg_api.c", + "Parser/pegen.c", + "Parser/pegen.h", + "Parser/pegen_errors.c", + "Parser/string_parser.c", + "Parser/string_parser.h", "Parser/token.c", "Parser/tokenizer.c", "Parser/tokenizer.h", @@ -90608,8 +90844,6 @@ "Python/dtoa.c", "Python/dup2.c", "Python/dynamic_annotations.c", - "Python/dynload_aix.c", - "Python/dynload_dl.c", "Python/dynload_hpux.c", "Python/dynload_shlib.c", "Python/dynload_stub.c", @@ -90618,6 +90852,7 @@ "Python/fileutils.c", "Python/formatter_unicode.c", "Python/frozen.c", + "Python/frozen_hello.h", "Python/frozenmain.c", "Python/future.c", "Python/getargs.c", @@ -90626,7 +90861,6 @@ "Python/getopt.c", "Python/getplatform.c", "Python/getversion.c", - "Python/graminit.c", "Python/hamt.c", "Python/hashtable.c", "Python/import.c", @@ -90643,7 +90877,6 @@ "Python/mystrtoul.c", "Python/opcode_targets.h", "Python/pathconfig.c", - "Python/peephole.c", "Python/preconfig.c", "Python/pyarena.c", "Python/pyctype.c", @@ -90657,8 +90890,9 @@ "Python/pystrtod.c", "Python/pythonrun.c", "Python/pytime.c", - "Python/strdup.c", + "Python/stdlib_module_names.h", "Python/structmember.c", + "Python/suggestions.c", "Python/symtable.c", "Python/sysmodule.c", "Python/thread.c", @@ -90679,45 +90913,62 @@ "Tools/c-analyzer", "Tools/c-analyzer/README", "Tools/c-analyzer/TODO", - "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c-analyzer.py", "Tools/c-analyzer/c_analyzer", "Tools/c-analyzer/c_analyzer/__init__.py", - "Tools/c-analyzer/c_analyzer/common", - "Tools/c-analyzer/c_analyzer/common/__init__.py", - "Tools/c-analyzer/c_analyzer/common/files.py", - "Tools/c-analyzer/c_analyzer/common/info.py", - "Tools/c-analyzer/c_analyzer/common/show.py", - "Tools/c-analyzer/c_analyzer/common/util.py", - "Tools/c-analyzer/c_analyzer/parser", - "Tools/c-analyzer/c_analyzer/parser/__init__.py", - "Tools/c-analyzer/c_analyzer/parser/declarations.py", - "Tools/c-analyzer/c_analyzer/parser/find.py", - "Tools/c-analyzer/c_analyzer/parser/naive.py", - "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", - "Tools/c-analyzer/c_analyzer/parser/source.py", - "Tools/c-analyzer/c_analyzer/symbols", - "Tools/c-analyzer/c_analyzer/symbols/__init__.py", - "Tools/c-analyzer/c_analyzer/symbols/_nm.py", - "Tools/c-analyzer/c_analyzer/symbols/find.py", - "Tools/c-analyzer/c_analyzer/symbols/info.py", - "Tools/c-analyzer/c_analyzer/variables", - "Tools/c-analyzer/c_analyzer/variables/__init__.py", - "Tools/c-analyzer/c_analyzer/variables/find.py", - "Tools/c-analyzer/c_analyzer/variables/info.py", - "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/c_analyzer/__main__.py", + "Tools/c-analyzer/c_analyzer/analyze.py", + "Tools/c-analyzer/c_analyzer/datafiles.py", + "Tools/c-analyzer/c_analyzer/info.py", + "Tools/c-analyzer/c_analyzer/match.py", + "Tools/c-analyzer/c_common", + "Tools/c-analyzer/c_common/__init__.py", + "Tools/c-analyzer/c_common/clsutil.py", + "Tools/c-analyzer/c_common/fsutil.py", + "Tools/c-analyzer/c_common/info.py", + "Tools/c-analyzer/c_common/iterutil.py", + "Tools/c-analyzer/c_common/logging.py", + "Tools/c-analyzer/c_common/misc.py", + "Tools/c-analyzer/c_common/scriptutil.py", + "Tools/c-analyzer/c_common/show.py", + "Tools/c-analyzer/c_common/strutil.py", + "Tools/c-analyzer/c_common/tables.py", + "Tools/c-analyzer/c_parser", + "Tools/c-analyzer/c_parser/__init__.py", + "Tools/c-analyzer/c_parser/__main__.py", + "Tools/c-analyzer/c_parser/_state_machine.py", + "Tools/c-analyzer/c_parser/datafiles.py", + "Tools/c-analyzer/c_parser/info.py", + "Tools/c-analyzer/c_parser/match.py", + "Tools/c-analyzer/c_parser/parser", + "Tools/c-analyzer/c_parser/parser/__init__.py", + "Tools/c-analyzer/c_parser/parser/_alt.py", + "Tools/c-analyzer/c_parser/parser/_common.py", + "Tools/c-analyzer/c_parser/parser/_compound_decl_body.py", + "Tools/c-analyzer/c_parser/parser/_delim.py", + "Tools/c-analyzer/c_parser/parser/_func_body.py", + "Tools/c-analyzer/c_parser/parser/_global.py", + "Tools/c-analyzer/c_parser/parser/_info.py", + "Tools/c-analyzer/c_parser/parser/_regexes.py", + "Tools/c-analyzer/c_parser/preprocessor", + "Tools/c-analyzer/c_parser/preprocessor/__init__.py", + "Tools/c-analyzer/c_parser/preprocessor/__main__.py", + "Tools/c-analyzer/c_parser/preprocessor/common.py", + "Tools/c-analyzer/c_parser/preprocessor/errors.py", + "Tools/c-analyzer/c_parser/preprocessor/gcc.py", + "Tools/c-analyzer/c_parser/preprocessor/pure.py", + "Tools/c-analyzer/c_parser/source.py", "Tools/c-analyzer/check-c-globals.py", "Tools/c-analyzer/cpython", - "Tools/c-analyzer/cpython/README", "Tools/c-analyzer/cpython/__init__.py", "Tools/c-analyzer/cpython/__main__.py", - "Tools/c-analyzer/cpython/_generate.py", - "Tools/c-analyzer/cpython/files.py", - "Tools/c-analyzer/cpython/find.py", - "Tools/c-analyzer/cpython/known.py", - "Tools/c-analyzer/cpython/supported.py", - "Tools/c-analyzer/ignored-globals.txt", - "Tools/c-analyzer/ignored.tsv", - "Tools/c-analyzer/known.tsv", + "Tools/c-analyzer/cpython/_analyzer.py", + "Tools/c-analyzer/cpython/_capi.py", + "Tools/c-analyzer/cpython/_files.py", + "Tools/c-analyzer/cpython/_parser.py", + "Tools/c-analyzer/cpython/ignored.tsv", + "Tools/c-analyzer/cpython/known.tsv", + "Tools/c-analyzer/must-resolve.sh", "Tools/ccbench", "Tools/ccbench/ccbench.py", "Tools/clinic", @@ -90751,6 +91002,7 @@ "Tools/freeze/makefreeze.py", "Tools/freeze/makemakefile.py", "Tools/freeze/parsesetup.py", + "Tools/freeze/regen_frozen.py", "Tools/freeze/test", "Tools/freeze/test/Makefile", "Tools/freeze/test/ok.py", @@ -90825,7 +91077,6 @@ "Tools/msi/dev/dev_d.wxs", "Tools/msi/dev/dev_en-US.wxl", "Tools/msi/dev/dev_files.wxs", - "Tools/msi/distutils.command.bdist_wininst.py", "Tools/msi/doc", "Tools/msi/doc/doc.wixproj", "Tools/msi/doc/doc.wxs", @@ -90946,6 +91197,7 @@ "Tools/peg_generator/pegen/sccutils.py", "Tools/peg_generator/pegen/testutil.py", "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pegen/validator.py", "Tools/peg_generator/pyproject.toml", "Tools/peg_generator/requirements.pip", "Tools/peg_generator/scripts", @@ -90956,7 +91208,6 @@ "Tools/peg_generator/scripts/find_max_nesting.py", "Tools/peg_generator/scripts/grammar_grapher.py", "Tools/peg_generator/scripts/joinstats.py", - "Tools/peg_generator/scripts/show_parse.py", "Tools/peg_generator/scripts/test_parse_directory.py", "Tools/peg_generator/scripts/test_pypi_packages.py", "Tools/pynche", @@ -91010,7 +91261,7 @@ "Tools/scripts/fixnotice.py", "Tools/scripts/fixps.py", "Tools/scripts/generate_opcode_h.py", - "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_stdlib_module_names.py", "Tools/scripts/generate_token.py", "Tools/scripts/get-remote-certificate.py", "Tools/scripts/google.py", @@ -91046,12 +91297,12 @@ "Tools/scripts/run_tests.py", "Tools/scripts/serve.py", "Tools/scripts/smelly.py", + "Tools/scripts/stable_abi.py", "Tools/scripts/suff.py", "Tools/scripts/texi2html.py", "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", - "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -91110,7 +91361,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.16": [ + "v3.10.0": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -91153,14 +91404,17 @@ ".github/FUNDING.yml", ".github/PULL_REQUEST_TEMPLATE.md", ".github/SECURITY.md", - ".github/codecov.yml", + ".github/dependabot.yml", + ".github/problem-matchers", + ".github/problem-matchers/gcc.json", + ".github/problem-matchers/msvc.json", + ".github/problem-matchers/sphinx.json", ".github/workflows", ".github/workflows/build.yml", ".github/workflows/build_msi.yml", - ".github/workflows/coverage.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", - ".github/workflows/verify-ensurepip-wheels.yml", + ".github/workflows/stale.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -91237,8 +91491,9 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", - "Doc/data/python3.9.abi", + "Doc/data/python3.10.abi", "Doc/data/refcounts.dat", + "Doc/data/stable_abi.dat", "Doc/distributing", "Doc/distributing/index.rst", "Doc/distutils", @@ -91276,6 +91531,7 @@ "Doc/faq/windows.rst", "Doc/glossary.rst", "Doc/howto", + "Doc/howto/annotations.rst", "Doc/howto/argparse.rst", "Doc/howto/clinic.rst", "Doc/howto/cporting.rst", @@ -91453,7 +91709,6 @@ "Doc/library/fileinput.rst", "Doc/library/filesys.rst", "Doc/library/fnmatch.rst", - "Doc/library/formatter.rst", "Doc/library/fractions.rst", "Doc/library/frameworks.rst", "Doc/library/ftplib.rst", @@ -91510,7 +91765,6 @@ "Doc/library/marshal.rst", "Doc/library/math.rst", "Doc/library/mimetypes.rst", - "Doc/library/misc.rst", "Doc/library/mm.rst", "Doc/library/mmap.rst", "Doc/library/modulefinder.rst", @@ -91530,7 +91784,6 @@ "Doc/library/os.path.rst", "Doc/library/os.rst", "Doc/library/ossaudiodev.rst", - "Doc/library/parser.rst", "Doc/library/pathlib-inheritance.png", "Doc/library/pathlib-inheritance.svg", "Doc/library/pathlib.rst", @@ -91589,7 +91842,6 @@ "Doc/library/subprocess.rst", "Doc/library/sunau.rst", "Doc/library/superseded.rst", - "Doc/library/symbol.rst", "Doc/library/symtable.rst", "Doc/library/sys.rst", "Doc/library/sysconfig.rst", @@ -91630,6 +91882,7 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", + "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -91690,6 +91943,7 @@ "Doc/tools/extensions/asdl_highlight.py", "Doc/tools/extensions/c_annotations.py", "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/glossary_search.py", "Doc/tools/extensions/patchlevel.py", "Doc/tools/extensions/peg_highlight.py", "Doc/tools/extensions/pyspecific.py", @@ -91706,6 +91960,7 @@ "Doc/tools/templates/indexsidebar.html", "Doc/tools/templates/layout.html", "Doc/tools/templates/opensearch.xml", + "Doc/tools/templates/search.html", "Doc/tutorial", "Doc/tutorial/appendix.rst", "Doc/tutorial/appetite.rst", @@ -91726,6 +91981,7 @@ "Doc/tutorial/whatnow.rst", "Doc/using", "Doc/using/cmdline.rst", + "Doc/using/configure.rst", "Doc/using/editors.rst", "Doc/using/index.rst", "Doc/using/mac.rst", @@ -91744,6 +92000,7 @@ "Doc/whatsnew/2.7.rst", "Doc/whatsnew/3.0.rst", "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.10.rst", "Doc/whatsnew/3.2.rst", "Doc/whatsnew/3.3.rst", "Doc/whatsnew/3.4.rst", @@ -91755,16 +92012,12 @@ "Doc/whatsnew/changelog.rst", "Doc/whatsnew/index.rst", "Grammar", - "Grammar/Grammar", "Grammar/Tokens", "Grammar/python.gram", "Include", - "Include/Python-ast.h", "Include/Python.h", + "Include/README.rst", "Include/abstract.h", - "Include/asdl.h", - "Include/ast.h", - "Include/bitset.h", "Include/bltinmodule.h", "Include/boolobject.h", "Include/bytearrayobject.h", @@ -91783,6 +92036,7 @@ "Include/cpython/bytesobject.h", "Include/cpython/ceval.h", "Include/cpython/code.h", + "Include/cpython/compile.h", "Include/cpython/dictobject.h", "Include/cpython/fileobject.h", "Include/cpython/fileutils.h", @@ -91794,10 +92048,17 @@ "Include/cpython/methodobject.h", "Include/cpython/object.h", "Include/cpython/objimpl.h", + "Include/cpython/odictobject.h", + "Include/cpython/picklebufobject.h", + "Include/cpython/pyctype.h", + "Include/cpython/pydebug.h", "Include/cpython/pyerrors.h", + "Include/cpython/pyfpe.h", "Include/cpython/pylifecycle.h", "Include/cpython/pymem.h", "Include/cpython/pystate.h", + "Include/cpython/pythonrun.h", + "Include/cpython/pytime.h", "Include/cpython/sysmodule.h", "Include/cpython/traceback.h", "Include/cpython/tupleobject.h", @@ -91817,23 +92078,27 @@ "Include/funcobject.h", "Include/genericaliasobject.h", "Include/genobject.h", - "Include/graminit.h", - "Include/grammar.h", "Include/import.h", "Include/internal", - "Include/internal/pegen_interface.h", "Include/internal/pycore_abstract.h", "Include/internal/pycore_accu.h", + "Include/internal/pycore_asdl.h", + "Include/internal/pycore_ast.h", + "Include/internal/pycore_ast_state.h", "Include/internal/pycore_atomic.h", + "Include/internal/pycore_atomic_funcs.h", + "Include/internal/pycore_bitutils.h", + "Include/internal/pycore_blocks_output_buffer.h", "Include/internal/pycore_bytes_methods.h", - "Include/internal/pycore_byteswap.h", "Include/internal/pycore_call.h", "Include/internal/pycore_ceval.h", "Include/internal/pycore_code.h", + "Include/internal/pycore_compile.h", "Include/internal/pycore_condvar.h", "Include/internal/pycore_context.h", "Include/internal/pycore_dtoa.h", "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_format.h", "Include/internal/pycore_gc.h", "Include/internal/pycore_getopt.h", "Include/internal/pycore_gil.h", @@ -91842,18 +92107,26 @@ "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_list.h", "Include/internal/pycore_long.h", + "Include/internal/pycore_moduleobject.h", "Include/internal/pycore_object.h", + "Include/internal/pycore_parser.h", "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyarena.h", "Include/internal/pycore_pyerrors.h", "Include/internal/pycore_pyhash.h", "Include/internal/pycore_pylifecycle.h", "Include/internal/pycore_pymem.h", "Include/internal/pycore_pystate.h", "Include/internal/pycore_runtime.h", + "Include/internal/pycore_structseq.h", + "Include/internal/pycore_symtable.h", "Include/internal/pycore_sysmodule.h", "Include/internal/pycore_traceback.h", - "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_tuple.h", + "Include/internal/pycore_ucnhash.h", + "Include/internal/pycore_unionobject.h", "Include/internal/pycore_warnings.h", "Include/interpreteridobject.h", "Include/intrcheck.h", @@ -91867,26 +92140,18 @@ "Include/modsupport.h", "Include/moduleobject.h", "Include/namespaceobject.h", - "Include/node.h", "Include/object.h", "Include/objimpl.h", - "Include/odictobject.h", "Include/opcode.h", "Include/osdefs.h", "Include/osmodule.h", - "Include/parsetok.h", "Include/patchlevel.h", - "Include/picklebufobject.h", "Include/py_curses.h", - "Include/pyarena.h", "Include/pycapsule.h", - "Include/pyctype.h", - "Include/pydebug.h", "Include/pydtrace.d", "Include/pydtrace.h", "Include/pyerrors.h", "Include/pyexpat.h", - "Include/pyfpe.h", "Include/pyframe.h", "Include/pyhash.h", "Include/pylifecycle.h", @@ -91901,20 +92166,17 @@ "Include/pystrtod.h", "Include/pythonrun.h", "Include/pythread.h", - "Include/pytime.h", "Include/rangeobject.h", "Include/setobject.h", "Include/sliceobject.h", "Include/structmember.h", "Include/structseq.h", - "Include/symtable.h", "Include/sysmodule.h", "Include/token.h", "Include/traceback.h", "Include/tracemalloc.h", "Include/tupleobject.h", "Include/typeslots.h", - "Include/ucnhash.h", "Include/unicodeobject.h", "Include/warnings.h", "Include/weakrefobject.h", @@ -91923,7 +92185,6 @@ "Lib/__future__.py", "Lib/__phello__.foo.py", "Lib/_aix_support.py", - "Lib/_bootlocale.py", "Lib/_bootsubprocess.py", "Lib/_collections_abc.py", "Lib/_compat_pickle.py", @@ -91958,6 +92219,7 @@ "Lib/asyncio/futures.py", "Lib/asyncio/locks.py", "Lib/asyncio/log.py", + "Lib/asyncio/mixins.py", "Lib/asyncio/proactor_events.py", "Lib/asyncio/protocols.py", "Lib/asyncio/queues.py", @@ -92106,7 +92368,6 @@ "Lib/distutils/command/bdist_dumb.py", "Lib/distutils/command/bdist_msi.py", "Lib/distutils/command/bdist_rpm.py", - "Lib/distutils/command/bdist_wininst.py", "Lib/distutils/command/build.py", "Lib/distutils/command/build_clib.py", "Lib/distutils/command/build_ext.py", @@ -92125,15 +92386,6 @@ "Lib/distutils/command/register.py", "Lib/distutils/command/sdist.py", "Lib/distutils/command/upload.py", - "Lib/distutils/command/wininst-10.0-amd64.exe", - "Lib/distutils/command/wininst-10.0.exe", - "Lib/distutils/command/wininst-14.0-amd64.exe", - "Lib/distutils/command/wininst-14.0.exe", - "Lib/distutils/command/wininst-6.0.exe", - "Lib/distutils/command/wininst-7.1.exe", - "Lib/distutils/command/wininst-8.0.exe", - "Lib/distutils/command/wininst-9.0-amd64.exe", - "Lib/distutils/command/wininst-9.0.exe", "Lib/distutils/config.py", "Lib/distutils/core.py", "Lib/distutils/cygwinccompiler.py", @@ -92161,7 +92413,6 @@ "Lib/distutils/tests/test_bdist_dumb.py", "Lib/distutils/tests/test_bdist_msi.py", "Lib/distutils/tests/test_bdist_rpm.py", - "Lib/distutils/tests/test_bdist_wininst.py", "Lib/distutils/tests/test_build.py", "Lib/distutils/tests/test_build_clib.py", "Lib/distutils/tests/test_build_ext.py", @@ -92364,14 +92615,13 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", "Lib/fileinput.py", "Lib/fnmatch.py", - "Lib/formatter.py", "Lib/fractions.py", "Lib/ftplib.py", "Lib/functools.py", @@ -92458,8 +92708,6 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", - "Lib/idlelib/idle_test/example_noext", - "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -92518,11 +92766,11 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", - "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", "Lib/idlelib/idle_test/test_zzdummy.py", + "Lib/idlelib/idle_test/tkinter_testing_utils.py", "Lib/idlelib/iomenu.py", "Lib/idlelib/macosx.py", "Lib/idlelib/mainmenu.py", @@ -92551,7 +92799,6 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", - "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -92560,12 +92807,22 @@ "Lib/imp.py", "Lib/importlib", "Lib/importlib/__init__.py", + "Lib/importlib/_abc.py", + "Lib/importlib/_adapters.py", "Lib/importlib/_bootstrap.py", "Lib/importlib/_bootstrap_external.py", "Lib/importlib/_common.py", "Lib/importlib/abc.py", "Lib/importlib/machinery.py", - "Lib/importlib/metadata.py", + "Lib/importlib/metadata", + "Lib/importlib/metadata/__init__.py", + "Lib/importlib/metadata/_adapters.py", + "Lib/importlib/metadata/_collections.py", + "Lib/importlib/metadata/_functools.py", + "Lib/importlib/metadata/_itertools.py", + "Lib/importlib/metadata/_meta.py", + "Lib/importlib/metadata/_text.py", + "Lib/importlib/readers.py", "Lib/importlib/resources.py", "Lib/importlib/util.py", "Lib/inspect.py", @@ -92807,7 +93064,6 @@ "Lib/struct.py", "Lib/subprocess.py", "Lib/sunau.py", - "Lib/symbol.py", "Lib/symtable.py", "Lib/sysconfig.py", "Lib/tabnanny.py", @@ -92818,15 +93074,16 @@ "Lib/test/Sine-1000Hz-300ms.aif", "Lib/test/__init__.py", "Lib/test/__main__.py", + "Lib/test/_test_atexit.py", + "Lib/test/_test_eintr.py", + "Lib/test/_test_embed_set_config.py", "Lib/test/_test_multiprocessing.py", "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", - "Lib/test/ann_module5.py", - "Lib/test/ann_module6.py", - "Lib/test/ann_module7.py", + "Lib/test/ann_module4.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -93091,8 +93348,6 @@ "Lib/test/dtracedata/line.d", "Lib/test/dtracedata/line.d.expected", "Lib/test/dtracedata/line.py", - "Lib/test/eintrdata", - "Lib/test/eintrdata/eintr_tester.py", "Lib/test/empty.vbs", "Lib/test/encoded_modules", "Lib/test/encoded_modules/__init__.py", @@ -93128,6 +93383,9 @@ "Lib/test/imp_dummy.py", "Lib/test/inspect_fodder.py", "Lib/test/inspect_fodder2.py", + "Lib/test/inspect_stock_annotations.py", + "Lib/test/inspect_stringized_annotations.py", + "Lib/test/inspect_stringized_annotations_2.py", "Lib/test/keycert.passwd.pem", "Lib/test/keycert.pem", "Lib/test/keycert2.pem", @@ -93221,10 +93479,14 @@ "Lib/test/support/__init__.py", "Lib/test/support/bytecode_helper.py", "Lib/test/support/hashlib_helper.py", + "Lib/test/support/import_helper.py", + "Lib/test/support/interpreters.py", "Lib/test/support/logging_helper.py", + "Lib/test/support/os_helper.py", "Lib/test/support/script_helper.py", "Lib/test/support/socket_helper.py", "Lib/test/support/testresult.py", + "Lib/test/support/threading_helper.py", "Lib/test/support/warnings_helper.py", "Lib/test/talos-2019-0758.pem", "Lib/test/test___all__.py", @@ -93249,6 +93511,7 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -93272,7 +93535,6 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", - "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -93640,6 +93902,10 @@ "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/namespacedata01", + "Lib/test/test_importlib/namespacedata01/binary.file", + "Lib/test/test_importlib/namespacedata01/utf-16.file", + "Lib/test/test_importlib/namespacedata01/utf-8.file", "Lib/test/test_importlib/partial", "Lib/test/test_importlib/partial/cfimport.py", "Lib/test/test_importlib/partial/pool_in_threads.py", @@ -93664,6 +93930,7 @@ "Lib/test/test_importlib/test_path.py", "Lib/test/test_importlib/test_pkg_import.py", "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_reader.py", "Lib/test/test_importlib/test_resource.py", "Lib/test/test_importlib/test_spec.py", "Lib/test/test_importlib/test_threaded_import.py", @@ -93671,6 +93938,7 @@ "Lib/test/test_importlib/test_windows.py", "Lib/test/test_importlib/test_zip.py", "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/update-zips.py", "Lib/test/test_importlib/util.py", "Lib/test/test_importlib/zipdata01", "Lib/test/test_importlib/zipdata01/__init__.py", @@ -93682,6 +93950,7 @@ "Lib/test/test_inspect.py", "Lib/test/test_int.py", "Lib/test/test_int_literal.py", + "Lib/test/test_interpreters.py", "Lib/test/test_io.py", "Lib/test/test_ioctl.py", "Lib/test/test_ipaddress.py", @@ -93747,6 +94016,7 @@ "Lib/test/test_nntplib.py", "Lib/test/test_ntpath.py", "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcache.py", "Lib/test/test_opcodes.py", "Lib/test/test_openpty.py", "Lib/test/test_operator.py", @@ -93755,8 +94025,8 @@ "Lib/test/test_os.py", "Lib/test/test_ossaudiodev.py", "Lib/test/test_osx_env.py", - "Lib/test/test_parser.py", "Lib/test/test_pathlib.py", + "Lib/test/test_patma.py", "Lib/test/test_pdb.py", "Lib/test/test_peepholer.py", "Lib/test/test_peg_generator", @@ -93764,8 +94034,8 @@ "Lib/test/test_peg_generator/__main__.py", "Lib/test/test_peg_generator/test_c_parser.py", "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_grammar_validator.py", "Lib/test/test_peg_generator/test_pegen.py", - "Lib/test/test_peg_parser.py", "Lib/test/test_pickle.py", "Lib/test/test_picklebuffer.py", "Lib/test/test_pickletools.py", @@ -93852,7 +94122,6 @@ "Lib/test/test_sundry.py", "Lib/test/test_super.py", "Lib/test/test_support.py", - "Lib/test/test_symbol.py", "Lib/test/test_symtable.py", "Lib/test/test_syntax.py", "Lib/test/test_sys.py", @@ -93880,32 +94149,6 @@ "Lib/test/test_tools", "Lib/test/test_tools/__init__.py", "Lib/test/test_tools/__main__.py", - "Lib/test/test_tools/test_c_analyzer", - "Lib/test/test_tools/test_c_analyzer/__init__.py", - "Lib/test/test_tools/test_c_analyzer/__main__.py", - "Lib/test/test_tools/test_c_analyzer/test_common", - "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython", - "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", - "Lib/test/test_tools/test_c_analyzer/test_parser", - "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols", - "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables", - "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", - "Lib/test/test_tools/test_c_analyzer/util.py", "Lib/test/test_tools/test_fixcid.py", "Lib/test/test_tools/test_gprof2html.py", "Lib/test/test_tools/test_i18n.py", @@ -93923,6 +94166,7 @@ "Lib/test/test_ttk_textonly.py", "Lib/test/test_tuple.py", "Lib/test/test_turtle.py", + "Lib/test/test_type_annotations.py", "Lib/test/test_type_comments.py", "Lib/test/test_typechecks.py", "Lib/test/test_types.py", @@ -93977,6 +94221,7 @@ "Lib/test/test_xml_etree_c.py", "Lib/test/test_xmlrpc.py", "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxlimited.py", "Lib/test/test_xxtestfuzz.py", "Lib/test/test_yield_from.py", "Lib/test/test_zipapp.py", @@ -93995,6 +94240,7 @@ "Lib/test/test_zoneinfo/test_zoneinfo.py", "Lib/test/testcodec.py", "Lib/test/testtar.tar", + "Lib/test/testtar.tar.xz", "Lib/test/tf_inherit_check.py", "Lib/test/time_hashlib.py", "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", @@ -94098,6 +94344,7 @@ "Lib/tkinter/test", "Lib/tkinter/test/README", "Lib/tkinter/test/__init__.py", + "Lib/tkinter/test/runtktests.py", "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", @@ -94106,6 +94353,7 @@ "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", "Lib/tkinter/test/test_tkinter/test_images.py", "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_messagebox.py", "Lib/tkinter/test/test_tkinter/test_misc.py", "Lib/tkinter/test/test_tkinter/test_simpledialog.py", "Lib/tkinter/test/test_tkinter/test_text.py", @@ -94114,6 +94362,7 @@ "Lib/tkinter/test/test_ttk", "Lib/tkinter/test/test_ttk/__init__.py", "Lib/tkinter/test/test_ttk/test_extensions.py", + "Lib/tkinter/test/test_ttk/test_functions.py", "Lib/tkinter/test/test_ttk/test_style.py", "Lib/tkinter/test/test_ttk/test_widgets.py", "Lib/tkinter/test/widget_tests.py", @@ -94272,6 +94521,7 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", + "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -94365,6 +94615,20 @@ "Misc/ACKS", "Misc/HISTORY", "Misc/NEWS.d", + "Misc/NEWS.d/3.10.0.rst", + "Misc/NEWS.d/3.10.0a1.rst", + "Misc/NEWS.d/3.10.0a2.rst", + "Misc/NEWS.d/3.10.0a3.rst", + "Misc/NEWS.d/3.10.0a4.rst", + "Misc/NEWS.d/3.10.0a5.rst", + "Misc/NEWS.d/3.10.0a6.rst", + "Misc/NEWS.d/3.10.0a7.rst", + "Misc/NEWS.d/3.10.0b1.rst", + "Misc/NEWS.d/3.10.0b2.rst", + "Misc/NEWS.d/3.10.0b3.rst", + "Misc/NEWS.d/3.10.0b4.rst", + "Misc/NEWS.d/3.10.0rc1.rst", + "Misc/NEWS.d/3.10.0rc2.rst", "Misc/NEWS.d/3.5.0.rst", "Misc/NEWS.d/3.5.0a1.rst", "Misc/NEWS.d/3.5.0a2.rst", @@ -94428,7 +94692,6 @@ "Misc/NEWS.d/3.8.0a3.rst", "Misc/NEWS.d/3.8.0a4.rst", "Misc/NEWS.d/3.8.0b1.rst", - "Misc/NEWS.d/3.9.0.rst", "Misc/NEWS.d/3.9.0a1.rst", "Misc/NEWS.d/3.9.0a2.rst", "Misc/NEWS.d/3.9.0a3.rst", @@ -94436,30 +94699,6 @@ "Misc/NEWS.d/3.9.0a5.rst", "Misc/NEWS.d/3.9.0a6.rst", "Misc/NEWS.d/3.9.0b1.rst", - "Misc/NEWS.d/3.9.0b2.rst", - "Misc/NEWS.d/3.9.0b3.rst", - "Misc/NEWS.d/3.9.0b4.rst", - "Misc/NEWS.d/3.9.0b5.rst", - "Misc/NEWS.d/3.9.0rc1.rst", - "Misc/NEWS.d/3.9.0rc2.rst", - "Misc/NEWS.d/3.9.1.rst", - "Misc/NEWS.d/3.9.10.rst", - "Misc/NEWS.d/3.9.11.rst", - "Misc/NEWS.d/3.9.12.rst", - "Misc/NEWS.d/3.9.13.rst", - "Misc/NEWS.d/3.9.14.rst", - "Misc/NEWS.d/3.9.15.rst", - "Misc/NEWS.d/3.9.16.rst", - "Misc/NEWS.d/3.9.1rc1.rst", - "Misc/NEWS.d/3.9.2.rst", - "Misc/NEWS.d/3.9.2rc1.rst", - "Misc/NEWS.d/3.9.3.rst", - "Misc/NEWS.d/3.9.4.rst", - "Misc/NEWS.d/3.9.5.rst", - "Misc/NEWS.d/3.9.6.rst", - "Misc/NEWS.d/3.9.7.rst", - "Misc/NEWS.d/3.9.8.rst", - "Misc/NEWS.d/3.9.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -94501,6 +94740,7 @@ "Misc/python.man", "Misc/python.pc.in", "Misc/requirements-test.txt", + "Misc/stable_abi.txt", "Misc/svnmap.txt", "Misc/valgrind-python.supp", "Misc/vgrindefs", @@ -94601,6 +94841,8 @@ "Modules/_decimal/libmpdec/README.txt", "Modules/_decimal/libmpdec/basearith.c", "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bench.c", + "Modules/_decimal/libmpdec/bench_full.c", "Modules/_decimal/libmpdec/bits.h", "Modules/_decimal/libmpdec/constants.c", "Modules/_decimal/libmpdec/constants.h", @@ -94611,6 +94853,16 @@ "Modules/_decimal/libmpdec/crt.h", "Modules/_decimal/libmpdec/difradix2.c", "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/examples", + "Modules/_decimal/libmpdec/examples/README.txt", + "Modules/_decimal/libmpdec/examples/compare.c", + "Modules/_decimal/libmpdec/examples/div.c", + "Modules/_decimal/libmpdec/examples/divmod.c", + "Modules/_decimal/libmpdec/examples/multiply.c", + "Modules/_decimal/libmpdec/examples/pow.c", + "Modules/_decimal/libmpdec/examples/powmod.c", + "Modules/_decimal/libmpdec/examples/shift.c", + "Modules/_decimal/libmpdec/examples/sqrt.c", "Modules/_decimal/libmpdec/fnt.c", "Modules/_decimal/libmpdec/fnt.h", "Modules/_decimal/libmpdec/fourstep.c", @@ -94630,6 +94882,7 @@ "Modules/_decimal/libmpdec/mpalloc.h", "Modules/_decimal/libmpdec/mpdecimal.c", "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/mpsignal.c", "Modules/_decimal/libmpdec/numbertheory.c", "Modules/_decimal/libmpdec/numbertheory.h", "Modules/_decimal/libmpdec/sixstep.c", @@ -94638,7 +94891,6 @@ "Modules/_decimal/libmpdec/transpose.h", "Modules/_decimal/libmpdec/typearith.h", "Modules/_decimal/libmpdec/umodarith.h", - "Modules/_decimal/libmpdec/vccompat.h", "Modules/_decimal/libmpdec/vcdiv64.asm", "Modules/_decimal/tests", "Modules/_decimal/tests/README.txt", @@ -94682,14 +94934,15 @@ "Modules/_math.h", "Modules/_multiprocessing", "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/multiprocessing.c.h", "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/clinic/semaphore.c.h", "Modules/_multiprocessing/multiprocessing.c", "Modules/_multiprocessing/multiprocessing.h", "Modules/_multiprocessing/posixshmem.c", "Modules/_multiprocessing/semaphore.c", "Modules/_opcode.c", "Modules/_operator.c", - "Modules/_peg_parser.c", "Modules/_pickle.c", "Modules/_posixsubprocess.c", "Modules/_queuemodule.c", @@ -94721,6 +94974,11 @@ "Modules/_sqlite", "Modules/_sqlite/cache.c", "Modules/_sqlite/cache.h", + "Modules/_sqlite/clinic", + "Modules/_sqlite/clinic/connection.c.h", + "Modules/_sqlite/clinic/cursor.c.h", + "Modules/_sqlite/clinic/module.c.h", + "Modules/_sqlite/clinic/row.c.h", "Modules/_sqlite/connection.c", "Modules/_sqlite/connection.h", "Modules/_sqlite/cursor.c", @@ -94739,8 +94997,13 @@ "Modules/_sqlite/util.h", "Modules/_sre.c", "Modules/_ssl.c", + "Modules/_ssl.h", "Modules/_ssl", + "Modules/_ssl/cert.c", + "Modules/_ssl/clinic", + "Modules/_ssl/clinic/cert.c.h", "Modules/_ssl/debughelpers.c", + "Modules/_ssl/misc.c", "Modules/_ssl_data.h", "Modules/_ssl_data_111.h", "Modules/_ssl_data_300.h", @@ -94829,6 +95092,8 @@ "Modules/clinic/_gdbmmodule.c.h", "Modules/clinic/_hashopenssl.c.h", "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_localemodule.c.h", + "Modules/clinic/_lsprof.c.h", "Modules/clinic/_lzmamodule.c.h", "Modules/clinic/_opcode.c.h", "Modules/clinic/_operator.c.h", @@ -94854,9 +95119,11 @@ "Modules/clinic/itertoolsmodule.c.h", "Modules/clinic/mathmodule.c.h", "Modules/clinic/md5module.c.h", + "Modules/clinic/overlapped.c.h", "Modules/clinic/posixmodule.c.h", "Modules/clinic/pwdmodule.c.h", "Modules/clinic/pyexpat.c.h", + "Modules/clinic/readline.c.h", "Modules/clinic/resource.c.h", "Modules/clinic/selectmodule.c.h", "Modules/clinic/sha1module.c.h", @@ -94865,6 +95132,7 @@ "Modules/clinic/signalmodule.c.h", "Modules/clinic/spwdmodule.c.h", "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/termios.c.h", "Modules/clinic/unicodedata.c.h", "Modules/clinic/zlibmodule.c.h", "Modules/cmathmodule.c", @@ -94914,7 +95182,6 @@ "Modules/nismodule.c", "Modules/ossaudiodev.c", "Modules/overlapped.c", - "Modules/parsermodule.c", "Modules/posixmodule.c", "Modules/posixmodule.h", "Modules/pwdmodule.c", @@ -94946,6 +95213,7 @@ "Modules/unicodename_db.h", "Modules/winreparse.h", "Modules/xxlimited.c", + "Modules/xxlimited_35.c", "Modules/xxmodule.c", "Modules/xxsubtype.c", "Modules/zlibmodule.c", @@ -95029,6 +95297,7 @@ "Objects/stringlib/replace.h", "Objects/stringlib/split.h", "Objects/stringlib/stringdefs.h", + "Objects/stringlib/stringlib_find_two_way_notes.txt", "Objects/stringlib/transmogrify.h", "Objects/stringlib/ucs1lib.h", "Objects/stringlib/ucs2lib.h", @@ -95044,26 +95313,17 @@ "Objects/unicodectype.c", "Objects/unicodeobject.c", "Objects/unicodetype_db.h", + "Objects/unionobject.c", "Objects/weakrefobject.c", "PC", "PC/WinMain.c", "PC/_msi.c", "PC/_testconsole.c", - "PC/bdist_wininst", - "PC/bdist_wininst/PythonPowered.bmp", - "PC/bdist_wininst/README.txt", - "PC/bdist_wininst/archive.h", - "PC/bdist_wininst/bdist_wininst.vcxproj", - "PC/bdist_wininst/bdist_wininst.vcxproj.filters", - "PC/bdist_wininst/build.bat", - "PC/bdist_wininst/extract.c", - "PC/bdist_wininst/install.c", - "PC/bdist_wininst/install.rc", - "PC/bdist_wininst/resource.h", "PC/classicAppCompat.can.xml", "PC/classicAppCompat.cat", "PC/classicAppCompat.sccd", "PC/clinic", + "PC/clinic/_msi.c.h", "PC/clinic/_testconsole.c.h", "PC/clinic/msvcrtmodule.c.h", "PC/clinic/winreg.c.h", @@ -95119,7 +95379,6 @@ "PC/layout/support/appxmanifest.py", "PC/layout/support/catalog.py", "PC/layout/support/constants.py", - "PC/layout/support/distutils.command.bdist_wininst.py", "PC/layout/support/filesets.py", "PC/layout/support/logging.py", "PC/layout/support/nuspec.py", @@ -95132,11 +95391,8 @@ "PC/pylauncher.rc", "PC/pyshellext.cpp", "PC/pyshellext.def", - "PC/pyshellext.idl", "PC/pyshellext.rc", - "PC/pyshellext_d.def", "PC/python.manifest", - "PC/python3.def", "PC/python3dll.c", "PC/python_exe.rc", "PC/python_nt.rc", @@ -95151,8 +95407,6 @@ "PC/winreg.c", "PC/winsound.c", "PCbuild", - "PCbuild/Directory.Build.props", - "PCbuild/Directory.Build.targets", "PCbuild/_asyncio.vcxproj", "PCbuild/_asyncio.vcxproj.filters", "PCbuild/_bz2.vcxproj", @@ -95205,6 +95459,7 @@ "PCbuild/_uuid.vcxproj.filters", "PCbuild/_zoneinfo.vcxproj", "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/blurb.bat", "PCbuild/build.bat", "PCbuild/build_env.bat", "PCbuild/clean.bat", @@ -95252,7 +95507,7 @@ "PCbuild/pywlauncher.vcxproj", "PCbuild/pywlauncher.vcxproj.filters", "PCbuild/readme.txt", - "PCbuild/regen.vcxproj", + "PCbuild/regen.targets", "PCbuild/rmpyc.py", "PCbuild/rt.bat", "PCbuild/select.vcxproj", @@ -95274,34 +95529,19 @@ "PCbuild/winsound.vcxproj.filters", "PCbuild/xxlimited.vcxproj", "PCbuild/xxlimited.vcxproj.filters", + "PCbuild/xxlimited_35.vcxproj", + "PCbuild/xxlimited_35.vcxproj.filters", "Parser", "Parser/Python.asdl", - "Parser/acceler.c", "Parser/asdl.py", "Parser/asdl_c.py", - "Parser/grammar1.c", - "Parser/listnode.c", "Parser/myreadline.c", - "Parser/node.c", "Parser/parser.c", - "Parser/parser.h", - "Parser/parsetok.c", - "Parser/pegen", - "Parser/pegen/parse.c", - "Parser/pegen/parse_string.c", - "Parser/pegen/parse_string.h", - "Parser/pegen/peg_api.c", - "Parser/pegen/pegen.c", - "Parser/pegen/pegen.h", - "Parser/pgen", - "Parser/pgen/__init__.py", - "Parser/pgen/__main__.py", - "Parser/pgen/automata.py", - "Parser/pgen/grammar.py", - "Parser/pgen/keywordgen.py", - "Parser/pgen/metaparser.py", - "Parser/pgen/pgen.py", - "Parser/pgen/token.py", + "Parser/peg_api.c", + "Parser/pegen.c", + "Parser/pegen.h", + "Parser/string_parser.c", + "Parser/string_parser.h", "Parser/token.c", "Parser/tokenizer.c", "Parser/tokenizer.h", @@ -95337,8 +95577,6 @@ "Python/dtoa.c", "Python/dup2.c", "Python/dynamic_annotations.c", - "Python/dynload_aix.c", - "Python/dynload_dl.c", "Python/dynload_hpux.c", "Python/dynload_shlib.c", "Python/dynload_stub.c", @@ -95347,6 +95585,7 @@ "Python/fileutils.c", "Python/formatter_unicode.c", "Python/frozen.c", + "Python/frozen_hello.h", "Python/frozenmain.c", "Python/future.c", "Python/getargs.c", @@ -95355,7 +95594,6 @@ "Python/getopt.c", "Python/getplatform.c", "Python/getversion.c", - "Python/graminit.c", "Python/hamt.c", "Python/hashtable.c", "Python/import.c", @@ -95372,7 +95610,6 @@ "Python/mystrtoul.c", "Python/opcode_targets.h", "Python/pathconfig.c", - "Python/peephole.c", "Python/preconfig.c", "Python/pyarena.c", "Python/pyctype.c", @@ -95386,8 +95623,9 @@ "Python/pystrtod.c", "Python/pythonrun.c", "Python/pytime.c", - "Python/strdup.c", + "Python/stdlib_module_names.h", "Python/structmember.c", + "Python/suggestions.c", "Python/symtable.c", "Python/sysmodule.c", "Python/thread.c", @@ -95408,45 +95646,62 @@ "Tools/c-analyzer", "Tools/c-analyzer/README", "Tools/c-analyzer/TODO", - "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c-analyzer.py", "Tools/c-analyzer/c_analyzer", "Tools/c-analyzer/c_analyzer/__init__.py", - "Tools/c-analyzer/c_analyzer/common", - "Tools/c-analyzer/c_analyzer/common/__init__.py", - "Tools/c-analyzer/c_analyzer/common/files.py", - "Tools/c-analyzer/c_analyzer/common/info.py", - "Tools/c-analyzer/c_analyzer/common/show.py", - "Tools/c-analyzer/c_analyzer/common/util.py", - "Tools/c-analyzer/c_analyzer/parser", - "Tools/c-analyzer/c_analyzer/parser/__init__.py", - "Tools/c-analyzer/c_analyzer/parser/declarations.py", - "Tools/c-analyzer/c_analyzer/parser/find.py", - "Tools/c-analyzer/c_analyzer/parser/naive.py", - "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", - "Tools/c-analyzer/c_analyzer/parser/source.py", - "Tools/c-analyzer/c_analyzer/symbols", - "Tools/c-analyzer/c_analyzer/symbols/__init__.py", - "Tools/c-analyzer/c_analyzer/symbols/_nm.py", - "Tools/c-analyzer/c_analyzer/symbols/find.py", - "Tools/c-analyzer/c_analyzer/symbols/info.py", - "Tools/c-analyzer/c_analyzer/variables", - "Tools/c-analyzer/c_analyzer/variables/__init__.py", - "Tools/c-analyzer/c_analyzer/variables/find.py", - "Tools/c-analyzer/c_analyzer/variables/info.py", - "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/c_analyzer/__main__.py", + "Tools/c-analyzer/c_analyzer/analyze.py", + "Tools/c-analyzer/c_analyzer/datafiles.py", + "Tools/c-analyzer/c_analyzer/info.py", + "Tools/c-analyzer/c_analyzer/match.py", + "Tools/c-analyzer/c_common", + "Tools/c-analyzer/c_common/__init__.py", + "Tools/c-analyzer/c_common/clsutil.py", + "Tools/c-analyzer/c_common/fsutil.py", + "Tools/c-analyzer/c_common/info.py", + "Tools/c-analyzer/c_common/iterutil.py", + "Tools/c-analyzer/c_common/logging.py", + "Tools/c-analyzer/c_common/misc.py", + "Tools/c-analyzer/c_common/scriptutil.py", + "Tools/c-analyzer/c_common/show.py", + "Tools/c-analyzer/c_common/strutil.py", + "Tools/c-analyzer/c_common/tables.py", + "Tools/c-analyzer/c_parser", + "Tools/c-analyzer/c_parser/__init__.py", + "Tools/c-analyzer/c_parser/__main__.py", + "Tools/c-analyzer/c_parser/_state_machine.py", + "Tools/c-analyzer/c_parser/datafiles.py", + "Tools/c-analyzer/c_parser/info.py", + "Tools/c-analyzer/c_parser/match.py", + "Tools/c-analyzer/c_parser/parser", + "Tools/c-analyzer/c_parser/parser/__init__.py", + "Tools/c-analyzer/c_parser/parser/_alt.py", + "Tools/c-analyzer/c_parser/parser/_common.py", + "Tools/c-analyzer/c_parser/parser/_compound_decl_body.py", + "Tools/c-analyzer/c_parser/parser/_delim.py", + "Tools/c-analyzer/c_parser/parser/_func_body.py", + "Tools/c-analyzer/c_parser/parser/_global.py", + "Tools/c-analyzer/c_parser/parser/_info.py", + "Tools/c-analyzer/c_parser/parser/_regexes.py", + "Tools/c-analyzer/c_parser/preprocessor", + "Tools/c-analyzer/c_parser/preprocessor/__init__.py", + "Tools/c-analyzer/c_parser/preprocessor/__main__.py", + "Tools/c-analyzer/c_parser/preprocessor/common.py", + "Tools/c-analyzer/c_parser/preprocessor/errors.py", + "Tools/c-analyzer/c_parser/preprocessor/gcc.py", + "Tools/c-analyzer/c_parser/preprocessor/pure.py", + "Tools/c-analyzer/c_parser/source.py", "Tools/c-analyzer/check-c-globals.py", "Tools/c-analyzer/cpython", - "Tools/c-analyzer/cpython/README", "Tools/c-analyzer/cpython/__init__.py", "Tools/c-analyzer/cpython/__main__.py", - "Tools/c-analyzer/cpython/_generate.py", - "Tools/c-analyzer/cpython/files.py", - "Tools/c-analyzer/cpython/find.py", - "Tools/c-analyzer/cpython/known.py", - "Tools/c-analyzer/cpython/supported.py", - "Tools/c-analyzer/ignored-globals.txt", - "Tools/c-analyzer/ignored.tsv", - "Tools/c-analyzer/known.tsv", + "Tools/c-analyzer/cpython/_analyzer.py", + "Tools/c-analyzer/cpython/_capi.py", + "Tools/c-analyzer/cpython/_files.py", + "Tools/c-analyzer/cpython/_parser.py", + "Tools/c-analyzer/cpython/ignored.tsv", + "Tools/c-analyzer/cpython/known.tsv", + "Tools/c-analyzer/must-resolve.sh", "Tools/ccbench", "Tools/ccbench/ccbench.py", "Tools/clinic", @@ -95480,6 +95735,7 @@ "Tools/freeze/makefreeze.py", "Tools/freeze/makemakefile.py", "Tools/freeze/parsesetup.py", + "Tools/freeze/regen_frozen.py", "Tools/freeze/test", "Tools/freeze/test/Makefile", "Tools/freeze/test/ok.py", @@ -95554,7 +95810,6 @@ "Tools/msi/dev/dev_d.wxs", "Tools/msi/dev/dev_en-US.wxl", "Tools/msi/dev/dev_files.wxs", - "Tools/msi/distutils.command.bdist_wininst.py", "Tools/msi/doc", "Tools/msi/doc/doc.wixproj", "Tools/msi/doc/doc.wxs", @@ -95675,6 +95930,7 @@ "Tools/peg_generator/pegen/sccutils.py", "Tools/peg_generator/pegen/testutil.py", "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pegen/validator.py", "Tools/peg_generator/pyproject.toml", "Tools/peg_generator/requirements.pip", "Tools/peg_generator/scripts", @@ -95685,7 +95941,6 @@ "Tools/peg_generator/scripts/find_max_nesting.py", "Tools/peg_generator/scripts/grammar_grapher.py", "Tools/peg_generator/scripts/joinstats.py", - "Tools/peg_generator/scripts/show_parse.py", "Tools/peg_generator/scripts/test_parse_directory.py", "Tools/peg_generator/scripts/test_pypi_packages.py", "Tools/pynche", @@ -95739,7 +95994,7 @@ "Tools/scripts/fixnotice.py", "Tools/scripts/fixps.py", "Tools/scripts/generate_opcode_h.py", - "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_stdlib_module_names.py", "Tools/scripts/generate_token.py", "Tools/scripts/get-remote-certificate.py", "Tools/scripts/google.py", @@ -95775,12 +96030,12 @@ "Tools/scripts/run_tests.py", "Tools/scripts/serve.py", "Tools/scripts/smelly.py", + "Tools/scripts/stable_abi.py", "Tools/scripts/suff.py", "Tools/scripts/texi2html.py", "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", - "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -95839,7 +96094,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.15": [ + "v3.9.18": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -97093,7 +97348,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -99178,6 +99433,9 @@ "Misc/NEWS.d/3.9.13.rst", "Misc/NEWS.d/3.9.14.rst", "Misc/NEWS.d/3.9.15.rst", + "Misc/NEWS.d/3.9.16.rst", + "Misc/NEWS.d/3.9.17.rst", + "Misc/NEWS.d/3.9.18.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -100567,7 +100825,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.14": [ + "v3.9.17": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -101821,7 +102079,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -103905,6 +104163,9 @@ "Misc/NEWS.d/3.9.12.rst", "Misc/NEWS.d/3.9.13.rst", "Misc/NEWS.d/3.9.14.rst", + "Misc/NEWS.d/3.9.15.rst", + "Misc/NEWS.d/3.9.16.rst", + "Misc/NEWS.d/3.9.17.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -105294,7 +105555,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.13": [ + "v3.9.16": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -105344,6 +105605,7 @@ ".github/workflows/coverage.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", + ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -106025,6 +106287,7 @@ "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_long.h", "Include/internal/pycore_object.h", "Include/internal/pycore_pathconfig.h", "Include/internal/pycore_pyerrors.h", @@ -108629,6 +108892,9 @@ "Misc/NEWS.d/3.9.11.rst", "Misc/NEWS.d/3.9.12.rst", "Misc/NEWS.d/3.9.13.rst", + "Misc/NEWS.d/3.9.14.rst", + "Misc/NEWS.d/3.9.15.rst", + "Misc/NEWS.d/3.9.16.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -109959,6 +110225,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -110017,7 +110284,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.12": [ + "v3.9.15": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -110067,6 +110334,7 @@ ".github/workflows/coverage.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", + ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -110536,7 +110804,6 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", - "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -110749,6 +111016,7 @@ "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_long.h", "Include/internal/pycore_object.h", "Include/internal/pycore_pathconfig.h", "Include/internal/pycore_pyerrors.h", @@ -113352,6 +113620,9 @@ "Misc/NEWS.d/3.9.10.rst", "Misc/NEWS.d/3.9.11.rst", "Misc/NEWS.d/3.9.12.rst", + "Misc/NEWS.d/3.9.13.rst", + "Misc/NEWS.d/3.9.14.rst", + "Misc/NEWS.d/3.9.15.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -114682,6 +114953,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -114740,7 +115012,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.11": [ + "v3.9.14": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -114790,6 +115062,7 @@ ".github/workflows/coverage.yml", ".github/workflows/doc.yml", ".github/workflows/posix-deps-apt.sh", + ".github/workflows/verify-ensurepip-wheels.yml", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", @@ -115259,7 +115532,6 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", - "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -115472,6 +115744,7 @@ "Include/internal/pycore_import.h", "Include/internal/pycore_initconfig.h", "Include/internal/pycore_interp.h", + "Include/internal/pycore_long.h", "Include/internal/pycore_object.h", "Include/internal/pycore_pathconfig.h", "Include/internal/pycore_pyerrors.h", @@ -116878,7 +117151,6 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", - "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -116902,6 +117174,7 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -118074,6 +118347,9 @@ "Misc/NEWS.d/3.9.1.rst", "Misc/NEWS.d/3.9.10.rst", "Misc/NEWS.d/3.9.11.rst", + "Misc/NEWS.d/3.9.12.rst", + "Misc/NEWS.d/3.9.13.rst", + "Misc/NEWS.d/3.9.14.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -119404,6 +119680,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -119462,7 +119739,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.10": [ + "v3.9.13": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -119981,7 +120258,6 @@ "Doc/library/turtle.rst", "Doc/library/types.rst", "Doc/library/typing.rst", - "Doc/library/undoc.rst", "Doc/library/unicodedata.rst", "Doc/library/unittest.mock-examples.rst", "Doc/library/unittest.mock.rst", @@ -120715,7 +120991,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -120809,6 +121085,8 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/example_noext", + "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -120867,6 +121145,7 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", @@ -120899,6 +121178,7 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", + "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -121173,6 +121453,7 @@ "Lib/test/ann_module3.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", + "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -121595,7 +121876,6 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", - "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -121619,6 +121899,7 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -122790,6 +123071,9 @@ "Misc/NEWS.d/3.9.0rc2.rst", "Misc/NEWS.d/3.9.1.rst", "Misc/NEWS.d/3.9.10.rst", + "Misc/NEWS.d/3.9.11.rst", + "Misc/NEWS.d/3.9.12.rst", + "Misc/NEWS.d/3.9.13.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -124178,7 +124462,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.9": [ + "v3.9.12": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -124765,7 +125049,6 @@ "Doc/tools/rstlint.py", "Doc/tools/static", "Doc/tools/static/changelog_search.js", - "Doc/tools/static/switchers.js", "Doc/tools/susp-ignored.csv", "Doc/tools/templates", "Doc/tools/templates/customsourcelink.html", @@ -125432,7 +125715,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -125526,6 +125809,8 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/example_noext", + "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -125584,6 +125869,7 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", @@ -125616,6 +125902,7 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", + "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -125890,6 +126177,7 @@ "Lib/test/ann_module3.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", + "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -126312,7 +126600,6 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", - "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -126336,6 +126623,7 @@ "Lib/test/test_asyncio/test_threads.py", "Lib/test/test_asyncio/test_transports.py", "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_waitfor.py", "Lib/test/test_asyncio/test_windows_events.py", "Lib/test/test_asyncio/test_windows_utils.py", "Lib/test/test_asyncio/utils.py", @@ -127335,9 +127623,7 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", - "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", - "Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", @@ -127508,6 +127794,9 @@ "Misc/NEWS.d/3.9.0rc1.rst", "Misc/NEWS.d/3.9.0rc2.rst", "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.10.rst", + "Misc/NEWS.d/3.9.11.rst", + "Misc/NEWS.d/3.9.12.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -128209,6 +128498,8 @@ "PC/winreg.c", "PC/winsound.c", "PCbuild", + "PCbuild/Directory.Build.props", + "PCbuild/Directory.Build.targets", "PCbuild/_asyncio.vcxproj", "PCbuild/_asyncio.vcxproj.filters", "PCbuild/_bz2.vcxproj", @@ -128894,7 +129185,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.8": [ + "v3.9.11": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -129481,7 +129772,6 @@ "Doc/tools/rstlint.py", "Doc/tools/static", "Doc/tools/static/changelog_search.js", - "Doc/tools/static/switchers.js", "Doc/tools/susp-ignored.csv", "Doc/tools/templates", "Doc/tools/templates/customsourcelink.html", @@ -130148,7 +130438,7 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", @@ -130242,6 +130532,8 @@ "Lib/idlelib/idle_test", "Lib/idlelib/idle_test/README.txt", "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/example_noext", + "Lib/idlelib/idle_test/example_stub.pyi", "Lib/idlelib/idle_test/htest.py", "Lib/idlelib/idle_test/mock_idle.py", "Lib/idlelib/idle_test/mock_tk.py", @@ -130300,6 +130592,7 @@ "Lib/idlelib/idle_test/test_tooltip.py", "Lib/idlelib/idle_test/test_tree.py", "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_util.py", "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", @@ -130332,6 +130625,7 @@ "Lib/idlelib/tooltip.py", "Lib/idlelib/tree.py", "Lib/idlelib/undo.py", + "Lib/idlelib/util.py", "Lib/idlelib/window.py", "Lib/idlelib/zoomheight.py", "Lib/idlelib/zzdummy.py", @@ -130606,6 +130900,7 @@ "Lib/test/ann_module3.py", "Lib/test/ann_module5.py", "Lib/test/ann_module6.py", + "Lib/test/ann_module7.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -132051,9 +132346,7 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", - "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", - "Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", @@ -132224,6 +132517,8 @@ "Misc/NEWS.d/3.9.0rc1.rst", "Misc/NEWS.d/3.9.0rc2.rst", "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.10.rst", + "Misc/NEWS.d/3.9.11.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -132233,6 +132528,7 @@ "Misc/NEWS.d/3.9.6.rst", "Misc/NEWS.d/3.9.7.rst", "Misc/NEWS.d/3.9.8.rst", + "Misc/NEWS.d/3.9.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -132924,6 +133220,8 @@ "PC/winreg.c", "PC/winsound.c", "PCbuild", + "PCbuild/Directory.Build.props", + "PCbuild/Directory.Build.targets", "PCbuild/_asyncio.vcxproj", "PCbuild/_asyncio.vcxproj.filters", "PCbuild/_bz2.vcxproj", @@ -133609,7 +133907,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.7": [ + "v3.9.10": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -134196,7 +134494,6 @@ "Doc/tools/rstlint.py", "Doc/tools/static", "Doc/tools/static/changelog_search.js", - "Doc/tools/static/switchers.js", "Doc/tools/susp-ignored.csv", "Doc/tools/templates", "Doc/tools/templates/customsourcelink.html", @@ -134863,8 +135160,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -135319,6 +135616,8 @@ "Lib/test/ann_module.py", "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", + "Lib/test/ann_module5.py", + "Lib/test/ann_module6.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -136590,7 +136889,6 @@ "Lib/tkinter/test", "Lib/tkinter/test/README", "Lib/tkinter/test/__init__.py", - "Lib/tkinter/test/runtktests.py", "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", @@ -136607,7 +136905,6 @@ "Lib/tkinter/test/test_ttk", "Lib/tkinter/test/test_ttk/__init__.py", "Lib/tkinter/test/test_ttk/test_extensions.py", - "Lib/tkinter/test/test_ttk/test_functions.py", "Lib/tkinter/test/test_ttk/test_style.py", "Lib/tkinter/test/test_ttk/test_widgets.py", "Lib/tkinter/test/widget_tests.py", @@ -136766,7 +137063,6 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", - "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -136938,6 +137234,7 @@ "Misc/NEWS.d/3.9.0rc1.rst", "Misc/NEWS.d/3.9.0rc2.rst", "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.10.rst", "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", @@ -136946,6 +137243,8 @@ "Misc/NEWS.d/3.9.5.rst", "Misc/NEWS.d/3.9.6.rst", "Misc/NEWS.d/3.9.7.rst", + "Misc/NEWS.d/3.9.8.rst", + "Misc/NEWS.d/3.9.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -137637,6 +137936,8 @@ "PC/winreg.c", "PC/winsound.c", "PCbuild", + "PCbuild/Directory.Build.props", + "PCbuild/Directory.Build.targets", "PCbuild/_asyncio.vcxproj", "PCbuild/_asyncio.vcxproj.filters", "PCbuild/_bz2.vcxproj", @@ -138322,7 +138623,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.6": [ + "v3.9.9": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -138357,6 +138658,7 @@ ".azure-pipelines/windows-release/stage-test-msi.yml", ".azure-pipelines/windows-release/stage-test-nuget.yml", ".azure-pipelines/windows-steps.yml", + ".editorconfig", ".gitattributes", ".github", ".github/CODEOWNERS", @@ -138740,7 +139042,6 @@ "Doc/library/os.path.rst", "Doc/library/os.rst", "Doc/library/ossaudiodev.rst", - "Doc/library/othergui.rst", "Doc/library/parser.rst", "Doc/library/pathlib-inheritance.png", "Doc/library/pathlib-inheritance.svg", @@ -138775,6 +139076,7 @@ "Doc/library/runpy.rst", "Doc/library/sched.rst", "Doc/library/secrets.rst", + "Doc/library/security_warnings.rst", "Doc/library/select.rst", "Doc/library/selectors.rst", "Doc/library/shelve.rst", @@ -139575,8 +139877,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -140026,10 +140328,13 @@ "Lib/test/__init__.py", "Lib/test/__main__.py", "Lib/test/_test_multiprocessing.py", + "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", + "Lib/test/ann_module5.py", + "Lib/test/ann_module6.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -140428,6 +140733,7 @@ "Lib/test/support/script_helper.py", "Lib/test/support/socket_helper.py", "Lib/test/support/testresult.py", + "Lib/test/support/warnings_helper.py", "Lib/test/talos-2019-0758.pem", "Lib/test/test___all__.py", "Lib/test/test___future__.py", @@ -141300,7 +141606,6 @@ "Lib/tkinter/test", "Lib/tkinter/test/README", "Lib/tkinter/test/__init__.py", - "Lib/tkinter/test/runtktests.py", "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", @@ -141317,7 +141622,6 @@ "Lib/tkinter/test/test_ttk", "Lib/tkinter/test/test_ttk/__init__.py", "Lib/tkinter/test/test_ttk/test_extensions.py", - "Lib/tkinter/test/test_ttk/test_functions.py", "Lib/tkinter/test/test_ttk/test_style.py", "Lib/tkinter/test/test_ttk/test_widgets.py", "Lib/tkinter/test/widget_tests.py", @@ -141476,7 +141780,9 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", + "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", + "Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", @@ -141654,6 +141960,9 @@ "Misc/NEWS.d/3.9.4.rst", "Misc/NEWS.d/3.9.5.rst", "Misc/NEWS.d/3.9.6.rst", + "Misc/NEWS.d/3.9.7.rst", + "Misc/NEWS.d/3.9.8.rst", + "Misc/NEWS.d/3.9.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -143030,7 +143339,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.5": [ + "v3.9.8": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -143065,6 +143374,7 @@ ".azure-pipelines/windows-release/stage-test-msi.yml", ".azure-pipelines/windows-release/stage-test-nuget.yml", ".azure-pipelines/windows-steps.yml", + ".editorconfig", ".gitattributes", ".github", ".github/CODEOWNERS", @@ -143145,6 +143455,7 @@ "Doc/c-api/sys.rst", "Doc/c-api/tuple.rst", "Doc/c-api/type.rst", + "Doc/c-api/typehints.rst", "Doc/c-api/typeobj.rst", "Doc/c-api/unicode.rst", "Doc/c-api/utilities.rst", @@ -143237,26 +143548,18 @@ "Doc/includes/sqlite3/collation_reverse.py", "Doc/includes/sqlite3/complete_statement.py", "Doc/includes/sqlite3/converter_point.py", - "Doc/includes/sqlite3/countcursors.py", - "Doc/includes/sqlite3/createdb.py", "Doc/includes/sqlite3/ctx_manager.py", - "Doc/includes/sqlite3/execsql_fetchonerow.py", - "Doc/includes/sqlite3/execsql_printall_1.py", "Doc/includes/sqlite3/execute_1.py", "Doc/includes/sqlite3/executemany_1.py", "Doc/includes/sqlite3/executemany_2.py", "Doc/includes/sqlite3/executescript.py", - "Doc/includes/sqlite3/insert_more_people.py", "Doc/includes/sqlite3/load_extension.py", "Doc/includes/sqlite3/md5func.py", "Doc/includes/sqlite3/mysumaggr.py", - "Doc/includes/sqlite3/parse_colnames.py", "Doc/includes/sqlite3/pysqlite_datetime.py", "Doc/includes/sqlite3/row_factory.py", "Doc/includes/sqlite3/rowclass.py", - "Doc/includes/sqlite3/shared_cache.py", "Doc/includes/sqlite3/shortcut_methods.py", - "Doc/includes/sqlite3/simple_tableprinter.py", "Doc/includes/sqlite3/text_factory.py", "Doc/includes/sublist.c", "Doc/includes/test.py", @@ -143455,7 +143758,6 @@ "Doc/library/os.path.rst", "Doc/library/os.rst", "Doc/library/ossaudiodev.rst", - "Doc/library/othergui.rst", "Doc/library/parser.rst", "Doc/library/pathlib-inheritance.png", "Doc/library/pathlib-inheritance.svg", @@ -143490,6 +143792,7 @@ "Doc/library/runpy.rst", "Doc/library/sched.rst", "Doc/library/secrets.rst", + "Doc/library/security_warnings.rst", "Doc/library/select.rst", "Doc/library/selectors.rst", "Doc/library/shelve.rst", @@ -144290,8 +144593,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -144741,10 +145044,13 @@ "Lib/test/__init__.py", "Lib/test/__main__.py", "Lib/test/_test_multiprocessing.py", + "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", "Lib/test/ann_module2.py", "Lib/test/ann_module3.py", + "Lib/test/ann_module5.py", + "Lib/test/ann_module6.py", "Lib/test/audiodata", "Lib/test/audiodata/pluck-alaw.aifc", "Lib/test/audiodata/pluck-pcm16.aiff", @@ -145143,6 +145449,7 @@ "Lib/test/support/script_helper.py", "Lib/test/support/socket_helper.py", "Lib/test/support/testresult.py", + "Lib/test/support/warnings_helper.py", "Lib/test/talos-2019-0758.pem", "Lib/test/test___all__.py", "Lib/test/test___future__.py", @@ -146015,7 +146322,6 @@ "Lib/tkinter/test", "Lib/tkinter/test/README", "Lib/tkinter/test/__init__.py", - "Lib/tkinter/test/runtktests.py", "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", @@ -146032,7 +146338,6 @@ "Lib/tkinter/test/test_ttk", "Lib/tkinter/test/test_ttk/__init__.py", "Lib/tkinter/test/test_ttk/test_extensions.py", - "Lib/tkinter/test/test_ttk/test_functions.py", "Lib/tkinter/test/test_ttk/test_style.py", "Lib/tkinter/test/test_ttk/test_widgets.py", "Lib/tkinter/test/widget_tests.py", @@ -146191,7 +146496,9 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", + "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", + "Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", @@ -146368,6 +146675,9 @@ "Misc/NEWS.d/3.9.3.rst", "Misc/NEWS.d/3.9.4.rst", "Misc/NEWS.d/3.9.5.rst", + "Misc/NEWS.d/3.9.6.rst", + "Misc/NEWS.d/3.9.7.rst", + "Misc/NEWS.d/3.9.8.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -147744,7 +148054,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.4": [ + "v3.9.7": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -147779,6 +148089,7 @@ ".azure-pipelines/windows-release/stage-test-msi.yml", ".azure-pipelines/windows-release/stage-test-nuget.yml", ".azure-pipelines/windows-steps.yml", + ".editorconfig", ".gitattributes", ".github", ".github/CODEOWNERS", @@ -147859,6 +148170,7 @@ "Doc/c-api/sys.rst", "Doc/c-api/tuple.rst", "Doc/c-api/type.rst", + "Doc/c-api/typehints.rst", "Doc/c-api/typeobj.rst", "Doc/c-api/unicode.rst", "Doc/c-api/utilities.rst", @@ -147868,6 +148180,7 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", + "Doc/data/python3.9.abi", "Doc/data/refcounts.dat", "Doc/distributing", "Doc/distributing/index.rst", @@ -147950,26 +148263,18 @@ "Doc/includes/sqlite3/collation_reverse.py", "Doc/includes/sqlite3/complete_statement.py", "Doc/includes/sqlite3/converter_point.py", - "Doc/includes/sqlite3/countcursors.py", - "Doc/includes/sqlite3/createdb.py", "Doc/includes/sqlite3/ctx_manager.py", - "Doc/includes/sqlite3/execsql_fetchonerow.py", - "Doc/includes/sqlite3/execsql_printall_1.py", "Doc/includes/sqlite3/execute_1.py", "Doc/includes/sqlite3/executemany_1.py", "Doc/includes/sqlite3/executemany_2.py", "Doc/includes/sqlite3/executescript.py", - "Doc/includes/sqlite3/insert_more_people.py", "Doc/includes/sqlite3/load_extension.py", "Doc/includes/sqlite3/md5func.py", "Doc/includes/sqlite3/mysumaggr.py", - "Doc/includes/sqlite3/parse_colnames.py", "Doc/includes/sqlite3/pysqlite_datetime.py", "Doc/includes/sqlite3/row_factory.py", "Doc/includes/sqlite3/rowclass.py", - "Doc/includes/sqlite3/shared_cache.py", "Doc/includes/sqlite3/shortcut_methods.py", - "Doc/includes/sqlite3/simple_tableprinter.py", "Doc/includes/sqlite3/text_factory.py", "Doc/includes/sublist.c", "Doc/includes/test.py", @@ -148168,7 +148473,6 @@ "Doc/library/os.path.rst", "Doc/library/os.rst", "Doc/library/ossaudiodev.rst", - "Doc/library/othergui.rst", "Doc/library/parser.rst", "Doc/library/pathlib-inheritance.png", "Doc/library/pathlib-inheritance.svg", @@ -148203,6 +148507,7 @@ "Doc/library/runpy.rst", "Doc/library/sched.rst", "Doc/library/secrets.rst", + "Doc/library/security_warnings.rst", "Doc/library/select.rst", "Doc/library/selectors.rst", "Doc/library/shelve.rst", @@ -149003,8 +149308,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -149454,6 +149759,7 @@ "Lib/test/__init__.py", "Lib/test/__main__.py", "Lib/test/_test_multiprocessing.py", + "Lib/test/_typed_dict_helper.py", "Lib/test/allsans.pem", "Lib/test/ann_module.py", "Lib/test/ann_module2.py", @@ -149796,6 +150102,7 @@ "Lib/test/mp_preload.py", "Lib/test/multibytecodec_support.py", "Lib/test/nokia.pem", + "Lib/test/nosan.pem", "Lib/test/nullbytecert.pem", "Lib/test/nullcert.pem", "Lib/test/pickletester.py", @@ -149855,6 +150162,7 @@ "Lib/test/support/script_helper.py", "Lib/test/support/socket_helper.py", "Lib/test/support/testresult.py", + "Lib/test/support/warnings_helper.py", "Lib/test/talos-2019-0758.pem", "Lib/test/test___all__.py", "Lib/test/test___future__.py", @@ -150903,6 +151211,7 @@ "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", + "Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", @@ -151079,6 +151388,9 @@ "Misc/NEWS.d/3.9.2rc1.rst", "Misc/NEWS.d/3.9.3.rst", "Misc/NEWS.d/3.9.4.rst", + "Misc/NEWS.d/3.9.5.rst", + "Misc/NEWS.d/3.9.6.rst", + "Misc/NEWS.d/3.9.7.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -151361,6 +151673,8 @@ "Modules/_ssl", "Modules/_ssl/debughelpers.c", "Modules/_ssl_data.h", + "Modules/_ssl_data_111.h", + "Modules/_ssl_data_300.h", "Modules/_stat.c", "Modules/_statisticsmodule.c", "Modules/_struct.c", @@ -152453,7 +152767,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.3": [ + "v3.9.6": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -152568,6 +152882,7 @@ "Doc/c-api/sys.rst", "Doc/c-api/tuple.rst", "Doc/c-api/type.rst", + "Doc/c-api/typehints.rst", "Doc/c-api/typeobj.rst", "Doc/c-api/unicode.rst", "Doc/c-api/utilities.rst", @@ -152577,6 +152892,7 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", + "Doc/data/python3.9.abi", "Doc/data/refcounts.dat", "Doc/distributing", "Doc/distributing/index.rst", @@ -152659,26 +152975,18 @@ "Doc/includes/sqlite3/collation_reverse.py", "Doc/includes/sqlite3/complete_statement.py", "Doc/includes/sqlite3/converter_point.py", - "Doc/includes/sqlite3/countcursors.py", - "Doc/includes/sqlite3/createdb.py", "Doc/includes/sqlite3/ctx_manager.py", - "Doc/includes/sqlite3/execsql_fetchonerow.py", - "Doc/includes/sqlite3/execsql_printall_1.py", "Doc/includes/sqlite3/execute_1.py", "Doc/includes/sqlite3/executemany_1.py", "Doc/includes/sqlite3/executemany_2.py", "Doc/includes/sqlite3/executescript.py", - "Doc/includes/sqlite3/insert_more_people.py", "Doc/includes/sqlite3/load_extension.py", "Doc/includes/sqlite3/md5func.py", "Doc/includes/sqlite3/mysumaggr.py", - "Doc/includes/sqlite3/parse_colnames.py", "Doc/includes/sqlite3/pysqlite_datetime.py", "Doc/includes/sqlite3/row_factory.py", "Doc/includes/sqlite3/rowclass.py", - "Doc/includes/sqlite3/shared_cache.py", "Doc/includes/sqlite3/shortcut_methods.py", - "Doc/includes/sqlite3/simple_tableprinter.py", "Doc/includes/sqlite3/text_factory.py", "Doc/includes/sublist.c", "Doc/includes/test.py", @@ -153712,8 +154020,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -154505,6 +154813,7 @@ "Lib/test/mp_preload.py", "Lib/test/multibytecodec_support.py", "Lib/test/nokia.pem", + "Lib/test/nosan.pem", "Lib/test/nullbytecert.pem", "Lib/test/nullcert.pem", "Lib/test/pickletester.py", @@ -155787,6 +156096,9 @@ "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", "Misc/NEWS.d/3.9.3.rst", + "Misc/NEWS.d/3.9.4.rst", + "Misc/NEWS.d/3.9.5.rst", + "Misc/NEWS.d/3.9.6.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -156069,6 +156381,8 @@ "Modules/_ssl", "Modules/_ssl/debughelpers.c", "Modules/_ssl_data.h", + "Modules/_ssl_data_111.h", + "Modules/_ssl_data_300.h", "Modules/_stat.c", "Modules/_statisticsmodule.c", "Modules/_struct.c", @@ -157161,7 +157475,7 @@ "pyconfig.h.in", "setup.py" ], - "v3.9.2": [ + "v3.9.5": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -157285,6 +157599,7 @@ "Doc/contents.rst", "Doc/copyright.rst", "Doc/data", + "Doc/data/python3.9.abi", "Doc/data/refcounts.dat", "Doc/distributing", "Doc/distributing/index.rst", @@ -158420,8 +158735,8 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", - "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-21.1.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", "Lib/enum.py", "Lib/filecmp.py", @@ -159213,6 +159528,7 @@ "Lib/test/mp_preload.py", "Lib/test/multibytecodec_support.py", "Lib/test/nokia.pem", + "Lib/test/nosan.pem", "Lib/test/nullbytecert.pem", "Lib/test/nullcert.pem", "Lib/test/pickletester.py", @@ -159686,6 +160002,9 @@ "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/partial", + "Lib/test/test_importlib/partial/cfimport.py", + "Lib/test/test_importlib/partial/pool_in_threads.py", "Lib/test/test_importlib/source", "Lib/test/test_importlib/source/__init__.py", "Lib/test/test_importlib/source/__main__.py", @@ -160491,6 +160810,9 @@ "Misc/NEWS.d/3.9.1rc1.rst", "Misc/NEWS.d/3.9.2.rst", "Misc/NEWS.d/3.9.2rc1.rst", + "Misc/NEWS.d/3.9.3.rst", + "Misc/NEWS.d/3.9.4.rst", + "Misc/NEWS.d/3.9.5.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -160773,6 +161095,8 @@ "Modules/_ssl", "Modules/_ssl/debughelpers.c", "Modules/_ssl_data.h", + "Modules/_ssl_data_111.h", + "Modules/_ssl_data_300.h", "Modules/_stat.c", "Modules/_statisticsmodule.c", "Modules/_struct.c", @@ -161861,14 +162185,11 @@ "configure", "configure.ac", "install-sh", - "m4", - "m4/ax_c_float_words_bigendian.m4", - "m4/ax_check_openssl.m4", "netlify.toml", "pyconfig.h.in", "setup.py" ], - "v3.9.1": [ + "v3.9.4": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -163282,6 +163603,7 @@ "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/idle_test/test_zzdummy.py", "Lib/idlelib/iomenu.py", "Lib/idlelib/macosx.py", "Lib/idlelib/mainmenu.py", @@ -164001,6 +164323,7 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", @@ -164391,6 +164714,9 @@ "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/partial", + "Lib/test/test_importlib/partial/cfimport.py", + "Lib/test/test_importlib/partial/pool_in_threads.py", "Lib/test/test_importlib/source", "Lib/test/test_importlib/source/__init__.py", "Lib/test/test_importlib/source/__main__.py", @@ -164850,11 +165176,13 @@ "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_colorchooser.py", "Lib/tkinter/test/test_tkinter/test_font.py", "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", "Lib/tkinter/test/test_tkinter/test_images.py", "Lib/tkinter/test/test_tkinter/test_loadtk.py", "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_simpledialog.py", "Lib/tkinter/test/test_tkinter/test_text.py", "Lib/tkinter/test/test_tkinter/test_variables.py", "Lib/tkinter/test/test_tkinter/test_widgets.py", @@ -165022,7 +165350,6 @@ "Mac/BuildScript", "Mac/BuildScript/README.rst", "Mac/BuildScript/build-installer.py", - "Mac/BuildScript/openssl-mac-arm64.patch", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", "Mac/BuildScript/resources/License.rtf", @@ -165193,6 +165520,10 @@ "Misc/NEWS.d/3.9.0rc2.rst", "Misc/NEWS.d/3.9.1.rst", "Misc/NEWS.d/3.9.1rc1.rst", + "Misc/NEWS.d/3.9.2.rst", + "Misc/NEWS.d/3.9.2rc1.rst", + "Misc/NEWS.d/3.9.3.rst", + "Misc/NEWS.d/3.9.4.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -166563,14 +166894,11 @@ "configure", "configure.ac", "install-sh", - "m4", - "m4/ax_c_float_words_bigendian.m4", - "m4/ax_check_openssl.m4", "netlify.toml", "pyconfig.h.in", "setup.py" ], - "v3.9.0": [ + "v3.9.3": [ ".azure-pipelines", ".azure-pipelines/ci.yml", ".azure-pipelines/docs-steps.yml", @@ -167829,7 +168157,6 @@ "Lib/ensurepip/__main__.py", "Lib/ensurepip/_bundled", "Lib/ensurepip/_bundled/__init__.py", - "Lib/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl", "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", "Lib/ensurepip/_uninstall.py", @@ -167985,6 +168312,7 @@ "Lib/idlelib/idle_test/test_warning.py", "Lib/idlelib/idle_test/test_window.py", "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/idle_test/test_zzdummy.py", "Lib/idlelib/iomenu.py", "Lib/idlelib/macosx.py", "Lib/idlelib/mainmenu.py", @@ -168704,11 +169032,13 @@ "Lib/test/test_asyncio/echo2.py", "Lib/test/test_asyncio/echo3.py", "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", "Lib/test/test_asyncio/test_base_events.py", "Lib/test/test_asyncio/test_buffered_proto.py", "Lib/test/test_asyncio/test_context.py", "Lib/test/test_asyncio/test_events.py", "Lib/test/test_asyncio/test_futures.py", + "Lib/test/test_asyncio/test_futures2.py", "Lib/test/test_asyncio/test_locks.py", "Lib/test/test_asyncio/test_pep492.py", "Lib/test/test_asyncio/test_proactor_events.py", @@ -168994,9 +169324,18782 @@ "Lib/test/test_import/data/package2", "Lib/test/test_import/data/package2/submodule1.py", "Lib/test/test_import/data/package2/submodule2.py", - "Lib/test/test_import/data/unwritable", - "Lib/test/test_import/data/unwritable/__init__.py", - "Lib/test/test_import/data/unwritable/x.py", + "Lib/test/test_import/data/unwritable", + "Lib/test/test_import/data/unwritable/__init__.py", + "Lib/test/test_import/data/unwritable/x.py", + "Lib/test/test_importlib", + "Lib/test/test_importlib/__init__.py", + "Lib/test/test_importlib/__main__.py", + "Lib/test/test_importlib/abc.py", + "Lib/test/test_importlib/builtin", + "Lib/test/test_importlib/builtin/__init__.py", + "Lib/test/test_importlib/builtin/__main__.py", + "Lib/test/test_importlib/builtin/test_finder.py", + "Lib/test/test_importlib/builtin/test_loader.py", + "Lib/test/test_importlib/data", + "Lib/test/test_importlib/data/__init__.py", + "Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", + "Lib/test/test_importlib/data/example-21.12-py3.6.egg", + "Lib/test/test_importlib/data01", + "Lib/test/test_importlib/data01/__init__.py", + "Lib/test/test_importlib/data01/binary.file", + "Lib/test/test_importlib/data01/subdirectory", + "Lib/test/test_importlib/data01/subdirectory/__init__.py", + "Lib/test/test_importlib/data01/subdirectory/binary.file", + "Lib/test/test_importlib/data01/utf-16.file", + "Lib/test/test_importlib/data01/utf-8.file", + "Lib/test/test_importlib/data02", + "Lib/test/test_importlib/data02/__init__.py", + "Lib/test/test_importlib/data02/one", + "Lib/test/test_importlib/data02/one/__init__.py", + "Lib/test/test_importlib/data02/one/resource1.txt", + "Lib/test/test_importlib/data02/two", + "Lib/test/test_importlib/data02/two/__init__.py", + "Lib/test/test_importlib/data02/two/resource2.txt", + "Lib/test/test_importlib/data03", + "Lib/test/test_importlib/data03/__init__.py", + "Lib/test/test_importlib/data03/namespace", + "Lib/test/test_importlib/data03/namespace/portion1", + "Lib/test/test_importlib/data03/namespace/portion1/__init__.py", + "Lib/test/test_importlib/data03/namespace/portion2", + "Lib/test/test_importlib/data03/namespace/portion2/__init__.py", + "Lib/test/test_importlib/data03/namespace/resource1.txt", + "Lib/test/test_importlib/extension", + "Lib/test/test_importlib/extension/__init__.py", + "Lib/test/test_importlib/extension/__main__.py", + "Lib/test/test_importlib/extension/test_case_sensitivity.py", + "Lib/test/test_importlib/extension/test_finder.py", + "Lib/test/test_importlib/extension/test_loader.py", + "Lib/test/test_importlib/extension/test_path_hook.py", + "Lib/test/test_importlib/fixtures.py", + "Lib/test/test_importlib/frozen", + "Lib/test/test_importlib/frozen/__init__.py", + "Lib/test/test_importlib/frozen/__main__.py", + "Lib/test/test_importlib/frozen/test_finder.py", + "Lib/test/test_importlib/frozen/test_loader.py", + "Lib/test/test_importlib/import_", + "Lib/test/test_importlib/import_/__init__.py", + "Lib/test/test_importlib/import_/__main__.py", + "Lib/test/test_importlib/import_/test___loader__.py", + "Lib/test/test_importlib/import_/test___package__.py", + "Lib/test/test_importlib/import_/test_api.py", + "Lib/test/test_importlib/import_/test_caching.py", + "Lib/test/test_importlib/import_/test_fromlist.py", + "Lib/test/test_importlib/import_/test_meta_path.py", + "Lib/test/test_importlib/import_/test_packages.py", + "Lib/test/test_importlib/import_/test_path.py", + "Lib/test/test_importlib/import_/test_relative_imports.py", + "Lib/test/test_importlib/namespace_pkgs", + "Lib/test/test_importlib/namespace_pkgs/both_portions", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/missing_directory.zip", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty", + "Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion1", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion2", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/project1", + "Lib/test/test_importlib/namespace_pkgs/project1/parent", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py", + "Lib/test/test_importlib/namespace_pkgs/project2", + "Lib/test/test_importlib/namespace_pkgs/project2/parent", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py", + "Lib/test/test_importlib/namespace_pkgs/project3", + "Lib/test/test_importlib/namespace_pkgs/project3/parent", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", + "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/partial", + "Lib/test/test_importlib/partial/cfimport.py", + "Lib/test/test_importlib/partial/pool_in_threads.py", + "Lib/test/test_importlib/source", + "Lib/test/test_importlib/source/__init__.py", + "Lib/test/test_importlib/source/__main__.py", + "Lib/test/test_importlib/source/test_case_sensitivity.py", + "Lib/test/test_importlib/source/test_file_loader.py", + "Lib/test/test_importlib/source/test_finder.py", + "Lib/test/test_importlib/source/test_path_hook.py", + "Lib/test/test_importlib/source/test_source_encoding.py", + "Lib/test/test_importlib/stubs.py", + "Lib/test/test_importlib/test_abc.py", + "Lib/test/test_importlib/test_api.py", + "Lib/test/test_importlib/test_files.py", + "Lib/test/test_importlib/test_lazy.py", + "Lib/test/test_importlib/test_locks.py", + "Lib/test/test_importlib/test_main.py", + "Lib/test/test_importlib/test_metadata_api.py", + "Lib/test/test_importlib/test_namespace_pkgs.py", + "Lib/test/test_importlib/test_open.py", + "Lib/test/test_importlib/test_path.py", + "Lib/test/test_importlib/test_pkg_import.py", + "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_resource.py", + "Lib/test/test_importlib/test_spec.py", + "Lib/test/test_importlib/test_threaded_import.py", + "Lib/test/test_importlib/test_util.py", + "Lib/test/test_importlib/test_windows.py", + "Lib/test/test_importlib/test_zip.py", + "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/util.py", + "Lib/test/test_importlib/zipdata01", + "Lib/test/test_importlib/zipdata01/__init__.py", + "Lib/test/test_importlib/zipdata01/ziptestdata.zip", + "Lib/test/test_importlib/zipdata02", + "Lib/test/test_importlib/zipdata02/__init__.py", + "Lib/test/test_importlib/zipdata02/ziptestdata.zip", + "Lib/test/test_index.py", + "Lib/test/test_inspect.py", + "Lib/test/test_int.py", + "Lib/test/test_int_literal.py", + "Lib/test/test_io.py", + "Lib/test/test_ioctl.py", + "Lib/test/test_ipaddress.py", + "Lib/test/test_isinstance.py", + "Lib/test/test_iter.py", + "Lib/test/test_iterlen.py", + "Lib/test/test_itertools.py", + "Lib/test/test_json", + "Lib/test/test_json/__init__.py", + "Lib/test/test_json/__main__.py", + "Lib/test/test_json/test_decode.py", + "Lib/test/test_json/test_default.py", + "Lib/test/test_json/test_dump.py", + "Lib/test/test_json/test_encode_basestring_ascii.py", + "Lib/test/test_json/test_enum.py", + "Lib/test/test_json/test_fail.py", + "Lib/test/test_json/test_float.py", + "Lib/test/test_json/test_indent.py", + "Lib/test/test_json/test_pass1.py", + "Lib/test/test_json/test_pass2.py", + "Lib/test/test_json/test_pass3.py", + "Lib/test/test_json/test_recursion.py", + "Lib/test/test_json/test_scanstring.py", + "Lib/test/test_json/test_separators.py", + "Lib/test/test_json/test_speedups.py", + "Lib/test/test_json/test_tool.py", + "Lib/test/test_json/test_unicode.py", + "Lib/test/test_keyword.py", + "Lib/test/test_keywordonlyarg.py", + "Lib/test/test_kqueue.py", + "Lib/test/test_largefile.py", + "Lib/test/test_lib2to3.py", + "Lib/test/test_linecache.py", + "Lib/test/test_list.py", + "Lib/test/test_listcomps.py", + "Lib/test/test_lltrace.py", + "Lib/test/test_locale.py", + "Lib/test/test_logging.py", + "Lib/test/test_long.py", + "Lib/test/test_longexp.py", + "Lib/test/test_lzma.py", + "Lib/test/test_mailbox.py", + "Lib/test/test_mailcap.py", + "Lib/test/test_marshal.py", + "Lib/test/test_math.py", + "Lib/test/test_memoryio.py", + "Lib/test/test_memoryview.py", + "Lib/test/test_metaclass.py", + "Lib/test/test_mimetypes.py", + "Lib/test/test_minidom.py", + "Lib/test/test_mmap.py", + "Lib/test/test_module.py", + "Lib/test/test_modulefinder.py", + "Lib/test/test_msilib.py", + "Lib/test/test_multibytecodec.py", + "Lib/test/test_multiprocessing_fork.py", + "Lib/test/test_multiprocessing_forkserver.py", + "Lib/test/test_multiprocessing_main_handling.py", + "Lib/test/test_multiprocessing_spawn.py", + "Lib/test/test_named_expressions.py", + "Lib/test/test_netrc.py", + "Lib/test/test_nis.py", + "Lib/test/test_nntplib.py", + "Lib/test/test_ntpath.py", + "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcodes.py", + "Lib/test/test_openpty.py", + "Lib/test/test_operator.py", + "Lib/test/test_optparse.py", + "Lib/test/test_ordered_dict.py", + "Lib/test/test_os.py", + "Lib/test/test_ossaudiodev.py", + "Lib/test/test_osx_env.py", + "Lib/test/test_parser.py", + "Lib/test/test_pathlib.py", + "Lib/test/test_pdb.py", + "Lib/test/test_peepholer.py", + "Lib/test/test_peg_generator", + "Lib/test/test_peg_generator/__init__.py", + "Lib/test/test_peg_generator/__main__.py", + "Lib/test/test_peg_generator/test_c_parser.py", + "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_peg_parser.py", + "Lib/test/test_pickle.py", + "Lib/test/test_picklebuffer.py", + "Lib/test/test_pickletools.py", + "Lib/test/test_pipes.py", + "Lib/test/test_pkg.py", + "Lib/test/test_pkgutil.py", + "Lib/test/test_platform.py", + "Lib/test/test_plistlib.py", + "Lib/test/test_poll.py", + "Lib/test/test_popen.py", + "Lib/test/test_poplib.py", + "Lib/test/test_positional_only_arg.py", + "Lib/test/test_posix.py", + "Lib/test/test_posixpath.py", + "Lib/test/test_pow.py", + "Lib/test/test_pprint.py", + "Lib/test/test_print.py", + "Lib/test/test_profile.py", + "Lib/test/test_property.py", + "Lib/test/test_pstats.py", + "Lib/test/test_pty.py", + "Lib/test/test_pulldom.py", + "Lib/test/test_pwd.py", + "Lib/test/test_py_compile.py", + "Lib/test/test_pyclbr.py", + "Lib/test/test_pydoc.py", + "Lib/test/test_pyexpat.py", + "Lib/test/test_queue.py", + "Lib/test/test_quopri.py", + "Lib/test/test_raise.py", + "Lib/test/test_random.py", + "Lib/test/test_range.py", + "Lib/test/test_re.py", + "Lib/test/test_readline.py", + "Lib/test/test_regrtest.py", + "Lib/test/test_repl.py", + "Lib/test/test_reprlib.py", + "Lib/test/test_resource.py", + "Lib/test/test_richcmp.py", + "Lib/test/test_rlcompleter.py", + "Lib/test/test_robotparser.py", + "Lib/test/test_runpy.py", + "Lib/test/test_sax.py", + "Lib/test/test_sched.py", + "Lib/test/test_scope.py", + "Lib/test/test_script_helper.py", + "Lib/test/test_secrets.py", + "Lib/test/test_select.py", + "Lib/test/test_selectors.py", + "Lib/test/test_set.py", + "Lib/test/test_setcomps.py", + "Lib/test/test_shelve.py", + "Lib/test/test_shlex.py", + "Lib/test/test_shutil.py", + "Lib/test/test_signal.py", + "Lib/test/test_site.py", + "Lib/test/test_slice.py", + "Lib/test/test_smtpd.py", + "Lib/test/test_smtplib.py", + "Lib/test/test_smtpnet.py", + "Lib/test/test_sndhdr.py", + "Lib/test/test_socket.py", + "Lib/test/test_socketserver.py", + "Lib/test/test_sort.py", + "Lib/test/test_source_encoding.py", + "Lib/test/test_spwd.py", + "Lib/test/test_sqlite.py", + "Lib/test/test_ssl.py", + "Lib/test/test_startfile.py", + "Lib/test/test_stat.py", + "Lib/test/test_statistics.py", + "Lib/test/test_strftime.py", + "Lib/test/test_string.py", + "Lib/test/test_string_literals.py", + "Lib/test/test_stringprep.py", + "Lib/test/test_strptime.py", + "Lib/test/test_strtod.py", + "Lib/test/test_struct.py", + "Lib/test/test_structmembers.py", + "Lib/test/test_structseq.py", + "Lib/test/test_subclassinit.py", + "Lib/test/test_subprocess.py", + "Lib/test/test_sunau.py", + "Lib/test/test_sundry.py", + "Lib/test/test_super.py", + "Lib/test/test_support.py", + "Lib/test/test_symbol.py", + "Lib/test/test_symtable.py", + "Lib/test/test_syntax.py", + "Lib/test/test_sys.py", + "Lib/test/test_sys_setprofile.py", + "Lib/test/test_sys_settrace.py", + "Lib/test/test_sysconfig.py", + "Lib/test/test_syslog.py", + "Lib/test/test_tabnanny.py", + "Lib/test/test_tarfile.py", + "Lib/test/test_tcl.py", + "Lib/test/test_telnetlib.py", + "Lib/test/test_tempfile.py", + "Lib/test/test_textwrap.py", + "Lib/test/test_thread.py", + "Lib/test/test_threadedtempfile.py", + "Lib/test/test_threading.py", + "Lib/test/test_threading_local.py", + "Lib/test/test_threadsignals.py", + "Lib/test/test_time.py", + "Lib/test/test_timeit.py", + "Lib/test/test_timeout.py", + "Lib/test/test_tix.py", + "Lib/test/test_tk.py", + "Lib/test/test_tokenize.py", + "Lib/test/test_tools", + "Lib/test/test_tools/__init__.py", + "Lib/test/test_tools/__main__.py", + "Lib/test/test_tools/test_c_analyzer", + "Lib/test/test_tools/test_c_analyzer/__init__.py", + "Lib/test/test_tools/test_c_analyzer/__main__.py", + "Lib/test/test_tools/test_c_analyzer/test_common", + "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython", + "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", + "Lib/test/test_tools/test_c_analyzer/test_parser", + "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols", + "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables", + "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", + "Lib/test/test_tools/test_c_analyzer/util.py", + "Lib/test/test_tools/test_fixcid.py", + "Lib/test/test_tools/test_gprof2html.py", + "Lib/test/test_tools/test_i18n.py", + "Lib/test/test_tools/test_lll.py", + "Lib/test/test_tools/test_md5sum.py", + "Lib/test/test_tools/test_pathfix.py", + "Lib/test/test_tools/test_pdeps.py", + "Lib/test/test_tools/test_pindent.py", + "Lib/test/test_tools/test_reindent.py", + "Lib/test/test_tools/test_sundry.py", + "Lib/test/test_trace.py", + "Lib/test/test_traceback.py", + "Lib/test/test_tracemalloc.py", + "Lib/test/test_ttk_guionly.py", + "Lib/test/test_ttk_textonly.py", + "Lib/test/test_tuple.py", + "Lib/test/test_turtle.py", + "Lib/test/test_type_comments.py", + "Lib/test/test_typechecks.py", + "Lib/test/test_types.py", + "Lib/test/test_typing.py", + "Lib/test/test_ucn.py", + "Lib/test/test_unary.py", + "Lib/test/test_unicode.py", + "Lib/test/test_unicode_file.py", + "Lib/test/test_unicode_file_functions.py", + "Lib/test/test_unicode_identifiers.py", + "Lib/test/test_unicodedata.py", + "Lib/test/test_unittest.py", + "Lib/test/test_univnewlines.py", + "Lib/test/test_unpack.py", + "Lib/test/test_unpack_ex.py", + "Lib/test/test_unparse.py", + "Lib/test/test_urllib.py", + "Lib/test/test_urllib2.py", + "Lib/test/test_urllib2_localnet.py", + "Lib/test/test_urllib2net.py", + "Lib/test/test_urllib_response.py", + "Lib/test/test_urllibnet.py", + "Lib/test/test_urlparse.py", + "Lib/test/test_userdict.py", + "Lib/test/test_userlist.py", + "Lib/test/test_userstring.py", + "Lib/test/test_utf8_mode.py", + "Lib/test/test_utf8source.py", + "Lib/test/test_uu.py", + "Lib/test/test_uuid.py", + "Lib/test/test_venv.py", + "Lib/test/test_wait3.py", + "Lib/test/test_wait4.py", + "Lib/test/test_warnings", + "Lib/test/test_warnings/__init__.py", + "Lib/test/test_warnings/__main__.py", + "Lib/test/test_warnings/data", + "Lib/test/test_warnings/data/import_warning.py", + "Lib/test/test_warnings/data/stacklevel.py", + "Lib/test/test_wave.py", + "Lib/test/test_weakref.py", + "Lib/test/test_weakset.py", + "Lib/test/test_webbrowser.py", + "Lib/test/test_winconsoleio.py", + "Lib/test/test_winreg.py", + "Lib/test/test_winsound.py", + "Lib/test/test_with.py", + "Lib/test/test_wsgiref.py", + "Lib/test/test_xdrlib.py", + "Lib/test/test_xml_dom_minicompat.py", + "Lib/test/test_xml_etree.py", + "Lib/test/test_xml_etree_c.py", + "Lib/test/test_xmlrpc.py", + "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxtestfuzz.py", + "Lib/test/test_yield_from.py", + "Lib/test/test_zipapp.py", + "Lib/test/test_zipfile.py", + "Lib/test/test_zipfile64.py", + "Lib/test/test_zipimport.py", + "Lib/test/test_zipimport_support.py", + "Lib/test/test_zlib.py", + "Lib/test/test_zoneinfo", + "Lib/test/test_zoneinfo/__init__.py", + "Lib/test/test_zoneinfo/__main__.py", + "Lib/test/test_zoneinfo/_support.py", + "Lib/test/test_zoneinfo/data", + "Lib/test/test_zoneinfo/data/update_test_data.py", + "Lib/test/test_zoneinfo/data/zoneinfo_data.json", + "Lib/test/test_zoneinfo/test_zoneinfo.py", + "Lib/test/testcodec.py", + "Lib/test/testtar.tar", + "Lib/test/tf_inherit_check.py", + "Lib/test/time_hashlib.py", + "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests.txt", + "Lib/test/tracedmodules", + "Lib/test/tracedmodules/__init__.py", + "Lib/test/tracedmodules/testmod.py", + "Lib/test/win_console_handler.py", + "Lib/test/xmltestdata", + "Lib/test/xmltestdata/c14n-20", + "Lib/test/xmltestdata/c14n-20/README", + "Lib/test/xmltestdata/c14n-20/c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/doc.dtd", + "Lib/test/xmltestdata/c14n-20/doc.xsl", + "Lib/test/xmltestdata/c14n-20/inC14N1.xml", + "Lib/test/xmltestdata/c14n-20/inC14N2.xml", + "Lib/test/xmltestdata/c14n-20/inC14N3.xml", + "Lib/test/xmltestdata/c14n-20/inC14N4.xml", + "Lib/test/xmltestdata/c14n-20/inC14N5.xml", + "Lib/test/xmltestdata/c14n-20/inC14N6.xml", + "Lib/test/xmltestdata/c14n-20/inNsContent.xml", + "Lib/test/xmltestdata/c14n-20/inNsDefault.xml", + "Lib/test/xmltestdata/c14n-20/inNsPushdown.xml", + "Lib/test/xmltestdata/c14n-20/inNsRedecl.xml", + "Lib/test/xmltestdata/c14n-20/inNsSort.xml", + "Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml", + "Lib/test/xmltestdata/c14n-20/inNsXml.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/world.txt", + "Lib/test/xmltestdata/expat224_utf8_bug.xml", + "Lib/test/xmltestdata/simple-ns.xml", + "Lib/test/xmltestdata/simple.xml", + "Lib/test/xmltestdata/test.xml", + "Lib/test/xmltestdata/test.xml.out", + "Lib/test/xmltests.py", + "Lib/test/zip_cp437_header.zip", + "Lib/test/zipdir.zip", + "Lib/test/ziptestdata", + "Lib/test/ziptestdata/README.md", + "Lib/test/ziptestdata/exe_with_z64", + "Lib/test/ziptestdata/exe_with_zip", + "Lib/test/ziptestdata/header.sh", + "Lib/test/ziptestdata/testdata_module_inside_zip.py", + "Lib/textwrap.py", + "Lib/this.py", + "Lib/threading.py", + "Lib/timeit.py", + "Lib/tkinter", + "Lib/tkinter/__init__.py", + "Lib/tkinter/__main__.py", + "Lib/tkinter/colorchooser.py", + "Lib/tkinter/commondialog.py", + "Lib/tkinter/constants.py", + "Lib/tkinter/dialog.py", + "Lib/tkinter/dnd.py", + "Lib/tkinter/filedialog.py", + "Lib/tkinter/font.py", + "Lib/tkinter/messagebox.py", + "Lib/tkinter/scrolledtext.py", + "Lib/tkinter/simpledialog.py", + "Lib/tkinter/test", + "Lib/tkinter/test/README", + "Lib/tkinter/test/__init__.py", + "Lib/tkinter/test/runtktests.py", + "Lib/tkinter/test/support.py", + "Lib/tkinter/test/test_tkinter", + "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_colorchooser.py", + "Lib/tkinter/test/test_tkinter/test_font.py", + "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", + "Lib/tkinter/test/test_tkinter/test_images.py", + "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_simpledialog.py", + "Lib/tkinter/test/test_tkinter/test_text.py", + "Lib/tkinter/test/test_tkinter/test_variables.py", + "Lib/tkinter/test/test_tkinter/test_widgets.py", + "Lib/tkinter/test/test_ttk", + "Lib/tkinter/test/test_ttk/__init__.py", + "Lib/tkinter/test/test_ttk/test_extensions.py", + "Lib/tkinter/test/test_ttk/test_functions.py", + "Lib/tkinter/test/test_ttk/test_style.py", + "Lib/tkinter/test/test_ttk/test_widgets.py", + "Lib/tkinter/test/widget_tests.py", + "Lib/tkinter/tix.py", + "Lib/tkinter/ttk.py", + "Lib/token.py", + "Lib/tokenize.py", + "Lib/trace.py", + "Lib/traceback.py", + "Lib/tracemalloc.py", + "Lib/tty.py", + "Lib/turtle.py", + "Lib/turtledemo", + "Lib/turtledemo/__init__.py", + "Lib/turtledemo/__main__.py", + "Lib/turtledemo/bytedesign.py", + "Lib/turtledemo/chaos.py", + "Lib/turtledemo/clock.py", + "Lib/turtledemo/colormixer.py", + "Lib/turtledemo/forest.py", + "Lib/turtledemo/fractalcurves.py", + "Lib/turtledemo/lindenmayer.py", + "Lib/turtledemo/minimal_hanoi.py", + "Lib/turtledemo/nim.py", + "Lib/turtledemo/paint.py", + "Lib/turtledemo/peace.py", + "Lib/turtledemo/penrose.py", + "Lib/turtledemo/planet_and_moon.py", + "Lib/turtledemo/rosette.py", + "Lib/turtledemo/round_dance.py", + "Lib/turtledemo/sorting_animate.py", + "Lib/turtledemo/tree.py", + "Lib/turtledemo/turtle.cfg", + "Lib/turtledemo/two_canvases.py", + "Lib/turtledemo/yinyang.py", + "Lib/types.py", + "Lib/typing.py", + "Lib/unittest", + "Lib/unittest/__init__.py", + "Lib/unittest/__main__.py", + "Lib/unittest/_log.py", + "Lib/unittest/async_case.py", + "Lib/unittest/case.py", + "Lib/unittest/loader.py", + "Lib/unittest/main.py", + "Lib/unittest/mock.py", + "Lib/unittest/result.py", + "Lib/unittest/runner.py", + "Lib/unittest/signals.py", + "Lib/unittest/suite.py", + "Lib/unittest/test", + "Lib/unittest/test/__init__.py", + "Lib/unittest/test/__main__.py", + "Lib/unittest/test/_test_warnings.py", + "Lib/unittest/test/dummy.py", + "Lib/unittest/test/support.py", + "Lib/unittest/test/test_assertions.py", + "Lib/unittest/test/test_async_case.py", + "Lib/unittest/test/test_break.py", + "Lib/unittest/test/test_case.py", + "Lib/unittest/test/test_discovery.py", + "Lib/unittest/test/test_functiontestcase.py", + "Lib/unittest/test/test_loader.py", + "Lib/unittest/test/test_program.py", + "Lib/unittest/test/test_result.py", + "Lib/unittest/test/test_runner.py", + "Lib/unittest/test/test_setups.py", + "Lib/unittest/test/test_skipping.py", + "Lib/unittest/test/test_suite.py", + "Lib/unittest/test/testmock", + "Lib/unittest/test/testmock/__init__.py", + "Lib/unittest/test/testmock/__main__.py", + "Lib/unittest/test/testmock/support.py", + "Lib/unittest/test/testmock/testasync.py", + "Lib/unittest/test/testmock/testcallable.py", + "Lib/unittest/test/testmock/testhelpers.py", + "Lib/unittest/test/testmock/testmagicmethods.py", + "Lib/unittest/test/testmock/testmock.py", + "Lib/unittest/test/testmock/testpatch.py", + "Lib/unittest/test/testmock/testsealable.py", + "Lib/unittest/test/testmock/testsentinel.py", + "Lib/unittest/test/testmock/testwith.py", + "Lib/unittest/util.py", + "Lib/urllib", + "Lib/urllib/__init__.py", + "Lib/urllib/error.py", + "Lib/urllib/parse.py", + "Lib/urllib/request.py", + "Lib/urllib/response.py", + "Lib/urllib/robotparser.py", + "Lib/uu.py", + "Lib/uuid.py", + "Lib/venv", + "Lib/venv/__init__.py", + "Lib/venv/__main__.py", + "Lib/venv/scripts", + "Lib/venv/scripts/common", + "Lib/venv/scripts/common/Activate.ps1", + "Lib/venv/scripts/common/activate", + "Lib/venv/scripts/nt", + "Lib/venv/scripts/nt/activate.bat", + "Lib/venv/scripts/nt/deactivate.bat", + "Lib/venv/scripts/posix", + "Lib/venv/scripts/posix/activate.csh", + "Lib/venv/scripts/posix/activate.fish", + "Lib/warnings.py", + "Lib/wave.py", + "Lib/weakref.py", + "Lib/webbrowser.py", + "Lib/wsgiref", + "Lib/wsgiref/__init__.py", + "Lib/wsgiref/handlers.py", + "Lib/wsgiref/headers.py", + "Lib/wsgiref/simple_server.py", + "Lib/wsgiref/util.py", + "Lib/wsgiref/validate.py", + "Lib/xdrlib.py", + "Lib/xml", + "Lib/xml/__init__.py", + "Lib/xml/dom", + "Lib/xml/dom/NodeFilter.py", + "Lib/xml/dom/__init__.py", + "Lib/xml/dom/domreg.py", + "Lib/xml/dom/expatbuilder.py", + "Lib/xml/dom/minicompat.py", + "Lib/xml/dom/minidom.py", + "Lib/xml/dom/pulldom.py", + "Lib/xml/dom/xmlbuilder.py", + "Lib/xml/etree", + "Lib/xml/etree/ElementInclude.py", + "Lib/xml/etree/ElementPath.py", + "Lib/xml/etree/ElementTree.py", + "Lib/xml/etree/__init__.py", + "Lib/xml/etree/cElementTree.py", + "Lib/xml/parsers", + "Lib/xml/parsers/__init__.py", + "Lib/xml/parsers/expat.py", + "Lib/xml/sax", + "Lib/xml/sax/__init__.py", + "Lib/xml/sax/_exceptions.py", + "Lib/xml/sax/expatreader.py", + "Lib/xml/sax/handler.py", + "Lib/xml/sax/saxutils.py", + "Lib/xml/sax/xmlreader.py", + "Lib/xmlrpc", + "Lib/xmlrpc/__init__.py", + "Lib/xmlrpc/client.py", + "Lib/xmlrpc/server.py", + "Lib/zipapp.py", + "Lib/zipfile.py", + "Lib/zipimport.py", + "Lib/zoneinfo", + "Lib/zoneinfo/__init__.py", + "Lib/zoneinfo/_common.py", + "Lib/zoneinfo/_tzpath.py", + "Lib/zoneinfo/_zoneinfo.py", + "Mac", + "Mac/BuildScript", + "Mac/BuildScript/README.rst", + "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/resources", + "Mac/BuildScript/resources/Conclusion.rtf", + "Mac/BuildScript/resources/License.rtf", + "Mac/BuildScript/resources/ReadMe.rtf", + "Mac/BuildScript/resources/Welcome.rtf", + "Mac/BuildScript/resources/background.jpg", + "Mac/BuildScript/resources/install_certificates.command", + "Mac/BuildScript/scripts", + "Mac/BuildScript/scripts/postflight.documentation", + "Mac/BuildScript/scripts/postflight.ensurepip", + "Mac/BuildScript/scripts/postflight.framework", + "Mac/BuildScript/scripts/postflight.patch-profile", + "Mac/BuildScript/seticon.m", + "Mac/BuildScript/tk868_on_10_8_10_9.patch", + "Mac/Extras.install.py", + "Mac/IDLE", + "Mac/IDLE/IDLE.app", + "Mac/IDLE/IDLE.app/Contents", + "Mac/IDLE/IDLE.app/Contents/Info.plist", + "Mac/IDLE/IDLE.app/Contents/MacOS", + "Mac/IDLE/IDLE.app/Contents/MacOS/IDLE", + "Mac/IDLE/IDLE.app/Contents/PkgInfo", + "Mac/IDLE/IDLE.app/Contents/Resources", + "Mac/IDLE/IDLE.app/Contents/Resources/IDLE.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonCompiled.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonSource.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py", + "Mac/Icons", + "Mac/Icons/Disk Image.icns", + "Mac/Icons/IDLE.icns", + "Mac/Icons/Python Folder.icns", + "Mac/Icons/PythonCompiled.icns", + "Mac/Icons/PythonLauncher.icns", + "Mac/Icons/PythonSource.icns", + "Mac/Icons/ReadMe.txt", + "Mac/Makefile.in", + "Mac/PythonLauncher", + "Mac/PythonLauncher/English.lproj", + "Mac/PythonLauncher/English.lproj/Credits.rtf", + "Mac/PythonLauncher/English.lproj/MainMenu.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib", + "Mac/PythonLauncher/FileSettings.h", + "Mac/PythonLauncher/FileSettings.m", + "Mac/PythonLauncher/Info.plist.in", + "Mac/PythonLauncher/Makefile.in", + "Mac/PythonLauncher/MyAppDelegate.h", + "Mac/PythonLauncher/MyAppDelegate.m", + "Mac/PythonLauncher/MyDocument.h", + "Mac/PythonLauncher/MyDocument.m", + "Mac/PythonLauncher/PreferencesWindowController.h", + "Mac/PythonLauncher/PreferencesWindowController.m", + "Mac/PythonLauncher/doscript.h", + "Mac/PythonLauncher/doscript.m", + "Mac/PythonLauncher/factorySettings.plist", + "Mac/PythonLauncher/main.m", + "Mac/README.rst", + "Mac/Resources", + "Mac/Resources/app", + "Mac/Resources/app/Info.plist.in", + "Mac/Resources/app/PkgInfo", + "Mac/Resources/app/Resources", + "Mac/Resources/app/Resources/PythonApplet.icns", + "Mac/Resources/app/Resources/PythonInterpreter.icns", + "Mac/Resources/framework", + "Mac/Resources/framework/Info.plist.in", + "Mac/Resources/iconsrc", + "Mac/Resources/iconsrc/IDE.psd", + "Mac/Resources/iconsrc/PackageManager.psd", + "Mac/Resources/iconsrc/PythonApplet.psd", + "Mac/Resources/iconsrc/PythonCompiled.psd", + "Mac/Resources/iconsrc/PythonIcon.psd", + "Mac/Resources/iconsrc/PythonSource.psd", + "Mac/Resources/iconsrc/PythonWSource.psd", + "Mac/Tools", + "Mac/Tools/plistlib_generate_testdata.py", + "Mac/Tools/pythonw.c", + "Makefile.pre.in", + "Misc", + "Misc/ACKS", + "Misc/HISTORY", + "Misc/NEWS.d", + "Misc/NEWS.d/3.5.0.rst", + "Misc/NEWS.d/3.5.0a1.rst", + "Misc/NEWS.d/3.5.0a2.rst", + "Misc/NEWS.d/3.5.0a3.rst", + "Misc/NEWS.d/3.5.0a4.rst", + "Misc/NEWS.d/3.5.0b1.rst", + "Misc/NEWS.d/3.5.0b2.rst", + "Misc/NEWS.d/3.5.0b3.rst", + "Misc/NEWS.d/3.5.0b4.rst", + "Misc/NEWS.d/3.5.0rc1.rst", + "Misc/NEWS.d/3.5.0rc2.rst", + "Misc/NEWS.d/3.5.0rc3.rst", + "Misc/NEWS.d/3.5.0rc4.rst", + "Misc/NEWS.d/3.5.1.rst", + "Misc/NEWS.d/3.5.1rc1.rst", + "Misc/NEWS.d/3.5.2.rst", + "Misc/NEWS.d/3.5.2rc1.rst", + "Misc/NEWS.d/3.5.3.rst", + "Misc/NEWS.d/3.5.3rc1.rst", + "Misc/NEWS.d/3.5.4.rst", + "Misc/NEWS.d/3.5.4rc1.rst", + "Misc/NEWS.d/3.5.5.rst", + "Misc/NEWS.d/3.5.5rc1.rst", + "Misc/NEWS.d/3.6.0.rst", + "Misc/NEWS.d/3.6.0a1.rst", + "Misc/NEWS.d/3.6.0a2.rst", + "Misc/NEWS.d/3.6.0a3.rst", + "Misc/NEWS.d/3.6.0a4.rst", + "Misc/NEWS.d/3.6.0b1.rst", + "Misc/NEWS.d/3.6.0b2.rst", + "Misc/NEWS.d/3.6.0b3.rst", + "Misc/NEWS.d/3.6.0b4.rst", + "Misc/NEWS.d/3.6.0rc1.rst", + "Misc/NEWS.d/3.6.0rc2.rst", + "Misc/NEWS.d/3.6.1.rst", + "Misc/NEWS.d/3.6.1rc1.rst", + "Misc/NEWS.d/3.6.2.rst", + "Misc/NEWS.d/3.6.2rc1.rst", + "Misc/NEWS.d/3.6.2rc2.rst", + "Misc/NEWS.d/3.6.3.rst", + "Misc/NEWS.d/3.6.3rc1.rst", + "Misc/NEWS.d/3.6.4.rst", + "Misc/NEWS.d/3.6.4rc1.rst", + "Misc/NEWS.d/3.6.5.rst", + "Misc/NEWS.d/3.6.5rc1.rst", + "Misc/NEWS.d/3.6.6.rst", + "Misc/NEWS.d/3.6.6rc1.rst", + "Misc/NEWS.d/3.7.0.rst", + "Misc/NEWS.d/3.7.0a1.rst", + "Misc/NEWS.d/3.7.0a2.rst", + "Misc/NEWS.d/3.7.0a3.rst", + "Misc/NEWS.d/3.7.0a4.rst", + "Misc/NEWS.d/3.7.0b1.rst", + "Misc/NEWS.d/3.7.0b2.rst", + "Misc/NEWS.d/3.7.0b3.rst", + "Misc/NEWS.d/3.7.0b4.rst", + "Misc/NEWS.d/3.7.0b5.rst", + "Misc/NEWS.d/3.7.0rc1.rst", + "Misc/NEWS.d/3.8.0a1.rst", + "Misc/NEWS.d/3.8.0a2.rst", + "Misc/NEWS.d/3.8.0a3.rst", + "Misc/NEWS.d/3.8.0a4.rst", + "Misc/NEWS.d/3.8.0b1.rst", + "Misc/NEWS.d/3.9.0.rst", + "Misc/NEWS.d/3.9.0a1.rst", + "Misc/NEWS.d/3.9.0a2.rst", + "Misc/NEWS.d/3.9.0a3.rst", + "Misc/NEWS.d/3.9.0a4.rst", + "Misc/NEWS.d/3.9.0a5.rst", + "Misc/NEWS.d/3.9.0a6.rst", + "Misc/NEWS.d/3.9.0b1.rst", + "Misc/NEWS.d/3.9.0b2.rst", + "Misc/NEWS.d/3.9.0b3.rst", + "Misc/NEWS.d/3.9.0b4.rst", + "Misc/NEWS.d/3.9.0b5.rst", + "Misc/NEWS.d/3.9.0rc1.rst", + "Misc/NEWS.d/3.9.0rc2.rst", + "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.1rc1.rst", + "Misc/NEWS.d/3.9.2.rst", + "Misc/NEWS.d/3.9.2rc1.rst", + "Misc/NEWS.d/3.9.3.rst", + "Misc/NEWS.d/next", + "Misc/NEWS.d/next/Build", + "Misc/NEWS.d/next/Build/README.rst", + "Misc/NEWS.d/next/C API", + "Misc/NEWS.d/next/C API/README.rst", + "Misc/NEWS.d/next/Core and Builtins", + "Misc/NEWS.d/next/Core and Builtins/README.rst", + "Misc/NEWS.d/next/Documentation", + "Misc/NEWS.d/next/Documentation/README.rst", + "Misc/NEWS.d/next/IDLE", + "Misc/NEWS.d/next/IDLE/README.rst", + "Misc/NEWS.d/next/Library", + "Misc/NEWS.d/next/Library/README.rst", + "Misc/NEWS.d/next/Security", + "Misc/NEWS.d/next/Security/README.rst", + "Misc/NEWS.d/next/Tests", + "Misc/NEWS.d/next/Tests/README.rst", + "Misc/NEWS.d/next/Tools-Demos", + "Misc/NEWS.d/next/Tools-Demos/README.rst", + "Misc/NEWS.d/next/Windows", + "Misc/NEWS.d/next/Windows/README.rst", + "Misc/NEWS.d/next/macOS", + "Misc/NEWS.d/next/macOS/README.rst", + "Misc/Porting", + "Misc/README", + "Misc/README.AIX", + "Misc/README.coverity", + "Misc/README.valgrind", + "Misc/SpecialBuilds.txt", + "Misc/coverity_model.c", + "Misc/gdbinit", + "Misc/indent.pro", + "Misc/python-config.in", + "Misc/python-config.sh.in", + "Misc/python-embed.pc.in", + "Misc/python-wing3.wpr", + "Misc/python-wing4.wpr", + "Misc/python-wing5.wpr", + "Misc/python.man", + "Misc/python.pc.in", + "Misc/requirements-test.txt", + "Misc/svnmap.txt", + "Misc/valgrind-python.supp", + "Misc/vgrindefs", + "Modules", + "Modules/README", + "Modules/Setup", + "Modules/_abc.c", + "Modules/_asynciomodule.c", + "Modules/_bisectmodule.c", + "Modules/_blake2", + "Modules/_blake2/blake2b2s.py", + "Modules/_blake2/blake2b_impl.c", + "Modules/_blake2/blake2module.c", + "Modules/_blake2/blake2ns.h", + "Modules/_blake2/blake2s_impl.c", + "Modules/_blake2/clinic", + "Modules/_blake2/clinic/blake2b_impl.c.h", + "Modules/_blake2/clinic/blake2s_impl.c.h", + "Modules/_blake2/impl", + "Modules/_blake2/impl/blake2-config.h", + "Modules/_blake2/impl/blake2-dispatch.c", + "Modules/_blake2/impl/blake2-impl.h", + "Modules/_blake2/impl/blake2-kat.h", + "Modules/_blake2/impl/blake2.h", + "Modules/_blake2/impl/blake2b-load-sse2.h", + "Modules/_blake2/impl/blake2b-load-sse41.h", + "Modules/_blake2/impl/blake2b-ref.c", + "Modules/_blake2/impl/blake2b-round.h", + "Modules/_blake2/impl/blake2b-test.c", + "Modules/_blake2/impl/blake2b.c", + "Modules/_blake2/impl/blake2bp-test.c", + "Modules/_blake2/impl/blake2bp.c", + "Modules/_blake2/impl/blake2s-load-sse2.h", + "Modules/_blake2/impl/blake2s-load-sse41.h", + "Modules/_blake2/impl/blake2s-load-xop.h", + "Modules/_blake2/impl/blake2s-ref.c", + "Modules/_blake2/impl/blake2s-round.h", + "Modules/_blake2/impl/blake2s-test.c", + "Modules/_blake2/impl/blake2s.c", + "Modules/_blake2/impl/blake2sp-test.c", + "Modules/_blake2/impl/blake2sp.c", + "Modules/_bz2module.c", + "Modules/_codecsmodule.c", + "Modules/_collectionsmodule.c", + "Modules/_contextvarsmodule.c", + "Modules/_cryptmodule.c", + "Modules/_csv.c", + "Modules/_ctypes", + "Modules/_ctypes/_ctypes.c", + "Modules/_ctypes/_ctypes_test.c", + "Modules/_ctypes/_ctypes_test.h", + "Modules/_ctypes/callbacks.c", + "Modules/_ctypes/callproc.c", + "Modules/_ctypes/cfield.c", + "Modules/_ctypes/ctypes.h", + "Modules/_ctypes/ctypes_dlfcn.h", + "Modules/_ctypes/darwin", + "Modules/_ctypes/darwin/LICENSE", + "Modules/_ctypes/darwin/README", + "Modules/_ctypes/darwin/README.ctypes", + "Modules/_ctypes/darwin/dlfcn.h", + "Modules/_ctypes/darwin/dlfcn_simple.c", + "Modules/_ctypes/libffi_osx", + "Modules/_ctypes/libffi_osx/LICENSE", + "Modules/_ctypes/libffi_osx/README", + "Modules/_ctypes/libffi_osx/README.pyobjc", + "Modules/_ctypes/libffi_osx/ffi.c", + "Modules/_ctypes/libffi_osx/include", + "Modules/_ctypes/libffi_osx/include/ffi.h", + "Modules/_ctypes/libffi_osx/include/ffi_common.h", + "Modules/_ctypes/libffi_osx/include/fficonfig.h", + "Modules/_ctypes/libffi_osx/include/ffitarget.h", + "Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h", + "Modules/_ctypes/libffi_osx/include/x86-ffitarget.h", + "Modules/_ctypes/libffi_osx/powerpc", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c", + "Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S", + "Modules/_ctypes/libffi_osx/types.c", + "Modules/_ctypes/libffi_osx/x86", + "Modules/_ctypes/libffi_osx/x86/darwin64.S", + "Modules/_ctypes/libffi_osx/x86/x86-darwin.S", + "Modules/_ctypes/libffi_osx/x86/x86-ffi64.c", + "Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c", + "Modules/_ctypes/malloc_closure.c", + "Modules/_ctypes/stgdict.c", + "Modules/_curses_panel.c", + "Modules/_cursesmodule.c", + "Modules/_datetimemodule.c", + "Modules/_dbmmodule.c", + "Modules/_decimal", + "Modules/_decimal/README.txt", + "Modules/_decimal/_decimal.c", + "Modules/_decimal/docstrings.h", + "Modules/_decimal/libmpdec", + "Modules/_decimal/libmpdec/README.txt", + "Modules/_decimal/libmpdec/basearith.c", + "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bits.h", + "Modules/_decimal/libmpdec/constants.c", + "Modules/_decimal/libmpdec/constants.h", + "Modules/_decimal/libmpdec/context.c", + "Modules/_decimal/libmpdec/convolute.c", + "Modules/_decimal/libmpdec/convolute.h", + "Modules/_decimal/libmpdec/crt.c", + "Modules/_decimal/libmpdec/crt.h", + "Modules/_decimal/libmpdec/difradix2.c", + "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/fnt.c", + "Modules/_decimal/libmpdec/fnt.h", + "Modules/_decimal/libmpdec/fourstep.c", + "Modules/_decimal/libmpdec/fourstep.h", + "Modules/_decimal/libmpdec/io.c", + "Modules/_decimal/libmpdec/io.h", + "Modules/_decimal/libmpdec/literature", + "Modules/_decimal/libmpdec/literature/REFERENCES.txt", + "Modules/_decimal/libmpdec/literature/bignum.txt", + "Modules/_decimal/libmpdec/literature/fnt.py", + "Modules/_decimal/libmpdec/literature/matrix-transform.txt", + "Modules/_decimal/libmpdec/literature/mulmod-64.txt", + "Modules/_decimal/libmpdec/literature/mulmod-ppro.txt", + "Modules/_decimal/libmpdec/literature/six-step.txt", + "Modules/_decimal/libmpdec/literature/umodarith.lisp", + "Modules/_decimal/libmpdec/mpalloc.c", + "Modules/_decimal/libmpdec/mpalloc.h", + "Modules/_decimal/libmpdec/mpdecimal.c", + "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/numbertheory.c", + "Modules/_decimal/libmpdec/numbertheory.h", + "Modules/_decimal/libmpdec/sixstep.c", + "Modules/_decimal/libmpdec/sixstep.h", + "Modules/_decimal/libmpdec/transpose.c", + "Modules/_decimal/libmpdec/transpose.h", + "Modules/_decimal/libmpdec/typearith.h", + "Modules/_decimal/libmpdec/umodarith.h", + "Modules/_decimal/libmpdec/vccompat.h", + "Modules/_decimal/libmpdec/vcdiv64.asm", + "Modules/_decimal/tests", + "Modules/_decimal/tests/README.txt", + "Modules/_decimal/tests/bench.py", + "Modules/_decimal/tests/bignum.py", + "Modules/_decimal/tests/deccheck.py", + "Modules/_decimal/tests/formathelper.py", + "Modules/_decimal/tests/randdec.py", + "Modules/_decimal/tests/randfloat.py", + "Modules/_decimal/tests/runall-memorydebugger.sh", + "Modules/_decimal/tests/runall.bat", + "Modules/_elementtree.c", + "Modules/_functoolsmodule.c", + "Modules/_gdbmmodule.c", + "Modules/_hashopenssl.c", + "Modules/_heapqmodule.c", + "Modules/_io", + "Modules/_io/_iomodule.c", + "Modules/_io/_iomodule.h", + "Modules/_io/bufferedio.c", + "Modules/_io/bytesio.c", + "Modules/_io/clinic", + "Modules/_io/clinic/_iomodule.c.h", + "Modules/_io/clinic/bufferedio.c.h", + "Modules/_io/clinic/bytesio.c.h", + "Modules/_io/clinic/fileio.c.h", + "Modules/_io/clinic/iobase.c.h", + "Modules/_io/clinic/stringio.c.h", + "Modules/_io/clinic/textio.c.h", + "Modules/_io/clinic/winconsoleio.c.h", + "Modules/_io/fileio.c", + "Modules/_io/iobase.c", + "Modules/_io/stringio.c", + "Modules/_io/textio.c", + "Modules/_io/winconsoleio.c", + "Modules/_json.c", + "Modules/_localemodule.c", + "Modules/_lsprof.c", + "Modules/_lzmamodule.c", + "Modules/_math.c", + "Modules/_math.h", + "Modules/_multiprocessing", + "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/multiprocessing.c", + "Modules/_multiprocessing/multiprocessing.h", + "Modules/_multiprocessing/posixshmem.c", + "Modules/_multiprocessing/semaphore.c", + "Modules/_opcode.c", + "Modules/_operator.c", + "Modules/_peg_parser.c", + "Modules/_pickle.c", + "Modules/_posixsubprocess.c", + "Modules/_queuemodule.c", + "Modules/_randommodule.c", + "Modules/_scproxy.c", + "Modules/_sha3", + "Modules/_sha3/README.txt", + "Modules/_sha3/cleanup.py", + "Modules/_sha3/clinic", + "Modules/_sha3/clinic/sha3module.c.h", + "Modules/_sha3/kcp", + "Modules/_sha3/kcp/KeccakHash.c", + "Modules/_sha3/kcp/KeccakHash.h", + "Modules/_sha3/kcp/KeccakP-1600-64.macros", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP.h", + "Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c", + "Modules/_sha3/kcp/KeccakP-1600-opt64-config.h", + "Modules/_sha3/kcp/KeccakP-1600-opt64.c", + "Modules/_sha3/kcp/KeccakP-1600-unrolling.macros", + "Modules/_sha3/kcp/KeccakSponge.c", + "Modules/_sha3/kcp/KeccakSponge.h", + "Modules/_sha3/kcp/KeccakSponge.inc", + "Modules/_sha3/kcp/PlSnP-Fallback.inc", + "Modules/_sha3/kcp/SnP-Relaned.h", + "Modules/_sha3/kcp/align.h", + "Modules/_sha3/sha3module.c", + "Modules/_sqlite", + "Modules/_sqlite/cache.c", + "Modules/_sqlite/cache.h", + "Modules/_sqlite/connection.c", + "Modules/_sqlite/connection.h", + "Modules/_sqlite/cursor.c", + "Modules/_sqlite/cursor.h", + "Modules/_sqlite/microprotocols.c", + "Modules/_sqlite/microprotocols.h", + "Modules/_sqlite/module.c", + "Modules/_sqlite/module.h", + "Modules/_sqlite/prepare_protocol.c", + "Modules/_sqlite/prepare_protocol.h", + "Modules/_sqlite/row.c", + "Modules/_sqlite/row.h", + "Modules/_sqlite/statement.c", + "Modules/_sqlite/statement.h", + "Modules/_sqlite/util.c", + "Modules/_sqlite/util.h", + "Modules/_sre.c", + "Modules/_ssl.c", + "Modules/_ssl", + "Modules/_ssl/debughelpers.c", + "Modules/_ssl_data.h", + "Modules/_stat.c", + "Modules/_statisticsmodule.c", + "Modules/_struct.c", + "Modules/_testbuffer.c", + "Modules/_testcapimodule.c", + "Modules/_testimportmultiple.c", + "Modules/_testinternalcapi.c", + "Modules/_testmultiphase.c", + "Modules/_threadmodule.c", + "Modules/_tkinter.c", + "Modules/_tracemalloc.c", + "Modules/_uuidmodule.c", + "Modules/_weakref.c", + "Modules/_winapi.c", + "Modules/_xxsubinterpretersmodule.c", + "Modules/_xxtestfuzz", + "Modules/_xxtestfuzz/README.rst", + "Modules/_xxtestfuzz/_xxtestfuzz.c", + "Modules/_xxtestfuzz/dictionaries", + "Modules/_xxtestfuzz/dictionaries/fuzz_json_loads.dict", + "Modules/_xxtestfuzz/dictionaries/fuzz_sre_compile.dict", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus/test.csv", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_array.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_object.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass1.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass2.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass3.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/simple_array.json", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/anchor_links", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string", + "Modules/_xxtestfuzz/fuzz_tests.txt", + "Modules/_xxtestfuzz/fuzzer.c", + "Modules/_zoneinfo.c", + "Modules/addrinfo.h", + "Modules/arraymodule.c", + "Modules/atexitmodule.c", + "Modules/audioop.c", + "Modules/binascii.c", + "Modules/cjkcodecs", + "Modules/cjkcodecs/README", + "Modules/cjkcodecs/_codecs_cn.c", + "Modules/cjkcodecs/_codecs_hk.c", + "Modules/cjkcodecs/_codecs_iso2022.c", + "Modules/cjkcodecs/_codecs_jp.c", + "Modules/cjkcodecs/_codecs_kr.c", + "Modules/cjkcodecs/_codecs_tw.c", + "Modules/cjkcodecs/alg_jisx0201.h", + "Modules/cjkcodecs/cjkcodecs.h", + "Modules/cjkcodecs/clinic", + "Modules/cjkcodecs/clinic/multibytecodec.c.h", + "Modules/cjkcodecs/emu_jisx0213_2000.h", + "Modules/cjkcodecs/mappings_cn.h", + "Modules/cjkcodecs/mappings_hk.h", + "Modules/cjkcodecs/mappings_jisx0213_pair.h", + "Modules/cjkcodecs/mappings_jp.h", + "Modules/cjkcodecs/mappings_kr.h", + "Modules/cjkcodecs/mappings_tw.h", + "Modules/cjkcodecs/multibytecodec.c", + "Modules/cjkcodecs/multibytecodec.h", + "Modules/clinic", + "Modules/clinic/_abc.c.h", + "Modules/clinic/_asynciomodule.c.h", + "Modules/clinic/_bisectmodule.c.h", + "Modules/clinic/_bz2module.c.h", + "Modules/clinic/_codecsmodule.c.h", + "Modules/clinic/_collectionsmodule.c.h", + "Modules/clinic/_contextvarsmodule.c.h", + "Modules/clinic/_cryptmodule.c.h", + "Modules/clinic/_curses_panel.c.h", + "Modules/clinic/_cursesmodule.c.h", + "Modules/clinic/_datetimemodule.c.h", + "Modules/clinic/_dbmmodule.c.h", + "Modules/clinic/_elementtree.c.h", + "Modules/clinic/_gdbmmodule.c.h", + "Modules/clinic/_hashopenssl.c.h", + "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_lzmamodule.c.h", + "Modules/clinic/_opcode.c.h", + "Modules/clinic/_operator.c.h", + "Modules/clinic/_pickle.c.h", + "Modules/clinic/_queuemodule.c.h", + "Modules/clinic/_randommodule.c.h", + "Modules/clinic/_sre.c.h", + "Modules/clinic/_ssl.c.h", + "Modules/clinic/_statisticsmodule.c.h", + "Modules/clinic/_struct.c.h", + "Modules/clinic/_testmultiphase.c.h", + "Modules/clinic/_tkinter.c.h", + "Modules/clinic/_tracemalloc.c.h", + "Modules/clinic/_weakref.c.h", + "Modules/clinic/_winapi.c.h", + "Modules/clinic/arraymodule.c.h", + "Modules/clinic/audioop.c.h", + "Modules/clinic/binascii.c.h", + "Modules/clinic/cmathmodule.c.h", + "Modules/clinic/fcntlmodule.c.h", + "Modules/clinic/gcmodule.c.h", + "Modules/clinic/grpmodule.c.h", + "Modules/clinic/itertoolsmodule.c.h", + "Modules/clinic/mathmodule.c.h", + "Modules/clinic/md5module.c.h", + "Modules/clinic/posixmodule.c.h", + "Modules/clinic/pwdmodule.c.h", + "Modules/clinic/pyexpat.c.h", + "Modules/clinic/resource.c.h", + "Modules/clinic/selectmodule.c.h", + "Modules/clinic/sha1module.c.h", + "Modules/clinic/sha256module.c.h", + "Modules/clinic/sha512module.c.h", + "Modules/clinic/signalmodule.c.h", + "Modules/clinic/spwdmodule.c.h", + "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/unicodedata.c.h", + "Modules/clinic/zlibmodule.c.h", + "Modules/cmathmodule.c", + "Modules/config.c.in", + "Modules/errnomodule.c", + "Modules/expat", + "Modules/expat/COPYING", + "Modules/expat/ascii.h", + "Modules/expat/asciitab.h", + "Modules/expat/expat.h", + "Modules/expat/expat_config.h", + "Modules/expat/expat_external.h", + "Modules/expat/iasciitab.h", + "Modules/expat/internal.h", + "Modules/expat/latin1tab.h", + "Modules/expat/nametab.h", + "Modules/expat/pyexpatns.h", + "Modules/expat/siphash.h", + "Modules/expat/utf8tab.h", + "Modules/expat/winconfig.h", + "Modules/expat/xmlparse.c", + "Modules/expat/xmlrole.c", + "Modules/expat/xmlrole.h", + "Modules/expat/xmltok.c", + "Modules/expat/xmltok.h", + "Modules/expat/xmltok_impl.c", + "Modules/expat/xmltok_impl.h", + "Modules/expat/xmltok_ns.c", + "Modules/faulthandler.c", + "Modules/fcntlmodule.c", + "Modules/gc_weakref.txt", + "Modules/gcmodule.c", + "Modules/getaddrinfo.c", + "Modules/getbuildinfo.c", + "Modules/getnameinfo.c", + "Modules/getpath.c", + "Modules/grpmodule.c", + "Modules/hashlib.h", + "Modules/itertoolsmodule.c", + "Modules/ld_so_aix.in", + "Modules/main.c", + "Modules/makesetup", + "Modules/makexp_aix", + "Modules/mathmodule.c", + "Modules/md5module.c", + "Modules/mmapmodule.c", + "Modules/nismodule.c", + "Modules/ossaudiodev.c", + "Modules/overlapped.c", + "Modules/parsermodule.c", + "Modules/posixmodule.c", + "Modules/posixmodule.h", + "Modules/pwdmodule.c", + "Modules/pyexpat.c", + "Modules/readline.c", + "Modules/resource.c", + "Modules/rotatingtree.c", + "Modules/rotatingtree.h", + "Modules/selectmodule.c", + "Modules/sha1module.c", + "Modules/sha256module.c", + "Modules/sha512module.c", + "Modules/signalmodule.c", + "Modules/socketmodule.c", + "Modules/socketmodule.h", + "Modules/spwdmodule.c", + "Modules/sre.h", + "Modules/sre_constants.h", + "Modules/sre_lib.h", + "Modules/symtablemodule.c", + "Modules/syslogmodule.c", + "Modules/termios.c", + "Modules/testcapi_long.h", + "Modules/timemodule.c", + "Modules/tkappinit.c", + "Modules/tkinter.h", + "Modules/unicodedata.c", + "Modules/unicodedata_db.h", + "Modules/unicodename_db.h", + "Modules/winreparse.h", + "Modules/xxlimited.c", + "Modules/xxmodule.c", + "Modules/xxsubtype.c", + "Modules/zlibmodule.c", + "Objects", + "Objects/README", + "Objects/abstract.c", + "Objects/accu.c", + "Objects/boolobject.c", + "Objects/bytearrayobject.c", + "Objects/bytes_methods.c", + "Objects/bytesobject.c", + "Objects/call.c", + "Objects/capsule.c", + "Objects/cellobject.c", + "Objects/classobject.c", + "Objects/clinic", + "Objects/clinic/bytearrayobject.c.h", + "Objects/clinic/bytesobject.c.h", + "Objects/clinic/codeobject.c.h", + "Objects/clinic/complexobject.c.h", + "Objects/clinic/descrobject.c.h", + "Objects/clinic/dictobject.c.h", + "Objects/clinic/enumobject.c.h", + "Objects/clinic/floatobject.c.h", + "Objects/clinic/funcobject.c.h", + "Objects/clinic/listobject.c.h", + "Objects/clinic/longobject.c.h", + "Objects/clinic/memoryobject.c.h", + "Objects/clinic/moduleobject.c.h", + "Objects/clinic/odictobject.c.h", + "Objects/clinic/structseq.c.h", + "Objects/clinic/tupleobject.c.h", + "Objects/clinic/typeobject.c.h", + "Objects/clinic/unicodeobject.c.h", + "Objects/codeobject.c", + "Objects/complexobject.c", + "Objects/descrobject.c", + "Objects/dict-common.h", + "Objects/dictnotes.txt", + "Objects/dictobject.c", + "Objects/enumobject.c", + "Objects/exceptions.c", + "Objects/fileobject.c", + "Objects/floatobject.c", + "Objects/frameobject.c", + "Objects/funcobject.c", + "Objects/genericaliasobject.c", + "Objects/genobject.c", + "Objects/interpreteridobject.c", + "Objects/iterobject.c", + "Objects/listobject.c", + "Objects/listsort.txt", + "Objects/lnotab_notes.txt", + "Objects/longobject.c", + "Objects/memoryobject.c", + "Objects/methodobject.c", + "Objects/moduleobject.c", + "Objects/namespaceobject.c", + "Objects/object.c", + "Objects/obmalloc.c", + "Objects/odictobject.c", + "Objects/picklebufobject.c", + "Objects/rangeobject.c", + "Objects/setobject.c", + "Objects/sliceobject.c", + "Objects/stringlib", + "Objects/stringlib/README.txt", + "Objects/stringlib/asciilib.h", + "Objects/stringlib/clinic", + "Objects/stringlib/clinic/transmogrify.h.h", + "Objects/stringlib/codecs.h", + "Objects/stringlib/count.h", + "Objects/stringlib/ctype.h", + "Objects/stringlib/eq.h", + "Objects/stringlib/fastsearch.h", + "Objects/stringlib/find.h", + "Objects/stringlib/find_max_char.h", + "Objects/stringlib/join.h", + "Objects/stringlib/localeutil.h", + "Objects/stringlib/partition.h", + "Objects/stringlib/replace.h", + "Objects/stringlib/split.h", + "Objects/stringlib/stringdefs.h", + "Objects/stringlib/transmogrify.h", + "Objects/stringlib/ucs1lib.h", + "Objects/stringlib/ucs2lib.h", + "Objects/stringlib/ucs4lib.h", + "Objects/stringlib/undef.h", + "Objects/stringlib/unicode_format.h", + "Objects/stringlib/unicodedefs.h", + "Objects/structseq.c", + "Objects/tupleobject.c", + "Objects/typeobject.c", + "Objects/typeslots.inc", + "Objects/typeslots.py", + "Objects/unicodectype.c", + "Objects/unicodeobject.c", + "Objects/unicodetype_db.h", + "Objects/weakrefobject.c", + "PC", + "PC/WinMain.c", + "PC/_msi.c", + "PC/_testconsole.c", + "PC/bdist_wininst", + "PC/bdist_wininst/PythonPowered.bmp", + "PC/bdist_wininst/README.txt", + "PC/bdist_wininst/archive.h", + "PC/bdist_wininst/bdist_wininst.vcxproj", + "PC/bdist_wininst/bdist_wininst.vcxproj.filters", + "PC/bdist_wininst/build.bat", + "PC/bdist_wininst/extract.c", + "PC/bdist_wininst/install.c", + "PC/bdist_wininst/install.rc", + "PC/bdist_wininst/resource.h", + "PC/classicAppCompat.can.xml", + "PC/classicAppCompat.cat", + "PC/classicAppCompat.sccd", + "PC/clinic", + "PC/clinic/_testconsole.c.h", + "PC/clinic/msvcrtmodule.c.h", + "PC/clinic/winreg.c.h", + "PC/clinic/winsound.c.h", + "PC/config.c", + "PC/crtlicense.txt", + "PC/dl_nt.c", + "PC/empty.c", + "PC/errmap.h", + "PC/errmap.mak", + "PC/frozen_dllmain.c", + "PC/getpathp.c", + "PC/icons", + "PC/icons/idlex150.png", + "PC/icons/idlex44.png", + "PC/icons/launcher.icns", + "PC/icons/launcher.ico", + "PC/icons/launcher.svg", + "PC/icons/logo.svg", + "PC/icons/logox128.png", + "PC/icons/py.icns", + "PC/icons/py.ico", + "PC/icons/py.png", + "PC/icons/py.svg", + "PC/icons/pyc.icns", + "PC/icons/pyc.ico", + "PC/icons/pyc.svg", + "PC/icons/pyd.icns", + "PC/icons/pyd.ico", + "PC/icons/pyd.svg", + "PC/icons/python.icns", + "PC/icons/python.ico", + "PC/icons/python.svg", + "PC/icons/pythonw.icns", + "PC/icons/pythonw.ico", + "PC/icons/pythonw.svg", + "PC/icons/pythonwx150.png", + "PC/icons/pythonwx44.png", + "PC/icons/pythonx150.png", + "PC/icons/pythonx44.png", + "PC/icons/pythonx50.png", + "PC/icons/setup.icns", + "PC/icons/setup.ico", + "PC/icons/setup.svg", + "PC/invalid_parameter_handler.c", + "PC/launcher.c", + "PC/layout", + "PC/layout/__init__.py", + "PC/layout/__main__.py", + "PC/layout/main.py", + "PC/layout/support", + "PC/layout/support/__init__.py", + "PC/layout/support/appxmanifest.py", + "PC/layout/support/catalog.py", + "PC/layout/support/constants.py", + "PC/layout/support/distutils.command.bdist_wininst.py", + "PC/layout/support/filesets.py", + "PC/layout/support/logging.py", + "PC/layout/support/nuspec.py", + "PC/layout/support/options.py", + "PC/layout/support/pip.py", + "PC/layout/support/props.py", + "PC/layout/support/python.props", + "PC/msvcrtmodule.c", + "PC/pyconfig.h", + "PC/pylauncher.rc", + "PC/pyshellext.cpp", + "PC/pyshellext.def", + "PC/pyshellext.idl", + "PC/pyshellext.rc", + "PC/pyshellext_d.def", + "PC/python.manifest", + "PC/python3.def", + "PC/python3dll.c", + "PC/python_exe.rc", + "PC/python_nt.rc", + "PC/python_uwp.cpp", + "PC/python_ver_rc.h", + "PC/pythonw_exe.rc", + "PC/readme.txt", + "PC/sqlite3.rc", + "PC/store_info.txt", + "PC/testpy.py", + "PC/validate_ucrtbase.py", + "PC/winreg.c", + "PC/winsound.c", + "PCbuild", + "PCbuild/_asyncio.vcxproj", + "PCbuild/_asyncio.vcxproj.filters", + "PCbuild/_bz2.vcxproj", + "PCbuild/_bz2.vcxproj.filters", + "PCbuild/_ctypes.vcxproj", + "PCbuild/_ctypes.vcxproj.filters", + "PCbuild/_ctypes_test.vcxproj", + "PCbuild/_ctypes_test.vcxproj.filters", + "PCbuild/_decimal.vcxproj", + "PCbuild/_decimal.vcxproj.filters", + "PCbuild/_elementtree.vcxproj", + "PCbuild/_elementtree.vcxproj.filters", + "PCbuild/_freeze_importlib.vcxproj", + "PCbuild/_freeze_importlib.vcxproj.filters", + "PCbuild/_hashlib.vcxproj", + "PCbuild/_hashlib.vcxproj.filters", + "PCbuild/_lzma.vcxproj", + "PCbuild/_lzma.vcxproj.filters", + "PCbuild/_msi.vcxproj", + "PCbuild/_msi.vcxproj.filters", + "PCbuild/_multiprocessing.vcxproj", + "PCbuild/_multiprocessing.vcxproj.filters", + "PCbuild/_overlapped.vcxproj", + "PCbuild/_overlapped.vcxproj.filters", + "PCbuild/_queue.vcxproj", + "PCbuild/_queue.vcxproj.filters", + "PCbuild/_socket.vcxproj", + "PCbuild/_socket.vcxproj.filters", + "PCbuild/_sqlite3.vcxproj", + "PCbuild/_sqlite3.vcxproj.filters", + "PCbuild/_ssl.vcxproj", + "PCbuild/_ssl.vcxproj.filters", + "PCbuild/_testbuffer.vcxproj", + "PCbuild/_testbuffer.vcxproj.filters", + "PCbuild/_testcapi.vcxproj", + "PCbuild/_testcapi.vcxproj.filters", + "PCbuild/_testconsole.vcxproj", + "PCbuild/_testconsole.vcxproj.filters", + "PCbuild/_testembed.vcxproj", + "PCbuild/_testembed.vcxproj.filters", + "PCbuild/_testimportmultiple.vcxproj", + "PCbuild/_testimportmultiple.vcxproj.filters", + "PCbuild/_testinternalcapi.vcxproj", + "PCbuild/_testinternalcapi.vcxproj.filters", + "PCbuild/_testmultiphase.vcxproj", + "PCbuild/_testmultiphase.vcxproj.filters", + "PCbuild/_tkinter.vcxproj", + "PCbuild/_tkinter.vcxproj.filters", + "PCbuild/_uuid.vcxproj", + "PCbuild/_uuid.vcxproj.filters", + "PCbuild/_zoneinfo.vcxproj", + "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/build.bat", + "PCbuild/build_env.bat", + "PCbuild/clean.bat", + "PCbuild/env.bat", + "PCbuild/env.ps1", + "PCbuild/field3.py", + "PCbuild/find_msbuild.bat", + "PCbuild/find_python.bat", + "PCbuild/fix_encoding.py", + "PCbuild/get_external.py", + "PCbuild/get_externals.bat", + "PCbuild/idle.bat", + "PCbuild/lib.pyproj", + "PCbuild/libffi.props", + "PCbuild/liblzma.vcxproj", + "PCbuild/liblzma.vcxproj.filters", + "PCbuild/openssl.props", + "PCbuild/openssl.vcxproj", + "PCbuild/pcbuild.proj", + "PCbuild/pcbuild.sln", + "PCbuild/prepare_libffi.bat", + "PCbuild/prepare_ssl.bat", + "PCbuild/prepare_ssl.py", + "PCbuild/prepare_tcltk.bat", + "PCbuild/pyexpat.vcxproj", + "PCbuild/pyexpat.vcxproj.filters", + "PCbuild/pylauncher.vcxproj", + "PCbuild/pylauncher.vcxproj.filters", + "PCbuild/pyproject.props", + "PCbuild/pyshellext.vcxproj", + "PCbuild/pyshellext.vcxproj.filters", + "PCbuild/python.props", + "PCbuild/python.vcxproj", + "PCbuild/python.vcxproj.filters", + "PCbuild/python3dll.vcxproj", + "PCbuild/python3dll.vcxproj.filters", + "PCbuild/python_uwp.vcxproj", + "PCbuild/python_uwp.vcxproj.filters", + "PCbuild/pythoncore.vcxproj", + "PCbuild/pythoncore.vcxproj.filters", + "PCbuild/pythonw.vcxproj", + "PCbuild/pythonw.vcxproj.filters", + "PCbuild/pythonw_uwp.vcxproj", + "PCbuild/pythonw_uwp.vcxproj.filters", + "PCbuild/pywlauncher.vcxproj", + "PCbuild/pywlauncher.vcxproj.filters", + "PCbuild/readme.txt", + "PCbuild/regen.vcxproj", + "PCbuild/rmpyc.py", + "PCbuild/rt.bat", + "PCbuild/select.vcxproj", + "PCbuild/select.vcxproj.filters", + "PCbuild/sqlite3.vcxproj", + "PCbuild/sqlite3.vcxproj.filters", + "PCbuild/tcl.vcxproj", + "PCbuild/tcltk.props", + "PCbuild/tix.vcxproj", + "PCbuild/tk.vcxproj", + "PCbuild/unicodedata.vcxproj", + "PCbuild/unicodedata.vcxproj.filters", + "PCbuild/urlretrieve.py", + "PCbuild/venvlauncher.vcxproj", + "PCbuild/venvlauncher.vcxproj.filters", + "PCbuild/venvwlauncher.vcxproj", + "PCbuild/venvwlauncher.vcxproj.filters", + "PCbuild/winsound.vcxproj", + "PCbuild/winsound.vcxproj.filters", + "PCbuild/xxlimited.vcxproj", + "PCbuild/xxlimited.vcxproj.filters", + "Parser", + "Parser/Python.asdl", + "Parser/acceler.c", + "Parser/asdl.py", + "Parser/asdl_c.py", + "Parser/grammar1.c", + "Parser/listnode.c", + "Parser/myreadline.c", + "Parser/node.c", + "Parser/parser.c", + "Parser/parser.h", + "Parser/parsetok.c", + "Parser/pegen", + "Parser/pegen/parse.c", + "Parser/pegen/parse_string.c", + "Parser/pegen/parse_string.h", + "Parser/pegen/peg_api.c", + "Parser/pegen/pegen.c", + "Parser/pegen/pegen.h", + "Parser/pgen", + "Parser/pgen/__init__.py", + "Parser/pgen/__main__.py", + "Parser/pgen/automata.py", + "Parser/pgen/grammar.py", + "Parser/pgen/keywordgen.py", + "Parser/pgen/metaparser.py", + "Parser/pgen/pgen.py", + "Parser/pgen/token.py", + "Parser/token.c", + "Parser/tokenizer.c", + "Parser/tokenizer.h", + "Programs", + "Programs/README", + "Programs/_freeze_importlib.c", + "Programs/_testembed.c", + "Programs/python.c", + "Python", + "Python/Python-ast.c", + "Python/README", + "Python/_warnings.c", + "Python/asdl.c", + "Python/ast.c", + "Python/ast_opt.c", + "Python/ast_unparse.c", + "Python/bltinmodule.c", + "Python/bootstrap_hash.c", + "Python/ceval.c", + "Python/ceval_gil.h", + "Python/clinic", + "Python/clinic/_warnings.c.h", + "Python/clinic/bltinmodule.c.h", + "Python/clinic/context.c.h", + "Python/clinic/import.c.h", + "Python/clinic/marshal.c.h", + "Python/clinic/sysmodule.c.h", + "Python/clinic/traceback.c.h", + "Python/codecs.c", + "Python/compile.c", + "Python/condvar.h", + "Python/context.c", + "Python/dtoa.c", + "Python/dup2.c", + "Python/dynamic_annotations.c", + "Python/dynload_aix.c", + "Python/dynload_dl.c", + "Python/dynload_hpux.c", + "Python/dynload_shlib.c", + "Python/dynload_stub.c", + "Python/dynload_win.c", + "Python/errors.c", + "Python/fileutils.c", + "Python/formatter_unicode.c", + "Python/frozen.c", + "Python/frozenmain.c", + "Python/future.c", + "Python/getargs.c", + "Python/getcompiler.c", + "Python/getcopyright.c", + "Python/getopt.c", + "Python/getplatform.c", + "Python/getversion.c", + "Python/graminit.c", + "Python/hamt.c", + "Python/hashtable.c", + "Python/import.c", + "Python/importdl.c", + "Python/importdl.h", + "Python/importlib.h", + "Python/importlib_external.h", + "Python/importlib_zipimport.h", + "Python/initconfig.c", + "Python/makeopcodetargets.py", + "Python/marshal.c", + "Python/modsupport.c", + "Python/mysnprintf.c", + "Python/mystrtoul.c", + "Python/opcode_targets.h", + "Python/pathconfig.c", + "Python/peephole.c", + "Python/preconfig.c", + "Python/pyarena.c", + "Python/pyctype.c", + "Python/pyfpe.c", + "Python/pyhash.c", + "Python/pylifecycle.c", + "Python/pymath.c", + "Python/pystate.c", + "Python/pystrcmp.c", + "Python/pystrhex.c", + "Python/pystrtod.c", + "Python/pythonrun.c", + "Python/pytime.c", + "Python/strdup.c", + "Python/structmember.c", + "Python/symtable.c", + "Python/sysmodule.c", + "Python/thread.c", + "Python/thread_nt.h", + "Python/thread_pthread.h", + "Python/traceback.c", + "Python/wordcode_helpers.h", + "README.rst", + "Tools", + "Tools/README", + "Tools/buildbot", + "Tools/buildbot/build.bat", + "Tools/buildbot/buildmsi.bat", + "Tools/buildbot/clean.bat", + "Tools/buildbot/remoteDeploy.bat", + "Tools/buildbot/remotePythonInfo.bat", + "Tools/buildbot/test.bat", + "Tools/c-analyzer", + "Tools/c-analyzer/README", + "Tools/c-analyzer/TODO", + "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c_analyzer", + "Tools/c-analyzer/c_analyzer/__init__.py", + "Tools/c-analyzer/c_analyzer/common", + "Tools/c-analyzer/c_analyzer/common/__init__.py", + "Tools/c-analyzer/c_analyzer/common/files.py", + "Tools/c-analyzer/c_analyzer/common/info.py", + "Tools/c-analyzer/c_analyzer/common/show.py", + "Tools/c-analyzer/c_analyzer/common/util.py", + "Tools/c-analyzer/c_analyzer/parser", + "Tools/c-analyzer/c_analyzer/parser/__init__.py", + "Tools/c-analyzer/c_analyzer/parser/declarations.py", + "Tools/c-analyzer/c_analyzer/parser/find.py", + "Tools/c-analyzer/c_analyzer/parser/naive.py", + "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", + "Tools/c-analyzer/c_analyzer/parser/source.py", + "Tools/c-analyzer/c_analyzer/symbols", + "Tools/c-analyzer/c_analyzer/symbols/__init__.py", + "Tools/c-analyzer/c_analyzer/symbols/_nm.py", + "Tools/c-analyzer/c_analyzer/symbols/find.py", + "Tools/c-analyzer/c_analyzer/symbols/info.py", + "Tools/c-analyzer/c_analyzer/variables", + "Tools/c-analyzer/c_analyzer/variables/__init__.py", + "Tools/c-analyzer/c_analyzer/variables/find.py", + "Tools/c-analyzer/c_analyzer/variables/info.py", + "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/check-c-globals.py", + "Tools/c-analyzer/cpython", + "Tools/c-analyzer/cpython/README", + "Tools/c-analyzer/cpython/__init__.py", + "Tools/c-analyzer/cpython/__main__.py", + "Tools/c-analyzer/cpython/_generate.py", + "Tools/c-analyzer/cpython/files.py", + "Tools/c-analyzer/cpython/find.py", + "Tools/c-analyzer/cpython/known.py", + "Tools/c-analyzer/cpython/supported.py", + "Tools/c-analyzer/ignored-globals.txt", + "Tools/c-analyzer/ignored.tsv", + "Tools/c-analyzer/known.tsv", + "Tools/ccbench", + "Tools/ccbench/ccbench.py", + "Tools/clinic", + "Tools/clinic/clinic.py", + "Tools/clinic/cpp.py", + "Tools/demo", + "Tools/demo/README", + "Tools/demo/beer.py", + "Tools/demo/eiffel.py", + "Tools/demo/hanoi.py", + "Tools/demo/life.py", + "Tools/demo/markov.py", + "Tools/demo/mcast.py", + "Tools/demo/queens.py", + "Tools/demo/redemo.py", + "Tools/demo/rpython.py", + "Tools/demo/rpythond.py", + "Tools/demo/sortvisu.py", + "Tools/demo/spreadsheet.py", + "Tools/demo/vector.py", + "Tools/freeze", + "Tools/freeze/README", + "Tools/freeze/bkfile.py", + "Tools/freeze/checkextensions.py", + "Tools/freeze/checkextensions_win32.py", + "Tools/freeze/extensions_win32.ini", + "Tools/freeze/flag.py", + "Tools/freeze/freeze.py", + "Tools/freeze/hello.py", + "Tools/freeze/makeconfig.py", + "Tools/freeze/makefreeze.py", + "Tools/freeze/makemakefile.py", + "Tools/freeze/parsesetup.py", + "Tools/freeze/test", + "Tools/freeze/test/Makefile", + "Tools/freeze/test/ok.py", + "Tools/freeze/win32.html", + "Tools/freeze/winmakemakefile.py", + "Tools/gdb", + "Tools/gdb/libpython.py", + "Tools/i18n", + "Tools/i18n/makelocalealias.py", + "Tools/i18n/msgfmt.py", + "Tools/i18n/pygettext.py", + "Tools/importbench", + "Tools/importbench/README", + "Tools/importbench/importbench.py", + "Tools/iobench", + "Tools/iobench/iobench.py", + "Tools/msi", + "Tools/msi/README.txt", + "Tools/msi/build.bat", + "Tools/msi/buildrelease.bat", + "Tools/msi/bundle", + "Tools/msi/bundle/Default.thm", + "Tools/msi/bundle/Default.wxl", + "Tools/msi/bundle/SideBar.png", + "Tools/msi/bundle/bootstrap", + "Tools/msi/bundle/bootstrap/LICENSE.txt", + "Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp", + "Tools/msi/bundle/bootstrap/pch.cpp", + "Tools/msi/bundle/bootstrap/pch.h", + "Tools/msi/bundle/bootstrap/pythonba.cpp", + "Tools/msi/bundle/bootstrap/pythonba.def", + "Tools/msi/bundle/bootstrap/pythonba.sln", + "Tools/msi/bundle/bootstrap/pythonba.vcxproj", + "Tools/msi/bundle/bootstrap/resource.h", + "Tools/msi/bundle/bundle.targets", + "Tools/msi/bundle/bundle.wxl", + "Tools/msi/bundle/bundle.wxs", + "Tools/msi/bundle/full.wixproj", + "Tools/msi/bundle/packagegroups", + "Tools/msi/bundle/packagegroups/core.wxs", + "Tools/msi/bundle/packagegroups/crt.wxs", + "Tools/msi/bundle/packagegroups/dev.wxs", + "Tools/msi/bundle/packagegroups/doc.wxs", + "Tools/msi/bundle/packagegroups/exe.wxs", + "Tools/msi/bundle/packagegroups/launcher.wxs", + "Tools/msi/bundle/packagegroups/lib.wxs", + "Tools/msi/bundle/packagegroups/packageinstall.wxs", + "Tools/msi/bundle/packagegroups/pip.wxs", + "Tools/msi/bundle/packagegroups/postinstall.wxs", + "Tools/msi/bundle/packagegroups/tcltk.wxs", + "Tools/msi/bundle/packagegroups/test.wxs", + "Tools/msi/bundle/packagegroups/tools.wxs", + "Tools/msi/bundle/releaselocal.wixproj", + "Tools/msi/bundle/releaseweb.wixproj", + "Tools/msi/bundle/snapshot.wixproj", + "Tools/msi/common.wxs", + "Tools/msi/common_en-US.wxl_template", + "Tools/msi/core", + "Tools/msi/core/core.wixproj", + "Tools/msi/core/core.wxs", + "Tools/msi/core/core_d.wixproj", + "Tools/msi/core/core_d.wxs", + "Tools/msi/core/core_en-US.wxl", + "Tools/msi/core/core_files.wxs", + "Tools/msi/core/core_pdb.wixproj", + "Tools/msi/core/core_pdb.wxs", + "Tools/msi/csv_to_wxs.py", + "Tools/msi/dev", + "Tools/msi/dev/dev.wixproj", + "Tools/msi/dev/dev.wxs", + "Tools/msi/dev/dev_d.wixproj", + "Tools/msi/dev/dev_d.wxs", + "Tools/msi/dev/dev_en-US.wxl", + "Tools/msi/dev/dev_files.wxs", + "Tools/msi/distutils.command.bdist_wininst.py", + "Tools/msi/doc", + "Tools/msi/doc/doc.wixproj", + "Tools/msi/doc/doc.wxs", + "Tools/msi/doc/doc_en-US.wxl_template", + "Tools/msi/doc/doc_files.wxs", + "Tools/msi/doc/doc_no_files.wxs", + "Tools/msi/exe", + "Tools/msi/exe/exe.wixproj", + "Tools/msi/exe/exe.wxs", + "Tools/msi/exe/exe_d.wixproj", + "Tools/msi/exe/exe_d.wxs", + "Tools/msi/exe/exe_en-US.wxl_template", + "Tools/msi/exe/exe_files.wxs", + "Tools/msi/exe/exe_pdb.wixproj", + "Tools/msi/exe/exe_pdb.wxs", + "Tools/msi/exe/exe_reg.wxs", + "Tools/msi/generate_md5.py", + "Tools/msi/get_externals.bat", + "Tools/msi/launcher", + "Tools/msi/launcher/launcher.wixproj", + "Tools/msi/launcher/launcher.wxs", + "Tools/msi/launcher/launcher_en-US.wxl", + "Tools/msi/launcher/launcher_files.wxs", + "Tools/msi/launcher/launcher_reg.wxs", + "Tools/msi/lib", + "Tools/msi/lib/lib.wixproj", + "Tools/msi/lib/lib.wxs", + "Tools/msi/lib/lib_d.wixproj", + "Tools/msi/lib/lib_d.wxs", + "Tools/msi/lib/lib_en-US.wxl", + "Tools/msi/lib/lib_files.wxs", + "Tools/msi/lib/lib_pdb.wixproj", + "Tools/msi/lib/lib_pdb.wxs", + "Tools/msi/make_appx.ps1", + "Tools/msi/make_cat.ps1", + "Tools/msi/make_zip.proj", + "Tools/msi/msi.props", + "Tools/msi/msi.targets", + "Tools/msi/path", + "Tools/msi/path/path.wixproj", + "Tools/msi/path/path.wxs", + "Tools/msi/path/path_en-US.wxl", + "Tools/msi/pip", + "Tools/msi/pip/pip.wixproj", + "Tools/msi/pip/pip.wxs", + "Tools/msi/pip/pip_en-US.wxl", + "Tools/msi/purge.py", + "Tools/msi/sdktools.psm1", + "Tools/msi/sign_build.ps1", + "Tools/msi/tcltk", + "Tools/msi/tcltk/tcltk.wixproj", + "Tools/msi/tcltk/tcltk.wxs", + "Tools/msi/tcltk/tcltk_d.wixproj", + "Tools/msi/tcltk/tcltk_d.wxs", + "Tools/msi/tcltk/tcltk_en-US.wxl_template", + "Tools/msi/tcltk/tcltk_files.wxs", + "Tools/msi/tcltk/tcltk_pdb.wixproj", + "Tools/msi/tcltk/tcltk_pdb.wxs", + "Tools/msi/tcltk/tcltk_reg.wxs", + "Tools/msi/test", + "Tools/msi/test/test.wixproj", + "Tools/msi/test/test.wxs", + "Tools/msi/test/test_d.wixproj", + "Tools/msi/test/test_d.wxs", + "Tools/msi/test/test_en-US.wxl", + "Tools/msi/test/test_files.wxs", + "Tools/msi/test/test_pdb.wixproj", + "Tools/msi/test/test_pdb.wxs", + "Tools/msi/testrelease.bat", + "Tools/msi/tools", + "Tools/msi/tools/tools.wixproj", + "Tools/msi/tools/tools.wxs", + "Tools/msi/tools/tools_en-US.wxl", + "Tools/msi/tools/tools_files.wxs", + "Tools/msi/ucrt", + "Tools/msi/ucrt/ucrt.wixproj", + "Tools/msi/ucrt/ucrt.wxs", + "Tools/msi/ucrt/ucrt_en-US.wxl", + "Tools/msi/uploadrelease.bat", + "Tools/msi/uploadrelease.proj", + "Tools/msi/uploadrelease.ps1", + "Tools/msi/wix.props", + "Tools/nuget", + "Tools/nuget/build.bat", + "Tools/nuget/make_pkg.proj", + "Tools/nuget/python.nuspec", + "Tools/nuget/pythonarm32.nuspec", + "Tools/nuget/pythondaily.nuspec", + "Tools/nuget/pythondaily.symbols.nuspec", + "Tools/nuget/pythonx86.nuspec", + "Tools/peg_generator", + "Tools/peg_generator/.clang-format", + "Tools/peg_generator/.gitignore", + "Tools/peg_generator/Makefile", + "Tools/peg_generator/data", + "Tools/peg_generator/data/cprog.py", + "Tools/peg_generator/data/top-pypi-packages-365-days.json", + "Tools/peg_generator/data/xxl.zip", + "Tools/peg_generator/mypy.ini", + "Tools/peg_generator/peg_extension", + "Tools/peg_generator/peg_extension/__init__.py", + "Tools/peg_generator/peg_extension/peg_extension.c", + "Tools/peg_generator/pegen", + "Tools/peg_generator/pegen/__init__.py", + "Tools/peg_generator/pegen/__main__.py", + "Tools/peg_generator/pegen/ast_dump.py", + "Tools/peg_generator/pegen/build.py", + "Tools/peg_generator/pegen/c_generator.py", + "Tools/peg_generator/pegen/first_sets.py", + "Tools/peg_generator/pegen/grammar.py", + "Tools/peg_generator/pegen/grammar_parser.py", + "Tools/peg_generator/pegen/grammar_visualizer.py", + "Tools/peg_generator/pegen/keywordgen.py", + "Tools/peg_generator/pegen/metagrammar.gram", + "Tools/peg_generator/pegen/parser.py", + "Tools/peg_generator/pegen/parser_generator.py", + "Tools/peg_generator/pegen/python_generator.py", + "Tools/peg_generator/pegen/sccutils.py", + "Tools/peg_generator/pegen/testutil.py", + "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pyproject.toml", + "Tools/peg_generator/requirements.pip", + "Tools/peg_generator/scripts", + "Tools/peg_generator/scripts/__init__.py", + "Tools/peg_generator/scripts/ast_timings.py", + "Tools/peg_generator/scripts/benchmark.py", + "Tools/peg_generator/scripts/download_pypi_packages.py", + "Tools/peg_generator/scripts/find_max_nesting.py", + "Tools/peg_generator/scripts/grammar_grapher.py", + "Tools/peg_generator/scripts/joinstats.py", + "Tools/peg_generator/scripts/show_parse.py", + "Tools/peg_generator/scripts/test_parse_directory.py", + "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/pynche", + "Tools/pynche/ChipViewer.py", + "Tools/pynche/ColorDB.py", + "Tools/pynche/DetailsViewer.py", + "Tools/pynche/ListViewer.py", + "Tools/pynche/Main.py", + "Tools/pynche/PyncheWidget.py", + "Tools/pynche/README", + "Tools/pynche/StripViewer.py", + "Tools/pynche/Switchboard.py", + "Tools/pynche/TextViewer.py", + "Tools/pynche/TypeinViewer.py", + "Tools/pynche/X", + "Tools/pynche/X/rgb.txt", + "Tools/pynche/X/xlicense.txt", + "Tools/pynche/__init__.py", + "Tools/pynche/html40colors.txt", + "Tools/pynche/namedcolors.txt", + "Tools/pynche/pyColorChooser.py", + "Tools/pynche/pynche", + "Tools/pynche/pynche.pyw", + "Tools/pynche/webcolors.txt", + "Tools/pynche/websafe.txt", + "Tools/scripts", + "Tools/scripts/2to3", + "Tools/scripts/README", + "Tools/scripts/abitype.py", + "Tools/scripts/analyze_dxp.py", + "Tools/scripts/byext.py", + "Tools/scripts/byteyears.py", + "Tools/scripts/checkpip.py", + "Tools/scripts/cleanfuture.py", + "Tools/scripts/combinerefs.py", + "Tools/scripts/copytime.py", + "Tools/scripts/crlf.py", + "Tools/scripts/db2pickle.py", + "Tools/scripts/diff.py", + "Tools/scripts/dutree.doc", + "Tools/scripts/dutree.py", + "Tools/scripts/eptags.py", + "Tools/scripts/find-uname.py", + "Tools/scripts/find_recursionlimit.py", + "Tools/scripts/finddiv.py", + "Tools/scripts/findlinksto.py", + "Tools/scripts/findnocoding.py", + "Tools/scripts/fixcid.py", + "Tools/scripts/fixdiv.py", + "Tools/scripts/fixheader.py", + "Tools/scripts/fixnotice.py", + "Tools/scripts/fixps.py", + "Tools/scripts/generate_opcode_h.py", + "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_token.py", + "Tools/scripts/get-remote-certificate.py", + "Tools/scripts/google.py", + "Tools/scripts/gprof2html.py", + "Tools/scripts/highlight.py", + "Tools/scripts/idle3", + "Tools/scripts/ifdef.py", + "Tools/scripts/import_diagnostics.py", + "Tools/scripts/lfcr.py", + "Tools/scripts/linktree.py", + "Tools/scripts/lll.py", + "Tools/scripts/mailerdaemon.py", + "Tools/scripts/make_ctype.py", + "Tools/scripts/md5sum.py", + "Tools/scripts/mkreal.py", + "Tools/scripts/ndiff.py", + "Tools/scripts/nm2def.py", + "Tools/scripts/objgraph.py", + "Tools/scripts/parse_html5_entities.py", + "Tools/scripts/parseentities.py", + "Tools/scripts/patchcheck.py", + "Tools/scripts/pathfix.py", + "Tools/scripts/pdeps.py", + "Tools/scripts/pep384_macrocheck.py", + "Tools/scripts/pickle2db.py", + "Tools/scripts/pindent.py", + "Tools/scripts/ptags.py", + "Tools/scripts/pydoc3", + "Tools/scripts/pysource.py", + "Tools/scripts/reindent-rst.py", + "Tools/scripts/reindent.py", + "Tools/scripts/rgrep.py", + "Tools/scripts/run_tests.py", + "Tools/scripts/serve.py", + "Tools/scripts/smelly.py", + "Tools/scripts/suff.py", + "Tools/scripts/texi2html.py", + "Tools/scripts/untabify.py", + "Tools/scripts/update_file.py", + "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/which.py", + "Tools/scripts/win_add2path.py", + "Tools/ssl", + "Tools/ssl/make_ssl_data.py", + "Tools/ssl/multissltests.py", + "Tools/stringbench", + "Tools/stringbench/README", + "Tools/stringbench/stringbench.py", + "Tools/test2to3", + "Tools/test2to3/README", + "Tools/test2to3/maintest.py", + "Tools/test2to3/setup.py", + "Tools/test2to3/test", + "Tools/test2to3/test/runtests.py", + "Tools/test2to3/test/test_foo.py", + "Tools/test2to3/test2to3", + "Tools/test2to3/test2to3/__init__.py", + "Tools/test2to3/test2to3/hello.py", + "Tools/tz", + "Tools/tz/zdump.py", + "Tools/unicode", + "Tools/unicode/Makefile", + "Tools/unicode/comparecodecs.py", + "Tools/unicode/gencjkcodecs.py", + "Tools/unicode/gencodec.py", + "Tools/unicode/genmap_japanese.py", + "Tools/unicode/genmap_korean.py", + "Tools/unicode/genmap_schinese.py", + "Tools/unicode/genmap_support.py", + "Tools/unicode/genwincodec.py", + "Tools/unicode/genwincodecs.bat", + "Tools/unicode/listcodecs.py", + "Tools/unicode/makeunicodedata.py", + "Tools/unicode/mkstringprep.py", + "Tools/unicode/python-mappings", + "Tools/unicode/python-mappings/CP1140.TXT", + "Tools/unicode/python-mappings/CP273.TXT", + "Tools/unicode/python-mappings/GB2312.TXT", + "Tools/unicode/python-mappings/KOI8-U.TXT", + "Tools/unicode/python-mappings/TIS-620.TXT", + "Tools/unicode/python-mappings/diff", + "Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff", + "Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff", + "Tools/unicode/python-mappings/gb-18030-2000.xml", + "Tools/unicode/python-mappings/jisx0213-2004-std.txt", + "Tools/unittestgui", + "Tools/unittestgui/README.txt", + "Tools/unittestgui/unittestgui.py", + "aclocal.m4", + "config.guess", + "config.sub", + "configure", + "configure.ac", + "install-sh", + "netlify.toml", + "pyconfig.h.in", + "setup.py" + ], + "v3.9.2": [ + ".azure-pipelines", + ".azure-pipelines/ci.yml", + ".azure-pipelines/docs-steps.yml", + ".azure-pipelines/macos-steps.yml", + ".azure-pipelines/posix-deps-apt.sh", + ".azure-pipelines/posix-steps.yml", + ".azure-pipelines/pr.yml", + ".azure-pipelines/prebuild-checks.yml", + ".azure-pipelines/windows-layout-steps.yml", + ".azure-pipelines/windows-release.yml", + ".azure-pipelines/windows-release", + ".azure-pipelines/windows-release/build-steps.yml", + ".azure-pipelines/windows-release/checkout.yml", + ".azure-pipelines/windows-release/find-sdk.yml", + ".azure-pipelines/windows-release/gpg-sign.yml", + ".azure-pipelines/windows-release/layout-command.yml", + ".azure-pipelines/windows-release/mingw-lib.yml", + ".azure-pipelines/windows-release/msi-steps.yml", + ".azure-pipelines/windows-release/stage-build.yml", + ".azure-pipelines/windows-release/stage-layout-embed.yml", + ".azure-pipelines/windows-release/stage-layout-full.yml", + ".azure-pipelines/windows-release/stage-layout-msix.yml", + ".azure-pipelines/windows-release/stage-layout-nuget.yml", + ".azure-pipelines/windows-release/stage-msi.yml", + ".azure-pipelines/windows-release/stage-pack-msix.yml", + ".azure-pipelines/windows-release/stage-pack-nuget.yml", + ".azure-pipelines/windows-release/stage-publish-nugetorg.yml", + ".azure-pipelines/windows-release/stage-publish-pythonorg.yml", + ".azure-pipelines/windows-release/stage-publish-store.yml", + ".azure-pipelines/windows-release/stage-sign.yml", + ".azure-pipelines/windows-release/stage-test-embed.yml", + ".azure-pipelines/windows-release/stage-test-msi.yml", + ".azure-pipelines/windows-release/stage-test-nuget.yml", + ".azure-pipelines/windows-steps.yml", + ".gitattributes", + ".github", + ".github/CODEOWNERS", + ".github/CONTRIBUTING.rst", + ".github/FUNDING.yml", + ".github/PULL_REQUEST_TEMPLATE.md", + ".github/SECURITY.md", + ".github/codecov.yml", + ".github/workflows", + ".github/workflows/build.yml", + ".github/workflows/build_msi.yml", + ".github/workflows/coverage.yml", + ".github/workflows/doc.yml", + ".github/workflows/posix-deps-apt.sh", + ".gitignore", + ".travis.yml", + "CODE_OF_CONDUCT.md", + "Doc", + "Doc/Makefile", + "Doc/README.rst", + "Doc/about.rst", + "Doc/bugs.rst", + "Doc/c-api", + "Doc/c-api/abstract.rst", + "Doc/c-api/allocation.rst", + "Doc/c-api/apiabiversion.rst", + "Doc/c-api/arg.rst", + "Doc/c-api/bool.rst", + "Doc/c-api/buffer.rst", + "Doc/c-api/bytearray.rst", + "Doc/c-api/bytes.rst", + "Doc/c-api/call.rst", + "Doc/c-api/capsule.rst", + "Doc/c-api/cell.rst", + "Doc/c-api/code.rst", + "Doc/c-api/codec.rst", + "Doc/c-api/complex.rst", + "Doc/c-api/concrete.rst", + "Doc/c-api/contextvars.rst", + "Doc/c-api/conversion.rst", + "Doc/c-api/coro.rst", + "Doc/c-api/datetime.rst", + "Doc/c-api/descriptor.rst", + "Doc/c-api/dict.rst", + "Doc/c-api/exceptions.rst", + "Doc/c-api/file.rst", + "Doc/c-api/float.rst", + "Doc/c-api/function.rst", + "Doc/c-api/gcsupport.rst", + "Doc/c-api/gen.rst", + "Doc/c-api/import.rst", + "Doc/c-api/index.rst", + "Doc/c-api/init.rst", + "Doc/c-api/init_config.rst", + "Doc/c-api/intro.rst", + "Doc/c-api/iter.rst", + "Doc/c-api/iterator.rst", + "Doc/c-api/list.rst", + "Doc/c-api/long.rst", + "Doc/c-api/mapping.rst", + "Doc/c-api/marshal.rst", + "Doc/c-api/memory.rst", + "Doc/c-api/memoryview.rst", + "Doc/c-api/method.rst", + "Doc/c-api/module.rst", + "Doc/c-api/none.rst", + "Doc/c-api/number.rst", + "Doc/c-api/objbuffer.rst", + "Doc/c-api/object.rst", + "Doc/c-api/objimpl.rst", + "Doc/c-api/refcounting.rst", + "Doc/c-api/reflection.rst", + "Doc/c-api/sequence.rst", + "Doc/c-api/set.rst", + "Doc/c-api/slice.rst", + "Doc/c-api/stable.rst", + "Doc/c-api/structures.rst", + "Doc/c-api/sys.rst", + "Doc/c-api/tuple.rst", + "Doc/c-api/type.rst", + "Doc/c-api/typeobj.rst", + "Doc/c-api/unicode.rst", + "Doc/c-api/utilities.rst", + "Doc/c-api/veryhigh.rst", + "Doc/c-api/weakref.rst", + "Doc/conf.py", + "Doc/contents.rst", + "Doc/copyright.rst", + "Doc/data", + "Doc/data/refcounts.dat", + "Doc/distributing", + "Doc/distributing/index.rst", + "Doc/distutils", + "Doc/distutils/_setuptools_disclaimer.rst", + "Doc/distutils/apiref.rst", + "Doc/distutils/builtdist.rst", + "Doc/distutils/commandref.rst", + "Doc/distutils/configfile.rst", + "Doc/distutils/examples.rst", + "Doc/distutils/extending.rst", + "Doc/distutils/index.rst", + "Doc/distutils/introduction.rst", + "Doc/distutils/packageindex.rst", + "Doc/distutils/setupscript.rst", + "Doc/distutils/sourcedist.rst", + "Doc/distutils/uploading.rst", + "Doc/extending", + "Doc/extending/building.rst", + "Doc/extending/embedding.rst", + "Doc/extending/extending.rst", + "Doc/extending/index.rst", + "Doc/extending/newtypes.rst", + "Doc/extending/newtypes_tutorial.rst", + "Doc/extending/windows.rst", + "Doc/faq", + "Doc/faq/design.rst", + "Doc/faq/extending.rst", + "Doc/faq/general.rst", + "Doc/faq/gui.rst", + "Doc/faq/index.rst", + "Doc/faq/installed.rst", + "Doc/faq/library.rst", + "Doc/faq/programming.rst", + "Doc/faq/python-video-icon.png", + "Doc/faq/windows.rst", + "Doc/glossary.rst", + "Doc/howto", + "Doc/howto/argparse.rst", + "Doc/howto/clinic.rst", + "Doc/howto/cporting.rst", + "Doc/howto/curses.rst", + "Doc/howto/descriptor.rst", + "Doc/howto/functional.rst", + "Doc/howto/index.rst", + "Doc/howto/instrumentation.rst", + "Doc/howto/ipaddress.rst", + "Doc/howto/logging-cookbook.rst", + "Doc/howto/logging.rst", + "Doc/howto/logging_flow.png", + "Doc/howto/pyporting.rst", + "Doc/howto/regex.rst", + "Doc/howto/sockets.rst", + "Doc/howto/sorting.rst", + "Doc/howto/unicode.rst", + "Doc/howto/urllib2.rst", + "Doc/includes", + "Doc/includes/custom.c", + "Doc/includes/custom2.c", + "Doc/includes/custom3.c", + "Doc/includes/custom4.c", + "Doc/includes/dbpickle.py", + "Doc/includes/email-alternative.py", + "Doc/includes/email-dir.py", + "Doc/includes/email-headers.py", + "Doc/includes/email-mime.py", + "Doc/includes/email-read-alternative.py", + "Doc/includes/email-simple.py", + "Doc/includes/email-unpack.py", + "Doc/includes/minidom-example.py", + "Doc/includes/mp_newtype.py", + "Doc/includes/mp_pool.py", + "Doc/includes/mp_workers.py", + "Doc/includes/run-func.c", + "Doc/includes/setup.py", + "Doc/includes/sqlite3", + "Doc/includes/sqlite3/adapter_datetime.py", + "Doc/includes/sqlite3/adapter_point_1.py", + "Doc/includes/sqlite3/adapter_point_2.py", + "Doc/includes/sqlite3/collation_reverse.py", + "Doc/includes/sqlite3/complete_statement.py", + "Doc/includes/sqlite3/converter_point.py", + "Doc/includes/sqlite3/countcursors.py", + "Doc/includes/sqlite3/createdb.py", + "Doc/includes/sqlite3/ctx_manager.py", + "Doc/includes/sqlite3/execsql_fetchonerow.py", + "Doc/includes/sqlite3/execsql_printall_1.py", + "Doc/includes/sqlite3/execute_1.py", + "Doc/includes/sqlite3/executemany_1.py", + "Doc/includes/sqlite3/executemany_2.py", + "Doc/includes/sqlite3/executescript.py", + "Doc/includes/sqlite3/insert_more_people.py", + "Doc/includes/sqlite3/load_extension.py", + "Doc/includes/sqlite3/md5func.py", + "Doc/includes/sqlite3/mysumaggr.py", + "Doc/includes/sqlite3/parse_colnames.py", + "Doc/includes/sqlite3/pysqlite_datetime.py", + "Doc/includes/sqlite3/row_factory.py", + "Doc/includes/sqlite3/rowclass.py", + "Doc/includes/sqlite3/shared_cache.py", + "Doc/includes/sqlite3/shortcut_methods.py", + "Doc/includes/sqlite3/simple_tableprinter.py", + "Doc/includes/sqlite3/text_factory.py", + "Doc/includes/sublist.c", + "Doc/includes/test.py", + "Doc/includes/turtle-star.py", + "Doc/includes/typestruct.h", + "Doc/includes/tzinfo_examples.py", + "Doc/install", + "Doc/install/index.rst", + "Doc/installing", + "Doc/installing/index.rst", + "Doc/library", + "Doc/library/2to3.rst", + "Doc/library/__future__.rst", + "Doc/library/__main__.rst", + "Doc/library/_thread.rst", + "Doc/library/abc.rst", + "Doc/library/aifc.rst", + "Doc/library/allos.rst", + "Doc/library/archiving.rst", + "Doc/library/argparse.rst", + "Doc/library/array.rst", + "Doc/library/ast.rst", + "Doc/library/asynchat.rst", + "Doc/library/asyncio-api-index.rst", + "Doc/library/asyncio-dev.rst", + "Doc/library/asyncio-eventloop.rst", + "Doc/library/asyncio-exceptions.rst", + "Doc/library/asyncio-future.rst", + "Doc/library/asyncio-llapi-index.rst", + "Doc/library/asyncio-platforms.rst", + "Doc/library/asyncio-policy.rst", + "Doc/library/asyncio-protocol.rst", + "Doc/library/asyncio-queue.rst", + "Doc/library/asyncio-stream.rst", + "Doc/library/asyncio-subprocess.rst", + "Doc/library/asyncio-sync.rst", + "Doc/library/asyncio-task.rst", + "Doc/library/asyncio.rst", + "Doc/library/asyncore.rst", + "Doc/library/atexit.rst", + "Doc/library/audioop.rst", + "Doc/library/audit_events.rst", + "Doc/library/base64.rst", + "Doc/library/bdb.rst", + "Doc/library/binary.rst", + "Doc/library/binascii.rst", + "Doc/library/binhex.rst", + "Doc/library/bisect.rst", + "Doc/library/builtins.rst", + "Doc/library/bz2.rst", + "Doc/library/calendar.rst", + "Doc/library/cgi.rst", + "Doc/library/cgitb.rst", + "Doc/library/chunk.rst", + "Doc/library/cmath.rst", + "Doc/library/cmd.rst", + "Doc/library/code.rst", + "Doc/library/codecs.rst", + "Doc/library/codeop.rst", + "Doc/library/collections.abc.rst", + "Doc/library/collections.rst", + "Doc/library/colorsys.rst", + "Doc/library/compileall.rst", + "Doc/library/concurrency.rst", + "Doc/library/concurrent.futures.rst", + "Doc/library/concurrent.rst", + "Doc/library/configparser.rst", + "Doc/library/constants.rst", + "Doc/library/contextlib.rst", + "Doc/library/contextvars.rst", + "Doc/library/copy.rst", + "Doc/library/copyreg.rst", + "Doc/library/crypt.rst", + "Doc/library/crypto.rst", + "Doc/library/csv.rst", + "Doc/library/ctypes.rst", + "Doc/library/curses.ascii.rst", + "Doc/library/curses.panel.rst", + "Doc/library/curses.rst", + "Doc/library/custominterp.rst", + "Doc/library/dataclasses.rst", + "Doc/library/datatypes.rst", + "Doc/library/datetime.rst", + "Doc/library/dbm.rst", + "Doc/library/debug.rst", + "Doc/library/decimal.rst", + "Doc/library/development.rst", + "Doc/library/devmode.rst", + "Doc/library/dialog.rst", + "Doc/library/difflib.rst", + "Doc/library/dis.rst", + "Doc/library/distribution.rst", + "Doc/library/distutils.rst", + "Doc/library/doctest.rst", + "Doc/library/email.charset.rst", + "Doc/library/email.compat32-message.rst", + "Doc/library/email.contentmanager.rst", + "Doc/library/email.encoders.rst", + "Doc/library/email.errors.rst", + "Doc/library/email.examples.rst", + "Doc/library/email.generator.rst", + "Doc/library/email.header.rst", + "Doc/library/email.headerregistry.rst", + "Doc/library/email.iterators.rst", + "Doc/library/email.message.rst", + "Doc/library/email.mime.rst", + "Doc/library/email.parser.rst", + "Doc/library/email.policy.rst", + "Doc/library/email.rst", + "Doc/library/email.utils.rst", + "Doc/library/ensurepip.rst", + "Doc/library/enum.rst", + "Doc/library/errno.rst", + "Doc/library/exceptions.rst", + "Doc/library/faulthandler.rst", + "Doc/library/fcntl.rst", + "Doc/library/filecmp.rst", + "Doc/library/fileformats.rst", + "Doc/library/fileinput.rst", + "Doc/library/filesys.rst", + "Doc/library/fnmatch.rst", + "Doc/library/formatter.rst", + "Doc/library/fractions.rst", + "Doc/library/frameworks.rst", + "Doc/library/ftplib.rst", + "Doc/library/functional.rst", + "Doc/library/functions.rst", + "Doc/library/functools.rst", + "Doc/library/gc.rst", + "Doc/library/getopt.rst", + "Doc/library/getpass.rst", + "Doc/library/gettext.rst", + "Doc/library/glob.rst", + "Doc/library/graphlib.rst", + "Doc/library/grp.rst", + "Doc/library/gzip.rst", + "Doc/library/hashlib-blake2-tree.png", + "Doc/library/hashlib.rst", + "Doc/library/heapq.rst", + "Doc/library/hmac.rst", + "Doc/library/html.entities.rst", + "Doc/library/html.parser.rst", + "Doc/library/html.rst", + "Doc/library/http.client.rst", + "Doc/library/http.cookiejar.rst", + "Doc/library/http.cookies.rst", + "Doc/library/http.rst", + "Doc/library/http.server.rst", + "Doc/library/i18n.rst", + "Doc/library/idle.rst", + "Doc/library/imaplib.rst", + "Doc/library/imghdr.rst", + "Doc/library/imp.rst", + "Doc/library/importlib.metadata.rst", + "Doc/library/importlib.rst", + "Doc/library/index.rst", + "Doc/library/inspect.rst", + "Doc/library/internet.rst", + "Doc/library/intro.rst", + "Doc/library/io.rst", + "Doc/library/ipaddress.rst", + "Doc/library/ipc.rst", + "Doc/library/itertools.rst", + "Doc/library/json.rst", + "Doc/library/keyword.rst", + "Doc/library/language.rst", + "Doc/library/linecache.rst", + "Doc/library/locale.rst", + "Doc/library/logging.config.rst", + "Doc/library/logging.handlers.rst", + "Doc/library/logging.rst", + "Doc/library/lzma.rst", + "Doc/library/mailbox.rst", + "Doc/library/mailcap.rst", + "Doc/library/markup.rst", + "Doc/library/marshal.rst", + "Doc/library/math.rst", + "Doc/library/mimetypes.rst", + "Doc/library/misc.rst", + "Doc/library/mm.rst", + "Doc/library/mmap.rst", + "Doc/library/modulefinder.rst", + "Doc/library/modules.rst", + "Doc/library/msilib.rst", + "Doc/library/msvcrt.rst", + "Doc/library/multiprocessing.rst", + "Doc/library/multiprocessing.shared_memory.rst", + "Doc/library/netdata.rst", + "Doc/library/netrc.rst", + "Doc/library/nis.rst", + "Doc/library/nntplib.rst", + "Doc/library/numbers.rst", + "Doc/library/numeric.rst", + "Doc/library/operator.rst", + "Doc/library/optparse.rst", + "Doc/library/os.path.rst", + "Doc/library/os.rst", + "Doc/library/ossaudiodev.rst", + "Doc/library/othergui.rst", + "Doc/library/parser.rst", + "Doc/library/pathlib-inheritance.png", + "Doc/library/pathlib-inheritance.svg", + "Doc/library/pathlib.rst", + "Doc/library/pdb.rst", + "Doc/library/persistence.rst", + "Doc/library/pickle.rst", + "Doc/library/pickletools.rst", + "Doc/library/pipes.rst", + "Doc/library/pkgutil.rst", + "Doc/library/platform.rst", + "Doc/library/plistlib.rst", + "Doc/library/poplib.rst", + "Doc/library/posix.rst", + "Doc/library/pprint.rst", + "Doc/library/profile.rst", + "Doc/library/pty.rst", + "Doc/library/pwd.rst", + "Doc/library/py_compile.rst", + "Doc/library/pyclbr.rst", + "Doc/library/pydoc.rst", + "Doc/library/pyexpat.rst", + "Doc/library/python.rst", + "Doc/library/queue.rst", + "Doc/library/quopri.rst", + "Doc/library/random.rst", + "Doc/library/re.rst", + "Doc/library/readline.rst", + "Doc/library/reprlib.rst", + "Doc/library/resource.rst", + "Doc/library/rlcompleter.rst", + "Doc/library/runpy.rst", + "Doc/library/sched.rst", + "Doc/library/secrets.rst", + "Doc/library/select.rst", + "Doc/library/selectors.rst", + "Doc/library/shelve.rst", + "Doc/library/shlex.rst", + "Doc/library/shutil.rst", + "Doc/library/signal.rst", + "Doc/library/site.rst", + "Doc/library/smtpd.rst", + "Doc/library/smtplib.rst", + "Doc/library/sndhdr.rst", + "Doc/library/socket.rst", + "Doc/library/socketserver.rst", + "Doc/library/spwd.rst", + "Doc/library/sqlite3.rst", + "Doc/library/ssl.rst", + "Doc/library/stat.rst", + "Doc/library/statistics.rst", + "Doc/library/stdtypes.rst", + "Doc/library/string.rst", + "Doc/library/stringprep.rst", + "Doc/library/struct.rst", + "Doc/library/subprocess.rst", + "Doc/library/sunau.rst", + "Doc/library/superseded.rst", + "Doc/library/symbol.rst", + "Doc/library/symtable.rst", + "Doc/library/sys.rst", + "Doc/library/sysconfig.rst", + "Doc/library/syslog.rst", + "Doc/library/tabnanny.rst", + "Doc/library/tarfile.rst", + "Doc/library/telnetlib.rst", + "Doc/library/tempfile.rst", + "Doc/library/termios.rst", + "Doc/library/test.rst", + "Doc/library/text.rst", + "Doc/library/textwrap.rst", + "Doc/library/threading.rst", + "Doc/library/time.rst", + "Doc/library/timeit.rst", + "Doc/library/tk.rst", + "Doc/library/tk_msg.png", + "Doc/library/tkinter.colorchooser.rst", + "Doc/library/tkinter.dnd.rst", + "Doc/library/tkinter.font.rst", + "Doc/library/tkinter.messagebox.rst", + "Doc/library/tkinter.rst", + "Doc/library/tkinter.scrolledtext.rst", + "Doc/library/tkinter.tix.rst", + "Doc/library/tkinter.ttk.rst", + "Doc/library/token-list.inc", + "Doc/library/token.rst", + "Doc/library/tokenize.rst", + "Doc/library/trace.rst", + "Doc/library/traceback.rst", + "Doc/library/tracemalloc.rst", + "Doc/library/tty.rst", + "Doc/library/tulip_coro.dia", + "Doc/library/tulip_coro.png", + "Doc/library/turtle-star.pdf", + "Doc/library/turtle-star.png", + "Doc/library/turtle-star.ps", + "Doc/library/turtle.rst", + "Doc/library/types.rst", + "Doc/library/typing.rst", + "Doc/library/undoc.rst", + "Doc/library/unicodedata.rst", + "Doc/library/unittest.mock-examples.rst", + "Doc/library/unittest.mock.rst", + "Doc/library/unittest.rst", + "Doc/library/unix.rst", + "Doc/library/urllib.error.rst", + "Doc/library/urllib.parse.rst", + "Doc/library/urllib.request.rst", + "Doc/library/urllib.robotparser.rst", + "Doc/library/urllib.rst", + "Doc/library/uu.rst", + "Doc/library/uuid.rst", + "Doc/library/venv.rst", + "Doc/library/warnings.rst", + "Doc/library/wave.rst", + "Doc/library/weakref.rst", + "Doc/library/webbrowser.rst", + "Doc/library/windows.rst", + "Doc/library/winreg.rst", + "Doc/library/winsound.rst", + "Doc/library/wsgiref.rst", + "Doc/library/xdrlib.rst", + "Doc/library/xml.dom.minidom.rst", + "Doc/library/xml.dom.pulldom.rst", + "Doc/library/xml.dom.rst", + "Doc/library/xml.etree.elementtree.rst", + "Doc/library/xml.rst", + "Doc/library/xml.sax.handler.rst", + "Doc/library/xml.sax.reader.rst", + "Doc/library/xml.sax.rst", + "Doc/library/xml.sax.utils.rst", + "Doc/library/xmlrpc.client.rst", + "Doc/library/xmlrpc.rst", + "Doc/library/xmlrpc.server.rst", + "Doc/library/zipapp.rst", + "Doc/library/zipfile.rst", + "Doc/library/zipimport.rst", + "Doc/library/zlib.rst", + "Doc/library/zoneinfo.rst", + "Doc/license.rst", + "Doc/make.bat", + "Doc/reference", + "Doc/reference/compound_stmts.rst", + "Doc/reference/datamodel.rst", + "Doc/reference/executionmodel.rst", + "Doc/reference/expressions.rst", + "Doc/reference/grammar.rst", + "Doc/reference/import.rst", + "Doc/reference/index.rst", + "Doc/reference/introduction.rst", + "Doc/reference/lexical_analysis.rst", + "Doc/reference/simple_stmts.rst", + "Doc/reference/toplevel_components.rst", + "Doc/requirements.txt", + "Doc/runtime.txt", + "Doc/tools", + "Doc/tools/extensions", + "Doc/tools/extensions/asdl_highlight.py", + "Doc/tools/extensions/c_annotations.py", + "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/patchlevel.py", + "Doc/tools/extensions/peg_highlight.py", + "Doc/tools/extensions/pyspecific.py", + "Doc/tools/extensions/suspicious.py", + "Doc/tools/rstlint.py", + "Doc/tools/static", + "Doc/tools/static/changelog_search.js", + "Doc/tools/static/switchers.js", + "Doc/tools/susp-ignored.csv", + "Doc/tools/templates", + "Doc/tools/templates/customsourcelink.html", + "Doc/tools/templates/download.html", + "Doc/tools/templates/dummy.html", + "Doc/tools/templates/indexcontent.html", + "Doc/tools/templates/indexsidebar.html", + "Doc/tools/templates/layout.html", + "Doc/tools/templates/opensearch.xml", + "Doc/tutorial", + "Doc/tutorial/appendix.rst", + "Doc/tutorial/appetite.rst", + "Doc/tutorial/classes.rst", + "Doc/tutorial/controlflow.rst", + "Doc/tutorial/datastructures.rst", + "Doc/tutorial/errors.rst", + "Doc/tutorial/floatingpoint.rst", + "Doc/tutorial/index.rst", + "Doc/tutorial/inputoutput.rst", + "Doc/tutorial/interactive.rst", + "Doc/tutorial/interpreter.rst", + "Doc/tutorial/introduction.rst", + "Doc/tutorial/modules.rst", + "Doc/tutorial/stdlib.rst", + "Doc/tutorial/stdlib2.rst", + "Doc/tutorial/venv.rst", + "Doc/tutorial/whatnow.rst", + "Doc/using", + "Doc/using/cmdline.rst", + "Doc/using/editors.rst", + "Doc/using/index.rst", + "Doc/using/mac.rst", + "Doc/using/unix.rst", + "Doc/using/venv-create.inc", + "Doc/using/win_installer.png", + "Doc/using/windows.rst", + "Doc/whatsnew", + "Doc/whatsnew/2.0.rst", + "Doc/whatsnew/2.1.rst", + "Doc/whatsnew/2.2.rst", + "Doc/whatsnew/2.3.rst", + "Doc/whatsnew/2.4.rst", + "Doc/whatsnew/2.5.rst", + "Doc/whatsnew/2.6.rst", + "Doc/whatsnew/2.7.rst", + "Doc/whatsnew/3.0.rst", + "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.2.rst", + "Doc/whatsnew/3.3.rst", + "Doc/whatsnew/3.4.rst", + "Doc/whatsnew/3.5.rst", + "Doc/whatsnew/3.6.rst", + "Doc/whatsnew/3.7.rst", + "Doc/whatsnew/3.8.rst", + "Doc/whatsnew/3.9.rst", + "Doc/whatsnew/changelog.rst", + "Doc/whatsnew/index.rst", + "Grammar", + "Grammar/Grammar", + "Grammar/Tokens", + "Grammar/python.gram", + "Include", + "Include/Python-ast.h", + "Include/Python.h", + "Include/abstract.h", + "Include/asdl.h", + "Include/ast.h", + "Include/bitset.h", + "Include/bltinmodule.h", + "Include/boolobject.h", + "Include/bytearrayobject.h", + "Include/bytesobject.h", + "Include/cellobject.h", + "Include/ceval.h", + "Include/classobject.h", + "Include/code.h", + "Include/codecs.h", + "Include/compile.h", + "Include/complexobject.h", + "Include/context.h", + "Include/cpython", + "Include/cpython/abstract.h", + "Include/cpython/bytearrayobject.h", + "Include/cpython/bytesobject.h", + "Include/cpython/ceval.h", + "Include/cpython/code.h", + "Include/cpython/dictobject.h", + "Include/cpython/fileobject.h", + "Include/cpython/fileutils.h", + "Include/cpython/frameobject.h", + "Include/cpython/import.h", + "Include/cpython/initconfig.h", + "Include/cpython/interpreteridobject.h", + "Include/cpython/listobject.h", + "Include/cpython/methodobject.h", + "Include/cpython/object.h", + "Include/cpython/objimpl.h", + "Include/cpython/pyerrors.h", + "Include/cpython/pylifecycle.h", + "Include/cpython/pymem.h", + "Include/cpython/pystate.h", + "Include/cpython/sysmodule.h", + "Include/cpython/traceback.h", + "Include/cpython/tupleobject.h", + "Include/cpython/unicodeobject.h", + "Include/datetime.h", + "Include/descrobject.h", + "Include/dictobject.h", + "Include/dynamic_annotations.h", + "Include/enumobject.h", + "Include/errcode.h", + "Include/eval.h", + "Include/exports.h", + "Include/fileobject.h", + "Include/fileutils.h", + "Include/floatobject.h", + "Include/frameobject.h", + "Include/funcobject.h", + "Include/genericaliasobject.h", + "Include/genobject.h", + "Include/graminit.h", + "Include/grammar.h", + "Include/import.h", + "Include/internal", + "Include/internal/pegen_interface.h", + "Include/internal/pycore_abstract.h", + "Include/internal/pycore_accu.h", + "Include/internal/pycore_atomic.h", + "Include/internal/pycore_bytes_methods.h", + "Include/internal/pycore_byteswap.h", + "Include/internal/pycore_call.h", + "Include/internal/pycore_ceval.h", + "Include/internal/pycore_code.h", + "Include/internal/pycore_condvar.h", + "Include/internal/pycore_context.h", + "Include/internal/pycore_dtoa.h", + "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_gc.h", + "Include/internal/pycore_getopt.h", + "Include/internal/pycore_gil.h", + "Include/internal/pycore_hamt.h", + "Include/internal/pycore_hashtable.h", + "Include/internal/pycore_import.h", + "Include/internal/pycore_initconfig.h", + "Include/internal/pycore_interp.h", + "Include/internal/pycore_object.h", + "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyerrors.h", + "Include/internal/pycore_pyhash.h", + "Include/internal/pycore_pylifecycle.h", + "Include/internal/pycore_pymem.h", + "Include/internal/pycore_pystate.h", + "Include/internal/pycore_runtime.h", + "Include/internal/pycore_sysmodule.h", + "Include/internal/pycore_traceback.h", + "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_warnings.h", + "Include/interpreteridobject.h", + "Include/intrcheck.h", + "Include/iterobject.h", + "Include/listobject.h", + "Include/longintrepr.h", + "Include/longobject.h", + "Include/marshal.h", + "Include/memoryobject.h", + "Include/methodobject.h", + "Include/modsupport.h", + "Include/moduleobject.h", + "Include/namespaceobject.h", + "Include/node.h", + "Include/object.h", + "Include/objimpl.h", + "Include/odictobject.h", + "Include/opcode.h", + "Include/osdefs.h", + "Include/osmodule.h", + "Include/parsetok.h", + "Include/patchlevel.h", + "Include/picklebufobject.h", + "Include/py_curses.h", + "Include/pyarena.h", + "Include/pycapsule.h", + "Include/pyctype.h", + "Include/pydebug.h", + "Include/pydtrace.d", + "Include/pydtrace.h", + "Include/pyerrors.h", + "Include/pyexpat.h", + "Include/pyfpe.h", + "Include/pyframe.h", + "Include/pyhash.h", + "Include/pylifecycle.h", + "Include/pymacconfig.h", + "Include/pymacro.h", + "Include/pymath.h", + "Include/pymem.h", + "Include/pyport.h", + "Include/pystate.h", + "Include/pystrcmp.h", + "Include/pystrhex.h", + "Include/pystrtod.h", + "Include/pythonrun.h", + "Include/pythread.h", + "Include/pytime.h", + "Include/rangeobject.h", + "Include/setobject.h", + "Include/sliceobject.h", + "Include/structmember.h", + "Include/structseq.h", + "Include/symtable.h", + "Include/sysmodule.h", + "Include/token.h", + "Include/traceback.h", + "Include/tracemalloc.h", + "Include/tupleobject.h", + "Include/typeslots.h", + "Include/ucnhash.h", + "Include/unicodeobject.h", + "Include/warnings.h", + "Include/weakrefobject.h", + "LICENSE", + "Lib", + "Lib/__future__.py", + "Lib/__phello__.foo.py", + "Lib/_aix_support.py", + "Lib/_bootlocale.py", + "Lib/_bootsubprocess.py", + "Lib/_collections_abc.py", + "Lib/_compat_pickle.py", + "Lib/_compression.py", + "Lib/_markupbase.py", + "Lib/_osx_support.py", + "Lib/_py_abc.py", + "Lib/_pydecimal.py", + "Lib/_pyio.py", + "Lib/_sitebuiltins.py", + "Lib/_strptime.py", + "Lib/_threading_local.py", + "Lib/_weakrefset.py", + "Lib/abc.py", + "Lib/aifc.py", + "Lib/antigravity.py", + "Lib/argparse.py", + "Lib/ast.py", + "Lib/asynchat.py", + "Lib/asyncio", + "Lib/asyncio/__init__.py", + "Lib/asyncio/__main__.py", + "Lib/asyncio/base_events.py", + "Lib/asyncio/base_futures.py", + "Lib/asyncio/base_subprocess.py", + "Lib/asyncio/base_tasks.py", + "Lib/asyncio/constants.py", + "Lib/asyncio/coroutines.py", + "Lib/asyncio/events.py", + "Lib/asyncio/exceptions.py", + "Lib/asyncio/format_helpers.py", + "Lib/asyncio/futures.py", + "Lib/asyncio/locks.py", + "Lib/asyncio/log.py", + "Lib/asyncio/proactor_events.py", + "Lib/asyncio/protocols.py", + "Lib/asyncio/queues.py", + "Lib/asyncio/runners.py", + "Lib/asyncio/selector_events.py", + "Lib/asyncio/sslproto.py", + "Lib/asyncio/staggered.py", + "Lib/asyncio/streams.py", + "Lib/asyncio/subprocess.py", + "Lib/asyncio/tasks.py", + "Lib/asyncio/threads.py", + "Lib/asyncio/transports.py", + "Lib/asyncio/trsock.py", + "Lib/asyncio/unix_events.py", + "Lib/asyncio/windows_events.py", + "Lib/asyncio/windows_utils.py", + "Lib/asyncore.py", + "Lib/base64.py", + "Lib/bdb.py", + "Lib/binhex.py", + "Lib/bisect.py", + "Lib/bz2.py", + "Lib/cProfile.py", + "Lib/calendar.py", + "Lib/cgi.py", + "Lib/cgitb.py", + "Lib/chunk.py", + "Lib/cmd.py", + "Lib/code.py", + "Lib/codecs.py", + "Lib/codeop.py", + "Lib/collections", + "Lib/collections/__init__.py", + "Lib/collections/abc.py", + "Lib/colorsys.py", + "Lib/compileall.py", + "Lib/concurrent", + "Lib/concurrent/__init__.py", + "Lib/concurrent/futures", + "Lib/concurrent/futures/__init__.py", + "Lib/concurrent/futures/_base.py", + "Lib/concurrent/futures/process.py", + "Lib/concurrent/futures/thread.py", + "Lib/configparser.py", + "Lib/contextlib.py", + "Lib/contextvars.py", + "Lib/copy.py", + "Lib/copyreg.py", + "Lib/crypt.py", + "Lib/csv.py", + "Lib/ctypes", + "Lib/ctypes/__init__.py", + "Lib/ctypes/_aix.py", + "Lib/ctypes/_endian.py", + "Lib/ctypes/macholib", + "Lib/ctypes/macholib/README.ctypes", + "Lib/ctypes/macholib/__init__.py", + "Lib/ctypes/macholib/dyld.py", + "Lib/ctypes/macholib/dylib.py", + "Lib/ctypes/macholib/fetch_macholib", + "Lib/ctypes/macholib/fetch_macholib.bat", + "Lib/ctypes/macholib/framework.py", + "Lib/ctypes/test", + "Lib/ctypes/test/__init__.py", + "Lib/ctypes/test/__main__.py", + "Lib/ctypes/test/test_anon.py", + "Lib/ctypes/test/test_array_in_pointer.py", + "Lib/ctypes/test/test_arrays.py", + "Lib/ctypes/test/test_as_parameter.py", + "Lib/ctypes/test/test_bitfields.py", + "Lib/ctypes/test/test_buffers.py", + "Lib/ctypes/test/test_bytes.py", + "Lib/ctypes/test/test_byteswap.py", + "Lib/ctypes/test/test_callbacks.py", + "Lib/ctypes/test/test_cast.py", + "Lib/ctypes/test/test_cfuncs.py", + "Lib/ctypes/test/test_checkretval.py", + "Lib/ctypes/test/test_delattr.py", + "Lib/ctypes/test/test_errno.py", + "Lib/ctypes/test/test_find.py", + "Lib/ctypes/test/test_frombuffer.py", + "Lib/ctypes/test/test_funcptr.py", + "Lib/ctypes/test/test_functions.py", + "Lib/ctypes/test/test_incomplete.py", + "Lib/ctypes/test/test_init.py", + "Lib/ctypes/test/test_internals.py", + "Lib/ctypes/test/test_keeprefs.py", + "Lib/ctypes/test/test_libc.py", + "Lib/ctypes/test/test_loading.py", + "Lib/ctypes/test/test_macholib.py", + "Lib/ctypes/test/test_memfunctions.py", + "Lib/ctypes/test/test_numbers.py", + "Lib/ctypes/test/test_objects.py", + "Lib/ctypes/test/test_parameters.py", + "Lib/ctypes/test/test_pep3118.py", + "Lib/ctypes/test/test_pickling.py", + "Lib/ctypes/test/test_pointers.py", + "Lib/ctypes/test/test_prototypes.py", + "Lib/ctypes/test/test_python_api.py", + "Lib/ctypes/test/test_random_things.py", + "Lib/ctypes/test/test_refcounts.py", + "Lib/ctypes/test/test_repr.py", + "Lib/ctypes/test/test_returnfuncptrs.py", + "Lib/ctypes/test/test_simplesubclasses.py", + "Lib/ctypes/test/test_sizes.py", + "Lib/ctypes/test/test_slicing.py", + "Lib/ctypes/test/test_stringptr.py", + "Lib/ctypes/test/test_strings.py", + "Lib/ctypes/test/test_struct_fields.py", + "Lib/ctypes/test/test_structures.py", + "Lib/ctypes/test/test_unaligned_structures.py", + "Lib/ctypes/test/test_unicode.py", + "Lib/ctypes/test/test_values.py", + "Lib/ctypes/test/test_varsize_struct.py", + "Lib/ctypes/test/test_win32.py", + "Lib/ctypes/test/test_wintypes.py", + "Lib/ctypes/util.py", + "Lib/ctypes/wintypes.py", + "Lib/curses", + "Lib/curses/__init__.py", + "Lib/curses/ascii.py", + "Lib/curses/has_key.py", + "Lib/curses/panel.py", + "Lib/curses/textpad.py", + "Lib/dataclasses.py", + "Lib/datetime.py", + "Lib/dbm", + "Lib/dbm/__init__.py", + "Lib/dbm/dumb.py", + "Lib/dbm/gnu.py", + "Lib/dbm/ndbm.py", + "Lib/decimal.py", + "Lib/difflib.py", + "Lib/dis.py", + "Lib/distutils", + "Lib/distutils/README", + "Lib/distutils/__init__.py", + "Lib/distutils/_msvccompiler.py", + "Lib/distutils/archive_util.py", + "Lib/distutils/bcppcompiler.py", + "Lib/distutils/ccompiler.py", + "Lib/distutils/cmd.py", + "Lib/distutils/command", + "Lib/distutils/command/__init__.py", + "Lib/distutils/command/bdist.py", + "Lib/distutils/command/bdist_dumb.py", + "Lib/distutils/command/bdist_msi.py", + "Lib/distutils/command/bdist_rpm.py", + "Lib/distutils/command/bdist_wininst.py", + "Lib/distutils/command/build.py", + "Lib/distutils/command/build_clib.py", + "Lib/distutils/command/build_ext.py", + "Lib/distutils/command/build_py.py", + "Lib/distutils/command/build_scripts.py", + "Lib/distutils/command/check.py", + "Lib/distutils/command/clean.py", + "Lib/distutils/command/command_template", + "Lib/distutils/command/config.py", + "Lib/distutils/command/install.py", + "Lib/distutils/command/install_data.py", + "Lib/distutils/command/install_egg_info.py", + "Lib/distutils/command/install_headers.py", + "Lib/distutils/command/install_lib.py", + "Lib/distutils/command/install_scripts.py", + "Lib/distutils/command/register.py", + "Lib/distutils/command/sdist.py", + "Lib/distutils/command/upload.py", + "Lib/distutils/command/wininst-10.0-amd64.exe", + "Lib/distutils/command/wininst-10.0.exe", + "Lib/distutils/command/wininst-14.0-amd64.exe", + "Lib/distutils/command/wininst-14.0.exe", + "Lib/distutils/command/wininst-6.0.exe", + "Lib/distutils/command/wininst-7.1.exe", + "Lib/distutils/command/wininst-8.0.exe", + "Lib/distutils/command/wininst-9.0-amd64.exe", + "Lib/distutils/command/wininst-9.0.exe", + "Lib/distutils/config.py", + "Lib/distutils/core.py", + "Lib/distutils/cygwinccompiler.py", + "Lib/distutils/debug.py", + "Lib/distutils/dep_util.py", + "Lib/distutils/dir_util.py", + "Lib/distutils/dist.py", + "Lib/distutils/errors.py", + "Lib/distutils/extension.py", + "Lib/distutils/fancy_getopt.py", + "Lib/distutils/file_util.py", + "Lib/distutils/filelist.py", + "Lib/distutils/log.py", + "Lib/distutils/msvc9compiler.py", + "Lib/distutils/msvccompiler.py", + "Lib/distutils/spawn.py", + "Lib/distutils/sysconfig.py", + "Lib/distutils/tests", + "Lib/distutils/tests/Setup.sample", + "Lib/distutils/tests/__init__.py", + "Lib/distutils/tests/includetest.rst", + "Lib/distutils/tests/support.py", + "Lib/distutils/tests/test_archive_util.py", + "Lib/distutils/tests/test_bdist.py", + "Lib/distutils/tests/test_bdist_dumb.py", + "Lib/distutils/tests/test_bdist_msi.py", + "Lib/distutils/tests/test_bdist_rpm.py", + "Lib/distutils/tests/test_bdist_wininst.py", + "Lib/distutils/tests/test_build.py", + "Lib/distutils/tests/test_build_clib.py", + "Lib/distutils/tests/test_build_ext.py", + "Lib/distutils/tests/test_build_py.py", + "Lib/distutils/tests/test_build_scripts.py", + "Lib/distutils/tests/test_check.py", + "Lib/distutils/tests/test_clean.py", + "Lib/distutils/tests/test_cmd.py", + "Lib/distutils/tests/test_config.py", + "Lib/distutils/tests/test_config_cmd.py", + "Lib/distutils/tests/test_core.py", + "Lib/distutils/tests/test_cygwinccompiler.py", + "Lib/distutils/tests/test_dep_util.py", + "Lib/distutils/tests/test_dir_util.py", + "Lib/distutils/tests/test_dist.py", + "Lib/distutils/tests/test_extension.py", + "Lib/distutils/tests/test_file_util.py", + "Lib/distutils/tests/test_filelist.py", + "Lib/distutils/tests/test_install.py", + "Lib/distutils/tests/test_install_data.py", + "Lib/distutils/tests/test_install_headers.py", + "Lib/distutils/tests/test_install_lib.py", + "Lib/distutils/tests/test_install_scripts.py", + "Lib/distutils/tests/test_log.py", + "Lib/distutils/tests/test_msvc9compiler.py", + "Lib/distutils/tests/test_msvccompiler.py", + "Lib/distutils/tests/test_register.py", + "Lib/distutils/tests/test_sdist.py", + "Lib/distutils/tests/test_spawn.py", + "Lib/distutils/tests/test_sysconfig.py", + "Lib/distutils/tests/test_text_file.py", + "Lib/distutils/tests/test_unixccompiler.py", + "Lib/distutils/tests/test_upload.py", + "Lib/distutils/tests/test_util.py", + "Lib/distutils/tests/test_version.py", + "Lib/distutils/tests/test_versionpredicate.py", + "Lib/distutils/text_file.py", + "Lib/distutils/unixccompiler.py", + "Lib/distutils/util.py", + "Lib/distutils/version.py", + "Lib/distutils/versionpredicate.py", + "Lib/doctest.py", + "Lib/email", + "Lib/email/__init__.py", + "Lib/email/_encoded_words.py", + "Lib/email/_header_value_parser.py", + "Lib/email/_parseaddr.py", + "Lib/email/_policybase.py", + "Lib/email/architecture.rst", + "Lib/email/base64mime.py", + "Lib/email/charset.py", + "Lib/email/contentmanager.py", + "Lib/email/encoders.py", + "Lib/email/errors.py", + "Lib/email/feedparser.py", + "Lib/email/generator.py", + "Lib/email/header.py", + "Lib/email/headerregistry.py", + "Lib/email/iterators.py", + "Lib/email/message.py", + "Lib/email/mime", + "Lib/email/mime/__init__.py", + "Lib/email/mime/application.py", + "Lib/email/mime/audio.py", + "Lib/email/mime/base.py", + "Lib/email/mime/image.py", + "Lib/email/mime/message.py", + "Lib/email/mime/multipart.py", + "Lib/email/mime/nonmultipart.py", + "Lib/email/mime/text.py", + "Lib/email/parser.py", + "Lib/email/policy.py", + "Lib/email/quoprimime.py", + "Lib/email/utils.py", + "Lib/encodings", + "Lib/encodings/__init__.py", + "Lib/encodings/aliases.py", + "Lib/encodings/ascii.py", + "Lib/encodings/base64_codec.py", + "Lib/encodings/big5.py", + "Lib/encodings/big5hkscs.py", + "Lib/encodings/bz2_codec.py", + "Lib/encodings/charmap.py", + "Lib/encodings/cp037.py", + "Lib/encodings/cp1006.py", + "Lib/encodings/cp1026.py", + "Lib/encodings/cp1125.py", + "Lib/encodings/cp1140.py", + "Lib/encodings/cp1250.py", + "Lib/encodings/cp1251.py", + "Lib/encodings/cp1252.py", + "Lib/encodings/cp1253.py", + "Lib/encodings/cp1254.py", + "Lib/encodings/cp1255.py", + "Lib/encodings/cp1256.py", + "Lib/encodings/cp1257.py", + "Lib/encodings/cp1258.py", + "Lib/encodings/cp273.py", + "Lib/encodings/cp424.py", + "Lib/encodings/cp437.py", + "Lib/encodings/cp500.py", + "Lib/encodings/cp720.py", + "Lib/encodings/cp737.py", + "Lib/encodings/cp775.py", + "Lib/encodings/cp850.py", + "Lib/encodings/cp852.py", + "Lib/encodings/cp855.py", + "Lib/encodings/cp856.py", + "Lib/encodings/cp857.py", + "Lib/encodings/cp858.py", + "Lib/encodings/cp860.py", + "Lib/encodings/cp861.py", + "Lib/encodings/cp862.py", + "Lib/encodings/cp863.py", + "Lib/encodings/cp864.py", + "Lib/encodings/cp865.py", + "Lib/encodings/cp866.py", + "Lib/encodings/cp869.py", + "Lib/encodings/cp874.py", + "Lib/encodings/cp875.py", + "Lib/encodings/cp932.py", + "Lib/encodings/cp949.py", + "Lib/encodings/cp950.py", + "Lib/encodings/euc_jis_2004.py", + "Lib/encodings/euc_jisx0213.py", + "Lib/encodings/euc_jp.py", + "Lib/encodings/euc_kr.py", + "Lib/encodings/gb18030.py", + "Lib/encodings/gb2312.py", + "Lib/encodings/gbk.py", + "Lib/encodings/hex_codec.py", + "Lib/encodings/hp_roman8.py", + "Lib/encodings/hz.py", + "Lib/encodings/idna.py", + "Lib/encodings/iso2022_jp.py", + "Lib/encodings/iso2022_jp_1.py", + "Lib/encodings/iso2022_jp_2.py", + "Lib/encodings/iso2022_jp_2004.py", + "Lib/encodings/iso2022_jp_3.py", + "Lib/encodings/iso2022_jp_ext.py", + "Lib/encodings/iso2022_kr.py", + "Lib/encodings/iso8859_1.py", + "Lib/encodings/iso8859_10.py", + "Lib/encodings/iso8859_11.py", + "Lib/encodings/iso8859_13.py", + "Lib/encodings/iso8859_14.py", + "Lib/encodings/iso8859_15.py", + "Lib/encodings/iso8859_16.py", + "Lib/encodings/iso8859_2.py", + "Lib/encodings/iso8859_3.py", + "Lib/encodings/iso8859_4.py", + "Lib/encodings/iso8859_5.py", + "Lib/encodings/iso8859_6.py", + "Lib/encodings/iso8859_7.py", + "Lib/encodings/iso8859_8.py", + "Lib/encodings/iso8859_9.py", + "Lib/encodings/johab.py", + "Lib/encodings/koi8_r.py", + "Lib/encodings/koi8_t.py", + "Lib/encodings/koi8_u.py", + "Lib/encodings/kz1048.py", + "Lib/encodings/latin_1.py", + "Lib/encodings/mac_arabic.py", + "Lib/encodings/mac_croatian.py", + "Lib/encodings/mac_cyrillic.py", + "Lib/encodings/mac_farsi.py", + "Lib/encodings/mac_greek.py", + "Lib/encodings/mac_iceland.py", + "Lib/encodings/mac_latin2.py", + "Lib/encodings/mac_roman.py", + "Lib/encodings/mac_romanian.py", + "Lib/encodings/mac_turkish.py", + "Lib/encodings/mbcs.py", + "Lib/encodings/oem.py", + "Lib/encodings/palmos.py", + "Lib/encodings/ptcp154.py", + "Lib/encodings/punycode.py", + "Lib/encodings/quopri_codec.py", + "Lib/encodings/raw_unicode_escape.py", + "Lib/encodings/rot_13.py", + "Lib/encodings/shift_jis.py", + "Lib/encodings/shift_jis_2004.py", + "Lib/encodings/shift_jisx0213.py", + "Lib/encodings/tis_620.py", + "Lib/encodings/undefined.py", + "Lib/encodings/unicode_escape.py", + "Lib/encodings/utf_16.py", + "Lib/encodings/utf_16_be.py", + "Lib/encodings/utf_16_le.py", + "Lib/encodings/utf_32.py", + "Lib/encodings/utf_32_be.py", + "Lib/encodings/utf_32_le.py", + "Lib/encodings/utf_7.py", + "Lib/encodings/utf_8.py", + "Lib/encodings/utf_8_sig.py", + "Lib/encodings/uu_codec.py", + "Lib/encodings/zlib_codec.py", + "Lib/ensurepip", + "Lib/ensurepip/__init__.py", + "Lib/ensurepip/__main__.py", + "Lib/ensurepip/_bundled", + "Lib/ensurepip/_bundled/__init__.py", + "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_uninstall.py", + "Lib/enum.py", + "Lib/filecmp.py", + "Lib/fileinput.py", + "Lib/fnmatch.py", + "Lib/formatter.py", + "Lib/fractions.py", + "Lib/ftplib.py", + "Lib/functools.py", + "Lib/genericpath.py", + "Lib/getopt.py", + "Lib/getpass.py", + "Lib/gettext.py", + "Lib/glob.py", + "Lib/graphlib.py", + "Lib/gzip.py", + "Lib/hashlib.py", + "Lib/heapq.py", + "Lib/hmac.py", + "Lib/html", + "Lib/html/__init__.py", + "Lib/html/entities.py", + "Lib/html/parser.py", + "Lib/http", + "Lib/http/__init__.py", + "Lib/http/client.py", + "Lib/http/cookiejar.py", + "Lib/http/cookies.py", + "Lib/http/server.py", + "Lib/idlelib", + "Lib/idlelib/CREDITS.txt", + "Lib/idlelib/ChangeLog", + "Lib/idlelib/HISTORY.txt", + "Lib/idlelib/Icons", + "Lib/idlelib/Icons/README.txt", + "Lib/idlelib/Icons/folder.gif", + "Lib/idlelib/Icons/idle.ico", + "Lib/idlelib/Icons/idle_16.gif", + "Lib/idlelib/Icons/idle_16.png", + "Lib/idlelib/Icons/idle_256.png", + "Lib/idlelib/Icons/idle_32.gif", + "Lib/idlelib/Icons/idle_32.png", + "Lib/idlelib/Icons/idle_48.gif", + "Lib/idlelib/Icons/idle_48.png", + "Lib/idlelib/Icons/minusnode.gif", + "Lib/idlelib/Icons/openfolder.gif", + "Lib/idlelib/Icons/plusnode.gif", + "Lib/idlelib/Icons/python.gif", + "Lib/idlelib/Icons/tk.gif", + "Lib/idlelib/NEWS.txt", + "Lib/idlelib/NEWS2x.txt", + "Lib/idlelib/README.txt", + "Lib/idlelib/TODO.txt", + "Lib/idlelib/__init__.py", + "Lib/idlelib/__main__.py", + "Lib/idlelib/autocomplete.py", + "Lib/idlelib/autocomplete_w.py", + "Lib/idlelib/autoexpand.py", + "Lib/idlelib/browser.py", + "Lib/idlelib/calltip.py", + "Lib/idlelib/calltip_w.py", + "Lib/idlelib/codecontext.py", + "Lib/idlelib/colorizer.py", + "Lib/idlelib/config-extensions.def", + "Lib/idlelib/config-highlight.def", + "Lib/idlelib/config-keys.def", + "Lib/idlelib/config-main.def", + "Lib/idlelib/config.py", + "Lib/idlelib/config_key.py", + "Lib/idlelib/configdialog.py", + "Lib/idlelib/debugger.py", + "Lib/idlelib/debugger_r.py", + "Lib/idlelib/debugobj.py", + "Lib/idlelib/debugobj_r.py", + "Lib/idlelib/delegator.py", + "Lib/idlelib/dynoption.py", + "Lib/idlelib/editor.py", + "Lib/idlelib/extend.txt", + "Lib/idlelib/filelist.py", + "Lib/idlelib/format.py", + "Lib/idlelib/grep.py", + "Lib/idlelib/help.html", + "Lib/idlelib/help.py", + "Lib/idlelib/help_about.py", + "Lib/idlelib/history.py", + "Lib/idlelib/hyperparser.py", + "Lib/idlelib/idle.bat", + "Lib/idlelib/idle.py", + "Lib/idlelib/idle.pyw", + "Lib/idlelib/idle_test", + "Lib/idlelib/idle_test/README.txt", + "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/htest.py", + "Lib/idlelib/idle_test/mock_idle.py", + "Lib/idlelib/idle_test/mock_tk.py", + "Lib/idlelib/idle_test/template.py", + "Lib/idlelib/idle_test/test_autocomplete.py", + "Lib/idlelib/idle_test/test_autocomplete_w.py", + "Lib/idlelib/idle_test/test_autoexpand.py", + "Lib/idlelib/idle_test/test_browser.py", + "Lib/idlelib/idle_test/test_calltip.py", + "Lib/idlelib/idle_test/test_calltip_w.py", + "Lib/idlelib/idle_test/test_codecontext.py", + "Lib/idlelib/idle_test/test_colorizer.py", + "Lib/idlelib/idle_test/test_config.py", + "Lib/idlelib/idle_test/test_config_key.py", + "Lib/idlelib/idle_test/test_configdialog.py", + "Lib/idlelib/idle_test/test_debugger.py", + "Lib/idlelib/idle_test/test_debugger_r.py", + "Lib/idlelib/idle_test/test_debugobj.py", + "Lib/idlelib/idle_test/test_debugobj_r.py", + "Lib/idlelib/idle_test/test_delegator.py", + "Lib/idlelib/idle_test/test_editmenu.py", + "Lib/idlelib/idle_test/test_editor.py", + "Lib/idlelib/idle_test/test_filelist.py", + "Lib/idlelib/idle_test/test_format.py", + "Lib/idlelib/idle_test/test_grep.py", + "Lib/idlelib/idle_test/test_help.py", + "Lib/idlelib/idle_test/test_help_about.py", + "Lib/idlelib/idle_test/test_history.py", + "Lib/idlelib/idle_test/test_hyperparser.py", + "Lib/idlelib/idle_test/test_iomenu.py", + "Lib/idlelib/idle_test/test_macosx.py", + "Lib/idlelib/idle_test/test_mainmenu.py", + "Lib/idlelib/idle_test/test_multicall.py", + "Lib/idlelib/idle_test/test_outwin.py", + "Lib/idlelib/idle_test/test_parenmatch.py", + "Lib/idlelib/idle_test/test_pathbrowser.py", + "Lib/idlelib/idle_test/test_percolator.py", + "Lib/idlelib/idle_test/test_pyparse.py", + "Lib/idlelib/idle_test/test_pyshell.py", + "Lib/idlelib/idle_test/test_query.py", + "Lib/idlelib/idle_test/test_redirector.py", + "Lib/idlelib/idle_test/test_replace.py", + "Lib/idlelib/idle_test/test_rpc.py", + "Lib/idlelib/idle_test/test_run.py", + "Lib/idlelib/idle_test/test_runscript.py", + "Lib/idlelib/idle_test/test_scrolledlist.py", + "Lib/idlelib/idle_test/test_search.py", + "Lib/idlelib/idle_test/test_searchbase.py", + "Lib/idlelib/idle_test/test_searchengine.py", + "Lib/idlelib/idle_test/test_sidebar.py", + "Lib/idlelib/idle_test/test_squeezer.py", + "Lib/idlelib/idle_test/test_stackviewer.py", + "Lib/idlelib/idle_test/test_statusbar.py", + "Lib/idlelib/idle_test/test_text.py", + "Lib/idlelib/idle_test/test_textview.py", + "Lib/idlelib/idle_test/test_tooltip.py", + "Lib/idlelib/idle_test/test_tree.py", + "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_warning.py", + "Lib/idlelib/idle_test/test_window.py", + "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/idle_test/test_zzdummy.py", + "Lib/idlelib/iomenu.py", + "Lib/idlelib/macosx.py", + "Lib/idlelib/mainmenu.py", + "Lib/idlelib/multicall.py", + "Lib/idlelib/outwin.py", + "Lib/idlelib/parenmatch.py", + "Lib/idlelib/pathbrowser.py", + "Lib/idlelib/percolator.py", + "Lib/idlelib/pyparse.py", + "Lib/idlelib/pyshell.py", + "Lib/idlelib/query.py", + "Lib/idlelib/redirector.py", + "Lib/idlelib/replace.py", + "Lib/idlelib/rpc.py", + "Lib/idlelib/run.py", + "Lib/idlelib/runscript.py", + "Lib/idlelib/scrolledlist.py", + "Lib/idlelib/search.py", + "Lib/idlelib/searchbase.py", + "Lib/idlelib/searchengine.py", + "Lib/idlelib/sidebar.py", + "Lib/idlelib/squeezer.py", + "Lib/idlelib/stackviewer.py", + "Lib/idlelib/statusbar.py", + "Lib/idlelib/textview.py", + "Lib/idlelib/tooltip.py", + "Lib/idlelib/tree.py", + "Lib/idlelib/undo.py", + "Lib/idlelib/window.py", + "Lib/idlelib/zoomheight.py", + "Lib/idlelib/zzdummy.py", + "Lib/imaplib.py", + "Lib/imghdr.py", + "Lib/imp.py", + "Lib/importlib", + "Lib/importlib/__init__.py", + "Lib/importlib/_bootstrap.py", + "Lib/importlib/_bootstrap_external.py", + "Lib/importlib/_common.py", + "Lib/importlib/abc.py", + "Lib/importlib/machinery.py", + "Lib/importlib/metadata.py", + "Lib/importlib/resources.py", + "Lib/importlib/util.py", + "Lib/inspect.py", + "Lib/io.py", + "Lib/ipaddress.py", + "Lib/json", + "Lib/json/__init__.py", + "Lib/json/decoder.py", + "Lib/json/encoder.py", + "Lib/json/scanner.py", + "Lib/json/tool.py", + "Lib/keyword.py", + "Lib/lib2to3", + "Lib/lib2to3/Grammar.txt", + "Lib/lib2to3/PatternGrammar.txt", + "Lib/lib2to3/__init__.py", + "Lib/lib2to3/__main__.py", + "Lib/lib2to3/btm_matcher.py", + "Lib/lib2to3/btm_utils.py", + "Lib/lib2to3/fixer_base.py", + "Lib/lib2to3/fixer_util.py", + "Lib/lib2to3/fixes", + "Lib/lib2to3/fixes/__init__.py", + "Lib/lib2to3/fixes/fix_apply.py", + "Lib/lib2to3/fixes/fix_asserts.py", + "Lib/lib2to3/fixes/fix_basestring.py", + "Lib/lib2to3/fixes/fix_buffer.py", + "Lib/lib2to3/fixes/fix_dict.py", + "Lib/lib2to3/fixes/fix_except.py", + "Lib/lib2to3/fixes/fix_exec.py", + "Lib/lib2to3/fixes/fix_execfile.py", + "Lib/lib2to3/fixes/fix_exitfunc.py", + "Lib/lib2to3/fixes/fix_filter.py", + "Lib/lib2to3/fixes/fix_funcattrs.py", + "Lib/lib2to3/fixes/fix_future.py", + "Lib/lib2to3/fixes/fix_getcwdu.py", + "Lib/lib2to3/fixes/fix_has_key.py", + "Lib/lib2to3/fixes/fix_idioms.py", + "Lib/lib2to3/fixes/fix_import.py", + "Lib/lib2to3/fixes/fix_imports.py", + "Lib/lib2to3/fixes/fix_imports2.py", + "Lib/lib2to3/fixes/fix_input.py", + "Lib/lib2to3/fixes/fix_intern.py", + "Lib/lib2to3/fixes/fix_isinstance.py", + "Lib/lib2to3/fixes/fix_itertools.py", + "Lib/lib2to3/fixes/fix_itertools_imports.py", + "Lib/lib2to3/fixes/fix_long.py", + "Lib/lib2to3/fixes/fix_map.py", + "Lib/lib2to3/fixes/fix_metaclass.py", + "Lib/lib2to3/fixes/fix_methodattrs.py", + "Lib/lib2to3/fixes/fix_ne.py", + "Lib/lib2to3/fixes/fix_next.py", + "Lib/lib2to3/fixes/fix_nonzero.py", + "Lib/lib2to3/fixes/fix_numliterals.py", + "Lib/lib2to3/fixes/fix_operator.py", + "Lib/lib2to3/fixes/fix_paren.py", + "Lib/lib2to3/fixes/fix_print.py", + "Lib/lib2to3/fixes/fix_raise.py", + "Lib/lib2to3/fixes/fix_raw_input.py", + "Lib/lib2to3/fixes/fix_reduce.py", + "Lib/lib2to3/fixes/fix_reload.py", + "Lib/lib2to3/fixes/fix_renames.py", + "Lib/lib2to3/fixes/fix_repr.py", + "Lib/lib2to3/fixes/fix_set_literal.py", + "Lib/lib2to3/fixes/fix_standarderror.py", + "Lib/lib2to3/fixes/fix_sys_exc.py", + "Lib/lib2to3/fixes/fix_throw.py", + "Lib/lib2to3/fixes/fix_tuple_params.py", + "Lib/lib2to3/fixes/fix_types.py", + "Lib/lib2to3/fixes/fix_unicode.py", + "Lib/lib2to3/fixes/fix_urllib.py", + "Lib/lib2to3/fixes/fix_ws_comma.py", + "Lib/lib2to3/fixes/fix_xrange.py", + "Lib/lib2to3/fixes/fix_xreadlines.py", + "Lib/lib2to3/fixes/fix_zip.py", + "Lib/lib2to3/main.py", + "Lib/lib2to3/patcomp.py", + "Lib/lib2to3/pgen2", + "Lib/lib2to3/pgen2/__init__.py", + "Lib/lib2to3/pgen2/conv.py", + "Lib/lib2to3/pgen2/driver.py", + "Lib/lib2to3/pgen2/grammar.py", + "Lib/lib2to3/pgen2/literals.py", + "Lib/lib2to3/pgen2/parse.py", + "Lib/lib2to3/pgen2/pgen.py", + "Lib/lib2to3/pgen2/token.py", + "Lib/lib2to3/pgen2/tokenize.py", + "Lib/lib2to3/pygram.py", + "Lib/lib2to3/pytree.py", + "Lib/lib2to3/refactor.py", + "Lib/lib2to3/tests", + "Lib/lib2to3/tests/__init__.py", + "Lib/lib2to3/tests/__main__.py", + "Lib/lib2to3/tests/data", + "Lib/lib2to3/tests/data/README", + "Lib/lib2to3/tests/data/bom.py", + "Lib/lib2to3/tests/data/crlf.py", + "Lib/lib2to3/tests/data/different_encoding.py", + "Lib/lib2to3/tests/data/false_encoding.py", + "Lib/lib2to3/tests/data/fixers", + "Lib/lib2to3/tests/data/fixers/bad_order.py", + "Lib/lib2to3/tests/data/fixers/myfixes", + "Lib/lib2to3/tests/data/fixers/myfixes/__init__.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py", + "Lib/lib2to3/tests/data/fixers/no_fixer_cls.py", + "Lib/lib2to3/tests/data/fixers/parrot_example.py", + "Lib/lib2to3/tests/data/infinite_recursion.py", + "Lib/lib2to3/tests/data/py2_test_grammar.py", + "Lib/lib2to3/tests/data/py3_test_grammar.py", + "Lib/lib2to3/tests/pytree_idempotency.py", + "Lib/lib2to3/tests/support.py", + "Lib/lib2to3/tests/test_all_fixers.py", + "Lib/lib2to3/tests/test_fixers.py", + "Lib/lib2to3/tests/test_main.py", + "Lib/lib2to3/tests/test_parser.py", + "Lib/lib2to3/tests/test_pytree.py", + "Lib/lib2to3/tests/test_refactor.py", + "Lib/lib2to3/tests/test_util.py", + "Lib/linecache.py", + "Lib/locale.py", + "Lib/logging", + "Lib/logging/__init__.py", + "Lib/logging/config.py", + "Lib/logging/handlers.py", + "Lib/lzma.py", + "Lib/mailbox.py", + "Lib/mailcap.py", + "Lib/mimetypes.py", + "Lib/modulefinder.py", + "Lib/msilib", + "Lib/msilib/__init__.py", + "Lib/msilib/schema.py", + "Lib/msilib/sequence.py", + "Lib/msilib/text.py", + "Lib/multiprocessing", + "Lib/multiprocessing/__init__.py", + "Lib/multiprocessing/connection.py", + "Lib/multiprocessing/context.py", + "Lib/multiprocessing/dummy", + "Lib/multiprocessing/dummy/__init__.py", + "Lib/multiprocessing/dummy/connection.py", + "Lib/multiprocessing/forkserver.py", + "Lib/multiprocessing/heap.py", + "Lib/multiprocessing/managers.py", + "Lib/multiprocessing/pool.py", + "Lib/multiprocessing/popen_fork.py", + "Lib/multiprocessing/popen_forkserver.py", + "Lib/multiprocessing/popen_spawn_posix.py", + "Lib/multiprocessing/popen_spawn_win32.py", + "Lib/multiprocessing/process.py", + "Lib/multiprocessing/queues.py", + "Lib/multiprocessing/reduction.py", + "Lib/multiprocessing/resource_sharer.py", + "Lib/multiprocessing/resource_tracker.py", + "Lib/multiprocessing/shared_memory.py", + "Lib/multiprocessing/sharedctypes.py", + "Lib/multiprocessing/spawn.py", + "Lib/multiprocessing/synchronize.py", + "Lib/multiprocessing/util.py", + "Lib/netrc.py", + "Lib/nntplib.py", + "Lib/ntpath.py", + "Lib/nturl2path.py", + "Lib/numbers.py", + "Lib/opcode.py", + "Lib/operator.py", + "Lib/optparse.py", + "Lib/os.py", + "Lib/pathlib.py", + "Lib/pdb.py", + "Lib/pickle.py", + "Lib/pickletools.py", + "Lib/pipes.py", + "Lib/pkgutil.py", + "Lib/platform.py", + "Lib/plistlib.py", + "Lib/poplib.py", + "Lib/posixpath.py", + "Lib/pprint.py", + "Lib/profile.py", + "Lib/pstats.py", + "Lib/pty.py", + "Lib/py_compile.py", + "Lib/pyclbr.py", + "Lib/pydoc.py", + "Lib/pydoc_data", + "Lib/pydoc_data/__init__.py", + "Lib/pydoc_data/_pydoc.css", + "Lib/pydoc_data/topics.py", + "Lib/queue.py", + "Lib/quopri.py", + "Lib/random.py", + "Lib/re.py", + "Lib/reprlib.py", + "Lib/rlcompleter.py", + "Lib/runpy.py", + "Lib/sched.py", + "Lib/secrets.py", + "Lib/selectors.py", + "Lib/shelve.py", + "Lib/shlex.py", + "Lib/shutil.py", + "Lib/signal.py", + "Lib/site-packages", + "Lib/site-packages/README.txt", + "Lib/site.py", + "Lib/smtpd.py", + "Lib/smtplib.py", + "Lib/sndhdr.py", + "Lib/socket.py", + "Lib/socketserver.py", + "Lib/sqlite3", + "Lib/sqlite3/__init__.py", + "Lib/sqlite3/dbapi2.py", + "Lib/sqlite3/dump.py", + "Lib/sqlite3/test", + "Lib/sqlite3/test/__init__.py", + "Lib/sqlite3/test/backup.py", + "Lib/sqlite3/test/dbapi.py", + "Lib/sqlite3/test/dump.py", + "Lib/sqlite3/test/factory.py", + "Lib/sqlite3/test/hooks.py", + "Lib/sqlite3/test/regression.py", + "Lib/sqlite3/test/transactions.py", + "Lib/sqlite3/test/types.py", + "Lib/sqlite3/test/userfunctions.py", + "Lib/sre_compile.py", + "Lib/sre_constants.py", + "Lib/sre_parse.py", + "Lib/ssl.py", + "Lib/stat.py", + "Lib/statistics.py", + "Lib/string.py", + "Lib/stringprep.py", + "Lib/struct.py", + "Lib/subprocess.py", + "Lib/sunau.py", + "Lib/symbol.py", + "Lib/symtable.py", + "Lib/sysconfig.py", + "Lib/tabnanny.py", + "Lib/tarfile.py", + "Lib/telnetlib.py", + "Lib/tempfile.py", + "Lib/test", + "Lib/test/Sine-1000Hz-300ms.aif", + "Lib/test/__init__.py", + "Lib/test/__main__.py", + "Lib/test/_test_multiprocessing.py", + "Lib/test/allsans.pem", + "Lib/test/ann_module.py", + "Lib/test/ann_module2.py", + "Lib/test/ann_module3.py", + "Lib/test/audiodata", + "Lib/test/audiodata/pluck-alaw.aifc", + "Lib/test/audiodata/pluck-pcm16.aiff", + "Lib/test/audiodata/pluck-pcm16.au", + "Lib/test/audiodata/pluck-pcm16.wav", + "Lib/test/audiodata/pluck-pcm24.aiff", + "Lib/test/audiodata/pluck-pcm24.au", + "Lib/test/audiodata/pluck-pcm24.wav", + "Lib/test/audiodata/pluck-pcm32.aiff", + "Lib/test/audiodata/pluck-pcm32.au", + "Lib/test/audiodata/pluck-pcm32.wav", + "Lib/test/audiodata/pluck-pcm8.aiff", + "Lib/test/audiodata/pluck-pcm8.au", + "Lib/test/audiodata/pluck-pcm8.wav", + "Lib/test/audiodata/pluck-ulaw.aifc", + "Lib/test/audiodata/pluck-ulaw.au", + "Lib/test/audiotest.au", + "Lib/test/audiotests.py", + "Lib/test/audit-tests.py", + "Lib/test/autotest.py", + "Lib/test/bad_coding.py", + "Lib/test/bad_coding2.py", + "Lib/test/bad_getattr.py", + "Lib/test/bad_getattr2.py", + "Lib/test/bad_getattr3.py", + "Lib/test/badcert.pem", + "Lib/test/badkey.pem", + "Lib/test/badsyntax_3131.py", + "Lib/test/badsyntax_future10.py", + "Lib/test/badsyntax_future3.py", + "Lib/test/badsyntax_future4.py", + "Lib/test/badsyntax_future5.py", + "Lib/test/badsyntax_future6.py", + "Lib/test/badsyntax_future7.py", + "Lib/test/badsyntax_future8.py", + "Lib/test/badsyntax_future9.py", + "Lib/test/badsyntax_pep3120.py", + "Lib/test/bisect_cmd.py", + "Lib/test/capath", + "Lib/test/capath/4e1295a3.0", + "Lib/test/capath/5ed36f99.0", + "Lib/test/capath/6e88d7b8.0", + "Lib/test/capath/99d0fa06.0", + "Lib/test/capath/b1930218.0", + "Lib/test/capath/ceff1710.0", + "Lib/test/cfgparser.1", + "Lib/test/cfgparser.2", + "Lib/test/cfgparser.3", + "Lib/test/cjkencodings", + "Lib/test/cjkencodings/big5-utf8.txt", + "Lib/test/cjkencodings/big5.txt", + "Lib/test/cjkencodings/big5hkscs-utf8.txt", + "Lib/test/cjkencodings/big5hkscs.txt", + "Lib/test/cjkencodings/cp949-utf8.txt", + "Lib/test/cjkencodings/cp949.txt", + "Lib/test/cjkencodings/euc_jisx0213-utf8.txt", + "Lib/test/cjkencodings/euc_jisx0213.txt", + "Lib/test/cjkencodings/euc_jp-utf8.txt", + "Lib/test/cjkencodings/euc_jp.txt", + "Lib/test/cjkencodings/euc_kr-utf8.txt", + "Lib/test/cjkencodings/euc_kr.txt", + "Lib/test/cjkencodings/gb18030-utf8.txt", + "Lib/test/cjkencodings/gb18030.txt", + "Lib/test/cjkencodings/gb2312-utf8.txt", + "Lib/test/cjkencodings/gb2312.txt", + "Lib/test/cjkencodings/gbk-utf8.txt", + "Lib/test/cjkencodings/gbk.txt", + "Lib/test/cjkencodings/hz-utf8.txt", + "Lib/test/cjkencodings/hz.txt", + "Lib/test/cjkencodings/iso2022_jp-utf8.txt", + "Lib/test/cjkencodings/iso2022_jp.txt", + "Lib/test/cjkencodings/iso2022_kr-utf8.txt", + "Lib/test/cjkencodings/iso2022_kr.txt", + "Lib/test/cjkencodings/johab-utf8.txt", + "Lib/test/cjkencodings/johab.txt", + "Lib/test/cjkencodings/shift_jis-utf8.txt", + "Lib/test/cjkencodings/shift_jis.txt", + "Lib/test/cjkencodings/shift_jisx0213-utf8.txt", + "Lib/test/cjkencodings/shift_jisx0213.txt", + "Lib/test/clinic.test", + "Lib/test/cmath_testcases.txt", + "Lib/test/coding20731.py", + "Lib/test/crashers", + "Lib/test/crashers/README", + "Lib/test/crashers/bogus_code_obj.py", + "Lib/test/crashers/gc_inspection.py", + "Lib/test/crashers/infinite_loop_re.py", + "Lib/test/crashers/mutation_inside_cyclegc.py", + "Lib/test/crashers/recursive_call.py", + "Lib/test/crashers/trace_at_recursion_limit.py", + "Lib/test/crashers/underlying_dict.py", + "Lib/test/curses_tests.py", + "Lib/test/data", + "Lib/test/data/README", + "Lib/test/dataclass_module_1.py", + "Lib/test/dataclass_module_1_str.py", + "Lib/test/dataclass_module_2.py", + "Lib/test/dataclass_module_2_str.py", + "Lib/test/dataclass_textanno.py", + "Lib/test/datetimetester.py", + "Lib/test/decimaltestdata", + "Lib/test/decimaltestdata/abs.decTest", + "Lib/test/decimaltestdata/add.decTest", + "Lib/test/decimaltestdata/and.decTest", + "Lib/test/decimaltestdata/base.decTest", + "Lib/test/decimaltestdata/clamp.decTest", + "Lib/test/decimaltestdata/class.decTest", + "Lib/test/decimaltestdata/compare.decTest", + "Lib/test/decimaltestdata/comparetotal.decTest", + "Lib/test/decimaltestdata/comparetotmag.decTest", + "Lib/test/decimaltestdata/copy.decTest", + "Lib/test/decimaltestdata/copyabs.decTest", + "Lib/test/decimaltestdata/copynegate.decTest", + "Lib/test/decimaltestdata/copysign.decTest", + "Lib/test/decimaltestdata/ddAbs.decTest", + "Lib/test/decimaltestdata/ddAdd.decTest", + "Lib/test/decimaltestdata/ddAnd.decTest", + "Lib/test/decimaltestdata/ddBase.decTest", + "Lib/test/decimaltestdata/ddCanonical.decTest", + "Lib/test/decimaltestdata/ddClass.decTest", + "Lib/test/decimaltestdata/ddCompare.decTest", + "Lib/test/decimaltestdata/ddCompareSig.decTest", + "Lib/test/decimaltestdata/ddCompareTotal.decTest", + "Lib/test/decimaltestdata/ddCompareTotalMag.decTest", + "Lib/test/decimaltestdata/ddCopy.decTest", + "Lib/test/decimaltestdata/ddCopyAbs.decTest", + "Lib/test/decimaltestdata/ddCopyNegate.decTest", + "Lib/test/decimaltestdata/ddCopySign.decTest", + "Lib/test/decimaltestdata/ddDivide.decTest", + "Lib/test/decimaltestdata/ddDivideInt.decTest", + "Lib/test/decimaltestdata/ddEncode.decTest", + "Lib/test/decimaltestdata/ddFMA.decTest", + "Lib/test/decimaltestdata/ddInvert.decTest", + "Lib/test/decimaltestdata/ddLogB.decTest", + "Lib/test/decimaltestdata/ddMax.decTest", + "Lib/test/decimaltestdata/ddMaxMag.decTest", + "Lib/test/decimaltestdata/ddMin.decTest", + "Lib/test/decimaltestdata/ddMinMag.decTest", + "Lib/test/decimaltestdata/ddMinus.decTest", + "Lib/test/decimaltestdata/ddMultiply.decTest", + "Lib/test/decimaltestdata/ddNextMinus.decTest", + "Lib/test/decimaltestdata/ddNextPlus.decTest", + "Lib/test/decimaltestdata/ddNextToward.decTest", + "Lib/test/decimaltestdata/ddOr.decTest", + "Lib/test/decimaltestdata/ddPlus.decTest", + "Lib/test/decimaltestdata/ddQuantize.decTest", + "Lib/test/decimaltestdata/ddReduce.decTest", + "Lib/test/decimaltestdata/ddRemainder.decTest", + "Lib/test/decimaltestdata/ddRemainderNear.decTest", + "Lib/test/decimaltestdata/ddRotate.decTest", + "Lib/test/decimaltestdata/ddSameQuantum.decTest", + "Lib/test/decimaltestdata/ddScaleB.decTest", + "Lib/test/decimaltestdata/ddShift.decTest", + "Lib/test/decimaltestdata/ddSubtract.decTest", + "Lib/test/decimaltestdata/ddToIntegral.decTest", + "Lib/test/decimaltestdata/ddXor.decTest", + "Lib/test/decimaltestdata/decDouble.decTest", + "Lib/test/decimaltestdata/decQuad.decTest", + "Lib/test/decimaltestdata/decSingle.decTest", + "Lib/test/decimaltestdata/divide.decTest", + "Lib/test/decimaltestdata/divideint.decTest", + "Lib/test/decimaltestdata/dqAbs.decTest", + "Lib/test/decimaltestdata/dqAdd.decTest", + "Lib/test/decimaltestdata/dqAnd.decTest", + "Lib/test/decimaltestdata/dqBase.decTest", + "Lib/test/decimaltestdata/dqCanonical.decTest", + "Lib/test/decimaltestdata/dqClass.decTest", + "Lib/test/decimaltestdata/dqCompare.decTest", + "Lib/test/decimaltestdata/dqCompareSig.decTest", + "Lib/test/decimaltestdata/dqCompareTotal.decTest", + "Lib/test/decimaltestdata/dqCompareTotalMag.decTest", + "Lib/test/decimaltestdata/dqCopy.decTest", + "Lib/test/decimaltestdata/dqCopyAbs.decTest", + "Lib/test/decimaltestdata/dqCopyNegate.decTest", + "Lib/test/decimaltestdata/dqCopySign.decTest", + "Lib/test/decimaltestdata/dqDivide.decTest", + "Lib/test/decimaltestdata/dqDivideInt.decTest", + "Lib/test/decimaltestdata/dqEncode.decTest", + "Lib/test/decimaltestdata/dqFMA.decTest", + "Lib/test/decimaltestdata/dqInvert.decTest", + "Lib/test/decimaltestdata/dqLogB.decTest", + "Lib/test/decimaltestdata/dqMax.decTest", + "Lib/test/decimaltestdata/dqMaxMag.decTest", + "Lib/test/decimaltestdata/dqMin.decTest", + "Lib/test/decimaltestdata/dqMinMag.decTest", + "Lib/test/decimaltestdata/dqMinus.decTest", + "Lib/test/decimaltestdata/dqMultiply.decTest", + "Lib/test/decimaltestdata/dqNextMinus.decTest", + "Lib/test/decimaltestdata/dqNextPlus.decTest", + "Lib/test/decimaltestdata/dqNextToward.decTest", + "Lib/test/decimaltestdata/dqOr.decTest", + "Lib/test/decimaltestdata/dqPlus.decTest", + "Lib/test/decimaltestdata/dqQuantize.decTest", + "Lib/test/decimaltestdata/dqReduce.decTest", + "Lib/test/decimaltestdata/dqRemainder.decTest", + "Lib/test/decimaltestdata/dqRemainderNear.decTest", + "Lib/test/decimaltestdata/dqRotate.decTest", + "Lib/test/decimaltestdata/dqSameQuantum.decTest", + "Lib/test/decimaltestdata/dqScaleB.decTest", + "Lib/test/decimaltestdata/dqShift.decTest", + "Lib/test/decimaltestdata/dqSubtract.decTest", + "Lib/test/decimaltestdata/dqToIntegral.decTest", + "Lib/test/decimaltestdata/dqXor.decTest", + "Lib/test/decimaltestdata/dsBase.decTest", + "Lib/test/decimaltestdata/dsEncode.decTest", + "Lib/test/decimaltestdata/exp.decTest", + "Lib/test/decimaltestdata/extra.decTest", + "Lib/test/decimaltestdata/fma.decTest", + "Lib/test/decimaltestdata/inexact.decTest", + "Lib/test/decimaltestdata/invert.decTest", + "Lib/test/decimaltestdata/ln.decTest", + "Lib/test/decimaltestdata/log10.decTest", + "Lib/test/decimaltestdata/logb.decTest", + "Lib/test/decimaltestdata/max.decTest", + "Lib/test/decimaltestdata/maxmag.decTest", + "Lib/test/decimaltestdata/min.decTest", + "Lib/test/decimaltestdata/minmag.decTest", + "Lib/test/decimaltestdata/minus.decTest", + "Lib/test/decimaltestdata/multiply.decTest", + "Lib/test/decimaltestdata/nextminus.decTest", + "Lib/test/decimaltestdata/nextplus.decTest", + "Lib/test/decimaltestdata/nexttoward.decTest", + "Lib/test/decimaltestdata/or.decTest", + "Lib/test/decimaltestdata/plus.decTest", + "Lib/test/decimaltestdata/power.decTest", + "Lib/test/decimaltestdata/powersqrt.decTest", + "Lib/test/decimaltestdata/quantize.decTest", + "Lib/test/decimaltestdata/randomBound32.decTest", + "Lib/test/decimaltestdata/randoms.decTest", + "Lib/test/decimaltestdata/reduce.decTest", + "Lib/test/decimaltestdata/remainder.decTest", + "Lib/test/decimaltestdata/remainderNear.decTest", + "Lib/test/decimaltestdata/rescale.decTest", + "Lib/test/decimaltestdata/rotate.decTest", + "Lib/test/decimaltestdata/rounding.decTest", + "Lib/test/decimaltestdata/samequantum.decTest", + "Lib/test/decimaltestdata/scaleb.decTest", + "Lib/test/decimaltestdata/shift.decTest", + "Lib/test/decimaltestdata/squareroot.decTest", + "Lib/test/decimaltestdata/subtract.decTest", + "Lib/test/decimaltestdata/testall.decTest", + "Lib/test/decimaltestdata/tointegral.decTest", + "Lib/test/decimaltestdata/tointegralx.decTest", + "Lib/test/decimaltestdata/xor.decTest", + "Lib/test/dis_module.py", + "Lib/test/doctest_aliases.py", + "Lib/test/double_const.py", + "Lib/test/dtracedata", + "Lib/test/dtracedata/assert_usable.d", + "Lib/test/dtracedata/assert_usable.stp", + "Lib/test/dtracedata/call_stack.d", + "Lib/test/dtracedata/call_stack.d.expected", + "Lib/test/dtracedata/call_stack.py", + "Lib/test/dtracedata/call_stack.stp", + "Lib/test/dtracedata/call_stack.stp.expected", + "Lib/test/dtracedata/gc.d", + "Lib/test/dtracedata/gc.d.expected", + "Lib/test/dtracedata/gc.py", + "Lib/test/dtracedata/gc.stp", + "Lib/test/dtracedata/gc.stp.expected", + "Lib/test/dtracedata/instance.py", + "Lib/test/dtracedata/line.d", + "Lib/test/dtracedata/line.d.expected", + "Lib/test/dtracedata/line.py", + "Lib/test/eintrdata", + "Lib/test/eintrdata/eintr_tester.py", + "Lib/test/empty.vbs", + "Lib/test/encoded_modules", + "Lib/test/encoded_modules/__init__.py", + "Lib/test/encoded_modules/module_iso_8859_1.py", + "Lib/test/encoded_modules/module_koi8_r.py", + "Lib/test/exception_hierarchy.txt", + "Lib/test/ffdh3072.pem", + "Lib/test/final_a.py", + "Lib/test/final_b.py", + "Lib/test/floating_points.txt", + "Lib/test/fork_wait.py", + "Lib/test/formatfloat_testcases.txt", + "Lib/test/future_test1.py", + "Lib/test/future_test2.py", + "Lib/test/gdb_sample.py", + "Lib/test/good_getattr.py", + "Lib/test/idnsans.pem", + "Lib/test/ieee754.txt", + "Lib/test/imghdrdata", + "Lib/test/imghdrdata/python.bmp", + "Lib/test/imghdrdata/python.exr", + "Lib/test/imghdrdata/python.gif", + "Lib/test/imghdrdata/python.jpg", + "Lib/test/imghdrdata/python.pbm", + "Lib/test/imghdrdata/python.pgm", + "Lib/test/imghdrdata/python.png", + "Lib/test/imghdrdata/python.ppm", + "Lib/test/imghdrdata/python.ras", + "Lib/test/imghdrdata/python.sgi", + "Lib/test/imghdrdata/python.tiff", + "Lib/test/imghdrdata/python.webp", + "Lib/test/imghdrdata/python.xbm", + "Lib/test/imp_dummy.py", + "Lib/test/inspect_fodder.py", + "Lib/test/inspect_fodder2.py", + "Lib/test/keycert.passwd.pem", + "Lib/test/keycert.pem", + "Lib/test/keycert2.pem", + "Lib/test/keycert3.pem", + "Lib/test/keycert4.pem", + "Lib/test/keycertecc.pem", + "Lib/test/leakers", + "Lib/test/leakers/README.txt", + "Lib/test/leakers/__init__.py", + "Lib/test/leakers/test_ctypes.py", + "Lib/test/leakers/test_selftype.py", + "Lib/test/libregrtest", + "Lib/test/libregrtest/__init__.py", + "Lib/test/libregrtest/cmdline.py", + "Lib/test/libregrtest/main.py", + "Lib/test/libregrtest/pgo.py", + "Lib/test/libregrtest/refleak.py", + "Lib/test/libregrtest/runtest.py", + "Lib/test/libregrtest/runtest_mp.py", + "Lib/test/libregrtest/save_env.py", + "Lib/test/libregrtest/setup.py", + "Lib/test/libregrtest/utils.py", + "Lib/test/libregrtest/win_utils.py", + "Lib/test/list_tests.py", + "Lib/test/lock_tests.py", + "Lib/test/mailcap.txt", + "Lib/test/make_ssl_certs.py", + "Lib/test/mapping_tests.py", + "Lib/test/math_testcases.txt", + "Lib/test/memory_watchdog.py", + "Lib/test/mime.types", + "Lib/test/mock_socket.py", + "Lib/test/mod_generics_cache.py", + "Lib/test/mp_fork_bomb.py", + "Lib/test/mp_preload.py", + "Lib/test/multibytecodec_support.py", + "Lib/test/nokia.pem", + "Lib/test/nullbytecert.pem", + "Lib/test/nullcert.pem", + "Lib/test/pickletester.py", + "Lib/test/profilee.py", + "Lib/test/pstats.pck", + "Lib/test/pycacert.pem", + "Lib/test/pycakey.pem", + "Lib/test/pyclbr_input.py", + "Lib/test/pydoc_mod.py", + "Lib/test/pydocfodder.py", + "Lib/test/pythoninfo.py", + "Lib/test/randv2_32.pck", + "Lib/test/randv2_64.pck", + "Lib/test/randv3.pck", + "Lib/test/re_tests.py", + "Lib/test/recursion.tar", + "Lib/test/regrtest.py", + "Lib/test/relimport.py", + "Lib/test/reperf.py", + "Lib/test/revocation.crl", + "Lib/test/sample_doctest.py", + "Lib/test/sample_doctest_no_docstrings.py", + "Lib/test/sample_doctest_no_doctests.py", + "Lib/test/secp384r1.pem", + "Lib/test/selfsigned_pythontestdotnet.pem", + "Lib/test/seq_tests.py", + "Lib/test/sgml_input.html", + "Lib/test/signalinterproctester.py", + "Lib/test/sndhdrdata", + "Lib/test/sndhdrdata/README", + "Lib/test/sndhdrdata/sndhdr.8svx", + "Lib/test/sndhdrdata/sndhdr.aifc", + "Lib/test/sndhdrdata/sndhdr.aiff", + "Lib/test/sndhdrdata/sndhdr.au", + "Lib/test/sndhdrdata/sndhdr.hcom", + "Lib/test/sndhdrdata/sndhdr.sndt", + "Lib/test/sndhdrdata/sndhdr.voc", + "Lib/test/sndhdrdata/sndhdr.wav", + "Lib/test/sortperf.py", + "Lib/test/ssl_cert.pem", + "Lib/test/ssl_key.passwd.pem", + "Lib/test/ssl_key.pem", + "Lib/test/ssl_servers.py", + "Lib/test/ssltests.py", + "Lib/test/string_tests.py", + "Lib/test/subprocessdata", + "Lib/test/subprocessdata/fd_status.py", + "Lib/test/subprocessdata/input_reader.py", + "Lib/test/subprocessdata/qcat.py", + "Lib/test/subprocessdata/qgrep.py", + "Lib/test/subprocessdata/sigchild_ignore.py", + "Lib/test/support", + "Lib/test/support/__init__.py", + "Lib/test/support/bytecode_helper.py", + "Lib/test/support/hashlib_helper.py", + "Lib/test/support/logging_helper.py", + "Lib/test/support/script_helper.py", + "Lib/test/support/socket_helper.py", + "Lib/test/support/testresult.py", + "Lib/test/talos-2019-0758.pem", + "Lib/test/test___all__.py", + "Lib/test/test___future__.py", + "Lib/test/test__locale.py", + "Lib/test/test__opcode.py", + "Lib/test/test__osx_support.py", + "Lib/test/test__xxsubinterpreters.py", + "Lib/test/test_abc.py", + "Lib/test/test_abstract_numbers.py", + "Lib/test/test_aifc.py", + "Lib/test/test_argparse.py", + "Lib/test/test_array.py", + "Lib/test/test_asdl_parser.py", + "Lib/test/test_ast.py", + "Lib/test/test_asyncgen.py", + "Lib/test/test_asynchat.py", + "Lib/test/test_asyncio", + "Lib/test/test_asyncio/__init__.py", + "Lib/test/test_asyncio/__main__.py", + "Lib/test/test_asyncio/echo.py", + "Lib/test/test_asyncio/echo2.py", + "Lib/test/test_asyncio/echo3.py", + "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", + "Lib/test/test_asyncio/test_base_events.py", + "Lib/test/test_asyncio/test_buffered_proto.py", + "Lib/test/test_asyncio/test_context.py", + "Lib/test/test_asyncio/test_events.py", + "Lib/test/test_asyncio/test_futures.py", + "Lib/test/test_asyncio/test_futures2.py", + "Lib/test/test_asyncio/test_locks.py", + "Lib/test/test_asyncio/test_pep492.py", + "Lib/test/test_asyncio/test_proactor_events.py", + "Lib/test/test_asyncio/test_protocols.py", + "Lib/test/test_asyncio/test_queues.py", + "Lib/test/test_asyncio/test_runners.py", + "Lib/test/test_asyncio/test_selector_events.py", + "Lib/test/test_asyncio/test_sendfile.py", + "Lib/test/test_asyncio/test_server.py", + "Lib/test/test_asyncio/test_sock_lowlevel.py", + "Lib/test/test_asyncio/test_sslproto.py", + "Lib/test/test_asyncio/test_streams.py", + "Lib/test/test_asyncio/test_subprocess.py", + "Lib/test/test_asyncio/test_tasks.py", + "Lib/test/test_asyncio/test_threads.py", + "Lib/test/test_asyncio/test_transports.py", + "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_windows_events.py", + "Lib/test/test_asyncio/test_windows_utils.py", + "Lib/test/test_asyncio/utils.py", + "Lib/test/test_asyncore.py", + "Lib/test/test_atexit.py", + "Lib/test/test_audioop.py", + "Lib/test/test_audit.py", + "Lib/test/test_augassign.py", + "Lib/test/test_base64.py", + "Lib/test/test_baseexception.py", + "Lib/test/test_bdb.py", + "Lib/test/test_bigaddrspace.py", + "Lib/test/test_bigmem.py", + "Lib/test/test_binascii.py", + "Lib/test/test_binhex.py", + "Lib/test/test_binop.py", + "Lib/test/test_bisect.py", + "Lib/test/test_bool.py", + "Lib/test/test_buffer.py", + "Lib/test/test_bufio.py", + "Lib/test/test_builtin.py", + "Lib/test/test_bytes.py", + "Lib/test/test_bz2.py", + "Lib/test/test_c_locale_coercion.py", + "Lib/test/test_calendar.py", + "Lib/test/test_call.py", + "Lib/test/test_capi.py", + "Lib/test/test_cgi.py", + "Lib/test/test_cgitb.py", + "Lib/test/test_charmapcodec.py", + "Lib/test/test_check_c_globals.py", + "Lib/test/test_class.py", + "Lib/test/test_clinic.py", + "Lib/test/test_cmath.py", + "Lib/test/test_cmd.py", + "Lib/test/test_cmd_line.py", + "Lib/test/test_cmd_line_script.py", + "Lib/test/test_code.py", + "Lib/test/test_code_module.py", + "Lib/test/test_codeccallbacks.py", + "Lib/test/test_codecencodings_cn.py", + "Lib/test/test_codecencodings_hk.py", + "Lib/test/test_codecencodings_iso2022.py", + "Lib/test/test_codecencodings_jp.py", + "Lib/test/test_codecencodings_kr.py", + "Lib/test/test_codecencodings_tw.py", + "Lib/test/test_codecmaps_cn.py", + "Lib/test/test_codecmaps_hk.py", + "Lib/test/test_codecmaps_jp.py", + "Lib/test/test_codecmaps_kr.py", + "Lib/test/test_codecmaps_tw.py", + "Lib/test/test_codecs.py", + "Lib/test/test_codeop.py", + "Lib/test/test_collections.py", + "Lib/test/test_colorsys.py", + "Lib/test/test_compare.py", + "Lib/test/test_compile.py", + "Lib/test/test_compileall.py", + "Lib/test/test_complex.py", + "Lib/test/test_concurrent_futures.py", + "Lib/test/test_configparser.py", + "Lib/test/test_contains.py", + "Lib/test/test_context.py", + "Lib/test/test_contextlib.py", + "Lib/test/test_contextlib_async.py", + "Lib/test/test_copy.py", + "Lib/test/test_copyreg.py", + "Lib/test/test_coroutines.py", + "Lib/test/test_cprofile.py", + "Lib/test/test_crashers.py", + "Lib/test/test_crypt.py", + "Lib/test/test_csv.py", + "Lib/test/test_ctypes.py", + "Lib/test/test_curses.py", + "Lib/test/test_dataclasses.py", + "Lib/test/test_datetime.py", + "Lib/test/test_dbm.py", + "Lib/test/test_dbm_dumb.py", + "Lib/test/test_dbm_gnu.py", + "Lib/test/test_dbm_ndbm.py", + "Lib/test/test_decimal.py", + "Lib/test/test_decorators.py", + "Lib/test/test_defaultdict.py", + "Lib/test/test_deque.py", + "Lib/test/test_descr.py", + "Lib/test/test_descrtut.py", + "Lib/test/test_devpoll.py", + "Lib/test/test_dict.py", + "Lib/test/test_dict_version.py", + "Lib/test/test_dictcomps.py", + "Lib/test/test_dictviews.py", + "Lib/test/test_difflib.py", + "Lib/test/test_difflib_expect.html", + "Lib/test/test_dis.py", + "Lib/test/test_distutils.py", + "Lib/test/test_doctest.py", + "Lib/test/test_doctest.txt", + "Lib/test/test_doctest2.py", + "Lib/test/test_doctest2.txt", + "Lib/test/test_doctest3.txt", + "Lib/test/test_doctest4.txt", + "Lib/test/test_docxmlrpc.py", + "Lib/test/test_dtrace.py", + "Lib/test/test_dynamic.py", + "Lib/test/test_dynamicclassattribute.py", + "Lib/test/test_eintr.py", + "Lib/test/test_email", + "Lib/test/test_email/__init__.py", + "Lib/test/test_email/__main__.py", + "Lib/test/test_email/data", + "Lib/test/test_email/data/PyBanner048.gif", + "Lib/test/test_email/data/audiotest.au", + "Lib/test/test_email/data/msg_01.txt", + "Lib/test/test_email/data/msg_02.txt", + "Lib/test/test_email/data/msg_03.txt", + "Lib/test/test_email/data/msg_04.txt", + "Lib/test/test_email/data/msg_05.txt", + "Lib/test/test_email/data/msg_06.txt", + "Lib/test/test_email/data/msg_07.txt", + "Lib/test/test_email/data/msg_08.txt", + "Lib/test/test_email/data/msg_09.txt", + "Lib/test/test_email/data/msg_10.txt", + "Lib/test/test_email/data/msg_11.txt", + "Lib/test/test_email/data/msg_12.txt", + "Lib/test/test_email/data/msg_12a.txt", + "Lib/test/test_email/data/msg_13.txt", + "Lib/test/test_email/data/msg_14.txt", + "Lib/test/test_email/data/msg_15.txt", + "Lib/test/test_email/data/msg_16.txt", + "Lib/test/test_email/data/msg_17.txt", + "Lib/test/test_email/data/msg_18.txt", + "Lib/test/test_email/data/msg_19.txt", + "Lib/test/test_email/data/msg_20.txt", + "Lib/test/test_email/data/msg_21.txt", + "Lib/test/test_email/data/msg_22.txt", + "Lib/test/test_email/data/msg_23.txt", + "Lib/test/test_email/data/msg_24.txt", + "Lib/test/test_email/data/msg_25.txt", + "Lib/test/test_email/data/msg_26.txt", + "Lib/test/test_email/data/msg_27.txt", + "Lib/test/test_email/data/msg_28.txt", + "Lib/test/test_email/data/msg_29.txt", + "Lib/test/test_email/data/msg_30.txt", + "Lib/test/test_email/data/msg_31.txt", + "Lib/test/test_email/data/msg_32.txt", + "Lib/test/test_email/data/msg_33.txt", + "Lib/test/test_email/data/msg_34.txt", + "Lib/test/test_email/data/msg_35.txt", + "Lib/test/test_email/data/msg_36.txt", + "Lib/test/test_email/data/msg_37.txt", + "Lib/test/test_email/data/msg_38.txt", + "Lib/test/test_email/data/msg_39.txt", + "Lib/test/test_email/data/msg_40.txt", + "Lib/test/test_email/data/msg_41.txt", + "Lib/test/test_email/data/msg_42.txt", + "Lib/test/test_email/data/msg_43.txt", + "Lib/test/test_email/data/msg_44.txt", + "Lib/test/test_email/data/msg_45.txt", + "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/test__encoded_words.py", + "Lib/test/test_email/test__header_value_parser.py", + "Lib/test/test_email/test_asian_codecs.py", + "Lib/test/test_email/test_contentmanager.py", + "Lib/test/test_email/test_defect_handling.py", + "Lib/test/test_email/test_email.py", + "Lib/test/test_email/test_generator.py", + "Lib/test/test_email/test_headerregistry.py", + "Lib/test/test_email/test_inversion.py", + "Lib/test/test_email/test_message.py", + "Lib/test/test_email/test_parser.py", + "Lib/test/test_email/test_pickleable.py", + "Lib/test/test_email/test_policy.py", + "Lib/test/test_email/test_utils.py", + "Lib/test/test_email/torture_test.py", + "Lib/test/test_embed.py", + "Lib/test/test_ensurepip.py", + "Lib/test/test_enum.py", + "Lib/test/test_enumerate.py", + "Lib/test/test_eof.py", + "Lib/test/test_epoll.py", + "Lib/test/test_errno.py", + "Lib/test/test_exception_hierarchy.py", + "Lib/test/test_exception_variations.py", + "Lib/test/test_exceptions.py", + "Lib/test/test_extcall.py", + "Lib/test/test_faulthandler.py", + "Lib/test/test_fcntl.py", + "Lib/test/test_file.py", + "Lib/test/test_file_eintr.py", + "Lib/test/test_filecmp.py", + "Lib/test/test_fileinput.py", + "Lib/test/test_fileio.py", + "Lib/test/test_finalization.py", + "Lib/test/test_float.py", + "Lib/test/test_flufl.py", + "Lib/test/test_fnmatch.py", + "Lib/test/test_fork1.py", + "Lib/test/test_format.py", + "Lib/test/test_fractions.py", + "Lib/test/test_frame.py", + "Lib/test/test_frozen.py", + "Lib/test/test_fstring.py", + "Lib/test/test_ftplib.py", + "Lib/test/test_funcattrs.py", + "Lib/test/test_functools.py", + "Lib/test/test_future.py", + "Lib/test/test_future3.py", + "Lib/test/test_future4.py", + "Lib/test/test_future5.py", + "Lib/test/test_gc.py", + "Lib/test/test_gdb.py", + "Lib/test/test_generator_stop.py", + "Lib/test/test_generators.py", + "Lib/test/test_genericalias.py", + "Lib/test/test_genericclass.py", + "Lib/test/test_genericpath.py", + "Lib/test/test_genexps.py", + "Lib/test/test_getargs2.py", + "Lib/test/test_getopt.py", + "Lib/test/test_getpass.py", + "Lib/test/test_gettext.py", + "Lib/test/test_glob.py", + "Lib/test/test_global.py", + "Lib/test/test_grammar.py", + "Lib/test/test_graphlib.py", + "Lib/test/test_grp.py", + "Lib/test/test_gzip.py", + "Lib/test/test_hash.py", + "Lib/test/test_hashlib.py", + "Lib/test/test_heapq.py", + "Lib/test/test_hmac.py", + "Lib/test/test_html.py", + "Lib/test/test_htmlparser.py", + "Lib/test/test_http_cookiejar.py", + "Lib/test/test_http_cookies.py", + "Lib/test/test_httplib.py", + "Lib/test/test_httpservers.py", + "Lib/test/test_idle.py", + "Lib/test/test_imaplib.py", + "Lib/test/test_imghdr.py", + "Lib/test/test_imp.py", + "Lib/test/test_import", + "Lib/test/test_import/__init__.py", + "Lib/test/test_import/__main__.py", + "Lib/test/test_import/data", + "Lib/test/test_import/data/circular_imports", + "Lib/test/test_import/data/circular_imports/basic.py", + "Lib/test/test_import/data/circular_imports/basic2.py", + "Lib/test/test_import/data/circular_imports/binding.py", + "Lib/test/test_import/data/circular_imports/binding2.py", + "Lib/test/test_import/data/circular_imports/from_cycle1.py", + "Lib/test/test_import/data/circular_imports/from_cycle2.py", + "Lib/test/test_import/data/circular_imports/indirect.py", + "Lib/test/test_import/data/circular_imports/rebinding.py", + "Lib/test/test_import/data/circular_imports/rebinding2.py", + "Lib/test/test_import/data/circular_imports/source.py", + "Lib/test/test_import/data/circular_imports/subpackage.py", + "Lib/test/test_import/data/circular_imports/subpkg", + "Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", + "Lib/test/test_import/data/circular_imports/subpkg/util.py", + "Lib/test/test_import/data/circular_imports/use.py", + "Lib/test/test_import/data/circular_imports/util.py", + "Lib/test/test_import/data/package", + "Lib/test/test_import/data/package/__init__.py", + "Lib/test/test_import/data/package/submodule.py", + "Lib/test/test_import/data/package2", + "Lib/test/test_import/data/package2/submodule1.py", + "Lib/test/test_import/data/package2/submodule2.py", + "Lib/test/test_import/data/unwritable", + "Lib/test/test_import/data/unwritable/__init__.py", + "Lib/test/test_import/data/unwritable/x.py", + "Lib/test/test_importlib", + "Lib/test/test_importlib/__init__.py", + "Lib/test/test_importlib/__main__.py", + "Lib/test/test_importlib/abc.py", + "Lib/test/test_importlib/builtin", + "Lib/test/test_importlib/builtin/__init__.py", + "Lib/test/test_importlib/builtin/__main__.py", + "Lib/test/test_importlib/builtin/test_finder.py", + "Lib/test/test_importlib/builtin/test_loader.py", + "Lib/test/test_importlib/data", + "Lib/test/test_importlib/data/__init__.py", + "Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", + "Lib/test/test_importlib/data/example-21.12-py3.6.egg", + "Lib/test/test_importlib/data01", + "Lib/test/test_importlib/data01/__init__.py", + "Lib/test/test_importlib/data01/binary.file", + "Lib/test/test_importlib/data01/subdirectory", + "Lib/test/test_importlib/data01/subdirectory/__init__.py", + "Lib/test/test_importlib/data01/subdirectory/binary.file", + "Lib/test/test_importlib/data01/utf-16.file", + "Lib/test/test_importlib/data01/utf-8.file", + "Lib/test/test_importlib/data02", + "Lib/test/test_importlib/data02/__init__.py", + "Lib/test/test_importlib/data02/one", + "Lib/test/test_importlib/data02/one/__init__.py", + "Lib/test/test_importlib/data02/one/resource1.txt", + "Lib/test/test_importlib/data02/two", + "Lib/test/test_importlib/data02/two/__init__.py", + "Lib/test/test_importlib/data02/two/resource2.txt", + "Lib/test/test_importlib/data03", + "Lib/test/test_importlib/data03/__init__.py", + "Lib/test/test_importlib/data03/namespace", + "Lib/test/test_importlib/data03/namespace/portion1", + "Lib/test/test_importlib/data03/namespace/portion1/__init__.py", + "Lib/test/test_importlib/data03/namespace/portion2", + "Lib/test/test_importlib/data03/namespace/portion2/__init__.py", + "Lib/test/test_importlib/data03/namespace/resource1.txt", + "Lib/test/test_importlib/extension", + "Lib/test/test_importlib/extension/__init__.py", + "Lib/test/test_importlib/extension/__main__.py", + "Lib/test/test_importlib/extension/test_case_sensitivity.py", + "Lib/test/test_importlib/extension/test_finder.py", + "Lib/test/test_importlib/extension/test_loader.py", + "Lib/test/test_importlib/extension/test_path_hook.py", + "Lib/test/test_importlib/fixtures.py", + "Lib/test/test_importlib/frozen", + "Lib/test/test_importlib/frozen/__init__.py", + "Lib/test/test_importlib/frozen/__main__.py", + "Lib/test/test_importlib/frozen/test_finder.py", + "Lib/test/test_importlib/frozen/test_loader.py", + "Lib/test/test_importlib/import_", + "Lib/test/test_importlib/import_/__init__.py", + "Lib/test/test_importlib/import_/__main__.py", + "Lib/test/test_importlib/import_/test___loader__.py", + "Lib/test/test_importlib/import_/test___package__.py", + "Lib/test/test_importlib/import_/test_api.py", + "Lib/test/test_importlib/import_/test_caching.py", + "Lib/test/test_importlib/import_/test_fromlist.py", + "Lib/test/test_importlib/import_/test_meta_path.py", + "Lib/test/test_importlib/import_/test_packages.py", + "Lib/test/test_importlib/import_/test_path.py", + "Lib/test/test_importlib/import_/test_relative_imports.py", + "Lib/test/test_importlib/namespace_pkgs", + "Lib/test/test_importlib/namespace_pkgs/both_portions", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/missing_directory.zip", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty", + "Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion1", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion2", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/project1", + "Lib/test/test_importlib/namespace_pkgs/project1/parent", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py", + "Lib/test/test_importlib/namespace_pkgs/project2", + "Lib/test/test_importlib/namespace_pkgs/project2/parent", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py", + "Lib/test/test_importlib/namespace_pkgs/project3", + "Lib/test/test_importlib/namespace_pkgs/project3/parent", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", + "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/source", + "Lib/test/test_importlib/source/__init__.py", + "Lib/test/test_importlib/source/__main__.py", + "Lib/test/test_importlib/source/test_case_sensitivity.py", + "Lib/test/test_importlib/source/test_file_loader.py", + "Lib/test/test_importlib/source/test_finder.py", + "Lib/test/test_importlib/source/test_path_hook.py", + "Lib/test/test_importlib/source/test_source_encoding.py", + "Lib/test/test_importlib/stubs.py", + "Lib/test/test_importlib/test_abc.py", + "Lib/test/test_importlib/test_api.py", + "Lib/test/test_importlib/test_files.py", + "Lib/test/test_importlib/test_lazy.py", + "Lib/test/test_importlib/test_locks.py", + "Lib/test/test_importlib/test_main.py", + "Lib/test/test_importlib/test_metadata_api.py", + "Lib/test/test_importlib/test_namespace_pkgs.py", + "Lib/test/test_importlib/test_open.py", + "Lib/test/test_importlib/test_path.py", + "Lib/test/test_importlib/test_pkg_import.py", + "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_resource.py", + "Lib/test/test_importlib/test_spec.py", + "Lib/test/test_importlib/test_threaded_import.py", + "Lib/test/test_importlib/test_util.py", + "Lib/test/test_importlib/test_windows.py", + "Lib/test/test_importlib/test_zip.py", + "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/util.py", + "Lib/test/test_importlib/zipdata01", + "Lib/test/test_importlib/zipdata01/__init__.py", + "Lib/test/test_importlib/zipdata01/ziptestdata.zip", + "Lib/test/test_importlib/zipdata02", + "Lib/test/test_importlib/zipdata02/__init__.py", + "Lib/test/test_importlib/zipdata02/ziptestdata.zip", + "Lib/test/test_index.py", + "Lib/test/test_inspect.py", + "Lib/test/test_int.py", + "Lib/test/test_int_literal.py", + "Lib/test/test_io.py", + "Lib/test/test_ioctl.py", + "Lib/test/test_ipaddress.py", + "Lib/test/test_isinstance.py", + "Lib/test/test_iter.py", + "Lib/test/test_iterlen.py", + "Lib/test/test_itertools.py", + "Lib/test/test_json", + "Lib/test/test_json/__init__.py", + "Lib/test/test_json/__main__.py", + "Lib/test/test_json/test_decode.py", + "Lib/test/test_json/test_default.py", + "Lib/test/test_json/test_dump.py", + "Lib/test/test_json/test_encode_basestring_ascii.py", + "Lib/test/test_json/test_enum.py", + "Lib/test/test_json/test_fail.py", + "Lib/test/test_json/test_float.py", + "Lib/test/test_json/test_indent.py", + "Lib/test/test_json/test_pass1.py", + "Lib/test/test_json/test_pass2.py", + "Lib/test/test_json/test_pass3.py", + "Lib/test/test_json/test_recursion.py", + "Lib/test/test_json/test_scanstring.py", + "Lib/test/test_json/test_separators.py", + "Lib/test/test_json/test_speedups.py", + "Lib/test/test_json/test_tool.py", + "Lib/test/test_json/test_unicode.py", + "Lib/test/test_keyword.py", + "Lib/test/test_keywordonlyarg.py", + "Lib/test/test_kqueue.py", + "Lib/test/test_largefile.py", + "Lib/test/test_lib2to3.py", + "Lib/test/test_linecache.py", + "Lib/test/test_list.py", + "Lib/test/test_listcomps.py", + "Lib/test/test_lltrace.py", + "Lib/test/test_locale.py", + "Lib/test/test_logging.py", + "Lib/test/test_long.py", + "Lib/test/test_longexp.py", + "Lib/test/test_lzma.py", + "Lib/test/test_mailbox.py", + "Lib/test/test_mailcap.py", + "Lib/test/test_marshal.py", + "Lib/test/test_math.py", + "Lib/test/test_memoryio.py", + "Lib/test/test_memoryview.py", + "Lib/test/test_metaclass.py", + "Lib/test/test_mimetypes.py", + "Lib/test/test_minidom.py", + "Lib/test/test_mmap.py", + "Lib/test/test_module.py", + "Lib/test/test_modulefinder.py", + "Lib/test/test_msilib.py", + "Lib/test/test_multibytecodec.py", + "Lib/test/test_multiprocessing_fork.py", + "Lib/test/test_multiprocessing_forkserver.py", + "Lib/test/test_multiprocessing_main_handling.py", + "Lib/test/test_multiprocessing_spawn.py", + "Lib/test/test_named_expressions.py", + "Lib/test/test_netrc.py", + "Lib/test/test_nis.py", + "Lib/test/test_nntplib.py", + "Lib/test/test_ntpath.py", + "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcodes.py", + "Lib/test/test_openpty.py", + "Lib/test/test_operator.py", + "Lib/test/test_optparse.py", + "Lib/test/test_ordered_dict.py", + "Lib/test/test_os.py", + "Lib/test/test_ossaudiodev.py", + "Lib/test/test_osx_env.py", + "Lib/test/test_parser.py", + "Lib/test/test_pathlib.py", + "Lib/test/test_pdb.py", + "Lib/test/test_peepholer.py", + "Lib/test/test_peg_generator", + "Lib/test/test_peg_generator/__init__.py", + "Lib/test/test_peg_generator/__main__.py", + "Lib/test/test_peg_generator/test_c_parser.py", + "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_peg_parser.py", + "Lib/test/test_pickle.py", + "Lib/test/test_picklebuffer.py", + "Lib/test/test_pickletools.py", + "Lib/test/test_pipes.py", + "Lib/test/test_pkg.py", + "Lib/test/test_pkgutil.py", + "Lib/test/test_platform.py", + "Lib/test/test_plistlib.py", + "Lib/test/test_poll.py", + "Lib/test/test_popen.py", + "Lib/test/test_poplib.py", + "Lib/test/test_positional_only_arg.py", + "Lib/test/test_posix.py", + "Lib/test/test_posixpath.py", + "Lib/test/test_pow.py", + "Lib/test/test_pprint.py", + "Lib/test/test_print.py", + "Lib/test/test_profile.py", + "Lib/test/test_property.py", + "Lib/test/test_pstats.py", + "Lib/test/test_pty.py", + "Lib/test/test_pulldom.py", + "Lib/test/test_pwd.py", + "Lib/test/test_py_compile.py", + "Lib/test/test_pyclbr.py", + "Lib/test/test_pydoc.py", + "Lib/test/test_pyexpat.py", + "Lib/test/test_queue.py", + "Lib/test/test_quopri.py", + "Lib/test/test_raise.py", + "Lib/test/test_random.py", + "Lib/test/test_range.py", + "Lib/test/test_re.py", + "Lib/test/test_readline.py", + "Lib/test/test_regrtest.py", + "Lib/test/test_repl.py", + "Lib/test/test_reprlib.py", + "Lib/test/test_resource.py", + "Lib/test/test_richcmp.py", + "Lib/test/test_rlcompleter.py", + "Lib/test/test_robotparser.py", + "Lib/test/test_runpy.py", + "Lib/test/test_sax.py", + "Lib/test/test_sched.py", + "Lib/test/test_scope.py", + "Lib/test/test_script_helper.py", + "Lib/test/test_secrets.py", + "Lib/test/test_select.py", + "Lib/test/test_selectors.py", + "Lib/test/test_set.py", + "Lib/test/test_setcomps.py", + "Lib/test/test_shelve.py", + "Lib/test/test_shlex.py", + "Lib/test/test_shutil.py", + "Lib/test/test_signal.py", + "Lib/test/test_site.py", + "Lib/test/test_slice.py", + "Lib/test/test_smtpd.py", + "Lib/test/test_smtplib.py", + "Lib/test/test_smtpnet.py", + "Lib/test/test_sndhdr.py", + "Lib/test/test_socket.py", + "Lib/test/test_socketserver.py", + "Lib/test/test_sort.py", + "Lib/test/test_source_encoding.py", + "Lib/test/test_spwd.py", + "Lib/test/test_sqlite.py", + "Lib/test/test_ssl.py", + "Lib/test/test_startfile.py", + "Lib/test/test_stat.py", + "Lib/test/test_statistics.py", + "Lib/test/test_strftime.py", + "Lib/test/test_string.py", + "Lib/test/test_string_literals.py", + "Lib/test/test_stringprep.py", + "Lib/test/test_strptime.py", + "Lib/test/test_strtod.py", + "Lib/test/test_struct.py", + "Lib/test/test_structmembers.py", + "Lib/test/test_structseq.py", + "Lib/test/test_subclassinit.py", + "Lib/test/test_subprocess.py", + "Lib/test/test_sunau.py", + "Lib/test/test_sundry.py", + "Lib/test/test_super.py", + "Lib/test/test_support.py", + "Lib/test/test_symbol.py", + "Lib/test/test_symtable.py", + "Lib/test/test_syntax.py", + "Lib/test/test_sys.py", + "Lib/test/test_sys_setprofile.py", + "Lib/test/test_sys_settrace.py", + "Lib/test/test_sysconfig.py", + "Lib/test/test_syslog.py", + "Lib/test/test_tabnanny.py", + "Lib/test/test_tarfile.py", + "Lib/test/test_tcl.py", + "Lib/test/test_telnetlib.py", + "Lib/test/test_tempfile.py", + "Lib/test/test_textwrap.py", + "Lib/test/test_thread.py", + "Lib/test/test_threadedtempfile.py", + "Lib/test/test_threading.py", + "Lib/test/test_threading_local.py", + "Lib/test/test_threadsignals.py", + "Lib/test/test_time.py", + "Lib/test/test_timeit.py", + "Lib/test/test_timeout.py", + "Lib/test/test_tix.py", + "Lib/test/test_tk.py", + "Lib/test/test_tokenize.py", + "Lib/test/test_tools", + "Lib/test/test_tools/__init__.py", + "Lib/test/test_tools/__main__.py", + "Lib/test/test_tools/test_c_analyzer", + "Lib/test/test_tools/test_c_analyzer/__init__.py", + "Lib/test/test_tools/test_c_analyzer/__main__.py", + "Lib/test/test_tools/test_c_analyzer/test_common", + "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython", + "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", + "Lib/test/test_tools/test_c_analyzer/test_parser", + "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols", + "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables", + "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", + "Lib/test/test_tools/test_c_analyzer/util.py", + "Lib/test/test_tools/test_fixcid.py", + "Lib/test/test_tools/test_gprof2html.py", + "Lib/test/test_tools/test_i18n.py", + "Lib/test/test_tools/test_lll.py", + "Lib/test/test_tools/test_md5sum.py", + "Lib/test/test_tools/test_pathfix.py", + "Lib/test/test_tools/test_pdeps.py", + "Lib/test/test_tools/test_pindent.py", + "Lib/test/test_tools/test_reindent.py", + "Lib/test/test_tools/test_sundry.py", + "Lib/test/test_trace.py", + "Lib/test/test_traceback.py", + "Lib/test/test_tracemalloc.py", + "Lib/test/test_ttk_guionly.py", + "Lib/test/test_ttk_textonly.py", + "Lib/test/test_tuple.py", + "Lib/test/test_turtle.py", + "Lib/test/test_type_comments.py", + "Lib/test/test_typechecks.py", + "Lib/test/test_types.py", + "Lib/test/test_typing.py", + "Lib/test/test_ucn.py", + "Lib/test/test_unary.py", + "Lib/test/test_unicode.py", + "Lib/test/test_unicode_file.py", + "Lib/test/test_unicode_file_functions.py", + "Lib/test/test_unicode_identifiers.py", + "Lib/test/test_unicodedata.py", + "Lib/test/test_unittest.py", + "Lib/test/test_univnewlines.py", + "Lib/test/test_unpack.py", + "Lib/test/test_unpack_ex.py", + "Lib/test/test_unparse.py", + "Lib/test/test_urllib.py", + "Lib/test/test_urllib2.py", + "Lib/test/test_urllib2_localnet.py", + "Lib/test/test_urllib2net.py", + "Lib/test/test_urllib_response.py", + "Lib/test/test_urllibnet.py", + "Lib/test/test_urlparse.py", + "Lib/test/test_userdict.py", + "Lib/test/test_userlist.py", + "Lib/test/test_userstring.py", + "Lib/test/test_utf8_mode.py", + "Lib/test/test_utf8source.py", + "Lib/test/test_uu.py", + "Lib/test/test_uuid.py", + "Lib/test/test_venv.py", + "Lib/test/test_wait3.py", + "Lib/test/test_wait4.py", + "Lib/test/test_warnings", + "Lib/test/test_warnings/__init__.py", + "Lib/test/test_warnings/__main__.py", + "Lib/test/test_warnings/data", + "Lib/test/test_warnings/data/import_warning.py", + "Lib/test/test_warnings/data/stacklevel.py", + "Lib/test/test_wave.py", + "Lib/test/test_weakref.py", + "Lib/test/test_weakset.py", + "Lib/test/test_webbrowser.py", + "Lib/test/test_winconsoleio.py", + "Lib/test/test_winreg.py", + "Lib/test/test_winsound.py", + "Lib/test/test_with.py", + "Lib/test/test_wsgiref.py", + "Lib/test/test_xdrlib.py", + "Lib/test/test_xml_dom_minicompat.py", + "Lib/test/test_xml_etree.py", + "Lib/test/test_xml_etree_c.py", + "Lib/test/test_xmlrpc.py", + "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxtestfuzz.py", + "Lib/test/test_yield_from.py", + "Lib/test/test_zipapp.py", + "Lib/test/test_zipfile.py", + "Lib/test/test_zipfile64.py", + "Lib/test/test_zipimport.py", + "Lib/test/test_zipimport_support.py", + "Lib/test/test_zlib.py", + "Lib/test/test_zoneinfo", + "Lib/test/test_zoneinfo/__init__.py", + "Lib/test/test_zoneinfo/__main__.py", + "Lib/test/test_zoneinfo/_support.py", + "Lib/test/test_zoneinfo/data", + "Lib/test/test_zoneinfo/data/update_test_data.py", + "Lib/test/test_zoneinfo/data/zoneinfo_data.json", + "Lib/test/test_zoneinfo/test_zoneinfo.py", + "Lib/test/testcodec.py", + "Lib/test/testtar.tar", + "Lib/test/tf_inherit_check.py", + "Lib/test/time_hashlib.py", + "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests.txt", + "Lib/test/tracedmodules", + "Lib/test/tracedmodules/__init__.py", + "Lib/test/tracedmodules/testmod.py", + "Lib/test/win_console_handler.py", + "Lib/test/xmltestdata", + "Lib/test/xmltestdata/c14n-20", + "Lib/test/xmltestdata/c14n-20/README", + "Lib/test/xmltestdata/c14n-20/c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/doc.dtd", + "Lib/test/xmltestdata/c14n-20/doc.xsl", + "Lib/test/xmltestdata/c14n-20/inC14N1.xml", + "Lib/test/xmltestdata/c14n-20/inC14N2.xml", + "Lib/test/xmltestdata/c14n-20/inC14N3.xml", + "Lib/test/xmltestdata/c14n-20/inC14N4.xml", + "Lib/test/xmltestdata/c14n-20/inC14N5.xml", + "Lib/test/xmltestdata/c14n-20/inC14N6.xml", + "Lib/test/xmltestdata/c14n-20/inNsContent.xml", + "Lib/test/xmltestdata/c14n-20/inNsDefault.xml", + "Lib/test/xmltestdata/c14n-20/inNsPushdown.xml", + "Lib/test/xmltestdata/c14n-20/inNsRedecl.xml", + "Lib/test/xmltestdata/c14n-20/inNsSort.xml", + "Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml", + "Lib/test/xmltestdata/c14n-20/inNsXml.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/world.txt", + "Lib/test/xmltestdata/expat224_utf8_bug.xml", + "Lib/test/xmltestdata/simple-ns.xml", + "Lib/test/xmltestdata/simple.xml", + "Lib/test/xmltestdata/test.xml", + "Lib/test/xmltestdata/test.xml.out", + "Lib/test/xmltests.py", + "Lib/test/zip_cp437_header.zip", + "Lib/test/zipdir.zip", + "Lib/test/ziptestdata", + "Lib/test/ziptestdata/README.md", + "Lib/test/ziptestdata/exe_with_z64", + "Lib/test/ziptestdata/exe_with_zip", + "Lib/test/ziptestdata/header.sh", + "Lib/test/ziptestdata/testdata_module_inside_zip.py", + "Lib/textwrap.py", + "Lib/this.py", + "Lib/threading.py", + "Lib/timeit.py", + "Lib/tkinter", + "Lib/tkinter/__init__.py", + "Lib/tkinter/__main__.py", + "Lib/tkinter/colorchooser.py", + "Lib/tkinter/commondialog.py", + "Lib/tkinter/constants.py", + "Lib/tkinter/dialog.py", + "Lib/tkinter/dnd.py", + "Lib/tkinter/filedialog.py", + "Lib/tkinter/font.py", + "Lib/tkinter/messagebox.py", + "Lib/tkinter/scrolledtext.py", + "Lib/tkinter/simpledialog.py", + "Lib/tkinter/test", + "Lib/tkinter/test/README", + "Lib/tkinter/test/__init__.py", + "Lib/tkinter/test/runtktests.py", + "Lib/tkinter/test/support.py", + "Lib/tkinter/test/test_tkinter", + "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_colorchooser.py", + "Lib/tkinter/test/test_tkinter/test_font.py", + "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", + "Lib/tkinter/test/test_tkinter/test_images.py", + "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_simpledialog.py", + "Lib/tkinter/test/test_tkinter/test_text.py", + "Lib/tkinter/test/test_tkinter/test_variables.py", + "Lib/tkinter/test/test_tkinter/test_widgets.py", + "Lib/tkinter/test/test_ttk", + "Lib/tkinter/test/test_ttk/__init__.py", + "Lib/tkinter/test/test_ttk/test_extensions.py", + "Lib/tkinter/test/test_ttk/test_functions.py", + "Lib/tkinter/test/test_ttk/test_style.py", + "Lib/tkinter/test/test_ttk/test_widgets.py", + "Lib/tkinter/test/widget_tests.py", + "Lib/tkinter/tix.py", + "Lib/tkinter/ttk.py", + "Lib/token.py", + "Lib/tokenize.py", + "Lib/trace.py", + "Lib/traceback.py", + "Lib/tracemalloc.py", + "Lib/tty.py", + "Lib/turtle.py", + "Lib/turtledemo", + "Lib/turtledemo/__init__.py", + "Lib/turtledemo/__main__.py", + "Lib/turtledemo/bytedesign.py", + "Lib/turtledemo/chaos.py", + "Lib/turtledemo/clock.py", + "Lib/turtledemo/colormixer.py", + "Lib/turtledemo/forest.py", + "Lib/turtledemo/fractalcurves.py", + "Lib/turtledemo/lindenmayer.py", + "Lib/turtledemo/minimal_hanoi.py", + "Lib/turtledemo/nim.py", + "Lib/turtledemo/paint.py", + "Lib/turtledemo/peace.py", + "Lib/turtledemo/penrose.py", + "Lib/turtledemo/planet_and_moon.py", + "Lib/turtledemo/rosette.py", + "Lib/turtledemo/round_dance.py", + "Lib/turtledemo/sorting_animate.py", + "Lib/turtledemo/tree.py", + "Lib/turtledemo/turtle.cfg", + "Lib/turtledemo/two_canvases.py", + "Lib/turtledemo/yinyang.py", + "Lib/types.py", + "Lib/typing.py", + "Lib/unittest", + "Lib/unittest/__init__.py", + "Lib/unittest/__main__.py", + "Lib/unittest/_log.py", + "Lib/unittest/async_case.py", + "Lib/unittest/case.py", + "Lib/unittest/loader.py", + "Lib/unittest/main.py", + "Lib/unittest/mock.py", + "Lib/unittest/result.py", + "Lib/unittest/runner.py", + "Lib/unittest/signals.py", + "Lib/unittest/suite.py", + "Lib/unittest/test", + "Lib/unittest/test/__init__.py", + "Lib/unittest/test/__main__.py", + "Lib/unittest/test/_test_warnings.py", + "Lib/unittest/test/dummy.py", + "Lib/unittest/test/support.py", + "Lib/unittest/test/test_assertions.py", + "Lib/unittest/test/test_async_case.py", + "Lib/unittest/test/test_break.py", + "Lib/unittest/test/test_case.py", + "Lib/unittest/test/test_discovery.py", + "Lib/unittest/test/test_functiontestcase.py", + "Lib/unittest/test/test_loader.py", + "Lib/unittest/test/test_program.py", + "Lib/unittest/test/test_result.py", + "Lib/unittest/test/test_runner.py", + "Lib/unittest/test/test_setups.py", + "Lib/unittest/test/test_skipping.py", + "Lib/unittest/test/test_suite.py", + "Lib/unittest/test/testmock", + "Lib/unittest/test/testmock/__init__.py", + "Lib/unittest/test/testmock/__main__.py", + "Lib/unittest/test/testmock/support.py", + "Lib/unittest/test/testmock/testasync.py", + "Lib/unittest/test/testmock/testcallable.py", + "Lib/unittest/test/testmock/testhelpers.py", + "Lib/unittest/test/testmock/testmagicmethods.py", + "Lib/unittest/test/testmock/testmock.py", + "Lib/unittest/test/testmock/testpatch.py", + "Lib/unittest/test/testmock/testsealable.py", + "Lib/unittest/test/testmock/testsentinel.py", + "Lib/unittest/test/testmock/testwith.py", + "Lib/unittest/util.py", + "Lib/urllib", + "Lib/urllib/__init__.py", + "Lib/urllib/error.py", + "Lib/urllib/parse.py", + "Lib/urllib/request.py", + "Lib/urllib/response.py", + "Lib/urllib/robotparser.py", + "Lib/uu.py", + "Lib/uuid.py", + "Lib/venv", + "Lib/venv/__init__.py", + "Lib/venv/__main__.py", + "Lib/venv/scripts", + "Lib/venv/scripts/common", + "Lib/venv/scripts/common/Activate.ps1", + "Lib/venv/scripts/common/activate", + "Lib/venv/scripts/nt", + "Lib/venv/scripts/nt/activate.bat", + "Lib/venv/scripts/nt/deactivate.bat", + "Lib/venv/scripts/posix", + "Lib/venv/scripts/posix/activate.csh", + "Lib/venv/scripts/posix/activate.fish", + "Lib/warnings.py", + "Lib/wave.py", + "Lib/weakref.py", + "Lib/webbrowser.py", + "Lib/wsgiref", + "Lib/wsgiref/__init__.py", + "Lib/wsgiref/handlers.py", + "Lib/wsgiref/headers.py", + "Lib/wsgiref/simple_server.py", + "Lib/wsgiref/util.py", + "Lib/wsgiref/validate.py", + "Lib/xdrlib.py", + "Lib/xml", + "Lib/xml/__init__.py", + "Lib/xml/dom", + "Lib/xml/dom/NodeFilter.py", + "Lib/xml/dom/__init__.py", + "Lib/xml/dom/domreg.py", + "Lib/xml/dom/expatbuilder.py", + "Lib/xml/dom/minicompat.py", + "Lib/xml/dom/minidom.py", + "Lib/xml/dom/pulldom.py", + "Lib/xml/dom/xmlbuilder.py", + "Lib/xml/etree", + "Lib/xml/etree/ElementInclude.py", + "Lib/xml/etree/ElementPath.py", + "Lib/xml/etree/ElementTree.py", + "Lib/xml/etree/__init__.py", + "Lib/xml/etree/cElementTree.py", + "Lib/xml/parsers", + "Lib/xml/parsers/__init__.py", + "Lib/xml/parsers/expat.py", + "Lib/xml/sax", + "Lib/xml/sax/__init__.py", + "Lib/xml/sax/_exceptions.py", + "Lib/xml/sax/expatreader.py", + "Lib/xml/sax/handler.py", + "Lib/xml/sax/saxutils.py", + "Lib/xml/sax/xmlreader.py", + "Lib/xmlrpc", + "Lib/xmlrpc/__init__.py", + "Lib/xmlrpc/client.py", + "Lib/xmlrpc/server.py", + "Lib/zipapp.py", + "Lib/zipfile.py", + "Lib/zipimport.py", + "Lib/zoneinfo", + "Lib/zoneinfo/__init__.py", + "Lib/zoneinfo/_common.py", + "Lib/zoneinfo/_tzpath.py", + "Lib/zoneinfo/_zoneinfo.py", + "Mac", + "Mac/BuildScript", + "Mac/BuildScript/README.rst", + "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/resources", + "Mac/BuildScript/resources/Conclusion.rtf", + "Mac/BuildScript/resources/License.rtf", + "Mac/BuildScript/resources/ReadMe.rtf", + "Mac/BuildScript/resources/Welcome.rtf", + "Mac/BuildScript/resources/background.jpg", + "Mac/BuildScript/resources/install_certificates.command", + "Mac/BuildScript/scripts", + "Mac/BuildScript/scripts/postflight.documentation", + "Mac/BuildScript/scripts/postflight.ensurepip", + "Mac/BuildScript/scripts/postflight.framework", + "Mac/BuildScript/scripts/postflight.patch-profile", + "Mac/BuildScript/seticon.m", + "Mac/BuildScript/tk868_on_10_8_10_9.patch", + "Mac/Extras.install.py", + "Mac/IDLE", + "Mac/IDLE/IDLE.app", + "Mac/IDLE/IDLE.app/Contents", + "Mac/IDLE/IDLE.app/Contents/Info.plist", + "Mac/IDLE/IDLE.app/Contents/MacOS", + "Mac/IDLE/IDLE.app/Contents/MacOS/IDLE", + "Mac/IDLE/IDLE.app/Contents/PkgInfo", + "Mac/IDLE/IDLE.app/Contents/Resources", + "Mac/IDLE/IDLE.app/Contents/Resources/IDLE.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonCompiled.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonSource.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py", + "Mac/Icons", + "Mac/Icons/Disk Image.icns", + "Mac/Icons/IDLE.icns", + "Mac/Icons/Python Folder.icns", + "Mac/Icons/PythonCompiled.icns", + "Mac/Icons/PythonLauncher.icns", + "Mac/Icons/PythonSource.icns", + "Mac/Icons/ReadMe.txt", + "Mac/Makefile.in", + "Mac/PythonLauncher", + "Mac/PythonLauncher/English.lproj", + "Mac/PythonLauncher/English.lproj/Credits.rtf", + "Mac/PythonLauncher/English.lproj/MainMenu.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib", + "Mac/PythonLauncher/FileSettings.h", + "Mac/PythonLauncher/FileSettings.m", + "Mac/PythonLauncher/Info.plist.in", + "Mac/PythonLauncher/Makefile.in", + "Mac/PythonLauncher/MyAppDelegate.h", + "Mac/PythonLauncher/MyAppDelegate.m", + "Mac/PythonLauncher/MyDocument.h", + "Mac/PythonLauncher/MyDocument.m", + "Mac/PythonLauncher/PreferencesWindowController.h", + "Mac/PythonLauncher/PreferencesWindowController.m", + "Mac/PythonLauncher/doscript.h", + "Mac/PythonLauncher/doscript.m", + "Mac/PythonLauncher/factorySettings.plist", + "Mac/PythonLauncher/main.m", + "Mac/README.rst", + "Mac/Resources", + "Mac/Resources/app", + "Mac/Resources/app/Info.plist.in", + "Mac/Resources/app/PkgInfo", + "Mac/Resources/app/Resources", + "Mac/Resources/app/Resources/PythonApplet.icns", + "Mac/Resources/app/Resources/PythonInterpreter.icns", + "Mac/Resources/framework", + "Mac/Resources/framework/Info.plist.in", + "Mac/Resources/iconsrc", + "Mac/Resources/iconsrc/IDE.psd", + "Mac/Resources/iconsrc/PackageManager.psd", + "Mac/Resources/iconsrc/PythonApplet.psd", + "Mac/Resources/iconsrc/PythonCompiled.psd", + "Mac/Resources/iconsrc/PythonIcon.psd", + "Mac/Resources/iconsrc/PythonSource.psd", + "Mac/Resources/iconsrc/PythonWSource.psd", + "Mac/Tools", + "Mac/Tools/plistlib_generate_testdata.py", + "Mac/Tools/pythonw.c", + "Makefile.pre.in", + "Misc", + "Misc/ACKS", + "Misc/HISTORY", + "Misc/NEWS.d", + "Misc/NEWS.d/3.5.0.rst", + "Misc/NEWS.d/3.5.0a1.rst", + "Misc/NEWS.d/3.5.0a2.rst", + "Misc/NEWS.d/3.5.0a3.rst", + "Misc/NEWS.d/3.5.0a4.rst", + "Misc/NEWS.d/3.5.0b1.rst", + "Misc/NEWS.d/3.5.0b2.rst", + "Misc/NEWS.d/3.5.0b3.rst", + "Misc/NEWS.d/3.5.0b4.rst", + "Misc/NEWS.d/3.5.0rc1.rst", + "Misc/NEWS.d/3.5.0rc2.rst", + "Misc/NEWS.d/3.5.0rc3.rst", + "Misc/NEWS.d/3.5.0rc4.rst", + "Misc/NEWS.d/3.5.1.rst", + "Misc/NEWS.d/3.5.1rc1.rst", + "Misc/NEWS.d/3.5.2.rst", + "Misc/NEWS.d/3.5.2rc1.rst", + "Misc/NEWS.d/3.5.3.rst", + "Misc/NEWS.d/3.5.3rc1.rst", + "Misc/NEWS.d/3.5.4.rst", + "Misc/NEWS.d/3.5.4rc1.rst", + "Misc/NEWS.d/3.5.5.rst", + "Misc/NEWS.d/3.5.5rc1.rst", + "Misc/NEWS.d/3.6.0.rst", + "Misc/NEWS.d/3.6.0a1.rst", + "Misc/NEWS.d/3.6.0a2.rst", + "Misc/NEWS.d/3.6.0a3.rst", + "Misc/NEWS.d/3.6.0a4.rst", + "Misc/NEWS.d/3.6.0b1.rst", + "Misc/NEWS.d/3.6.0b2.rst", + "Misc/NEWS.d/3.6.0b3.rst", + "Misc/NEWS.d/3.6.0b4.rst", + "Misc/NEWS.d/3.6.0rc1.rst", + "Misc/NEWS.d/3.6.0rc2.rst", + "Misc/NEWS.d/3.6.1.rst", + "Misc/NEWS.d/3.6.1rc1.rst", + "Misc/NEWS.d/3.6.2.rst", + "Misc/NEWS.d/3.6.2rc1.rst", + "Misc/NEWS.d/3.6.2rc2.rst", + "Misc/NEWS.d/3.6.3.rst", + "Misc/NEWS.d/3.6.3rc1.rst", + "Misc/NEWS.d/3.6.4.rst", + "Misc/NEWS.d/3.6.4rc1.rst", + "Misc/NEWS.d/3.6.5.rst", + "Misc/NEWS.d/3.6.5rc1.rst", + "Misc/NEWS.d/3.6.6.rst", + "Misc/NEWS.d/3.6.6rc1.rst", + "Misc/NEWS.d/3.7.0.rst", + "Misc/NEWS.d/3.7.0a1.rst", + "Misc/NEWS.d/3.7.0a2.rst", + "Misc/NEWS.d/3.7.0a3.rst", + "Misc/NEWS.d/3.7.0a4.rst", + "Misc/NEWS.d/3.7.0b1.rst", + "Misc/NEWS.d/3.7.0b2.rst", + "Misc/NEWS.d/3.7.0b3.rst", + "Misc/NEWS.d/3.7.0b4.rst", + "Misc/NEWS.d/3.7.0b5.rst", + "Misc/NEWS.d/3.7.0rc1.rst", + "Misc/NEWS.d/3.8.0a1.rst", + "Misc/NEWS.d/3.8.0a2.rst", + "Misc/NEWS.d/3.8.0a3.rst", + "Misc/NEWS.d/3.8.0a4.rst", + "Misc/NEWS.d/3.8.0b1.rst", + "Misc/NEWS.d/3.9.0.rst", + "Misc/NEWS.d/3.9.0a1.rst", + "Misc/NEWS.d/3.9.0a2.rst", + "Misc/NEWS.d/3.9.0a3.rst", + "Misc/NEWS.d/3.9.0a4.rst", + "Misc/NEWS.d/3.9.0a5.rst", + "Misc/NEWS.d/3.9.0a6.rst", + "Misc/NEWS.d/3.9.0b1.rst", + "Misc/NEWS.d/3.9.0b2.rst", + "Misc/NEWS.d/3.9.0b3.rst", + "Misc/NEWS.d/3.9.0b4.rst", + "Misc/NEWS.d/3.9.0b5.rst", + "Misc/NEWS.d/3.9.0rc1.rst", + "Misc/NEWS.d/3.9.0rc2.rst", + "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.1rc1.rst", + "Misc/NEWS.d/3.9.2.rst", + "Misc/NEWS.d/3.9.2rc1.rst", + "Misc/NEWS.d/next", + "Misc/NEWS.d/next/Build", + "Misc/NEWS.d/next/Build/README.rst", + "Misc/NEWS.d/next/C API", + "Misc/NEWS.d/next/C API/README.rst", + "Misc/NEWS.d/next/Core and Builtins", + "Misc/NEWS.d/next/Core and Builtins/README.rst", + "Misc/NEWS.d/next/Documentation", + "Misc/NEWS.d/next/Documentation/README.rst", + "Misc/NEWS.d/next/IDLE", + "Misc/NEWS.d/next/IDLE/README.rst", + "Misc/NEWS.d/next/Library", + "Misc/NEWS.d/next/Library/README.rst", + "Misc/NEWS.d/next/Security", + "Misc/NEWS.d/next/Security/README.rst", + "Misc/NEWS.d/next/Tests", + "Misc/NEWS.d/next/Tests/README.rst", + "Misc/NEWS.d/next/Tools-Demos", + "Misc/NEWS.d/next/Tools-Demos/README.rst", + "Misc/NEWS.d/next/Windows", + "Misc/NEWS.d/next/Windows/README.rst", + "Misc/NEWS.d/next/macOS", + "Misc/NEWS.d/next/macOS/README.rst", + "Misc/Porting", + "Misc/README", + "Misc/README.AIX", + "Misc/README.coverity", + "Misc/README.valgrind", + "Misc/SpecialBuilds.txt", + "Misc/coverity_model.c", + "Misc/gdbinit", + "Misc/indent.pro", + "Misc/python-config.in", + "Misc/python-config.sh.in", + "Misc/python-embed.pc.in", + "Misc/python-wing3.wpr", + "Misc/python-wing4.wpr", + "Misc/python-wing5.wpr", + "Misc/python.man", + "Misc/python.pc.in", + "Misc/requirements-test.txt", + "Misc/svnmap.txt", + "Misc/valgrind-python.supp", + "Misc/vgrindefs", + "Modules", + "Modules/README", + "Modules/Setup", + "Modules/_abc.c", + "Modules/_asynciomodule.c", + "Modules/_bisectmodule.c", + "Modules/_blake2", + "Modules/_blake2/blake2b2s.py", + "Modules/_blake2/blake2b_impl.c", + "Modules/_blake2/blake2module.c", + "Modules/_blake2/blake2ns.h", + "Modules/_blake2/blake2s_impl.c", + "Modules/_blake2/clinic", + "Modules/_blake2/clinic/blake2b_impl.c.h", + "Modules/_blake2/clinic/blake2s_impl.c.h", + "Modules/_blake2/impl", + "Modules/_blake2/impl/blake2-config.h", + "Modules/_blake2/impl/blake2-dispatch.c", + "Modules/_blake2/impl/blake2-impl.h", + "Modules/_blake2/impl/blake2-kat.h", + "Modules/_blake2/impl/blake2.h", + "Modules/_blake2/impl/blake2b-load-sse2.h", + "Modules/_blake2/impl/blake2b-load-sse41.h", + "Modules/_blake2/impl/blake2b-ref.c", + "Modules/_blake2/impl/blake2b-round.h", + "Modules/_blake2/impl/blake2b-test.c", + "Modules/_blake2/impl/blake2b.c", + "Modules/_blake2/impl/blake2bp-test.c", + "Modules/_blake2/impl/blake2bp.c", + "Modules/_blake2/impl/blake2s-load-sse2.h", + "Modules/_blake2/impl/blake2s-load-sse41.h", + "Modules/_blake2/impl/blake2s-load-xop.h", + "Modules/_blake2/impl/blake2s-ref.c", + "Modules/_blake2/impl/blake2s-round.h", + "Modules/_blake2/impl/blake2s-test.c", + "Modules/_blake2/impl/blake2s.c", + "Modules/_blake2/impl/blake2sp-test.c", + "Modules/_blake2/impl/blake2sp.c", + "Modules/_bz2module.c", + "Modules/_codecsmodule.c", + "Modules/_collectionsmodule.c", + "Modules/_contextvarsmodule.c", + "Modules/_cryptmodule.c", + "Modules/_csv.c", + "Modules/_ctypes", + "Modules/_ctypes/_ctypes.c", + "Modules/_ctypes/_ctypes_test.c", + "Modules/_ctypes/_ctypes_test.h", + "Modules/_ctypes/callbacks.c", + "Modules/_ctypes/callproc.c", + "Modules/_ctypes/cfield.c", + "Modules/_ctypes/ctypes.h", + "Modules/_ctypes/ctypes_dlfcn.h", + "Modules/_ctypes/darwin", + "Modules/_ctypes/darwin/LICENSE", + "Modules/_ctypes/darwin/README", + "Modules/_ctypes/darwin/README.ctypes", + "Modules/_ctypes/darwin/dlfcn.h", + "Modules/_ctypes/darwin/dlfcn_simple.c", + "Modules/_ctypes/libffi_osx", + "Modules/_ctypes/libffi_osx/LICENSE", + "Modules/_ctypes/libffi_osx/README", + "Modules/_ctypes/libffi_osx/README.pyobjc", + "Modules/_ctypes/libffi_osx/ffi.c", + "Modules/_ctypes/libffi_osx/include", + "Modules/_ctypes/libffi_osx/include/ffi.h", + "Modules/_ctypes/libffi_osx/include/ffi_common.h", + "Modules/_ctypes/libffi_osx/include/fficonfig.h", + "Modules/_ctypes/libffi_osx/include/ffitarget.h", + "Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h", + "Modules/_ctypes/libffi_osx/include/x86-ffitarget.h", + "Modules/_ctypes/libffi_osx/powerpc", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c", + "Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S", + "Modules/_ctypes/libffi_osx/types.c", + "Modules/_ctypes/libffi_osx/x86", + "Modules/_ctypes/libffi_osx/x86/darwin64.S", + "Modules/_ctypes/libffi_osx/x86/x86-darwin.S", + "Modules/_ctypes/libffi_osx/x86/x86-ffi64.c", + "Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c", + "Modules/_ctypes/malloc_closure.c", + "Modules/_ctypes/stgdict.c", + "Modules/_curses_panel.c", + "Modules/_cursesmodule.c", + "Modules/_datetimemodule.c", + "Modules/_dbmmodule.c", + "Modules/_decimal", + "Modules/_decimal/README.txt", + "Modules/_decimal/_decimal.c", + "Modules/_decimal/docstrings.h", + "Modules/_decimal/libmpdec", + "Modules/_decimal/libmpdec/README.txt", + "Modules/_decimal/libmpdec/basearith.c", + "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bits.h", + "Modules/_decimal/libmpdec/constants.c", + "Modules/_decimal/libmpdec/constants.h", + "Modules/_decimal/libmpdec/context.c", + "Modules/_decimal/libmpdec/convolute.c", + "Modules/_decimal/libmpdec/convolute.h", + "Modules/_decimal/libmpdec/crt.c", + "Modules/_decimal/libmpdec/crt.h", + "Modules/_decimal/libmpdec/difradix2.c", + "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/fnt.c", + "Modules/_decimal/libmpdec/fnt.h", + "Modules/_decimal/libmpdec/fourstep.c", + "Modules/_decimal/libmpdec/fourstep.h", + "Modules/_decimal/libmpdec/io.c", + "Modules/_decimal/libmpdec/io.h", + "Modules/_decimal/libmpdec/literature", + "Modules/_decimal/libmpdec/literature/REFERENCES.txt", + "Modules/_decimal/libmpdec/literature/bignum.txt", + "Modules/_decimal/libmpdec/literature/fnt.py", + "Modules/_decimal/libmpdec/literature/matrix-transform.txt", + "Modules/_decimal/libmpdec/literature/mulmod-64.txt", + "Modules/_decimal/libmpdec/literature/mulmod-ppro.txt", + "Modules/_decimal/libmpdec/literature/six-step.txt", + "Modules/_decimal/libmpdec/literature/umodarith.lisp", + "Modules/_decimal/libmpdec/mpalloc.c", + "Modules/_decimal/libmpdec/mpalloc.h", + "Modules/_decimal/libmpdec/mpdecimal.c", + "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/numbertheory.c", + "Modules/_decimal/libmpdec/numbertheory.h", + "Modules/_decimal/libmpdec/sixstep.c", + "Modules/_decimal/libmpdec/sixstep.h", + "Modules/_decimal/libmpdec/transpose.c", + "Modules/_decimal/libmpdec/transpose.h", + "Modules/_decimal/libmpdec/typearith.h", + "Modules/_decimal/libmpdec/umodarith.h", + "Modules/_decimal/libmpdec/vccompat.h", + "Modules/_decimal/libmpdec/vcdiv64.asm", + "Modules/_decimal/tests", + "Modules/_decimal/tests/README.txt", + "Modules/_decimal/tests/bench.py", + "Modules/_decimal/tests/bignum.py", + "Modules/_decimal/tests/deccheck.py", + "Modules/_decimal/tests/formathelper.py", + "Modules/_decimal/tests/randdec.py", + "Modules/_decimal/tests/randfloat.py", + "Modules/_decimal/tests/runall-memorydebugger.sh", + "Modules/_decimal/tests/runall.bat", + "Modules/_elementtree.c", + "Modules/_functoolsmodule.c", + "Modules/_gdbmmodule.c", + "Modules/_hashopenssl.c", + "Modules/_heapqmodule.c", + "Modules/_io", + "Modules/_io/_iomodule.c", + "Modules/_io/_iomodule.h", + "Modules/_io/bufferedio.c", + "Modules/_io/bytesio.c", + "Modules/_io/clinic", + "Modules/_io/clinic/_iomodule.c.h", + "Modules/_io/clinic/bufferedio.c.h", + "Modules/_io/clinic/bytesio.c.h", + "Modules/_io/clinic/fileio.c.h", + "Modules/_io/clinic/iobase.c.h", + "Modules/_io/clinic/stringio.c.h", + "Modules/_io/clinic/textio.c.h", + "Modules/_io/clinic/winconsoleio.c.h", + "Modules/_io/fileio.c", + "Modules/_io/iobase.c", + "Modules/_io/stringio.c", + "Modules/_io/textio.c", + "Modules/_io/winconsoleio.c", + "Modules/_json.c", + "Modules/_localemodule.c", + "Modules/_lsprof.c", + "Modules/_lzmamodule.c", + "Modules/_math.c", + "Modules/_math.h", + "Modules/_multiprocessing", + "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/multiprocessing.c", + "Modules/_multiprocessing/multiprocessing.h", + "Modules/_multiprocessing/posixshmem.c", + "Modules/_multiprocessing/semaphore.c", + "Modules/_opcode.c", + "Modules/_operator.c", + "Modules/_peg_parser.c", + "Modules/_pickle.c", + "Modules/_posixsubprocess.c", + "Modules/_queuemodule.c", + "Modules/_randommodule.c", + "Modules/_scproxy.c", + "Modules/_sha3", + "Modules/_sha3/README.txt", + "Modules/_sha3/cleanup.py", + "Modules/_sha3/clinic", + "Modules/_sha3/clinic/sha3module.c.h", + "Modules/_sha3/kcp", + "Modules/_sha3/kcp/KeccakHash.c", + "Modules/_sha3/kcp/KeccakHash.h", + "Modules/_sha3/kcp/KeccakP-1600-64.macros", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP.h", + "Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c", + "Modules/_sha3/kcp/KeccakP-1600-opt64-config.h", + "Modules/_sha3/kcp/KeccakP-1600-opt64.c", + "Modules/_sha3/kcp/KeccakP-1600-unrolling.macros", + "Modules/_sha3/kcp/KeccakSponge.c", + "Modules/_sha3/kcp/KeccakSponge.h", + "Modules/_sha3/kcp/KeccakSponge.inc", + "Modules/_sha3/kcp/PlSnP-Fallback.inc", + "Modules/_sha3/kcp/SnP-Relaned.h", + "Modules/_sha3/kcp/align.h", + "Modules/_sha3/sha3module.c", + "Modules/_sqlite", + "Modules/_sqlite/cache.c", + "Modules/_sqlite/cache.h", + "Modules/_sqlite/connection.c", + "Modules/_sqlite/connection.h", + "Modules/_sqlite/cursor.c", + "Modules/_sqlite/cursor.h", + "Modules/_sqlite/microprotocols.c", + "Modules/_sqlite/microprotocols.h", + "Modules/_sqlite/module.c", + "Modules/_sqlite/module.h", + "Modules/_sqlite/prepare_protocol.c", + "Modules/_sqlite/prepare_protocol.h", + "Modules/_sqlite/row.c", + "Modules/_sqlite/row.h", + "Modules/_sqlite/statement.c", + "Modules/_sqlite/statement.h", + "Modules/_sqlite/util.c", + "Modules/_sqlite/util.h", + "Modules/_sre.c", + "Modules/_ssl.c", + "Modules/_ssl", + "Modules/_ssl/debughelpers.c", + "Modules/_ssl_data.h", + "Modules/_stat.c", + "Modules/_statisticsmodule.c", + "Modules/_struct.c", + "Modules/_testbuffer.c", + "Modules/_testcapimodule.c", + "Modules/_testimportmultiple.c", + "Modules/_testinternalcapi.c", + "Modules/_testmultiphase.c", + "Modules/_threadmodule.c", + "Modules/_tkinter.c", + "Modules/_tracemalloc.c", + "Modules/_uuidmodule.c", + "Modules/_weakref.c", + "Modules/_winapi.c", + "Modules/_xxsubinterpretersmodule.c", + "Modules/_xxtestfuzz", + "Modules/_xxtestfuzz/README.rst", + "Modules/_xxtestfuzz/_xxtestfuzz.c", + "Modules/_xxtestfuzz/dictionaries", + "Modules/_xxtestfuzz/dictionaries/fuzz_json_loads.dict", + "Modules/_xxtestfuzz/dictionaries/fuzz_sre_compile.dict", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus/test.csv", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_array.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_object.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass1.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass2.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass3.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/simple_array.json", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/anchor_links", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string", + "Modules/_xxtestfuzz/fuzz_tests.txt", + "Modules/_xxtestfuzz/fuzzer.c", + "Modules/_zoneinfo.c", + "Modules/addrinfo.h", + "Modules/arraymodule.c", + "Modules/atexitmodule.c", + "Modules/audioop.c", + "Modules/binascii.c", + "Modules/cjkcodecs", + "Modules/cjkcodecs/README", + "Modules/cjkcodecs/_codecs_cn.c", + "Modules/cjkcodecs/_codecs_hk.c", + "Modules/cjkcodecs/_codecs_iso2022.c", + "Modules/cjkcodecs/_codecs_jp.c", + "Modules/cjkcodecs/_codecs_kr.c", + "Modules/cjkcodecs/_codecs_tw.c", + "Modules/cjkcodecs/alg_jisx0201.h", + "Modules/cjkcodecs/cjkcodecs.h", + "Modules/cjkcodecs/clinic", + "Modules/cjkcodecs/clinic/multibytecodec.c.h", + "Modules/cjkcodecs/emu_jisx0213_2000.h", + "Modules/cjkcodecs/mappings_cn.h", + "Modules/cjkcodecs/mappings_hk.h", + "Modules/cjkcodecs/mappings_jisx0213_pair.h", + "Modules/cjkcodecs/mappings_jp.h", + "Modules/cjkcodecs/mappings_kr.h", + "Modules/cjkcodecs/mappings_tw.h", + "Modules/cjkcodecs/multibytecodec.c", + "Modules/cjkcodecs/multibytecodec.h", + "Modules/clinic", + "Modules/clinic/_abc.c.h", + "Modules/clinic/_asynciomodule.c.h", + "Modules/clinic/_bisectmodule.c.h", + "Modules/clinic/_bz2module.c.h", + "Modules/clinic/_codecsmodule.c.h", + "Modules/clinic/_collectionsmodule.c.h", + "Modules/clinic/_contextvarsmodule.c.h", + "Modules/clinic/_cryptmodule.c.h", + "Modules/clinic/_curses_panel.c.h", + "Modules/clinic/_cursesmodule.c.h", + "Modules/clinic/_datetimemodule.c.h", + "Modules/clinic/_dbmmodule.c.h", + "Modules/clinic/_elementtree.c.h", + "Modules/clinic/_gdbmmodule.c.h", + "Modules/clinic/_hashopenssl.c.h", + "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_lzmamodule.c.h", + "Modules/clinic/_opcode.c.h", + "Modules/clinic/_operator.c.h", + "Modules/clinic/_pickle.c.h", + "Modules/clinic/_queuemodule.c.h", + "Modules/clinic/_randommodule.c.h", + "Modules/clinic/_sre.c.h", + "Modules/clinic/_ssl.c.h", + "Modules/clinic/_statisticsmodule.c.h", + "Modules/clinic/_struct.c.h", + "Modules/clinic/_testmultiphase.c.h", + "Modules/clinic/_tkinter.c.h", + "Modules/clinic/_tracemalloc.c.h", + "Modules/clinic/_weakref.c.h", + "Modules/clinic/_winapi.c.h", + "Modules/clinic/arraymodule.c.h", + "Modules/clinic/audioop.c.h", + "Modules/clinic/binascii.c.h", + "Modules/clinic/cmathmodule.c.h", + "Modules/clinic/fcntlmodule.c.h", + "Modules/clinic/gcmodule.c.h", + "Modules/clinic/grpmodule.c.h", + "Modules/clinic/itertoolsmodule.c.h", + "Modules/clinic/mathmodule.c.h", + "Modules/clinic/md5module.c.h", + "Modules/clinic/posixmodule.c.h", + "Modules/clinic/pwdmodule.c.h", + "Modules/clinic/pyexpat.c.h", + "Modules/clinic/resource.c.h", + "Modules/clinic/selectmodule.c.h", + "Modules/clinic/sha1module.c.h", + "Modules/clinic/sha256module.c.h", + "Modules/clinic/sha512module.c.h", + "Modules/clinic/signalmodule.c.h", + "Modules/clinic/spwdmodule.c.h", + "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/unicodedata.c.h", + "Modules/clinic/zlibmodule.c.h", + "Modules/cmathmodule.c", + "Modules/config.c.in", + "Modules/errnomodule.c", + "Modules/expat", + "Modules/expat/COPYING", + "Modules/expat/ascii.h", + "Modules/expat/asciitab.h", + "Modules/expat/expat.h", + "Modules/expat/expat_config.h", + "Modules/expat/expat_external.h", + "Modules/expat/iasciitab.h", + "Modules/expat/internal.h", + "Modules/expat/latin1tab.h", + "Modules/expat/nametab.h", + "Modules/expat/pyexpatns.h", + "Modules/expat/siphash.h", + "Modules/expat/utf8tab.h", + "Modules/expat/winconfig.h", + "Modules/expat/xmlparse.c", + "Modules/expat/xmlrole.c", + "Modules/expat/xmlrole.h", + "Modules/expat/xmltok.c", + "Modules/expat/xmltok.h", + "Modules/expat/xmltok_impl.c", + "Modules/expat/xmltok_impl.h", + "Modules/expat/xmltok_ns.c", + "Modules/faulthandler.c", + "Modules/fcntlmodule.c", + "Modules/gc_weakref.txt", + "Modules/gcmodule.c", + "Modules/getaddrinfo.c", + "Modules/getbuildinfo.c", + "Modules/getnameinfo.c", + "Modules/getpath.c", + "Modules/grpmodule.c", + "Modules/hashlib.h", + "Modules/itertoolsmodule.c", + "Modules/ld_so_aix.in", + "Modules/main.c", + "Modules/makesetup", + "Modules/makexp_aix", + "Modules/mathmodule.c", + "Modules/md5module.c", + "Modules/mmapmodule.c", + "Modules/nismodule.c", + "Modules/ossaudiodev.c", + "Modules/overlapped.c", + "Modules/parsermodule.c", + "Modules/posixmodule.c", + "Modules/posixmodule.h", + "Modules/pwdmodule.c", + "Modules/pyexpat.c", + "Modules/readline.c", + "Modules/resource.c", + "Modules/rotatingtree.c", + "Modules/rotatingtree.h", + "Modules/selectmodule.c", + "Modules/sha1module.c", + "Modules/sha256module.c", + "Modules/sha512module.c", + "Modules/signalmodule.c", + "Modules/socketmodule.c", + "Modules/socketmodule.h", + "Modules/spwdmodule.c", + "Modules/sre.h", + "Modules/sre_constants.h", + "Modules/sre_lib.h", + "Modules/symtablemodule.c", + "Modules/syslogmodule.c", + "Modules/termios.c", + "Modules/testcapi_long.h", + "Modules/timemodule.c", + "Modules/tkappinit.c", + "Modules/tkinter.h", + "Modules/unicodedata.c", + "Modules/unicodedata_db.h", + "Modules/unicodename_db.h", + "Modules/winreparse.h", + "Modules/xxlimited.c", + "Modules/xxmodule.c", + "Modules/xxsubtype.c", + "Modules/zlibmodule.c", + "Objects", + "Objects/README", + "Objects/abstract.c", + "Objects/accu.c", + "Objects/boolobject.c", + "Objects/bytearrayobject.c", + "Objects/bytes_methods.c", + "Objects/bytesobject.c", + "Objects/call.c", + "Objects/capsule.c", + "Objects/cellobject.c", + "Objects/classobject.c", + "Objects/clinic", + "Objects/clinic/bytearrayobject.c.h", + "Objects/clinic/bytesobject.c.h", + "Objects/clinic/codeobject.c.h", + "Objects/clinic/complexobject.c.h", + "Objects/clinic/descrobject.c.h", + "Objects/clinic/dictobject.c.h", + "Objects/clinic/enumobject.c.h", + "Objects/clinic/floatobject.c.h", + "Objects/clinic/funcobject.c.h", + "Objects/clinic/listobject.c.h", + "Objects/clinic/longobject.c.h", + "Objects/clinic/memoryobject.c.h", + "Objects/clinic/moduleobject.c.h", + "Objects/clinic/odictobject.c.h", + "Objects/clinic/structseq.c.h", + "Objects/clinic/tupleobject.c.h", + "Objects/clinic/typeobject.c.h", + "Objects/clinic/unicodeobject.c.h", + "Objects/codeobject.c", + "Objects/complexobject.c", + "Objects/descrobject.c", + "Objects/dict-common.h", + "Objects/dictnotes.txt", + "Objects/dictobject.c", + "Objects/enumobject.c", + "Objects/exceptions.c", + "Objects/fileobject.c", + "Objects/floatobject.c", + "Objects/frameobject.c", + "Objects/funcobject.c", + "Objects/genericaliasobject.c", + "Objects/genobject.c", + "Objects/interpreteridobject.c", + "Objects/iterobject.c", + "Objects/listobject.c", + "Objects/listsort.txt", + "Objects/lnotab_notes.txt", + "Objects/longobject.c", + "Objects/memoryobject.c", + "Objects/methodobject.c", + "Objects/moduleobject.c", + "Objects/namespaceobject.c", + "Objects/object.c", + "Objects/obmalloc.c", + "Objects/odictobject.c", + "Objects/picklebufobject.c", + "Objects/rangeobject.c", + "Objects/setobject.c", + "Objects/sliceobject.c", + "Objects/stringlib", + "Objects/stringlib/README.txt", + "Objects/stringlib/asciilib.h", + "Objects/stringlib/clinic", + "Objects/stringlib/clinic/transmogrify.h.h", + "Objects/stringlib/codecs.h", + "Objects/stringlib/count.h", + "Objects/stringlib/ctype.h", + "Objects/stringlib/eq.h", + "Objects/stringlib/fastsearch.h", + "Objects/stringlib/find.h", + "Objects/stringlib/find_max_char.h", + "Objects/stringlib/join.h", + "Objects/stringlib/localeutil.h", + "Objects/stringlib/partition.h", + "Objects/stringlib/replace.h", + "Objects/stringlib/split.h", + "Objects/stringlib/stringdefs.h", + "Objects/stringlib/transmogrify.h", + "Objects/stringlib/ucs1lib.h", + "Objects/stringlib/ucs2lib.h", + "Objects/stringlib/ucs4lib.h", + "Objects/stringlib/undef.h", + "Objects/stringlib/unicode_format.h", + "Objects/stringlib/unicodedefs.h", + "Objects/structseq.c", + "Objects/tupleobject.c", + "Objects/typeobject.c", + "Objects/typeslots.inc", + "Objects/typeslots.py", + "Objects/unicodectype.c", + "Objects/unicodeobject.c", + "Objects/unicodetype_db.h", + "Objects/weakrefobject.c", + "PC", + "PC/WinMain.c", + "PC/_msi.c", + "PC/_testconsole.c", + "PC/bdist_wininst", + "PC/bdist_wininst/PythonPowered.bmp", + "PC/bdist_wininst/README.txt", + "PC/bdist_wininst/archive.h", + "PC/bdist_wininst/bdist_wininst.vcxproj", + "PC/bdist_wininst/bdist_wininst.vcxproj.filters", + "PC/bdist_wininst/build.bat", + "PC/bdist_wininst/extract.c", + "PC/bdist_wininst/install.c", + "PC/bdist_wininst/install.rc", + "PC/bdist_wininst/resource.h", + "PC/classicAppCompat.can.xml", + "PC/classicAppCompat.cat", + "PC/classicAppCompat.sccd", + "PC/clinic", + "PC/clinic/_testconsole.c.h", + "PC/clinic/msvcrtmodule.c.h", + "PC/clinic/winreg.c.h", + "PC/clinic/winsound.c.h", + "PC/config.c", + "PC/crtlicense.txt", + "PC/dl_nt.c", + "PC/empty.c", + "PC/errmap.h", + "PC/errmap.mak", + "PC/frozen_dllmain.c", + "PC/getpathp.c", + "PC/icons", + "PC/icons/idlex150.png", + "PC/icons/idlex44.png", + "PC/icons/launcher.icns", + "PC/icons/launcher.ico", + "PC/icons/launcher.svg", + "PC/icons/logo.svg", + "PC/icons/logox128.png", + "PC/icons/py.icns", + "PC/icons/py.ico", + "PC/icons/py.png", + "PC/icons/py.svg", + "PC/icons/pyc.icns", + "PC/icons/pyc.ico", + "PC/icons/pyc.svg", + "PC/icons/pyd.icns", + "PC/icons/pyd.ico", + "PC/icons/pyd.svg", + "PC/icons/python.icns", + "PC/icons/python.ico", + "PC/icons/python.svg", + "PC/icons/pythonw.icns", + "PC/icons/pythonw.ico", + "PC/icons/pythonw.svg", + "PC/icons/pythonwx150.png", + "PC/icons/pythonwx44.png", + "PC/icons/pythonx150.png", + "PC/icons/pythonx44.png", + "PC/icons/pythonx50.png", + "PC/icons/setup.icns", + "PC/icons/setup.ico", + "PC/icons/setup.svg", + "PC/invalid_parameter_handler.c", + "PC/launcher.c", + "PC/layout", + "PC/layout/__init__.py", + "PC/layout/__main__.py", + "PC/layout/main.py", + "PC/layout/support", + "PC/layout/support/__init__.py", + "PC/layout/support/appxmanifest.py", + "PC/layout/support/catalog.py", + "PC/layout/support/constants.py", + "PC/layout/support/distutils.command.bdist_wininst.py", + "PC/layout/support/filesets.py", + "PC/layout/support/logging.py", + "PC/layout/support/nuspec.py", + "PC/layout/support/options.py", + "PC/layout/support/pip.py", + "PC/layout/support/props.py", + "PC/layout/support/python.props", + "PC/msvcrtmodule.c", + "PC/pyconfig.h", + "PC/pylauncher.rc", + "PC/pyshellext.cpp", + "PC/pyshellext.def", + "PC/pyshellext.idl", + "PC/pyshellext.rc", + "PC/pyshellext_d.def", + "PC/python.manifest", + "PC/python3.def", + "PC/python3dll.c", + "PC/python_exe.rc", + "PC/python_nt.rc", + "PC/python_uwp.cpp", + "PC/python_ver_rc.h", + "PC/pythonw_exe.rc", + "PC/readme.txt", + "PC/sqlite3.rc", + "PC/store_info.txt", + "PC/testpy.py", + "PC/validate_ucrtbase.py", + "PC/winreg.c", + "PC/winsound.c", + "PCbuild", + "PCbuild/_asyncio.vcxproj", + "PCbuild/_asyncio.vcxproj.filters", + "PCbuild/_bz2.vcxproj", + "PCbuild/_bz2.vcxproj.filters", + "PCbuild/_ctypes.vcxproj", + "PCbuild/_ctypes.vcxproj.filters", + "PCbuild/_ctypes_test.vcxproj", + "PCbuild/_ctypes_test.vcxproj.filters", + "PCbuild/_decimal.vcxproj", + "PCbuild/_decimal.vcxproj.filters", + "PCbuild/_elementtree.vcxproj", + "PCbuild/_elementtree.vcxproj.filters", + "PCbuild/_freeze_importlib.vcxproj", + "PCbuild/_freeze_importlib.vcxproj.filters", + "PCbuild/_hashlib.vcxproj", + "PCbuild/_hashlib.vcxproj.filters", + "PCbuild/_lzma.vcxproj", + "PCbuild/_lzma.vcxproj.filters", + "PCbuild/_msi.vcxproj", + "PCbuild/_msi.vcxproj.filters", + "PCbuild/_multiprocessing.vcxproj", + "PCbuild/_multiprocessing.vcxproj.filters", + "PCbuild/_overlapped.vcxproj", + "PCbuild/_overlapped.vcxproj.filters", + "PCbuild/_queue.vcxproj", + "PCbuild/_queue.vcxproj.filters", + "PCbuild/_socket.vcxproj", + "PCbuild/_socket.vcxproj.filters", + "PCbuild/_sqlite3.vcxproj", + "PCbuild/_sqlite3.vcxproj.filters", + "PCbuild/_ssl.vcxproj", + "PCbuild/_ssl.vcxproj.filters", + "PCbuild/_testbuffer.vcxproj", + "PCbuild/_testbuffer.vcxproj.filters", + "PCbuild/_testcapi.vcxproj", + "PCbuild/_testcapi.vcxproj.filters", + "PCbuild/_testconsole.vcxproj", + "PCbuild/_testconsole.vcxproj.filters", + "PCbuild/_testembed.vcxproj", + "PCbuild/_testembed.vcxproj.filters", + "PCbuild/_testimportmultiple.vcxproj", + "PCbuild/_testimportmultiple.vcxproj.filters", + "PCbuild/_testinternalcapi.vcxproj", + "PCbuild/_testinternalcapi.vcxproj.filters", + "PCbuild/_testmultiphase.vcxproj", + "PCbuild/_testmultiphase.vcxproj.filters", + "PCbuild/_tkinter.vcxproj", + "PCbuild/_tkinter.vcxproj.filters", + "PCbuild/_uuid.vcxproj", + "PCbuild/_uuid.vcxproj.filters", + "PCbuild/_zoneinfo.vcxproj", + "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/build.bat", + "PCbuild/build_env.bat", + "PCbuild/clean.bat", + "PCbuild/env.bat", + "PCbuild/env.ps1", + "PCbuild/field3.py", + "PCbuild/find_msbuild.bat", + "PCbuild/find_python.bat", + "PCbuild/fix_encoding.py", + "PCbuild/get_external.py", + "PCbuild/get_externals.bat", + "PCbuild/idle.bat", + "PCbuild/lib.pyproj", + "PCbuild/libffi.props", + "PCbuild/liblzma.vcxproj", + "PCbuild/liblzma.vcxproj.filters", + "PCbuild/openssl.props", + "PCbuild/openssl.vcxproj", + "PCbuild/pcbuild.proj", + "PCbuild/pcbuild.sln", + "PCbuild/prepare_libffi.bat", + "PCbuild/prepare_ssl.bat", + "PCbuild/prepare_ssl.py", + "PCbuild/prepare_tcltk.bat", + "PCbuild/pyexpat.vcxproj", + "PCbuild/pyexpat.vcxproj.filters", + "PCbuild/pylauncher.vcxproj", + "PCbuild/pylauncher.vcxproj.filters", + "PCbuild/pyproject.props", + "PCbuild/pyshellext.vcxproj", + "PCbuild/pyshellext.vcxproj.filters", + "PCbuild/python.props", + "PCbuild/python.vcxproj", + "PCbuild/python.vcxproj.filters", + "PCbuild/python3dll.vcxproj", + "PCbuild/python3dll.vcxproj.filters", + "PCbuild/python_uwp.vcxproj", + "PCbuild/python_uwp.vcxproj.filters", + "PCbuild/pythoncore.vcxproj", + "PCbuild/pythoncore.vcxproj.filters", + "PCbuild/pythonw.vcxproj", + "PCbuild/pythonw.vcxproj.filters", + "PCbuild/pythonw_uwp.vcxproj", + "PCbuild/pythonw_uwp.vcxproj.filters", + "PCbuild/pywlauncher.vcxproj", + "PCbuild/pywlauncher.vcxproj.filters", + "PCbuild/readme.txt", + "PCbuild/regen.vcxproj", + "PCbuild/rmpyc.py", + "PCbuild/rt.bat", + "PCbuild/select.vcxproj", + "PCbuild/select.vcxproj.filters", + "PCbuild/sqlite3.vcxproj", + "PCbuild/sqlite3.vcxproj.filters", + "PCbuild/tcl.vcxproj", + "PCbuild/tcltk.props", + "PCbuild/tix.vcxproj", + "PCbuild/tk.vcxproj", + "PCbuild/unicodedata.vcxproj", + "PCbuild/unicodedata.vcxproj.filters", + "PCbuild/urlretrieve.py", + "PCbuild/venvlauncher.vcxproj", + "PCbuild/venvlauncher.vcxproj.filters", + "PCbuild/venvwlauncher.vcxproj", + "PCbuild/venvwlauncher.vcxproj.filters", + "PCbuild/winsound.vcxproj", + "PCbuild/winsound.vcxproj.filters", + "PCbuild/xxlimited.vcxproj", + "PCbuild/xxlimited.vcxproj.filters", + "Parser", + "Parser/Python.asdl", + "Parser/acceler.c", + "Parser/asdl.py", + "Parser/asdl_c.py", + "Parser/grammar1.c", + "Parser/listnode.c", + "Parser/myreadline.c", + "Parser/node.c", + "Parser/parser.c", + "Parser/parser.h", + "Parser/parsetok.c", + "Parser/pegen", + "Parser/pegen/parse.c", + "Parser/pegen/parse_string.c", + "Parser/pegen/parse_string.h", + "Parser/pegen/peg_api.c", + "Parser/pegen/pegen.c", + "Parser/pegen/pegen.h", + "Parser/pgen", + "Parser/pgen/__init__.py", + "Parser/pgen/__main__.py", + "Parser/pgen/automata.py", + "Parser/pgen/grammar.py", + "Parser/pgen/keywordgen.py", + "Parser/pgen/metaparser.py", + "Parser/pgen/pgen.py", + "Parser/pgen/token.py", + "Parser/token.c", + "Parser/tokenizer.c", + "Parser/tokenizer.h", + "Programs", + "Programs/README", + "Programs/_freeze_importlib.c", + "Programs/_testembed.c", + "Programs/python.c", + "Python", + "Python/Python-ast.c", + "Python/README", + "Python/_warnings.c", + "Python/asdl.c", + "Python/ast.c", + "Python/ast_opt.c", + "Python/ast_unparse.c", + "Python/bltinmodule.c", + "Python/bootstrap_hash.c", + "Python/ceval.c", + "Python/ceval_gil.h", + "Python/clinic", + "Python/clinic/_warnings.c.h", + "Python/clinic/bltinmodule.c.h", + "Python/clinic/context.c.h", + "Python/clinic/import.c.h", + "Python/clinic/marshal.c.h", + "Python/clinic/sysmodule.c.h", + "Python/clinic/traceback.c.h", + "Python/codecs.c", + "Python/compile.c", + "Python/condvar.h", + "Python/context.c", + "Python/dtoa.c", + "Python/dup2.c", + "Python/dynamic_annotations.c", + "Python/dynload_aix.c", + "Python/dynload_dl.c", + "Python/dynload_hpux.c", + "Python/dynload_shlib.c", + "Python/dynload_stub.c", + "Python/dynload_win.c", + "Python/errors.c", + "Python/fileutils.c", + "Python/formatter_unicode.c", + "Python/frozen.c", + "Python/frozenmain.c", + "Python/future.c", + "Python/getargs.c", + "Python/getcompiler.c", + "Python/getcopyright.c", + "Python/getopt.c", + "Python/getplatform.c", + "Python/getversion.c", + "Python/graminit.c", + "Python/hamt.c", + "Python/hashtable.c", + "Python/import.c", + "Python/importdl.c", + "Python/importdl.h", + "Python/importlib.h", + "Python/importlib_external.h", + "Python/importlib_zipimport.h", + "Python/initconfig.c", + "Python/makeopcodetargets.py", + "Python/marshal.c", + "Python/modsupport.c", + "Python/mysnprintf.c", + "Python/mystrtoul.c", + "Python/opcode_targets.h", + "Python/pathconfig.c", + "Python/peephole.c", + "Python/preconfig.c", + "Python/pyarena.c", + "Python/pyctype.c", + "Python/pyfpe.c", + "Python/pyhash.c", + "Python/pylifecycle.c", + "Python/pymath.c", + "Python/pystate.c", + "Python/pystrcmp.c", + "Python/pystrhex.c", + "Python/pystrtod.c", + "Python/pythonrun.c", + "Python/pytime.c", + "Python/strdup.c", + "Python/structmember.c", + "Python/symtable.c", + "Python/sysmodule.c", + "Python/thread.c", + "Python/thread_nt.h", + "Python/thread_pthread.h", + "Python/traceback.c", + "Python/wordcode_helpers.h", + "README.rst", + "Tools", + "Tools/README", + "Tools/buildbot", + "Tools/buildbot/build.bat", + "Tools/buildbot/buildmsi.bat", + "Tools/buildbot/clean.bat", + "Tools/buildbot/remoteDeploy.bat", + "Tools/buildbot/remotePythonInfo.bat", + "Tools/buildbot/test.bat", + "Tools/c-analyzer", + "Tools/c-analyzer/README", + "Tools/c-analyzer/TODO", + "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c_analyzer", + "Tools/c-analyzer/c_analyzer/__init__.py", + "Tools/c-analyzer/c_analyzer/common", + "Tools/c-analyzer/c_analyzer/common/__init__.py", + "Tools/c-analyzer/c_analyzer/common/files.py", + "Tools/c-analyzer/c_analyzer/common/info.py", + "Tools/c-analyzer/c_analyzer/common/show.py", + "Tools/c-analyzer/c_analyzer/common/util.py", + "Tools/c-analyzer/c_analyzer/parser", + "Tools/c-analyzer/c_analyzer/parser/__init__.py", + "Tools/c-analyzer/c_analyzer/parser/declarations.py", + "Tools/c-analyzer/c_analyzer/parser/find.py", + "Tools/c-analyzer/c_analyzer/parser/naive.py", + "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", + "Tools/c-analyzer/c_analyzer/parser/source.py", + "Tools/c-analyzer/c_analyzer/symbols", + "Tools/c-analyzer/c_analyzer/symbols/__init__.py", + "Tools/c-analyzer/c_analyzer/symbols/_nm.py", + "Tools/c-analyzer/c_analyzer/symbols/find.py", + "Tools/c-analyzer/c_analyzer/symbols/info.py", + "Tools/c-analyzer/c_analyzer/variables", + "Tools/c-analyzer/c_analyzer/variables/__init__.py", + "Tools/c-analyzer/c_analyzer/variables/find.py", + "Tools/c-analyzer/c_analyzer/variables/info.py", + "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/check-c-globals.py", + "Tools/c-analyzer/cpython", + "Tools/c-analyzer/cpython/README", + "Tools/c-analyzer/cpython/__init__.py", + "Tools/c-analyzer/cpython/__main__.py", + "Tools/c-analyzer/cpython/_generate.py", + "Tools/c-analyzer/cpython/files.py", + "Tools/c-analyzer/cpython/find.py", + "Tools/c-analyzer/cpython/known.py", + "Tools/c-analyzer/cpython/supported.py", + "Tools/c-analyzer/ignored-globals.txt", + "Tools/c-analyzer/ignored.tsv", + "Tools/c-analyzer/known.tsv", + "Tools/ccbench", + "Tools/ccbench/ccbench.py", + "Tools/clinic", + "Tools/clinic/clinic.py", + "Tools/clinic/cpp.py", + "Tools/demo", + "Tools/demo/README", + "Tools/demo/beer.py", + "Tools/demo/eiffel.py", + "Tools/demo/hanoi.py", + "Tools/demo/life.py", + "Tools/demo/markov.py", + "Tools/demo/mcast.py", + "Tools/demo/queens.py", + "Tools/demo/redemo.py", + "Tools/demo/rpython.py", + "Tools/demo/rpythond.py", + "Tools/demo/sortvisu.py", + "Tools/demo/spreadsheet.py", + "Tools/demo/vector.py", + "Tools/freeze", + "Tools/freeze/README", + "Tools/freeze/bkfile.py", + "Tools/freeze/checkextensions.py", + "Tools/freeze/checkextensions_win32.py", + "Tools/freeze/extensions_win32.ini", + "Tools/freeze/flag.py", + "Tools/freeze/freeze.py", + "Tools/freeze/hello.py", + "Tools/freeze/makeconfig.py", + "Tools/freeze/makefreeze.py", + "Tools/freeze/makemakefile.py", + "Tools/freeze/parsesetup.py", + "Tools/freeze/test", + "Tools/freeze/test/Makefile", + "Tools/freeze/test/ok.py", + "Tools/freeze/win32.html", + "Tools/freeze/winmakemakefile.py", + "Tools/gdb", + "Tools/gdb/libpython.py", + "Tools/i18n", + "Tools/i18n/makelocalealias.py", + "Tools/i18n/msgfmt.py", + "Tools/i18n/pygettext.py", + "Tools/importbench", + "Tools/importbench/README", + "Tools/importbench/importbench.py", + "Tools/iobench", + "Tools/iobench/iobench.py", + "Tools/msi", + "Tools/msi/README.txt", + "Tools/msi/build.bat", + "Tools/msi/buildrelease.bat", + "Tools/msi/bundle", + "Tools/msi/bundle/Default.thm", + "Tools/msi/bundle/Default.wxl", + "Tools/msi/bundle/SideBar.png", + "Tools/msi/bundle/bootstrap", + "Tools/msi/bundle/bootstrap/LICENSE.txt", + "Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp", + "Tools/msi/bundle/bootstrap/pch.cpp", + "Tools/msi/bundle/bootstrap/pch.h", + "Tools/msi/bundle/bootstrap/pythonba.cpp", + "Tools/msi/bundle/bootstrap/pythonba.def", + "Tools/msi/bundle/bootstrap/pythonba.sln", + "Tools/msi/bundle/bootstrap/pythonba.vcxproj", + "Tools/msi/bundle/bootstrap/resource.h", + "Tools/msi/bundle/bundle.targets", + "Tools/msi/bundle/bundle.wxl", + "Tools/msi/bundle/bundle.wxs", + "Tools/msi/bundle/full.wixproj", + "Tools/msi/bundle/packagegroups", + "Tools/msi/bundle/packagegroups/core.wxs", + "Tools/msi/bundle/packagegroups/crt.wxs", + "Tools/msi/bundle/packagegroups/dev.wxs", + "Tools/msi/bundle/packagegroups/doc.wxs", + "Tools/msi/bundle/packagegroups/exe.wxs", + "Tools/msi/bundle/packagegroups/launcher.wxs", + "Tools/msi/bundle/packagegroups/lib.wxs", + "Tools/msi/bundle/packagegroups/packageinstall.wxs", + "Tools/msi/bundle/packagegroups/pip.wxs", + "Tools/msi/bundle/packagegroups/postinstall.wxs", + "Tools/msi/bundle/packagegroups/tcltk.wxs", + "Tools/msi/bundle/packagegroups/test.wxs", + "Tools/msi/bundle/packagegroups/tools.wxs", + "Tools/msi/bundle/releaselocal.wixproj", + "Tools/msi/bundle/releaseweb.wixproj", + "Tools/msi/bundle/snapshot.wixproj", + "Tools/msi/common.wxs", + "Tools/msi/common_en-US.wxl_template", + "Tools/msi/core", + "Tools/msi/core/core.wixproj", + "Tools/msi/core/core.wxs", + "Tools/msi/core/core_d.wixproj", + "Tools/msi/core/core_d.wxs", + "Tools/msi/core/core_en-US.wxl", + "Tools/msi/core/core_files.wxs", + "Tools/msi/core/core_pdb.wixproj", + "Tools/msi/core/core_pdb.wxs", + "Tools/msi/csv_to_wxs.py", + "Tools/msi/dev", + "Tools/msi/dev/dev.wixproj", + "Tools/msi/dev/dev.wxs", + "Tools/msi/dev/dev_d.wixproj", + "Tools/msi/dev/dev_d.wxs", + "Tools/msi/dev/dev_en-US.wxl", + "Tools/msi/dev/dev_files.wxs", + "Tools/msi/distutils.command.bdist_wininst.py", + "Tools/msi/doc", + "Tools/msi/doc/doc.wixproj", + "Tools/msi/doc/doc.wxs", + "Tools/msi/doc/doc_en-US.wxl_template", + "Tools/msi/doc/doc_files.wxs", + "Tools/msi/doc/doc_no_files.wxs", + "Tools/msi/exe", + "Tools/msi/exe/exe.wixproj", + "Tools/msi/exe/exe.wxs", + "Tools/msi/exe/exe_d.wixproj", + "Tools/msi/exe/exe_d.wxs", + "Tools/msi/exe/exe_en-US.wxl_template", + "Tools/msi/exe/exe_files.wxs", + "Tools/msi/exe/exe_pdb.wixproj", + "Tools/msi/exe/exe_pdb.wxs", + "Tools/msi/exe/exe_reg.wxs", + "Tools/msi/generate_md5.py", + "Tools/msi/get_externals.bat", + "Tools/msi/launcher", + "Tools/msi/launcher/launcher.wixproj", + "Tools/msi/launcher/launcher.wxs", + "Tools/msi/launcher/launcher_en-US.wxl", + "Tools/msi/launcher/launcher_files.wxs", + "Tools/msi/launcher/launcher_reg.wxs", + "Tools/msi/lib", + "Tools/msi/lib/lib.wixproj", + "Tools/msi/lib/lib.wxs", + "Tools/msi/lib/lib_d.wixproj", + "Tools/msi/lib/lib_d.wxs", + "Tools/msi/lib/lib_en-US.wxl", + "Tools/msi/lib/lib_files.wxs", + "Tools/msi/lib/lib_pdb.wixproj", + "Tools/msi/lib/lib_pdb.wxs", + "Tools/msi/make_appx.ps1", + "Tools/msi/make_cat.ps1", + "Tools/msi/make_zip.proj", + "Tools/msi/msi.props", + "Tools/msi/msi.targets", + "Tools/msi/path", + "Tools/msi/path/path.wixproj", + "Tools/msi/path/path.wxs", + "Tools/msi/path/path_en-US.wxl", + "Tools/msi/pip", + "Tools/msi/pip/pip.wixproj", + "Tools/msi/pip/pip.wxs", + "Tools/msi/pip/pip_en-US.wxl", + "Tools/msi/purge.py", + "Tools/msi/sdktools.psm1", + "Tools/msi/sign_build.ps1", + "Tools/msi/tcltk", + "Tools/msi/tcltk/tcltk.wixproj", + "Tools/msi/tcltk/tcltk.wxs", + "Tools/msi/tcltk/tcltk_d.wixproj", + "Tools/msi/tcltk/tcltk_d.wxs", + "Tools/msi/tcltk/tcltk_en-US.wxl_template", + "Tools/msi/tcltk/tcltk_files.wxs", + "Tools/msi/tcltk/tcltk_pdb.wixproj", + "Tools/msi/tcltk/tcltk_pdb.wxs", + "Tools/msi/tcltk/tcltk_reg.wxs", + "Tools/msi/test", + "Tools/msi/test/test.wixproj", + "Tools/msi/test/test.wxs", + "Tools/msi/test/test_d.wixproj", + "Tools/msi/test/test_d.wxs", + "Tools/msi/test/test_en-US.wxl", + "Tools/msi/test/test_files.wxs", + "Tools/msi/test/test_pdb.wixproj", + "Tools/msi/test/test_pdb.wxs", + "Tools/msi/testrelease.bat", + "Tools/msi/tools", + "Tools/msi/tools/tools.wixproj", + "Tools/msi/tools/tools.wxs", + "Tools/msi/tools/tools_en-US.wxl", + "Tools/msi/tools/tools_files.wxs", + "Tools/msi/ucrt", + "Tools/msi/ucrt/ucrt.wixproj", + "Tools/msi/ucrt/ucrt.wxs", + "Tools/msi/ucrt/ucrt_en-US.wxl", + "Tools/msi/uploadrelease.bat", + "Tools/msi/uploadrelease.proj", + "Tools/msi/uploadrelease.ps1", + "Tools/msi/wix.props", + "Tools/nuget", + "Tools/nuget/build.bat", + "Tools/nuget/make_pkg.proj", + "Tools/nuget/python.nuspec", + "Tools/nuget/pythonarm32.nuspec", + "Tools/nuget/pythondaily.nuspec", + "Tools/nuget/pythondaily.symbols.nuspec", + "Tools/nuget/pythonx86.nuspec", + "Tools/peg_generator", + "Tools/peg_generator/.clang-format", + "Tools/peg_generator/.gitignore", + "Tools/peg_generator/Makefile", + "Tools/peg_generator/data", + "Tools/peg_generator/data/cprog.py", + "Tools/peg_generator/data/top-pypi-packages-365-days.json", + "Tools/peg_generator/data/xxl.zip", + "Tools/peg_generator/mypy.ini", + "Tools/peg_generator/peg_extension", + "Tools/peg_generator/peg_extension/__init__.py", + "Tools/peg_generator/peg_extension/peg_extension.c", + "Tools/peg_generator/pegen", + "Tools/peg_generator/pegen/__init__.py", + "Tools/peg_generator/pegen/__main__.py", + "Tools/peg_generator/pegen/ast_dump.py", + "Tools/peg_generator/pegen/build.py", + "Tools/peg_generator/pegen/c_generator.py", + "Tools/peg_generator/pegen/first_sets.py", + "Tools/peg_generator/pegen/grammar.py", + "Tools/peg_generator/pegen/grammar_parser.py", + "Tools/peg_generator/pegen/grammar_visualizer.py", + "Tools/peg_generator/pegen/keywordgen.py", + "Tools/peg_generator/pegen/metagrammar.gram", + "Tools/peg_generator/pegen/parser.py", + "Tools/peg_generator/pegen/parser_generator.py", + "Tools/peg_generator/pegen/python_generator.py", + "Tools/peg_generator/pegen/sccutils.py", + "Tools/peg_generator/pegen/testutil.py", + "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pyproject.toml", + "Tools/peg_generator/requirements.pip", + "Tools/peg_generator/scripts", + "Tools/peg_generator/scripts/__init__.py", + "Tools/peg_generator/scripts/ast_timings.py", + "Tools/peg_generator/scripts/benchmark.py", + "Tools/peg_generator/scripts/download_pypi_packages.py", + "Tools/peg_generator/scripts/find_max_nesting.py", + "Tools/peg_generator/scripts/grammar_grapher.py", + "Tools/peg_generator/scripts/joinstats.py", + "Tools/peg_generator/scripts/show_parse.py", + "Tools/peg_generator/scripts/test_parse_directory.py", + "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/pynche", + "Tools/pynche/ChipViewer.py", + "Tools/pynche/ColorDB.py", + "Tools/pynche/DetailsViewer.py", + "Tools/pynche/ListViewer.py", + "Tools/pynche/Main.py", + "Tools/pynche/PyncheWidget.py", + "Tools/pynche/README", + "Tools/pynche/StripViewer.py", + "Tools/pynche/Switchboard.py", + "Tools/pynche/TextViewer.py", + "Tools/pynche/TypeinViewer.py", + "Tools/pynche/X", + "Tools/pynche/X/rgb.txt", + "Tools/pynche/X/xlicense.txt", + "Tools/pynche/__init__.py", + "Tools/pynche/html40colors.txt", + "Tools/pynche/namedcolors.txt", + "Tools/pynche/pyColorChooser.py", + "Tools/pynche/pynche", + "Tools/pynche/pynche.pyw", + "Tools/pynche/webcolors.txt", + "Tools/pynche/websafe.txt", + "Tools/scripts", + "Tools/scripts/2to3", + "Tools/scripts/README", + "Tools/scripts/abitype.py", + "Tools/scripts/analyze_dxp.py", + "Tools/scripts/byext.py", + "Tools/scripts/byteyears.py", + "Tools/scripts/checkpip.py", + "Tools/scripts/cleanfuture.py", + "Tools/scripts/combinerefs.py", + "Tools/scripts/copytime.py", + "Tools/scripts/crlf.py", + "Tools/scripts/db2pickle.py", + "Tools/scripts/diff.py", + "Tools/scripts/dutree.doc", + "Tools/scripts/dutree.py", + "Tools/scripts/eptags.py", + "Tools/scripts/find-uname.py", + "Tools/scripts/find_recursionlimit.py", + "Tools/scripts/finddiv.py", + "Tools/scripts/findlinksto.py", + "Tools/scripts/findnocoding.py", + "Tools/scripts/fixcid.py", + "Tools/scripts/fixdiv.py", + "Tools/scripts/fixheader.py", + "Tools/scripts/fixnotice.py", + "Tools/scripts/fixps.py", + "Tools/scripts/generate_opcode_h.py", + "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_token.py", + "Tools/scripts/get-remote-certificate.py", + "Tools/scripts/google.py", + "Tools/scripts/gprof2html.py", + "Tools/scripts/highlight.py", + "Tools/scripts/idle3", + "Tools/scripts/ifdef.py", + "Tools/scripts/import_diagnostics.py", + "Tools/scripts/lfcr.py", + "Tools/scripts/linktree.py", + "Tools/scripts/lll.py", + "Tools/scripts/mailerdaemon.py", + "Tools/scripts/make_ctype.py", + "Tools/scripts/md5sum.py", + "Tools/scripts/mkreal.py", + "Tools/scripts/ndiff.py", + "Tools/scripts/nm2def.py", + "Tools/scripts/objgraph.py", + "Tools/scripts/parse_html5_entities.py", + "Tools/scripts/parseentities.py", + "Tools/scripts/patchcheck.py", + "Tools/scripts/pathfix.py", + "Tools/scripts/pdeps.py", + "Tools/scripts/pep384_macrocheck.py", + "Tools/scripts/pickle2db.py", + "Tools/scripts/pindent.py", + "Tools/scripts/ptags.py", + "Tools/scripts/pydoc3", + "Tools/scripts/pysource.py", + "Tools/scripts/reindent-rst.py", + "Tools/scripts/reindent.py", + "Tools/scripts/rgrep.py", + "Tools/scripts/run_tests.py", + "Tools/scripts/serve.py", + "Tools/scripts/smelly.py", + "Tools/scripts/suff.py", + "Tools/scripts/texi2html.py", + "Tools/scripts/untabify.py", + "Tools/scripts/update_file.py", + "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/which.py", + "Tools/scripts/win_add2path.py", + "Tools/ssl", + "Tools/ssl/make_ssl_data.py", + "Tools/ssl/multissltests.py", + "Tools/stringbench", + "Tools/stringbench/README", + "Tools/stringbench/stringbench.py", + "Tools/test2to3", + "Tools/test2to3/README", + "Tools/test2to3/maintest.py", + "Tools/test2to3/setup.py", + "Tools/test2to3/test", + "Tools/test2to3/test/runtests.py", + "Tools/test2to3/test/test_foo.py", + "Tools/test2to3/test2to3", + "Tools/test2to3/test2to3/__init__.py", + "Tools/test2to3/test2to3/hello.py", + "Tools/tz", + "Tools/tz/zdump.py", + "Tools/unicode", + "Tools/unicode/Makefile", + "Tools/unicode/comparecodecs.py", + "Tools/unicode/gencjkcodecs.py", + "Tools/unicode/gencodec.py", + "Tools/unicode/genmap_japanese.py", + "Tools/unicode/genmap_korean.py", + "Tools/unicode/genmap_schinese.py", + "Tools/unicode/genmap_support.py", + "Tools/unicode/genwincodec.py", + "Tools/unicode/genwincodecs.bat", + "Tools/unicode/listcodecs.py", + "Tools/unicode/makeunicodedata.py", + "Tools/unicode/mkstringprep.py", + "Tools/unicode/python-mappings", + "Tools/unicode/python-mappings/CP1140.TXT", + "Tools/unicode/python-mappings/CP273.TXT", + "Tools/unicode/python-mappings/GB2312.TXT", + "Tools/unicode/python-mappings/KOI8-U.TXT", + "Tools/unicode/python-mappings/TIS-620.TXT", + "Tools/unicode/python-mappings/diff", + "Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff", + "Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff", + "Tools/unicode/python-mappings/gb-18030-2000.xml", + "Tools/unicode/python-mappings/jisx0213-2004-std.txt", + "Tools/unittestgui", + "Tools/unittestgui/README.txt", + "Tools/unittestgui/unittestgui.py", + "aclocal.m4", + "config.guess", + "config.sub", + "configure", + "configure.ac", + "install-sh", + "m4", + "m4/ax_c_float_words_bigendian.m4", + "m4/ax_check_openssl.m4", + "netlify.toml", + "pyconfig.h.in", + "setup.py" + ], + "v3.9.1": [ + ".azure-pipelines", + ".azure-pipelines/ci.yml", + ".azure-pipelines/docs-steps.yml", + ".azure-pipelines/macos-steps.yml", + ".azure-pipelines/posix-deps-apt.sh", + ".azure-pipelines/posix-steps.yml", + ".azure-pipelines/pr.yml", + ".azure-pipelines/prebuild-checks.yml", + ".azure-pipelines/windows-layout-steps.yml", + ".azure-pipelines/windows-release.yml", + ".azure-pipelines/windows-release", + ".azure-pipelines/windows-release/build-steps.yml", + ".azure-pipelines/windows-release/checkout.yml", + ".azure-pipelines/windows-release/find-sdk.yml", + ".azure-pipelines/windows-release/gpg-sign.yml", + ".azure-pipelines/windows-release/layout-command.yml", + ".azure-pipelines/windows-release/mingw-lib.yml", + ".azure-pipelines/windows-release/msi-steps.yml", + ".azure-pipelines/windows-release/stage-build.yml", + ".azure-pipelines/windows-release/stage-layout-embed.yml", + ".azure-pipelines/windows-release/stage-layout-full.yml", + ".azure-pipelines/windows-release/stage-layout-msix.yml", + ".azure-pipelines/windows-release/stage-layout-nuget.yml", + ".azure-pipelines/windows-release/stage-msi.yml", + ".azure-pipelines/windows-release/stage-pack-msix.yml", + ".azure-pipelines/windows-release/stage-pack-nuget.yml", + ".azure-pipelines/windows-release/stage-publish-nugetorg.yml", + ".azure-pipelines/windows-release/stage-publish-pythonorg.yml", + ".azure-pipelines/windows-release/stage-publish-store.yml", + ".azure-pipelines/windows-release/stage-sign.yml", + ".azure-pipelines/windows-release/stage-test-embed.yml", + ".azure-pipelines/windows-release/stage-test-msi.yml", + ".azure-pipelines/windows-release/stage-test-nuget.yml", + ".azure-pipelines/windows-steps.yml", + ".gitattributes", + ".github", + ".github/CODEOWNERS", + ".github/CONTRIBUTING.rst", + ".github/FUNDING.yml", + ".github/PULL_REQUEST_TEMPLATE.md", + ".github/SECURITY.md", + ".github/codecov.yml", + ".github/workflows", + ".github/workflows/build.yml", + ".github/workflows/build_msi.yml", + ".github/workflows/coverage.yml", + ".github/workflows/doc.yml", + ".github/workflows/posix-deps-apt.sh", + ".gitignore", + ".travis.yml", + "CODE_OF_CONDUCT.md", + "Doc", + "Doc/Makefile", + "Doc/README.rst", + "Doc/about.rst", + "Doc/bugs.rst", + "Doc/c-api", + "Doc/c-api/abstract.rst", + "Doc/c-api/allocation.rst", + "Doc/c-api/apiabiversion.rst", + "Doc/c-api/arg.rst", + "Doc/c-api/bool.rst", + "Doc/c-api/buffer.rst", + "Doc/c-api/bytearray.rst", + "Doc/c-api/bytes.rst", + "Doc/c-api/call.rst", + "Doc/c-api/capsule.rst", + "Doc/c-api/cell.rst", + "Doc/c-api/code.rst", + "Doc/c-api/codec.rst", + "Doc/c-api/complex.rst", + "Doc/c-api/concrete.rst", + "Doc/c-api/contextvars.rst", + "Doc/c-api/conversion.rst", + "Doc/c-api/coro.rst", + "Doc/c-api/datetime.rst", + "Doc/c-api/descriptor.rst", + "Doc/c-api/dict.rst", + "Doc/c-api/exceptions.rst", + "Doc/c-api/file.rst", + "Doc/c-api/float.rst", + "Doc/c-api/function.rst", + "Doc/c-api/gcsupport.rst", + "Doc/c-api/gen.rst", + "Doc/c-api/import.rst", + "Doc/c-api/index.rst", + "Doc/c-api/init.rst", + "Doc/c-api/init_config.rst", + "Doc/c-api/intro.rst", + "Doc/c-api/iter.rst", + "Doc/c-api/iterator.rst", + "Doc/c-api/list.rst", + "Doc/c-api/long.rst", + "Doc/c-api/mapping.rst", + "Doc/c-api/marshal.rst", + "Doc/c-api/memory.rst", + "Doc/c-api/memoryview.rst", + "Doc/c-api/method.rst", + "Doc/c-api/module.rst", + "Doc/c-api/none.rst", + "Doc/c-api/number.rst", + "Doc/c-api/objbuffer.rst", + "Doc/c-api/object.rst", + "Doc/c-api/objimpl.rst", + "Doc/c-api/refcounting.rst", + "Doc/c-api/reflection.rst", + "Doc/c-api/sequence.rst", + "Doc/c-api/set.rst", + "Doc/c-api/slice.rst", + "Doc/c-api/stable.rst", + "Doc/c-api/structures.rst", + "Doc/c-api/sys.rst", + "Doc/c-api/tuple.rst", + "Doc/c-api/type.rst", + "Doc/c-api/typeobj.rst", + "Doc/c-api/unicode.rst", + "Doc/c-api/utilities.rst", + "Doc/c-api/veryhigh.rst", + "Doc/c-api/weakref.rst", + "Doc/conf.py", + "Doc/contents.rst", + "Doc/copyright.rst", + "Doc/data", + "Doc/data/refcounts.dat", + "Doc/distributing", + "Doc/distributing/index.rst", + "Doc/distutils", + "Doc/distutils/_setuptools_disclaimer.rst", + "Doc/distutils/apiref.rst", + "Doc/distutils/builtdist.rst", + "Doc/distutils/commandref.rst", + "Doc/distutils/configfile.rst", + "Doc/distutils/examples.rst", + "Doc/distutils/extending.rst", + "Doc/distutils/index.rst", + "Doc/distutils/introduction.rst", + "Doc/distutils/packageindex.rst", + "Doc/distutils/setupscript.rst", + "Doc/distutils/sourcedist.rst", + "Doc/distutils/uploading.rst", + "Doc/extending", + "Doc/extending/building.rst", + "Doc/extending/embedding.rst", + "Doc/extending/extending.rst", + "Doc/extending/index.rst", + "Doc/extending/newtypes.rst", + "Doc/extending/newtypes_tutorial.rst", + "Doc/extending/windows.rst", + "Doc/faq", + "Doc/faq/design.rst", + "Doc/faq/extending.rst", + "Doc/faq/general.rst", + "Doc/faq/gui.rst", + "Doc/faq/index.rst", + "Doc/faq/installed.rst", + "Doc/faq/library.rst", + "Doc/faq/programming.rst", + "Doc/faq/python-video-icon.png", + "Doc/faq/windows.rst", + "Doc/glossary.rst", + "Doc/howto", + "Doc/howto/argparse.rst", + "Doc/howto/clinic.rst", + "Doc/howto/cporting.rst", + "Doc/howto/curses.rst", + "Doc/howto/descriptor.rst", + "Doc/howto/functional.rst", + "Doc/howto/index.rst", + "Doc/howto/instrumentation.rst", + "Doc/howto/ipaddress.rst", + "Doc/howto/logging-cookbook.rst", + "Doc/howto/logging.rst", + "Doc/howto/logging_flow.png", + "Doc/howto/pyporting.rst", + "Doc/howto/regex.rst", + "Doc/howto/sockets.rst", + "Doc/howto/sorting.rst", + "Doc/howto/unicode.rst", + "Doc/howto/urllib2.rst", + "Doc/includes", + "Doc/includes/custom.c", + "Doc/includes/custom2.c", + "Doc/includes/custom3.c", + "Doc/includes/custom4.c", + "Doc/includes/dbpickle.py", + "Doc/includes/email-alternative.py", + "Doc/includes/email-dir.py", + "Doc/includes/email-headers.py", + "Doc/includes/email-mime.py", + "Doc/includes/email-read-alternative.py", + "Doc/includes/email-simple.py", + "Doc/includes/email-unpack.py", + "Doc/includes/minidom-example.py", + "Doc/includes/mp_newtype.py", + "Doc/includes/mp_pool.py", + "Doc/includes/mp_workers.py", + "Doc/includes/run-func.c", + "Doc/includes/setup.py", + "Doc/includes/sqlite3", + "Doc/includes/sqlite3/adapter_datetime.py", + "Doc/includes/sqlite3/adapter_point_1.py", + "Doc/includes/sqlite3/adapter_point_2.py", + "Doc/includes/sqlite3/collation_reverse.py", + "Doc/includes/sqlite3/complete_statement.py", + "Doc/includes/sqlite3/converter_point.py", + "Doc/includes/sqlite3/countcursors.py", + "Doc/includes/sqlite3/createdb.py", + "Doc/includes/sqlite3/ctx_manager.py", + "Doc/includes/sqlite3/execsql_fetchonerow.py", + "Doc/includes/sqlite3/execsql_printall_1.py", + "Doc/includes/sqlite3/execute_1.py", + "Doc/includes/sqlite3/executemany_1.py", + "Doc/includes/sqlite3/executemany_2.py", + "Doc/includes/sqlite3/executescript.py", + "Doc/includes/sqlite3/insert_more_people.py", + "Doc/includes/sqlite3/load_extension.py", + "Doc/includes/sqlite3/md5func.py", + "Doc/includes/sqlite3/mysumaggr.py", + "Doc/includes/sqlite3/parse_colnames.py", + "Doc/includes/sqlite3/pysqlite_datetime.py", + "Doc/includes/sqlite3/row_factory.py", + "Doc/includes/sqlite3/rowclass.py", + "Doc/includes/sqlite3/shared_cache.py", + "Doc/includes/sqlite3/shortcut_methods.py", + "Doc/includes/sqlite3/simple_tableprinter.py", + "Doc/includes/sqlite3/text_factory.py", + "Doc/includes/sublist.c", + "Doc/includes/test.py", + "Doc/includes/turtle-star.py", + "Doc/includes/typestruct.h", + "Doc/includes/tzinfo_examples.py", + "Doc/install", + "Doc/install/index.rst", + "Doc/installing", + "Doc/installing/index.rst", + "Doc/library", + "Doc/library/2to3.rst", + "Doc/library/__future__.rst", + "Doc/library/__main__.rst", + "Doc/library/_thread.rst", + "Doc/library/abc.rst", + "Doc/library/aifc.rst", + "Doc/library/allos.rst", + "Doc/library/archiving.rst", + "Doc/library/argparse.rst", + "Doc/library/array.rst", + "Doc/library/ast.rst", + "Doc/library/asynchat.rst", + "Doc/library/asyncio-api-index.rst", + "Doc/library/asyncio-dev.rst", + "Doc/library/asyncio-eventloop.rst", + "Doc/library/asyncio-exceptions.rst", + "Doc/library/asyncio-future.rst", + "Doc/library/asyncio-llapi-index.rst", + "Doc/library/asyncio-platforms.rst", + "Doc/library/asyncio-policy.rst", + "Doc/library/asyncio-protocol.rst", + "Doc/library/asyncio-queue.rst", + "Doc/library/asyncio-stream.rst", + "Doc/library/asyncio-subprocess.rst", + "Doc/library/asyncio-sync.rst", + "Doc/library/asyncio-task.rst", + "Doc/library/asyncio.rst", + "Doc/library/asyncore.rst", + "Doc/library/atexit.rst", + "Doc/library/audioop.rst", + "Doc/library/audit_events.rst", + "Doc/library/base64.rst", + "Doc/library/bdb.rst", + "Doc/library/binary.rst", + "Doc/library/binascii.rst", + "Doc/library/binhex.rst", + "Doc/library/bisect.rst", + "Doc/library/builtins.rst", + "Doc/library/bz2.rst", + "Doc/library/calendar.rst", + "Doc/library/cgi.rst", + "Doc/library/cgitb.rst", + "Doc/library/chunk.rst", + "Doc/library/cmath.rst", + "Doc/library/cmd.rst", + "Doc/library/code.rst", + "Doc/library/codecs.rst", + "Doc/library/codeop.rst", + "Doc/library/collections.abc.rst", + "Doc/library/collections.rst", + "Doc/library/colorsys.rst", + "Doc/library/compileall.rst", + "Doc/library/concurrency.rst", + "Doc/library/concurrent.futures.rst", + "Doc/library/concurrent.rst", + "Doc/library/configparser.rst", + "Doc/library/constants.rst", + "Doc/library/contextlib.rst", + "Doc/library/contextvars.rst", + "Doc/library/copy.rst", + "Doc/library/copyreg.rst", + "Doc/library/crypt.rst", + "Doc/library/crypto.rst", + "Doc/library/csv.rst", + "Doc/library/ctypes.rst", + "Doc/library/curses.ascii.rst", + "Doc/library/curses.panel.rst", + "Doc/library/curses.rst", + "Doc/library/custominterp.rst", + "Doc/library/dataclasses.rst", + "Doc/library/datatypes.rst", + "Doc/library/datetime.rst", + "Doc/library/dbm.rst", + "Doc/library/debug.rst", + "Doc/library/decimal.rst", + "Doc/library/development.rst", + "Doc/library/devmode.rst", + "Doc/library/dialog.rst", + "Doc/library/difflib.rst", + "Doc/library/dis.rst", + "Doc/library/distribution.rst", + "Doc/library/distutils.rst", + "Doc/library/doctest.rst", + "Doc/library/email.charset.rst", + "Doc/library/email.compat32-message.rst", + "Doc/library/email.contentmanager.rst", + "Doc/library/email.encoders.rst", + "Doc/library/email.errors.rst", + "Doc/library/email.examples.rst", + "Doc/library/email.generator.rst", + "Doc/library/email.header.rst", + "Doc/library/email.headerregistry.rst", + "Doc/library/email.iterators.rst", + "Doc/library/email.message.rst", + "Doc/library/email.mime.rst", + "Doc/library/email.parser.rst", + "Doc/library/email.policy.rst", + "Doc/library/email.rst", + "Doc/library/email.utils.rst", + "Doc/library/ensurepip.rst", + "Doc/library/enum.rst", + "Doc/library/errno.rst", + "Doc/library/exceptions.rst", + "Doc/library/faulthandler.rst", + "Doc/library/fcntl.rst", + "Doc/library/filecmp.rst", + "Doc/library/fileformats.rst", + "Doc/library/fileinput.rst", + "Doc/library/filesys.rst", + "Doc/library/fnmatch.rst", + "Doc/library/formatter.rst", + "Doc/library/fractions.rst", + "Doc/library/frameworks.rst", + "Doc/library/ftplib.rst", + "Doc/library/functional.rst", + "Doc/library/functions.rst", + "Doc/library/functools.rst", + "Doc/library/gc.rst", + "Doc/library/getopt.rst", + "Doc/library/getpass.rst", + "Doc/library/gettext.rst", + "Doc/library/glob.rst", + "Doc/library/graphlib.rst", + "Doc/library/grp.rst", + "Doc/library/gzip.rst", + "Doc/library/hashlib-blake2-tree.png", + "Doc/library/hashlib.rst", + "Doc/library/heapq.rst", + "Doc/library/hmac.rst", + "Doc/library/html.entities.rst", + "Doc/library/html.parser.rst", + "Doc/library/html.rst", + "Doc/library/http.client.rst", + "Doc/library/http.cookiejar.rst", + "Doc/library/http.cookies.rst", + "Doc/library/http.rst", + "Doc/library/http.server.rst", + "Doc/library/i18n.rst", + "Doc/library/idle.rst", + "Doc/library/imaplib.rst", + "Doc/library/imghdr.rst", + "Doc/library/imp.rst", + "Doc/library/importlib.metadata.rst", + "Doc/library/importlib.rst", + "Doc/library/index.rst", + "Doc/library/inspect.rst", + "Doc/library/internet.rst", + "Doc/library/intro.rst", + "Doc/library/io.rst", + "Doc/library/ipaddress.rst", + "Doc/library/ipc.rst", + "Doc/library/itertools.rst", + "Doc/library/json.rst", + "Doc/library/keyword.rst", + "Doc/library/language.rst", + "Doc/library/linecache.rst", + "Doc/library/locale.rst", + "Doc/library/logging.config.rst", + "Doc/library/logging.handlers.rst", + "Doc/library/logging.rst", + "Doc/library/lzma.rst", + "Doc/library/mailbox.rst", + "Doc/library/mailcap.rst", + "Doc/library/markup.rst", + "Doc/library/marshal.rst", + "Doc/library/math.rst", + "Doc/library/mimetypes.rst", + "Doc/library/misc.rst", + "Doc/library/mm.rst", + "Doc/library/mmap.rst", + "Doc/library/modulefinder.rst", + "Doc/library/modules.rst", + "Doc/library/msilib.rst", + "Doc/library/msvcrt.rst", + "Doc/library/multiprocessing.rst", + "Doc/library/multiprocessing.shared_memory.rst", + "Doc/library/netdata.rst", + "Doc/library/netrc.rst", + "Doc/library/nis.rst", + "Doc/library/nntplib.rst", + "Doc/library/numbers.rst", + "Doc/library/numeric.rst", + "Doc/library/operator.rst", + "Doc/library/optparse.rst", + "Doc/library/os.path.rst", + "Doc/library/os.rst", + "Doc/library/ossaudiodev.rst", + "Doc/library/othergui.rst", + "Doc/library/parser.rst", + "Doc/library/pathlib-inheritance.png", + "Doc/library/pathlib-inheritance.svg", + "Doc/library/pathlib.rst", + "Doc/library/pdb.rst", + "Doc/library/persistence.rst", + "Doc/library/pickle.rst", + "Doc/library/pickletools.rst", + "Doc/library/pipes.rst", + "Doc/library/pkgutil.rst", + "Doc/library/platform.rst", + "Doc/library/plistlib.rst", + "Doc/library/poplib.rst", + "Doc/library/posix.rst", + "Doc/library/pprint.rst", + "Doc/library/profile.rst", + "Doc/library/pty.rst", + "Doc/library/pwd.rst", + "Doc/library/py_compile.rst", + "Doc/library/pyclbr.rst", + "Doc/library/pydoc.rst", + "Doc/library/pyexpat.rst", + "Doc/library/python.rst", + "Doc/library/queue.rst", + "Doc/library/quopri.rst", + "Doc/library/random.rst", + "Doc/library/re.rst", + "Doc/library/readline.rst", + "Doc/library/reprlib.rst", + "Doc/library/resource.rst", + "Doc/library/rlcompleter.rst", + "Doc/library/runpy.rst", + "Doc/library/sched.rst", + "Doc/library/secrets.rst", + "Doc/library/select.rst", + "Doc/library/selectors.rst", + "Doc/library/shelve.rst", + "Doc/library/shlex.rst", + "Doc/library/shutil.rst", + "Doc/library/signal.rst", + "Doc/library/site.rst", + "Doc/library/smtpd.rst", + "Doc/library/smtplib.rst", + "Doc/library/sndhdr.rst", + "Doc/library/socket.rst", + "Doc/library/socketserver.rst", + "Doc/library/spwd.rst", + "Doc/library/sqlite3.rst", + "Doc/library/ssl.rst", + "Doc/library/stat.rst", + "Doc/library/statistics.rst", + "Doc/library/stdtypes.rst", + "Doc/library/string.rst", + "Doc/library/stringprep.rst", + "Doc/library/struct.rst", + "Doc/library/subprocess.rst", + "Doc/library/sunau.rst", + "Doc/library/superseded.rst", + "Doc/library/symbol.rst", + "Doc/library/symtable.rst", + "Doc/library/sys.rst", + "Doc/library/sysconfig.rst", + "Doc/library/syslog.rst", + "Doc/library/tabnanny.rst", + "Doc/library/tarfile.rst", + "Doc/library/telnetlib.rst", + "Doc/library/tempfile.rst", + "Doc/library/termios.rst", + "Doc/library/test.rst", + "Doc/library/text.rst", + "Doc/library/textwrap.rst", + "Doc/library/threading.rst", + "Doc/library/time.rst", + "Doc/library/timeit.rst", + "Doc/library/tk.rst", + "Doc/library/tk_msg.png", + "Doc/library/tkinter.colorchooser.rst", + "Doc/library/tkinter.dnd.rst", + "Doc/library/tkinter.font.rst", + "Doc/library/tkinter.messagebox.rst", + "Doc/library/tkinter.rst", + "Doc/library/tkinter.scrolledtext.rst", + "Doc/library/tkinter.tix.rst", + "Doc/library/tkinter.ttk.rst", + "Doc/library/token-list.inc", + "Doc/library/token.rst", + "Doc/library/tokenize.rst", + "Doc/library/trace.rst", + "Doc/library/traceback.rst", + "Doc/library/tracemalloc.rst", + "Doc/library/tty.rst", + "Doc/library/tulip_coro.dia", + "Doc/library/tulip_coro.png", + "Doc/library/turtle-star.pdf", + "Doc/library/turtle-star.png", + "Doc/library/turtle-star.ps", + "Doc/library/turtle.rst", + "Doc/library/types.rst", + "Doc/library/typing.rst", + "Doc/library/undoc.rst", + "Doc/library/unicodedata.rst", + "Doc/library/unittest.mock-examples.rst", + "Doc/library/unittest.mock.rst", + "Doc/library/unittest.rst", + "Doc/library/unix.rst", + "Doc/library/urllib.error.rst", + "Doc/library/urllib.parse.rst", + "Doc/library/urllib.request.rst", + "Doc/library/urllib.robotparser.rst", + "Doc/library/urllib.rst", + "Doc/library/uu.rst", + "Doc/library/uuid.rst", + "Doc/library/venv.rst", + "Doc/library/warnings.rst", + "Doc/library/wave.rst", + "Doc/library/weakref.rst", + "Doc/library/webbrowser.rst", + "Doc/library/windows.rst", + "Doc/library/winreg.rst", + "Doc/library/winsound.rst", + "Doc/library/wsgiref.rst", + "Doc/library/xdrlib.rst", + "Doc/library/xml.dom.minidom.rst", + "Doc/library/xml.dom.pulldom.rst", + "Doc/library/xml.dom.rst", + "Doc/library/xml.etree.elementtree.rst", + "Doc/library/xml.rst", + "Doc/library/xml.sax.handler.rst", + "Doc/library/xml.sax.reader.rst", + "Doc/library/xml.sax.rst", + "Doc/library/xml.sax.utils.rst", + "Doc/library/xmlrpc.client.rst", + "Doc/library/xmlrpc.rst", + "Doc/library/xmlrpc.server.rst", + "Doc/library/zipapp.rst", + "Doc/library/zipfile.rst", + "Doc/library/zipimport.rst", + "Doc/library/zlib.rst", + "Doc/library/zoneinfo.rst", + "Doc/license.rst", + "Doc/make.bat", + "Doc/reference", + "Doc/reference/compound_stmts.rst", + "Doc/reference/datamodel.rst", + "Doc/reference/executionmodel.rst", + "Doc/reference/expressions.rst", + "Doc/reference/grammar.rst", + "Doc/reference/import.rst", + "Doc/reference/index.rst", + "Doc/reference/introduction.rst", + "Doc/reference/lexical_analysis.rst", + "Doc/reference/simple_stmts.rst", + "Doc/reference/toplevel_components.rst", + "Doc/requirements.txt", + "Doc/runtime.txt", + "Doc/tools", + "Doc/tools/extensions", + "Doc/tools/extensions/asdl_highlight.py", + "Doc/tools/extensions/c_annotations.py", + "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/patchlevel.py", + "Doc/tools/extensions/peg_highlight.py", + "Doc/tools/extensions/pyspecific.py", + "Doc/tools/extensions/suspicious.py", + "Doc/tools/rstlint.py", + "Doc/tools/static", + "Doc/tools/static/changelog_search.js", + "Doc/tools/static/switchers.js", + "Doc/tools/susp-ignored.csv", + "Doc/tools/templates", + "Doc/tools/templates/customsourcelink.html", + "Doc/tools/templates/download.html", + "Doc/tools/templates/dummy.html", + "Doc/tools/templates/indexcontent.html", + "Doc/tools/templates/indexsidebar.html", + "Doc/tools/templates/layout.html", + "Doc/tools/templates/opensearch.xml", + "Doc/tutorial", + "Doc/tutorial/appendix.rst", + "Doc/tutorial/appetite.rst", + "Doc/tutorial/classes.rst", + "Doc/tutorial/controlflow.rst", + "Doc/tutorial/datastructures.rst", + "Doc/tutorial/errors.rst", + "Doc/tutorial/floatingpoint.rst", + "Doc/tutorial/index.rst", + "Doc/tutorial/inputoutput.rst", + "Doc/tutorial/interactive.rst", + "Doc/tutorial/interpreter.rst", + "Doc/tutorial/introduction.rst", + "Doc/tutorial/modules.rst", + "Doc/tutorial/stdlib.rst", + "Doc/tutorial/stdlib2.rst", + "Doc/tutorial/venv.rst", + "Doc/tutorial/whatnow.rst", + "Doc/using", + "Doc/using/cmdline.rst", + "Doc/using/editors.rst", + "Doc/using/index.rst", + "Doc/using/mac.rst", + "Doc/using/unix.rst", + "Doc/using/venv-create.inc", + "Doc/using/win_installer.png", + "Doc/using/windows.rst", + "Doc/whatsnew", + "Doc/whatsnew/2.0.rst", + "Doc/whatsnew/2.1.rst", + "Doc/whatsnew/2.2.rst", + "Doc/whatsnew/2.3.rst", + "Doc/whatsnew/2.4.rst", + "Doc/whatsnew/2.5.rst", + "Doc/whatsnew/2.6.rst", + "Doc/whatsnew/2.7.rst", + "Doc/whatsnew/3.0.rst", + "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.2.rst", + "Doc/whatsnew/3.3.rst", + "Doc/whatsnew/3.4.rst", + "Doc/whatsnew/3.5.rst", + "Doc/whatsnew/3.6.rst", + "Doc/whatsnew/3.7.rst", + "Doc/whatsnew/3.8.rst", + "Doc/whatsnew/3.9.rst", + "Doc/whatsnew/changelog.rst", + "Doc/whatsnew/index.rst", + "Grammar", + "Grammar/Grammar", + "Grammar/Tokens", + "Grammar/python.gram", + "Include", + "Include/Python-ast.h", + "Include/Python.h", + "Include/abstract.h", + "Include/asdl.h", + "Include/ast.h", + "Include/bitset.h", + "Include/bltinmodule.h", + "Include/boolobject.h", + "Include/bytearrayobject.h", + "Include/bytesobject.h", + "Include/cellobject.h", + "Include/ceval.h", + "Include/classobject.h", + "Include/code.h", + "Include/codecs.h", + "Include/compile.h", + "Include/complexobject.h", + "Include/context.h", + "Include/cpython", + "Include/cpython/abstract.h", + "Include/cpython/bytearrayobject.h", + "Include/cpython/bytesobject.h", + "Include/cpython/ceval.h", + "Include/cpython/code.h", + "Include/cpython/dictobject.h", + "Include/cpython/fileobject.h", + "Include/cpython/fileutils.h", + "Include/cpython/frameobject.h", + "Include/cpython/import.h", + "Include/cpython/initconfig.h", + "Include/cpython/interpreteridobject.h", + "Include/cpython/listobject.h", + "Include/cpython/methodobject.h", + "Include/cpython/object.h", + "Include/cpython/objimpl.h", + "Include/cpython/pyerrors.h", + "Include/cpython/pylifecycle.h", + "Include/cpython/pymem.h", + "Include/cpython/pystate.h", + "Include/cpython/sysmodule.h", + "Include/cpython/traceback.h", + "Include/cpython/tupleobject.h", + "Include/cpython/unicodeobject.h", + "Include/datetime.h", + "Include/descrobject.h", + "Include/dictobject.h", + "Include/dynamic_annotations.h", + "Include/enumobject.h", + "Include/errcode.h", + "Include/eval.h", + "Include/exports.h", + "Include/fileobject.h", + "Include/fileutils.h", + "Include/floatobject.h", + "Include/frameobject.h", + "Include/funcobject.h", + "Include/genericaliasobject.h", + "Include/genobject.h", + "Include/graminit.h", + "Include/grammar.h", + "Include/import.h", + "Include/internal", + "Include/internal/pegen_interface.h", + "Include/internal/pycore_abstract.h", + "Include/internal/pycore_accu.h", + "Include/internal/pycore_atomic.h", + "Include/internal/pycore_bytes_methods.h", + "Include/internal/pycore_byteswap.h", + "Include/internal/pycore_call.h", + "Include/internal/pycore_ceval.h", + "Include/internal/pycore_code.h", + "Include/internal/pycore_condvar.h", + "Include/internal/pycore_context.h", + "Include/internal/pycore_dtoa.h", + "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_gc.h", + "Include/internal/pycore_getopt.h", + "Include/internal/pycore_gil.h", + "Include/internal/pycore_hamt.h", + "Include/internal/pycore_hashtable.h", + "Include/internal/pycore_import.h", + "Include/internal/pycore_initconfig.h", + "Include/internal/pycore_interp.h", + "Include/internal/pycore_object.h", + "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyerrors.h", + "Include/internal/pycore_pyhash.h", + "Include/internal/pycore_pylifecycle.h", + "Include/internal/pycore_pymem.h", + "Include/internal/pycore_pystate.h", + "Include/internal/pycore_runtime.h", + "Include/internal/pycore_sysmodule.h", + "Include/internal/pycore_traceback.h", + "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_warnings.h", + "Include/interpreteridobject.h", + "Include/intrcheck.h", + "Include/iterobject.h", + "Include/listobject.h", + "Include/longintrepr.h", + "Include/longobject.h", + "Include/marshal.h", + "Include/memoryobject.h", + "Include/methodobject.h", + "Include/modsupport.h", + "Include/moduleobject.h", + "Include/namespaceobject.h", + "Include/node.h", + "Include/object.h", + "Include/objimpl.h", + "Include/odictobject.h", + "Include/opcode.h", + "Include/osdefs.h", + "Include/osmodule.h", + "Include/parsetok.h", + "Include/patchlevel.h", + "Include/picklebufobject.h", + "Include/py_curses.h", + "Include/pyarena.h", + "Include/pycapsule.h", + "Include/pyctype.h", + "Include/pydebug.h", + "Include/pydtrace.d", + "Include/pydtrace.h", + "Include/pyerrors.h", + "Include/pyexpat.h", + "Include/pyfpe.h", + "Include/pyframe.h", + "Include/pyhash.h", + "Include/pylifecycle.h", + "Include/pymacconfig.h", + "Include/pymacro.h", + "Include/pymath.h", + "Include/pymem.h", + "Include/pyport.h", + "Include/pystate.h", + "Include/pystrcmp.h", + "Include/pystrhex.h", + "Include/pystrtod.h", + "Include/pythonrun.h", + "Include/pythread.h", + "Include/pytime.h", + "Include/rangeobject.h", + "Include/setobject.h", + "Include/sliceobject.h", + "Include/structmember.h", + "Include/structseq.h", + "Include/symtable.h", + "Include/sysmodule.h", + "Include/token.h", + "Include/traceback.h", + "Include/tracemalloc.h", + "Include/tupleobject.h", + "Include/typeslots.h", + "Include/ucnhash.h", + "Include/unicodeobject.h", + "Include/warnings.h", + "Include/weakrefobject.h", + "LICENSE", + "Lib", + "Lib/__future__.py", + "Lib/__phello__.foo.py", + "Lib/_aix_support.py", + "Lib/_bootlocale.py", + "Lib/_bootsubprocess.py", + "Lib/_collections_abc.py", + "Lib/_compat_pickle.py", + "Lib/_compression.py", + "Lib/_markupbase.py", + "Lib/_osx_support.py", + "Lib/_py_abc.py", + "Lib/_pydecimal.py", + "Lib/_pyio.py", + "Lib/_sitebuiltins.py", + "Lib/_strptime.py", + "Lib/_threading_local.py", + "Lib/_weakrefset.py", + "Lib/abc.py", + "Lib/aifc.py", + "Lib/antigravity.py", + "Lib/argparse.py", + "Lib/ast.py", + "Lib/asynchat.py", + "Lib/asyncio", + "Lib/asyncio/__init__.py", + "Lib/asyncio/__main__.py", + "Lib/asyncio/base_events.py", + "Lib/asyncio/base_futures.py", + "Lib/asyncio/base_subprocess.py", + "Lib/asyncio/base_tasks.py", + "Lib/asyncio/constants.py", + "Lib/asyncio/coroutines.py", + "Lib/asyncio/events.py", + "Lib/asyncio/exceptions.py", + "Lib/asyncio/format_helpers.py", + "Lib/asyncio/futures.py", + "Lib/asyncio/locks.py", + "Lib/asyncio/log.py", + "Lib/asyncio/proactor_events.py", + "Lib/asyncio/protocols.py", + "Lib/asyncio/queues.py", + "Lib/asyncio/runners.py", + "Lib/asyncio/selector_events.py", + "Lib/asyncio/sslproto.py", + "Lib/asyncio/staggered.py", + "Lib/asyncio/streams.py", + "Lib/asyncio/subprocess.py", + "Lib/asyncio/tasks.py", + "Lib/asyncio/threads.py", + "Lib/asyncio/transports.py", + "Lib/asyncio/trsock.py", + "Lib/asyncio/unix_events.py", + "Lib/asyncio/windows_events.py", + "Lib/asyncio/windows_utils.py", + "Lib/asyncore.py", + "Lib/base64.py", + "Lib/bdb.py", + "Lib/binhex.py", + "Lib/bisect.py", + "Lib/bz2.py", + "Lib/cProfile.py", + "Lib/calendar.py", + "Lib/cgi.py", + "Lib/cgitb.py", + "Lib/chunk.py", + "Lib/cmd.py", + "Lib/code.py", + "Lib/codecs.py", + "Lib/codeop.py", + "Lib/collections", + "Lib/collections/__init__.py", + "Lib/collections/abc.py", + "Lib/colorsys.py", + "Lib/compileall.py", + "Lib/concurrent", + "Lib/concurrent/__init__.py", + "Lib/concurrent/futures", + "Lib/concurrent/futures/__init__.py", + "Lib/concurrent/futures/_base.py", + "Lib/concurrent/futures/process.py", + "Lib/concurrent/futures/thread.py", + "Lib/configparser.py", + "Lib/contextlib.py", + "Lib/contextvars.py", + "Lib/copy.py", + "Lib/copyreg.py", + "Lib/crypt.py", + "Lib/csv.py", + "Lib/ctypes", + "Lib/ctypes/__init__.py", + "Lib/ctypes/_aix.py", + "Lib/ctypes/_endian.py", + "Lib/ctypes/macholib", + "Lib/ctypes/macholib/README.ctypes", + "Lib/ctypes/macholib/__init__.py", + "Lib/ctypes/macholib/dyld.py", + "Lib/ctypes/macholib/dylib.py", + "Lib/ctypes/macholib/fetch_macholib", + "Lib/ctypes/macholib/fetch_macholib.bat", + "Lib/ctypes/macholib/framework.py", + "Lib/ctypes/test", + "Lib/ctypes/test/__init__.py", + "Lib/ctypes/test/__main__.py", + "Lib/ctypes/test/test_anon.py", + "Lib/ctypes/test/test_array_in_pointer.py", + "Lib/ctypes/test/test_arrays.py", + "Lib/ctypes/test/test_as_parameter.py", + "Lib/ctypes/test/test_bitfields.py", + "Lib/ctypes/test/test_buffers.py", + "Lib/ctypes/test/test_bytes.py", + "Lib/ctypes/test/test_byteswap.py", + "Lib/ctypes/test/test_callbacks.py", + "Lib/ctypes/test/test_cast.py", + "Lib/ctypes/test/test_cfuncs.py", + "Lib/ctypes/test/test_checkretval.py", + "Lib/ctypes/test/test_delattr.py", + "Lib/ctypes/test/test_errno.py", + "Lib/ctypes/test/test_find.py", + "Lib/ctypes/test/test_frombuffer.py", + "Lib/ctypes/test/test_funcptr.py", + "Lib/ctypes/test/test_functions.py", + "Lib/ctypes/test/test_incomplete.py", + "Lib/ctypes/test/test_init.py", + "Lib/ctypes/test/test_internals.py", + "Lib/ctypes/test/test_keeprefs.py", + "Lib/ctypes/test/test_libc.py", + "Lib/ctypes/test/test_loading.py", + "Lib/ctypes/test/test_macholib.py", + "Lib/ctypes/test/test_memfunctions.py", + "Lib/ctypes/test/test_numbers.py", + "Lib/ctypes/test/test_objects.py", + "Lib/ctypes/test/test_parameters.py", + "Lib/ctypes/test/test_pep3118.py", + "Lib/ctypes/test/test_pickling.py", + "Lib/ctypes/test/test_pointers.py", + "Lib/ctypes/test/test_prototypes.py", + "Lib/ctypes/test/test_python_api.py", + "Lib/ctypes/test/test_random_things.py", + "Lib/ctypes/test/test_refcounts.py", + "Lib/ctypes/test/test_repr.py", + "Lib/ctypes/test/test_returnfuncptrs.py", + "Lib/ctypes/test/test_simplesubclasses.py", + "Lib/ctypes/test/test_sizes.py", + "Lib/ctypes/test/test_slicing.py", + "Lib/ctypes/test/test_stringptr.py", + "Lib/ctypes/test/test_strings.py", + "Lib/ctypes/test/test_struct_fields.py", + "Lib/ctypes/test/test_structures.py", + "Lib/ctypes/test/test_unaligned_structures.py", + "Lib/ctypes/test/test_unicode.py", + "Lib/ctypes/test/test_values.py", + "Lib/ctypes/test/test_varsize_struct.py", + "Lib/ctypes/test/test_win32.py", + "Lib/ctypes/test/test_wintypes.py", + "Lib/ctypes/util.py", + "Lib/ctypes/wintypes.py", + "Lib/curses", + "Lib/curses/__init__.py", + "Lib/curses/ascii.py", + "Lib/curses/has_key.py", + "Lib/curses/panel.py", + "Lib/curses/textpad.py", + "Lib/dataclasses.py", + "Lib/datetime.py", + "Lib/dbm", + "Lib/dbm/__init__.py", + "Lib/dbm/dumb.py", + "Lib/dbm/gnu.py", + "Lib/dbm/ndbm.py", + "Lib/decimal.py", + "Lib/difflib.py", + "Lib/dis.py", + "Lib/distutils", + "Lib/distutils/README", + "Lib/distutils/__init__.py", + "Lib/distutils/_msvccompiler.py", + "Lib/distutils/archive_util.py", + "Lib/distutils/bcppcompiler.py", + "Lib/distutils/ccompiler.py", + "Lib/distutils/cmd.py", + "Lib/distutils/command", + "Lib/distutils/command/__init__.py", + "Lib/distutils/command/bdist.py", + "Lib/distutils/command/bdist_dumb.py", + "Lib/distutils/command/bdist_msi.py", + "Lib/distutils/command/bdist_rpm.py", + "Lib/distutils/command/bdist_wininst.py", + "Lib/distutils/command/build.py", + "Lib/distutils/command/build_clib.py", + "Lib/distutils/command/build_ext.py", + "Lib/distutils/command/build_py.py", + "Lib/distutils/command/build_scripts.py", + "Lib/distutils/command/check.py", + "Lib/distutils/command/clean.py", + "Lib/distutils/command/command_template", + "Lib/distutils/command/config.py", + "Lib/distutils/command/install.py", + "Lib/distutils/command/install_data.py", + "Lib/distutils/command/install_egg_info.py", + "Lib/distutils/command/install_headers.py", + "Lib/distutils/command/install_lib.py", + "Lib/distutils/command/install_scripts.py", + "Lib/distutils/command/register.py", + "Lib/distutils/command/sdist.py", + "Lib/distutils/command/upload.py", + "Lib/distutils/command/wininst-10.0-amd64.exe", + "Lib/distutils/command/wininst-10.0.exe", + "Lib/distutils/command/wininst-14.0-amd64.exe", + "Lib/distutils/command/wininst-14.0.exe", + "Lib/distutils/command/wininst-6.0.exe", + "Lib/distutils/command/wininst-7.1.exe", + "Lib/distutils/command/wininst-8.0.exe", + "Lib/distutils/command/wininst-9.0-amd64.exe", + "Lib/distutils/command/wininst-9.0.exe", + "Lib/distutils/config.py", + "Lib/distutils/core.py", + "Lib/distutils/cygwinccompiler.py", + "Lib/distutils/debug.py", + "Lib/distutils/dep_util.py", + "Lib/distutils/dir_util.py", + "Lib/distutils/dist.py", + "Lib/distutils/errors.py", + "Lib/distutils/extension.py", + "Lib/distutils/fancy_getopt.py", + "Lib/distutils/file_util.py", + "Lib/distutils/filelist.py", + "Lib/distutils/log.py", + "Lib/distutils/msvc9compiler.py", + "Lib/distutils/msvccompiler.py", + "Lib/distutils/spawn.py", + "Lib/distutils/sysconfig.py", + "Lib/distutils/tests", + "Lib/distutils/tests/Setup.sample", + "Lib/distutils/tests/__init__.py", + "Lib/distutils/tests/includetest.rst", + "Lib/distutils/tests/support.py", + "Lib/distutils/tests/test_archive_util.py", + "Lib/distutils/tests/test_bdist.py", + "Lib/distutils/tests/test_bdist_dumb.py", + "Lib/distutils/tests/test_bdist_msi.py", + "Lib/distutils/tests/test_bdist_rpm.py", + "Lib/distutils/tests/test_bdist_wininst.py", + "Lib/distutils/tests/test_build.py", + "Lib/distutils/tests/test_build_clib.py", + "Lib/distutils/tests/test_build_ext.py", + "Lib/distutils/tests/test_build_py.py", + "Lib/distutils/tests/test_build_scripts.py", + "Lib/distutils/tests/test_check.py", + "Lib/distutils/tests/test_clean.py", + "Lib/distutils/tests/test_cmd.py", + "Lib/distutils/tests/test_config.py", + "Lib/distutils/tests/test_config_cmd.py", + "Lib/distutils/tests/test_core.py", + "Lib/distutils/tests/test_cygwinccompiler.py", + "Lib/distutils/tests/test_dep_util.py", + "Lib/distutils/tests/test_dir_util.py", + "Lib/distutils/tests/test_dist.py", + "Lib/distutils/tests/test_extension.py", + "Lib/distutils/tests/test_file_util.py", + "Lib/distutils/tests/test_filelist.py", + "Lib/distutils/tests/test_install.py", + "Lib/distutils/tests/test_install_data.py", + "Lib/distutils/tests/test_install_headers.py", + "Lib/distutils/tests/test_install_lib.py", + "Lib/distutils/tests/test_install_scripts.py", + "Lib/distutils/tests/test_log.py", + "Lib/distutils/tests/test_msvc9compiler.py", + "Lib/distutils/tests/test_msvccompiler.py", + "Lib/distutils/tests/test_register.py", + "Lib/distutils/tests/test_sdist.py", + "Lib/distutils/tests/test_spawn.py", + "Lib/distutils/tests/test_sysconfig.py", + "Lib/distutils/tests/test_text_file.py", + "Lib/distutils/tests/test_unixccompiler.py", + "Lib/distutils/tests/test_upload.py", + "Lib/distutils/tests/test_util.py", + "Lib/distutils/tests/test_version.py", + "Lib/distutils/tests/test_versionpredicate.py", + "Lib/distutils/text_file.py", + "Lib/distutils/unixccompiler.py", + "Lib/distutils/util.py", + "Lib/distutils/version.py", + "Lib/distutils/versionpredicate.py", + "Lib/doctest.py", + "Lib/email", + "Lib/email/__init__.py", + "Lib/email/_encoded_words.py", + "Lib/email/_header_value_parser.py", + "Lib/email/_parseaddr.py", + "Lib/email/_policybase.py", + "Lib/email/architecture.rst", + "Lib/email/base64mime.py", + "Lib/email/charset.py", + "Lib/email/contentmanager.py", + "Lib/email/encoders.py", + "Lib/email/errors.py", + "Lib/email/feedparser.py", + "Lib/email/generator.py", + "Lib/email/header.py", + "Lib/email/headerregistry.py", + "Lib/email/iterators.py", + "Lib/email/message.py", + "Lib/email/mime", + "Lib/email/mime/__init__.py", + "Lib/email/mime/application.py", + "Lib/email/mime/audio.py", + "Lib/email/mime/base.py", + "Lib/email/mime/image.py", + "Lib/email/mime/message.py", + "Lib/email/mime/multipart.py", + "Lib/email/mime/nonmultipart.py", + "Lib/email/mime/text.py", + "Lib/email/parser.py", + "Lib/email/policy.py", + "Lib/email/quoprimime.py", + "Lib/email/utils.py", + "Lib/encodings", + "Lib/encodings/__init__.py", + "Lib/encodings/aliases.py", + "Lib/encodings/ascii.py", + "Lib/encodings/base64_codec.py", + "Lib/encodings/big5.py", + "Lib/encodings/big5hkscs.py", + "Lib/encodings/bz2_codec.py", + "Lib/encodings/charmap.py", + "Lib/encodings/cp037.py", + "Lib/encodings/cp1006.py", + "Lib/encodings/cp1026.py", + "Lib/encodings/cp1125.py", + "Lib/encodings/cp1140.py", + "Lib/encodings/cp1250.py", + "Lib/encodings/cp1251.py", + "Lib/encodings/cp1252.py", + "Lib/encodings/cp1253.py", + "Lib/encodings/cp1254.py", + "Lib/encodings/cp1255.py", + "Lib/encodings/cp1256.py", + "Lib/encodings/cp1257.py", + "Lib/encodings/cp1258.py", + "Lib/encodings/cp273.py", + "Lib/encodings/cp424.py", + "Lib/encodings/cp437.py", + "Lib/encodings/cp500.py", + "Lib/encodings/cp720.py", + "Lib/encodings/cp737.py", + "Lib/encodings/cp775.py", + "Lib/encodings/cp850.py", + "Lib/encodings/cp852.py", + "Lib/encodings/cp855.py", + "Lib/encodings/cp856.py", + "Lib/encodings/cp857.py", + "Lib/encodings/cp858.py", + "Lib/encodings/cp860.py", + "Lib/encodings/cp861.py", + "Lib/encodings/cp862.py", + "Lib/encodings/cp863.py", + "Lib/encodings/cp864.py", + "Lib/encodings/cp865.py", + "Lib/encodings/cp866.py", + "Lib/encodings/cp869.py", + "Lib/encodings/cp874.py", + "Lib/encodings/cp875.py", + "Lib/encodings/cp932.py", + "Lib/encodings/cp949.py", + "Lib/encodings/cp950.py", + "Lib/encodings/euc_jis_2004.py", + "Lib/encodings/euc_jisx0213.py", + "Lib/encodings/euc_jp.py", + "Lib/encodings/euc_kr.py", + "Lib/encodings/gb18030.py", + "Lib/encodings/gb2312.py", + "Lib/encodings/gbk.py", + "Lib/encodings/hex_codec.py", + "Lib/encodings/hp_roman8.py", + "Lib/encodings/hz.py", + "Lib/encodings/idna.py", + "Lib/encodings/iso2022_jp.py", + "Lib/encodings/iso2022_jp_1.py", + "Lib/encodings/iso2022_jp_2.py", + "Lib/encodings/iso2022_jp_2004.py", + "Lib/encodings/iso2022_jp_3.py", + "Lib/encodings/iso2022_jp_ext.py", + "Lib/encodings/iso2022_kr.py", + "Lib/encodings/iso8859_1.py", + "Lib/encodings/iso8859_10.py", + "Lib/encodings/iso8859_11.py", + "Lib/encodings/iso8859_13.py", + "Lib/encodings/iso8859_14.py", + "Lib/encodings/iso8859_15.py", + "Lib/encodings/iso8859_16.py", + "Lib/encodings/iso8859_2.py", + "Lib/encodings/iso8859_3.py", + "Lib/encodings/iso8859_4.py", + "Lib/encodings/iso8859_5.py", + "Lib/encodings/iso8859_6.py", + "Lib/encodings/iso8859_7.py", + "Lib/encodings/iso8859_8.py", + "Lib/encodings/iso8859_9.py", + "Lib/encodings/johab.py", + "Lib/encodings/koi8_r.py", + "Lib/encodings/koi8_t.py", + "Lib/encodings/koi8_u.py", + "Lib/encodings/kz1048.py", + "Lib/encodings/latin_1.py", + "Lib/encodings/mac_arabic.py", + "Lib/encodings/mac_croatian.py", + "Lib/encodings/mac_cyrillic.py", + "Lib/encodings/mac_farsi.py", + "Lib/encodings/mac_greek.py", + "Lib/encodings/mac_iceland.py", + "Lib/encodings/mac_latin2.py", + "Lib/encodings/mac_roman.py", + "Lib/encodings/mac_romanian.py", + "Lib/encodings/mac_turkish.py", + "Lib/encodings/mbcs.py", + "Lib/encodings/oem.py", + "Lib/encodings/palmos.py", + "Lib/encodings/ptcp154.py", + "Lib/encodings/punycode.py", + "Lib/encodings/quopri_codec.py", + "Lib/encodings/raw_unicode_escape.py", + "Lib/encodings/rot_13.py", + "Lib/encodings/shift_jis.py", + "Lib/encodings/shift_jis_2004.py", + "Lib/encodings/shift_jisx0213.py", + "Lib/encodings/tis_620.py", + "Lib/encodings/undefined.py", + "Lib/encodings/unicode_escape.py", + "Lib/encodings/utf_16.py", + "Lib/encodings/utf_16_be.py", + "Lib/encodings/utf_16_le.py", + "Lib/encodings/utf_32.py", + "Lib/encodings/utf_32_be.py", + "Lib/encodings/utf_32_le.py", + "Lib/encodings/utf_7.py", + "Lib/encodings/utf_8.py", + "Lib/encodings/utf_8_sig.py", + "Lib/encodings/uu_codec.py", + "Lib/encodings/zlib_codec.py", + "Lib/ensurepip", + "Lib/ensurepip/__init__.py", + "Lib/ensurepip/__main__.py", + "Lib/ensurepip/_bundled", + "Lib/ensurepip/_bundled/__init__.py", + "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_uninstall.py", + "Lib/enum.py", + "Lib/filecmp.py", + "Lib/fileinput.py", + "Lib/fnmatch.py", + "Lib/formatter.py", + "Lib/fractions.py", + "Lib/ftplib.py", + "Lib/functools.py", + "Lib/genericpath.py", + "Lib/getopt.py", + "Lib/getpass.py", + "Lib/gettext.py", + "Lib/glob.py", + "Lib/graphlib.py", + "Lib/gzip.py", + "Lib/hashlib.py", + "Lib/heapq.py", + "Lib/hmac.py", + "Lib/html", + "Lib/html/__init__.py", + "Lib/html/entities.py", + "Lib/html/parser.py", + "Lib/http", + "Lib/http/__init__.py", + "Lib/http/client.py", + "Lib/http/cookiejar.py", + "Lib/http/cookies.py", + "Lib/http/server.py", + "Lib/idlelib", + "Lib/idlelib/CREDITS.txt", + "Lib/idlelib/ChangeLog", + "Lib/idlelib/HISTORY.txt", + "Lib/idlelib/Icons", + "Lib/idlelib/Icons/README.txt", + "Lib/idlelib/Icons/folder.gif", + "Lib/idlelib/Icons/idle.ico", + "Lib/idlelib/Icons/idle_16.gif", + "Lib/idlelib/Icons/idle_16.png", + "Lib/idlelib/Icons/idle_256.png", + "Lib/idlelib/Icons/idle_32.gif", + "Lib/idlelib/Icons/idle_32.png", + "Lib/idlelib/Icons/idle_48.gif", + "Lib/idlelib/Icons/idle_48.png", + "Lib/idlelib/Icons/minusnode.gif", + "Lib/idlelib/Icons/openfolder.gif", + "Lib/idlelib/Icons/plusnode.gif", + "Lib/idlelib/Icons/python.gif", + "Lib/idlelib/Icons/tk.gif", + "Lib/idlelib/NEWS.txt", + "Lib/idlelib/NEWS2x.txt", + "Lib/idlelib/README.txt", + "Lib/idlelib/TODO.txt", + "Lib/idlelib/__init__.py", + "Lib/idlelib/__main__.py", + "Lib/idlelib/autocomplete.py", + "Lib/idlelib/autocomplete_w.py", + "Lib/idlelib/autoexpand.py", + "Lib/idlelib/browser.py", + "Lib/idlelib/calltip.py", + "Lib/idlelib/calltip_w.py", + "Lib/idlelib/codecontext.py", + "Lib/idlelib/colorizer.py", + "Lib/idlelib/config-extensions.def", + "Lib/idlelib/config-highlight.def", + "Lib/idlelib/config-keys.def", + "Lib/idlelib/config-main.def", + "Lib/idlelib/config.py", + "Lib/idlelib/config_key.py", + "Lib/idlelib/configdialog.py", + "Lib/idlelib/debugger.py", + "Lib/idlelib/debugger_r.py", + "Lib/idlelib/debugobj.py", + "Lib/idlelib/debugobj_r.py", + "Lib/idlelib/delegator.py", + "Lib/idlelib/dynoption.py", + "Lib/idlelib/editor.py", + "Lib/idlelib/extend.txt", + "Lib/idlelib/filelist.py", + "Lib/idlelib/format.py", + "Lib/idlelib/grep.py", + "Lib/idlelib/help.html", + "Lib/idlelib/help.py", + "Lib/idlelib/help_about.py", + "Lib/idlelib/history.py", + "Lib/idlelib/hyperparser.py", + "Lib/idlelib/idle.bat", + "Lib/idlelib/idle.py", + "Lib/idlelib/idle.pyw", + "Lib/idlelib/idle_test", + "Lib/idlelib/idle_test/README.txt", + "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/htest.py", + "Lib/idlelib/idle_test/mock_idle.py", + "Lib/idlelib/idle_test/mock_tk.py", + "Lib/idlelib/idle_test/template.py", + "Lib/idlelib/idle_test/test_autocomplete.py", + "Lib/idlelib/idle_test/test_autocomplete_w.py", + "Lib/idlelib/idle_test/test_autoexpand.py", + "Lib/idlelib/idle_test/test_browser.py", + "Lib/idlelib/idle_test/test_calltip.py", + "Lib/idlelib/idle_test/test_calltip_w.py", + "Lib/idlelib/idle_test/test_codecontext.py", + "Lib/idlelib/idle_test/test_colorizer.py", + "Lib/idlelib/idle_test/test_config.py", + "Lib/idlelib/idle_test/test_config_key.py", + "Lib/idlelib/idle_test/test_configdialog.py", + "Lib/idlelib/idle_test/test_debugger.py", + "Lib/idlelib/idle_test/test_debugger_r.py", + "Lib/idlelib/idle_test/test_debugobj.py", + "Lib/idlelib/idle_test/test_debugobj_r.py", + "Lib/idlelib/idle_test/test_delegator.py", + "Lib/idlelib/idle_test/test_editmenu.py", + "Lib/idlelib/idle_test/test_editor.py", + "Lib/idlelib/idle_test/test_filelist.py", + "Lib/idlelib/idle_test/test_format.py", + "Lib/idlelib/idle_test/test_grep.py", + "Lib/idlelib/idle_test/test_help.py", + "Lib/idlelib/idle_test/test_help_about.py", + "Lib/idlelib/idle_test/test_history.py", + "Lib/idlelib/idle_test/test_hyperparser.py", + "Lib/idlelib/idle_test/test_iomenu.py", + "Lib/idlelib/idle_test/test_macosx.py", + "Lib/idlelib/idle_test/test_mainmenu.py", + "Lib/idlelib/idle_test/test_multicall.py", + "Lib/idlelib/idle_test/test_outwin.py", + "Lib/idlelib/idle_test/test_parenmatch.py", + "Lib/idlelib/idle_test/test_pathbrowser.py", + "Lib/idlelib/idle_test/test_percolator.py", + "Lib/idlelib/idle_test/test_pyparse.py", + "Lib/idlelib/idle_test/test_pyshell.py", + "Lib/idlelib/idle_test/test_query.py", + "Lib/idlelib/idle_test/test_redirector.py", + "Lib/idlelib/idle_test/test_replace.py", + "Lib/idlelib/idle_test/test_rpc.py", + "Lib/idlelib/idle_test/test_run.py", + "Lib/idlelib/idle_test/test_runscript.py", + "Lib/idlelib/idle_test/test_scrolledlist.py", + "Lib/idlelib/idle_test/test_search.py", + "Lib/idlelib/idle_test/test_searchbase.py", + "Lib/idlelib/idle_test/test_searchengine.py", + "Lib/idlelib/idle_test/test_sidebar.py", + "Lib/idlelib/idle_test/test_squeezer.py", + "Lib/idlelib/idle_test/test_stackviewer.py", + "Lib/idlelib/idle_test/test_statusbar.py", + "Lib/idlelib/idle_test/test_text.py", + "Lib/idlelib/idle_test/test_textview.py", + "Lib/idlelib/idle_test/test_tooltip.py", + "Lib/idlelib/idle_test/test_tree.py", + "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_warning.py", + "Lib/idlelib/idle_test/test_window.py", + "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/iomenu.py", + "Lib/idlelib/macosx.py", + "Lib/idlelib/mainmenu.py", + "Lib/idlelib/multicall.py", + "Lib/idlelib/outwin.py", + "Lib/idlelib/parenmatch.py", + "Lib/idlelib/pathbrowser.py", + "Lib/idlelib/percolator.py", + "Lib/idlelib/pyparse.py", + "Lib/idlelib/pyshell.py", + "Lib/idlelib/query.py", + "Lib/idlelib/redirector.py", + "Lib/idlelib/replace.py", + "Lib/idlelib/rpc.py", + "Lib/idlelib/run.py", + "Lib/idlelib/runscript.py", + "Lib/idlelib/scrolledlist.py", + "Lib/idlelib/search.py", + "Lib/idlelib/searchbase.py", + "Lib/idlelib/searchengine.py", + "Lib/idlelib/sidebar.py", + "Lib/idlelib/squeezer.py", + "Lib/idlelib/stackviewer.py", + "Lib/idlelib/statusbar.py", + "Lib/idlelib/textview.py", + "Lib/idlelib/tooltip.py", + "Lib/idlelib/tree.py", + "Lib/idlelib/undo.py", + "Lib/idlelib/window.py", + "Lib/idlelib/zoomheight.py", + "Lib/idlelib/zzdummy.py", + "Lib/imaplib.py", + "Lib/imghdr.py", + "Lib/imp.py", + "Lib/importlib", + "Lib/importlib/__init__.py", + "Lib/importlib/_bootstrap.py", + "Lib/importlib/_bootstrap_external.py", + "Lib/importlib/_common.py", + "Lib/importlib/abc.py", + "Lib/importlib/machinery.py", + "Lib/importlib/metadata.py", + "Lib/importlib/resources.py", + "Lib/importlib/util.py", + "Lib/inspect.py", + "Lib/io.py", + "Lib/ipaddress.py", + "Lib/json", + "Lib/json/__init__.py", + "Lib/json/decoder.py", + "Lib/json/encoder.py", + "Lib/json/scanner.py", + "Lib/json/tool.py", + "Lib/keyword.py", + "Lib/lib2to3", + "Lib/lib2to3/Grammar.txt", + "Lib/lib2to3/PatternGrammar.txt", + "Lib/lib2to3/__init__.py", + "Lib/lib2to3/__main__.py", + "Lib/lib2to3/btm_matcher.py", + "Lib/lib2to3/btm_utils.py", + "Lib/lib2to3/fixer_base.py", + "Lib/lib2to3/fixer_util.py", + "Lib/lib2to3/fixes", + "Lib/lib2to3/fixes/__init__.py", + "Lib/lib2to3/fixes/fix_apply.py", + "Lib/lib2to3/fixes/fix_asserts.py", + "Lib/lib2to3/fixes/fix_basestring.py", + "Lib/lib2to3/fixes/fix_buffer.py", + "Lib/lib2to3/fixes/fix_dict.py", + "Lib/lib2to3/fixes/fix_except.py", + "Lib/lib2to3/fixes/fix_exec.py", + "Lib/lib2to3/fixes/fix_execfile.py", + "Lib/lib2to3/fixes/fix_exitfunc.py", + "Lib/lib2to3/fixes/fix_filter.py", + "Lib/lib2to3/fixes/fix_funcattrs.py", + "Lib/lib2to3/fixes/fix_future.py", + "Lib/lib2to3/fixes/fix_getcwdu.py", + "Lib/lib2to3/fixes/fix_has_key.py", + "Lib/lib2to3/fixes/fix_idioms.py", + "Lib/lib2to3/fixes/fix_import.py", + "Lib/lib2to3/fixes/fix_imports.py", + "Lib/lib2to3/fixes/fix_imports2.py", + "Lib/lib2to3/fixes/fix_input.py", + "Lib/lib2to3/fixes/fix_intern.py", + "Lib/lib2to3/fixes/fix_isinstance.py", + "Lib/lib2to3/fixes/fix_itertools.py", + "Lib/lib2to3/fixes/fix_itertools_imports.py", + "Lib/lib2to3/fixes/fix_long.py", + "Lib/lib2to3/fixes/fix_map.py", + "Lib/lib2to3/fixes/fix_metaclass.py", + "Lib/lib2to3/fixes/fix_methodattrs.py", + "Lib/lib2to3/fixes/fix_ne.py", + "Lib/lib2to3/fixes/fix_next.py", + "Lib/lib2to3/fixes/fix_nonzero.py", + "Lib/lib2to3/fixes/fix_numliterals.py", + "Lib/lib2to3/fixes/fix_operator.py", + "Lib/lib2to3/fixes/fix_paren.py", + "Lib/lib2to3/fixes/fix_print.py", + "Lib/lib2to3/fixes/fix_raise.py", + "Lib/lib2to3/fixes/fix_raw_input.py", + "Lib/lib2to3/fixes/fix_reduce.py", + "Lib/lib2to3/fixes/fix_reload.py", + "Lib/lib2to3/fixes/fix_renames.py", + "Lib/lib2to3/fixes/fix_repr.py", + "Lib/lib2to3/fixes/fix_set_literal.py", + "Lib/lib2to3/fixes/fix_standarderror.py", + "Lib/lib2to3/fixes/fix_sys_exc.py", + "Lib/lib2to3/fixes/fix_throw.py", + "Lib/lib2to3/fixes/fix_tuple_params.py", + "Lib/lib2to3/fixes/fix_types.py", + "Lib/lib2to3/fixes/fix_unicode.py", + "Lib/lib2to3/fixes/fix_urllib.py", + "Lib/lib2to3/fixes/fix_ws_comma.py", + "Lib/lib2to3/fixes/fix_xrange.py", + "Lib/lib2to3/fixes/fix_xreadlines.py", + "Lib/lib2to3/fixes/fix_zip.py", + "Lib/lib2to3/main.py", + "Lib/lib2to3/patcomp.py", + "Lib/lib2to3/pgen2", + "Lib/lib2to3/pgen2/__init__.py", + "Lib/lib2to3/pgen2/conv.py", + "Lib/lib2to3/pgen2/driver.py", + "Lib/lib2to3/pgen2/grammar.py", + "Lib/lib2to3/pgen2/literals.py", + "Lib/lib2to3/pgen2/parse.py", + "Lib/lib2to3/pgen2/pgen.py", + "Lib/lib2to3/pgen2/token.py", + "Lib/lib2to3/pgen2/tokenize.py", + "Lib/lib2to3/pygram.py", + "Lib/lib2to3/pytree.py", + "Lib/lib2to3/refactor.py", + "Lib/lib2to3/tests", + "Lib/lib2to3/tests/__init__.py", + "Lib/lib2to3/tests/__main__.py", + "Lib/lib2to3/tests/data", + "Lib/lib2to3/tests/data/README", + "Lib/lib2to3/tests/data/bom.py", + "Lib/lib2to3/tests/data/crlf.py", + "Lib/lib2to3/tests/data/different_encoding.py", + "Lib/lib2to3/tests/data/false_encoding.py", + "Lib/lib2to3/tests/data/fixers", + "Lib/lib2to3/tests/data/fixers/bad_order.py", + "Lib/lib2to3/tests/data/fixers/myfixes", + "Lib/lib2to3/tests/data/fixers/myfixes/__init__.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py", + "Lib/lib2to3/tests/data/fixers/no_fixer_cls.py", + "Lib/lib2to3/tests/data/fixers/parrot_example.py", + "Lib/lib2to3/tests/data/infinite_recursion.py", + "Lib/lib2to3/tests/data/py2_test_grammar.py", + "Lib/lib2to3/tests/data/py3_test_grammar.py", + "Lib/lib2to3/tests/pytree_idempotency.py", + "Lib/lib2to3/tests/support.py", + "Lib/lib2to3/tests/test_all_fixers.py", + "Lib/lib2to3/tests/test_fixers.py", + "Lib/lib2to3/tests/test_main.py", + "Lib/lib2to3/tests/test_parser.py", + "Lib/lib2to3/tests/test_pytree.py", + "Lib/lib2to3/tests/test_refactor.py", + "Lib/lib2to3/tests/test_util.py", + "Lib/linecache.py", + "Lib/locale.py", + "Lib/logging", + "Lib/logging/__init__.py", + "Lib/logging/config.py", + "Lib/logging/handlers.py", + "Lib/lzma.py", + "Lib/mailbox.py", + "Lib/mailcap.py", + "Lib/mimetypes.py", + "Lib/modulefinder.py", + "Lib/msilib", + "Lib/msilib/__init__.py", + "Lib/msilib/schema.py", + "Lib/msilib/sequence.py", + "Lib/msilib/text.py", + "Lib/multiprocessing", + "Lib/multiprocessing/__init__.py", + "Lib/multiprocessing/connection.py", + "Lib/multiprocessing/context.py", + "Lib/multiprocessing/dummy", + "Lib/multiprocessing/dummy/__init__.py", + "Lib/multiprocessing/dummy/connection.py", + "Lib/multiprocessing/forkserver.py", + "Lib/multiprocessing/heap.py", + "Lib/multiprocessing/managers.py", + "Lib/multiprocessing/pool.py", + "Lib/multiprocessing/popen_fork.py", + "Lib/multiprocessing/popen_forkserver.py", + "Lib/multiprocessing/popen_spawn_posix.py", + "Lib/multiprocessing/popen_spawn_win32.py", + "Lib/multiprocessing/process.py", + "Lib/multiprocessing/queues.py", + "Lib/multiprocessing/reduction.py", + "Lib/multiprocessing/resource_sharer.py", + "Lib/multiprocessing/resource_tracker.py", + "Lib/multiprocessing/shared_memory.py", + "Lib/multiprocessing/sharedctypes.py", + "Lib/multiprocessing/spawn.py", + "Lib/multiprocessing/synchronize.py", + "Lib/multiprocessing/util.py", + "Lib/netrc.py", + "Lib/nntplib.py", + "Lib/ntpath.py", + "Lib/nturl2path.py", + "Lib/numbers.py", + "Lib/opcode.py", + "Lib/operator.py", + "Lib/optparse.py", + "Lib/os.py", + "Lib/pathlib.py", + "Lib/pdb.py", + "Lib/pickle.py", + "Lib/pickletools.py", + "Lib/pipes.py", + "Lib/pkgutil.py", + "Lib/platform.py", + "Lib/plistlib.py", + "Lib/poplib.py", + "Lib/posixpath.py", + "Lib/pprint.py", + "Lib/profile.py", + "Lib/pstats.py", + "Lib/pty.py", + "Lib/py_compile.py", + "Lib/pyclbr.py", + "Lib/pydoc.py", + "Lib/pydoc_data", + "Lib/pydoc_data/__init__.py", + "Lib/pydoc_data/_pydoc.css", + "Lib/pydoc_data/topics.py", + "Lib/queue.py", + "Lib/quopri.py", + "Lib/random.py", + "Lib/re.py", + "Lib/reprlib.py", + "Lib/rlcompleter.py", + "Lib/runpy.py", + "Lib/sched.py", + "Lib/secrets.py", + "Lib/selectors.py", + "Lib/shelve.py", + "Lib/shlex.py", + "Lib/shutil.py", + "Lib/signal.py", + "Lib/site-packages", + "Lib/site-packages/README.txt", + "Lib/site.py", + "Lib/smtpd.py", + "Lib/smtplib.py", + "Lib/sndhdr.py", + "Lib/socket.py", + "Lib/socketserver.py", + "Lib/sqlite3", + "Lib/sqlite3/__init__.py", + "Lib/sqlite3/dbapi2.py", + "Lib/sqlite3/dump.py", + "Lib/sqlite3/test", + "Lib/sqlite3/test/__init__.py", + "Lib/sqlite3/test/backup.py", + "Lib/sqlite3/test/dbapi.py", + "Lib/sqlite3/test/dump.py", + "Lib/sqlite3/test/factory.py", + "Lib/sqlite3/test/hooks.py", + "Lib/sqlite3/test/regression.py", + "Lib/sqlite3/test/transactions.py", + "Lib/sqlite3/test/types.py", + "Lib/sqlite3/test/userfunctions.py", + "Lib/sre_compile.py", + "Lib/sre_constants.py", + "Lib/sre_parse.py", + "Lib/ssl.py", + "Lib/stat.py", + "Lib/statistics.py", + "Lib/string.py", + "Lib/stringprep.py", + "Lib/struct.py", + "Lib/subprocess.py", + "Lib/sunau.py", + "Lib/symbol.py", + "Lib/symtable.py", + "Lib/sysconfig.py", + "Lib/tabnanny.py", + "Lib/tarfile.py", + "Lib/telnetlib.py", + "Lib/tempfile.py", + "Lib/test", + "Lib/test/Sine-1000Hz-300ms.aif", + "Lib/test/__init__.py", + "Lib/test/__main__.py", + "Lib/test/_test_multiprocessing.py", + "Lib/test/allsans.pem", + "Lib/test/ann_module.py", + "Lib/test/ann_module2.py", + "Lib/test/ann_module3.py", + "Lib/test/audiodata", + "Lib/test/audiodata/pluck-alaw.aifc", + "Lib/test/audiodata/pluck-pcm16.aiff", + "Lib/test/audiodata/pluck-pcm16.au", + "Lib/test/audiodata/pluck-pcm16.wav", + "Lib/test/audiodata/pluck-pcm24.aiff", + "Lib/test/audiodata/pluck-pcm24.au", + "Lib/test/audiodata/pluck-pcm24.wav", + "Lib/test/audiodata/pluck-pcm32.aiff", + "Lib/test/audiodata/pluck-pcm32.au", + "Lib/test/audiodata/pluck-pcm32.wav", + "Lib/test/audiodata/pluck-pcm8.aiff", + "Lib/test/audiodata/pluck-pcm8.au", + "Lib/test/audiodata/pluck-pcm8.wav", + "Lib/test/audiodata/pluck-ulaw.aifc", + "Lib/test/audiodata/pluck-ulaw.au", + "Lib/test/audiotest.au", + "Lib/test/audiotests.py", + "Lib/test/audit-tests.py", + "Lib/test/autotest.py", + "Lib/test/bad_coding.py", + "Lib/test/bad_coding2.py", + "Lib/test/bad_getattr.py", + "Lib/test/bad_getattr2.py", + "Lib/test/bad_getattr3.py", + "Lib/test/badcert.pem", + "Lib/test/badkey.pem", + "Lib/test/badsyntax_3131.py", + "Lib/test/badsyntax_future10.py", + "Lib/test/badsyntax_future3.py", + "Lib/test/badsyntax_future4.py", + "Lib/test/badsyntax_future5.py", + "Lib/test/badsyntax_future6.py", + "Lib/test/badsyntax_future7.py", + "Lib/test/badsyntax_future8.py", + "Lib/test/badsyntax_future9.py", + "Lib/test/badsyntax_pep3120.py", + "Lib/test/bisect_cmd.py", + "Lib/test/capath", + "Lib/test/capath/4e1295a3.0", + "Lib/test/capath/5ed36f99.0", + "Lib/test/capath/6e88d7b8.0", + "Lib/test/capath/99d0fa06.0", + "Lib/test/capath/b1930218.0", + "Lib/test/capath/ceff1710.0", + "Lib/test/cfgparser.1", + "Lib/test/cfgparser.2", + "Lib/test/cfgparser.3", + "Lib/test/cjkencodings", + "Lib/test/cjkencodings/big5-utf8.txt", + "Lib/test/cjkencodings/big5.txt", + "Lib/test/cjkencodings/big5hkscs-utf8.txt", + "Lib/test/cjkencodings/big5hkscs.txt", + "Lib/test/cjkencodings/cp949-utf8.txt", + "Lib/test/cjkencodings/cp949.txt", + "Lib/test/cjkencodings/euc_jisx0213-utf8.txt", + "Lib/test/cjkencodings/euc_jisx0213.txt", + "Lib/test/cjkencodings/euc_jp-utf8.txt", + "Lib/test/cjkencodings/euc_jp.txt", + "Lib/test/cjkencodings/euc_kr-utf8.txt", + "Lib/test/cjkencodings/euc_kr.txt", + "Lib/test/cjkencodings/gb18030-utf8.txt", + "Lib/test/cjkencodings/gb18030.txt", + "Lib/test/cjkencodings/gb2312-utf8.txt", + "Lib/test/cjkencodings/gb2312.txt", + "Lib/test/cjkencodings/gbk-utf8.txt", + "Lib/test/cjkencodings/gbk.txt", + "Lib/test/cjkencodings/hz-utf8.txt", + "Lib/test/cjkencodings/hz.txt", + "Lib/test/cjkencodings/iso2022_jp-utf8.txt", + "Lib/test/cjkencodings/iso2022_jp.txt", + "Lib/test/cjkencodings/iso2022_kr-utf8.txt", + "Lib/test/cjkencodings/iso2022_kr.txt", + "Lib/test/cjkencodings/johab-utf8.txt", + "Lib/test/cjkencodings/johab.txt", + "Lib/test/cjkencodings/shift_jis-utf8.txt", + "Lib/test/cjkencodings/shift_jis.txt", + "Lib/test/cjkencodings/shift_jisx0213-utf8.txt", + "Lib/test/cjkencodings/shift_jisx0213.txt", + "Lib/test/clinic.test", + "Lib/test/cmath_testcases.txt", + "Lib/test/coding20731.py", + "Lib/test/crashers", + "Lib/test/crashers/README", + "Lib/test/crashers/bogus_code_obj.py", + "Lib/test/crashers/gc_inspection.py", + "Lib/test/crashers/infinite_loop_re.py", + "Lib/test/crashers/mutation_inside_cyclegc.py", + "Lib/test/crashers/recursive_call.py", + "Lib/test/crashers/trace_at_recursion_limit.py", + "Lib/test/crashers/underlying_dict.py", + "Lib/test/curses_tests.py", + "Lib/test/data", + "Lib/test/data/README", + "Lib/test/dataclass_module_1.py", + "Lib/test/dataclass_module_1_str.py", + "Lib/test/dataclass_module_2.py", + "Lib/test/dataclass_module_2_str.py", + "Lib/test/dataclass_textanno.py", + "Lib/test/datetimetester.py", + "Lib/test/decimaltestdata", + "Lib/test/decimaltestdata/abs.decTest", + "Lib/test/decimaltestdata/add.decTest", + "Lib/test/decimaltestdata/and.decTest", + "Lib/test/decimaltestdata/base.decTest", + "Lib/test/decimaltestdata/clamp.decTest", + "Lib/test/decimaltestdata/class.decTest", + "Lib/test/decimaltestdata/compare.decTest", + "Lib/test/decimaltestdata/comparetotal.decTest", + "Lib/test/decimaltestdata/comparetotmag.decTest", + "Lib/test/decimaltestdata/copy.decTest", + "Lib/test/decimaltestdata/copyabs.decTest", + "Lib/test/decimaltestdata/copynegate.decTest", + "Lib/test/decimaltestdata/copysign.decTest", + "Lib/test/decimaltestdata/ddAbs.decTest", + "Lib/test/decimaltestdata/ddAdd.decTest", + "Lib/test/decimaltestdata/ddAnd.decTest", + "Lib/test/decimaltestdata/ddBase.decTest", + "Lib/test/decimaltestdata/ddCanonical.decTest", + "Lib/test/decimaltestdata/ddClass.decTest", + "Lib/test/decimaltestdata/ddCompare.decTest", + "Lib/test/decimaltestdata/ddCompareSig.decTest", + "Lib/test/decimaltestdata/ddCompareTotal.decTest", + "Lib/test/decimaltestdata/ddCompareTotalMag.decTest", + "Lib/test/decimaltestdata/ddCopy.decTest", + "Lib/test/decimaltestdata/ddCopyAbs.decTest", + "Lib/test/decimaltestdata/ddCopyNegate.decTest", + "Lib/test/decimaltestdata/ddCopySign.decTest", + "Lib/test/decimaltestdata/ddDivide.decTest", + "Lib/test/decimaltestdata/ddDivideInt.decTest", + "Lib/test/decimaltestdata/ddEncode.decTest", + "Lib/test/decimaltestdata/ddFMA.decTest", + "Lib/test/decimaltestdata/ddInvert.decTest", + "Lib/test/decimaltestdata/ddLogB.decTest", + "Lib/test/decimaltestdata/ddMax.decTest", + "Lib/test/decimaltestdata/ddMaxMag.decTest", + "Lib/test/decimaltestdata/ddMin.decTest", + "Lib/test/decimaltestdata/ddMinMag.decTest", + "Lib/test/decimaltestdata/ddMinus.decTest", + "Lib/test/decimaltestdata/ddMultiply.decTest", + "Lib/test/decimaltestdata/ddNextMinus.decTest", + "Lib/test/decimaltestdata/ddNextPlus.decTest", + "Lib/test/decimaltestdata/ddNextToward.decTest", + "Lib/test/decimaltestdata/ddOr.decTest", + "Lib/test/decimaltestdata/ddPlus.decTest", + "Lib/test/decimaltestdata/ddQuantize.decTest", + "Lib/test/decimaltestdata/ddReduce.decTest", + "Lib/test/decimaltestdata/ddRemainder.decTest", + "Lib/test/decimaltestdata/ddRemainderNear.decTest", + "Lib/test/decimaltestdata/ddRotate.decTest", + "Lib/test/decimaltestdata/ddSameQuantum.decTest", + "Lib/test/decimaltestdata/ddScaleB.decTest", + "Lib/test/decimaltestdata/ddShift.decTest", + "Lib/test/decimaltestdata/ddSubtract.decTest", + "Lib/test/decimaltestdata/ddToIntegral.decTest", + "Lib/test/decimaltestdata/ddXor.decTest", + "Lib/test/decimaltestdata/decDouble.decTest", + "Lib/test/decimaltestdata/decQuad.decTest", + "Lib/test/decimaltestdata/decSingle.decTest", + "Lib/test/decimaltestdata/divide.decTest", + "Lib/test/decimaltestdata/divideint.decTest", + "Lib/test/decimaltestdata/dqAbs.decTest", + "Lib/test/decimaltestdata/dqAdd.decTest", + "Lib/test/decimaltestdata/dqAnd.decTest", + "Lib/test/decimaltestdata/dqBase.decTest", + "Lib/test/decimaltestdata/dqCanonical.decTest", + "Lib/test/decimaltestdata/dqClass.decTest", + "Lib/test/decimaltestdata/dqCompare.decTest", + "Lib/test/decimaltestdata/dqCompareSig.decTest", + "Lib/test/decimaltestdata/dqCompareTotal.decTest", + "Lib/test/decimaltestdata/dqCompareTotalMag.decTest", + "Lib/test/decimaltestdata/dqCopy.decTest", + "Lib/test/decimaltestdata/dqCopyAbs.decTest", + "Lib/test/decimaltestdata/dqCopyNegate.decTest", + "Lib/test/decimaltestdata/dqCopySign.decTest", + "Lib/test/decimaltestdata/dqDivide.decTest", + "Lib/test/decimaltestdata/dqDivideInt.decTest", + "Lib/test/decimaltestdata/dqEncode.decTest", + "Lib/test/decimaltestdata/dqFMA.decTest", + "Lib/test/decimaltestdata/dqInvert.decTest", + "Lib/test/decimaltestdata/dqLogB.decTest", + "Lib/test/decimaltestdata/dqMax.decTest", + "Lib/test/decimaltestdata/dqMaxMag.decTest", + "Lib/test/decimaltestdata/dqMin.decTest", + "Lib/test/decimaltestdata/dqMinMag.decTest", + "Lib/test/decimaltestdata/dqMinus.decTest", + "Lib/test/decimaltestdata/dqMultiply.decTest", + "Lib/test/decimaltestdata/dqNextMinus.decTest", + "Lib/test/decimaltestdata/dqNextPlus.decTest", + "Lib/test/decimaltestdata/dqNextToward.decTest", + "Lib/test/decimaltestdata/dqOr.decTest", + "Lib/test/decimaltestdata/dqPlus.decTest", + "Lib/test/decimaltestdata/dqQuantize.decTest", + "Lib/test/decimaltestdata/dqReduce.decTest", + "Lib/test/decimaltestdata/dqRemainder.decTest", + "Lib/test/decimaltestdata/dqRemainderNear.decTest", + "Lib/test/decimaltestdata/dqRotate.decTest", + "Lib/test/decimaltestdata/dqSameQuantum.decTest", + "Lib/test/decimaltestdata/dqScaleB.decTest", + "Lib/test/decimaltestdata/dqShift.decTest", + "Lib/test/decimaltestdata/dqSubtract.decTest", + "Lib/test/decimaltestdata/dqToIntegral.decTest", + "Lib/test/decimaltestdata/dqXor.decTest", + "Lib/test/decimaltestdata/dsBase.decTest", + "Lib/test/decimaltestdata/dsEncode.decTest", + "Lib/test/decimaltestdata/exp.decTest", + "Lib/test/decimaltestdata/extra.decTest", + "Lib/test/decimaltestdata/fma.decTest", + "Lib/test/decimaltestdata/inexact.decTest", + "Lib/test/decimaltestdata/invert.decTest", + "Lib/test/decimaltestdata/ln.decTest", + "Lib/test/decimaltestdata/log10.decTest", + "Lib/test/decimaltestdata/logb.decTest", + "Lib/test/decimaltestdata/max.decTest", + "Lib/test/decimaltestdata/maxmag.decTest", + "Lib/test/decimaltestdata/min.decTest", + "Lib/test/decimaltestdata/minmag.decTest", + "Lib/test/decimaltestdata/minus.decTest", + "Lib/test/decimaltestdata/multiply.decTest", + "Lib/test/decimaltestdata/nextminus.decTest", + "Lib/test/decimaltestdata/nextplus.decTest", + "Lib/test/decimaltestdata/nexttoward.decTest", + "Lib/test/decimaltestdata/or.decTest", + "Lib/test/decimaltestdata/plus.decTest", + "Lib/test/decimaltestdata/power.decTest", + "Lib/test/decimaltestdata/powersqrt.decTest", + "Lib/test/decimaltestdata/quantize.decTest", + "Lib/test/decimaltestdata/randomBound32.decTest", + "Lib/test/decimaltestdata/randoms.decTest", + "Lib/test/decimaltestdata/reduce.decTest", + "Lib/test/decimaltestdata/remainder.decTest", + "Lib/test/decimaltestdata/remainderNear.decTest", + "Lib/test/decimaltestdata/rescale.decTest", + "Lib/test/decimaltestdata/rotate.decTest", + "Lib/test/decimaltestdata/rounding.decTest", + "Lib/test/decimaltestdata/samequantum.decTest", + "Lib/test/decimaltestdata/scaleb.decTest", + "Lib/test/decimaltestdata/shift.decTest", + "Lib/test/decimaltestdata/squareroot.decTest", + "Lib/test/decimaltestdata/subtract.decTest", + "Lib/test/decimaltestdata/testall.decTest", + "Lib/test/decimaltestdata/tointegral.decTest", + "Lib/test/decimaltestdata/tointegralx.decTest", + "Lib/test/decimaltestdata/xor.decTest", + "Lib/test/dis_module.py", + "Lib/test/doctest_aliases.py", + "Lib/test/double_const.py", + "Lib/test/dtracedata", + "Lib/test/dtracedata/assert_usable.d", + "Lib/test/dtracedata/assert_usable.stp", + "Lib/test/dtracedata/call_stack.d", + "Lib/test/dtracedata/call_stack.d.expected", + "Lib/test/dtracedata/call_stack.py", + "Lib/test/dtracedata/call_stack.stp", + "Lib/test/dtracedata/call_stack.stp.expected", + "Lib/test/dtracedata/gc.d", + "Lib/test/dtracedata/gc.d.expected", + "Lib/test/dtracedata/gc.py", + "Lib/test/dtracedata/gc.stp", + "Lib/test/dtracedata/gc.stp.expected", + "Lib/test/dtracedata/instance.py", + "Lib/test/dtracedata/line.d", + "Lib/test/dtracedata/line.d.expected", + "Lib/test/dtracedata/line.py", + "Lib/test/eintrdata", + "Lib/test/eintrdata/eintr_tester.py", + "Lib/test/empty.vbs", + "Lib/test/encoded_modules", + "Lib/test/encoded_modules/__init__.py", + "Lib/test/encoded_modules/module_iso_8859_1.py", + "Lib/test/encoded_modules/module_koi8_r.py", + "Lib/test/exception_hierarchy.txt", + "Lib/test/ffdh3072.pem", + "Lib/test/final_a.py", + "Lib/test/final_b.py", + "Lib/test/floating_points.txt", + "Lib/test/fork_wait.py", + "Lib/test/formatfloat_testcases.txt", + "Lib/test/future_test1.py", + "Lib/test/future_test2.py", + "Lib/test/gdb_sample.py", + "Lib/test/good_getattr.py", + "Lib/test/idnsans.pem", + "Lib/test/ieee754.txt", + "Lib/test/imghdrdata", + "Lib/test/imghdrdata/python.bmp", + "Lib/test/imghdrdata/python.exr", + "Lib/test/imghdrdata/python.gif", + "Lib/test/imghdrdata/python.jpg", + "Lib/test/imghdrdata/python.pbm", + "Lib/test/imghdrdata/python.pgm", + "Lib/test/imghdrdata/python.png", + "Lib/test/imghdrdata/python.ppm", + "Lib/test/imghdrdata/python.ras", + "Lib/test/imghdrdata/python.sgi", + "Lib/test/imghdrdata/python.tiff", + "Lib/test/imghdrdata/python.webp", + "Lib/test/imghdrdata/python.xbm", + "Lib/test/imp_dummy.py", + "Lib/test/inspect_fodder.py", + "Lib/test/inspect_fodder2.py", + "Lib/test/keycert.passwd.pem", + "Lib/test/keycert.pem", + "Lib/test/keycert2.pem", + "Lib/test/keycert3.pem", + "Lib/test/keycert4.pem", + "Lib/test/keycertecc.pem", + "Lib/test/leakers", + "Lib/test/leakers/README.txt", + "Lib/test/leakers/__init__.py", + "Lib/test/leakers/test_ctypes.py", + "Lib/test/leakers/test_selftype.py", + "Lib/test/libregrtest", + "Lib/test/libregrtest/__init__.py", + "Lib/test/libregrtest/cmdline.py", + "Lib/test/libregrtest/main.py", + "Lib/test/libregrtest/pgo.py", + "Lib/test/libregrtest/refleak.py", + "Lib/test/libregrtest/runtest.py", + "Lib/test/libregrtest/runtest_mp.py", + "Lib/test/libregrtest/save_env.py", + "Lib/test/libregrtest/setup.py", + "Lib/test/libregrtest/utils.py", + "Lib/test/libregrtest/win_utils.py", + "Lib/test/list_tests.py", + "Lib/test/lock_tests.py", + "Lib/test/mailcap.txt", + "Lib/test/make_ssl_certs.py", + "Lib/test/mapping_tests.py", + "Lib/test/math_testcases.txt", + "Lib/test/memory_watchdog.py", + "Lib/test/mime.types", + "Lib/test/mock_socket.py", + "Lib/test/mod_generics_cache.py", + "Lib/test/mp_fork_bomb.py", + "Lib/test/mp_preload.py", + "Lib/test/multibytecodec_support.py", + "Lib/test/nokia.pem", + "Lib/test/nullbytecert.pem", + "Lib/test/nullcert.pem", + "Lib/test/pickletester.py", + "Lib/test/profilee.py", + "Lib/test/pstats.pck", + "Lib/test/pycacert.pem", + "Lib/test/pycakey.pem", + "Lib/test/pyclbr_input.py", + "Lib/test/pydoc_mod.py", + "Lib/test/pydocfodder.py", + "Lib/test/pythoninfo.py", + "Lib/test/randv2_32.pck", + "Lib/test/randv2_64.pck", + "Lib/test/randv3.pck", + "Lib/test/re_tests.py", + "Lib/test/recursion.tar", + "Lib/test/regrtest.py", + "Lib/test/relimport.py", + "Lib/test/reperf.py", + "Lib/test/revocation.crl", + "Lib/test/sample_doctest.py", + "Lib/test/sample_doctest_no_docstrings.py", + "Lib/test/sample_doctest_no_doctests.py", + "Lib/test/secp384r1.pem", + "Lib/test/selfsigned_pythontestdotnet.pem", + "Lib/test/seq_tests.py", + "Lib/test/sgml_input.html", + "Lib/test/signalinterproctester.py", + "Lib/test/sndhdrdata", + "Lib/test/sndhdrdata/README", + "Lib/test/sndhdrdata/sndhdr.8svx", + "Lib/test/sndhdrdata/sndhdr.aifc", + "Lib/test/sndhdrdata/sndhdr.aiff", + "Lib/test/sndhdrdata/sndhdr.au", + "Lib/test/sndhdrdata/sndhdr.hcom", + "Lib/test/sndhdrdata/sndhdr.sndt", + "Lib/test/sndhdrdata/sndhdr.voc", + "Lib/test/sndhdrdata/sndhdr.wav", + "Lib/test/sortperf.py", + "Lib/test/ssl_cert.pem", + "Lib/test/ssl_key.passwd.pem", + "Lib/test/ssl_key.pem", + "Lib/test/ssl_servers.py", + "Lib/test/ssltests.py", + "Lib/test/string_tests.py", + "Lib/test/subprocessdata", + "Lib/test/subprocessdata/fd_status.py", + "Lib/test/subprocessdata/input_reader.py", + "Lib/test/subprocessdata/qcat.py", + "Lib/test/subprocessdata/qgrep.py", + "Lib/test/subprocessdata/sigchild_ignore.py", + "Lib/test/support", + "Lib/test/support/__init__.py", + "Lib/test/support/bytecode_helper.py", + "Lib/test/support/hashlib_helper.py", + "Lib/test/support/logging_helper.py", + "Lib/test/support/script_helper.py", + "Lib/test/support/socket_helper.py", + "Lib/test/support/testresult.py", + "Lib/test/talos-2019-0758.pem", + "Lib/test/test___all__.py", + "Lib/test/test___future__.py", + "Lib/test/test__locale.py", + "Lib/test/test__opcode.py", + "Lib/test/test__osx_support.py", + "Lib/test/test__xxsubinterpreters.py", + "Lib/test/test_abc.py", + "Lib/test/test_abstract_numbers.py", + "Lib/test/test_aifc.py", + "Lib/test/test_argparse.py", + "Lib/test/test_array.py", + "Lib/test/test_asdl_parser.py", + "Lib/test/test_ast.py", + "Lib/test/test_asyncgen.py", + "Lib/test/test_asynchat.py", + "Lib/test/test_asyncio", + "Lib/test/test_asyncio/__init__.py", + "Lib/test/test_asyncio/__main__.py", + "Lib/test/test_asyncio/echo.py", + "Lib/test/test_asyncio/echo2.py", + "Lib/test/test_asyncio/echo3.py", + "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_base_events.py", + "Lib/test/test_asyncio/test_buffered_proto.py", + "Lib/test/test_asyncio/test_context.py", + "Lib/test/test_asyncio/test_events.py", + "Lib/test/test_asyncio/test_futures.py", + "Lib/test/test_asyncio/test_futures2.py", + "Lib/test/test_asyncio/test_locks.py", + "Lib/test/test_asyncio/test_pep492.py", + "Lib/test/test_asyncio/test_proactor_events.py", + "Lib/test/test_asyncio/test_protocols.py", + "Lib/test/test_asyncio/test_queues.py", + "Lib/test/test_asyncio/test_runners.py", + "Lib/test/test_asyncio/test_selector_events.py", + "Lib/test/test_asyncio/test_sendfile.py", + "Lib/test/test_asyncio/test_server.py", + "Lib/test/test_asyncio/test_sock_lowlevel.py", + "Lib/test/test_asyncio/test_sslproto.py", + "Lib/test/test_asyncio/test_streams.py", + "Lib/test/test_asyncio/test_subprocess.py", + "Lib/test/test_asyncio/test_tasks.py", + "Lib/test/test_asyncio/test_threads.py", + "Lib/test/test_asyncio/test_transports.py", + "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_windows_events.py", + "Lib/test/test_asyncio/test_windows_utils.py", + "Lib/test/test_asyncio/utils.py", + "Lib/test/test_asyncore.py", + "Lib/test/test_atexit.py", + "Lib/test/test_audioop.py", + "Lib/test/test_audit.py", + "Lib/test/test_augassign.py", + "Lib/test/test_base64.py", + "Lib/test/test_baseexception.py", + "Lib/test/test_bdb.py", + "Lib/test/test_bigaddrspace.py", + "Lib/test/test_bigmem.py", + "Lib/test/test_binascii.py", + "Lib/test/test_binhex.py", + "Lib/test/test_binop.py", + "Lib/test/test_bisect.py", + "Lib/test/test_bool.py", + "Lib/test/test_buffer.py", + "Lib/test/test_bufio.py", + "Lib/test/test_builtin.py", + "Lib/test/test_bytes.py", + "Lib/test/test_bz2.py", + "Lib/test/test_c_locale_coercion.py", + "Lib/test/test_calendar.py", + "Lib/test/test_call.py", + "Lib/test/test_capi.py", + "Lib/test/test_cgi.py", + "Lib/test/test_cgitb.py", + "Lib/test/test_charmapcodec.py", + "Lib/test/test_check_c_globals.py", + "Lib/test/test_class.py", + "Lib/test/test_clinic.py", + "Lib/test/test_cmath.py", + "Lib/test/test_cmd.py", + "Lib/test/test_cmd_line.py", + "Lib/test/test_cmd_line_script.py", + "Lib/test/test_code.py", + "Lib/test/test_code_module.py", + "Lib/test/test_codeccallbacks.py", + "Lib/test/test_codecencodings_cn.py", + "Lib/test/test_codecencodings_hk.py", + "Lib/test/test_codecencodings_iso2022.py", + "Lib/test/test_codecencodings_jp.py", + "Lib/test/test_codecencodings_kr.py", + "Lib/test/test_codecencodings_tw.py", + "Lib/test/test_codecmaps_cn.py", + "Lib/test/test_codecmaps_hk.py", + "Lib/test/test_codecmaps_jp.py", + "Lib/test/test_codecmaps_kr.py", + "Lib/test/test_codecmaps_tw.py", + "Lib/test/test_codecs.py", + "Lib/test/test_codeop.py", + "Lib/test/test_collections.py", + "Lib/test/test_colorsys.py", + "Lib/test/test_compare.py", + "Lib/test/test_compile.py", + "Lib/test/test_compileall.py", + "Lib/test/test_complex.py", + "Lib/test/test_concurrent_futures.py", + "Lib/test/test_configparser.py", + "Lib/test/test_contains.py", + "Lib/test/test_context.py", + "Lib/test/test_contextlib.py", + "Lib/test/test_contextlib_async.py", + "Lib/test/test_copy.py", + "Lib/test/test_copyreg.py", + "Lib/test/test_coroutines.py", + "Lib/test/test_cprofile.py", + "Lib/test/test_crashers.py", + "Lib/test/test_crypt.py", + "Lib/test/test_csv.py", + "Lib/test/test_ctypes.py", + "Lib/test/test_curses.py", + "Lib/test/test_dataclasses.py", + "Lib/test/test_datetime.py", + "Lib/test/test_dbm.py", + "Lib/test/test_dbm_dumb.py", + "Lib/test/test_dbm_gnu.py", + "Lib/test/test_dbm_ndbm.py", + "Lib/test/test_decimal.py", + "Lib/test/test_decorators.py", + "Lib/test/test_defaultdict.py", + "Lib/test/test_deque.py", + "Lib/test/test_descr.py", + "Lib/test/test_descrtut.py", + "Lib/test/test_devpoll.py", + "Lib/test/test_dict.py", + "Lib/test/test_dict_version.py", + "Lib/test/test_dictcomps.py", + "Lib/test/test_dictviews.py", + "Lib/test/test_difflib.py", + "Lib/test/test_difflib_expect.html", + "Lib/test/test_dis.py", + "Lib/test/test_distutils.py", + "Lib/test/test_doctest.py", + "Lib/test/test_doctest.txt", + "Lib/test/test_doctest2.py", + "Lib/test/test_doctest2.txt", + "Lib/test/test_doctest3.txt", + "Lib/test/test_doctest4.txt", + "Lib/test/test_docxmlrpc.py", + "Lib/test/test_dtrace.py", + "Lib/test/test_dynamic.py", + "Lib/test/test_dynamicclassattribute.py", + "Lib/test/test_eintr.py", + "Lib/test/test_email", + "Lib/test/test_email/__init__.py", + "Lib/test/test_email/__main__.py", + "Lib/test/test_email/data", + "Lib/test/test_email/data/PyBanner048.gif", + "Lib/test/test_email/data/audiotest.au", + "Lib/test/test_email/data/msg_01.txt", + "Lib/test/test_email/data/msg_02.txt", + "Lib/test/test_email/data/msg_03.txt", + "Lib/test/test_email/data/msg_04.txt", + "Lib/test/test_email/data/msg_05.txt", + "Lib/test/test_email/data/msg_06.txt", + "Lib/test/test_email/data/msg_07.txt", + "Lib/test/test_email/data/msg_08.txt", + "Lib/test/test_email/data/msg_09.txt", + "Lib/test/test_email/data/msg_10.txt", + "Lib/test/test_email/data/msg_11.txt", + "Lib/test/test_email/data/msg_12.txt", + "Lib/test/test_email/data/msg_12a.txt", + "Lib/test/test_email/data/msg_13.txt", + "Lib/test/test_email/data/msg_14.txt", + "Lib/test/test_email/data/msg_15.txt", + "Lib/test/test_email/data/msg_16.txt", + "Lib/test/test_email/data/msg_17.txt", + "Lib/test/test_email/data/msg_18.txt", + "Lib/test/test_email/data/msg_19.txt", + "Lib/test/test_email/data/msg_20.txt", + "Lib/test/test_email/data/msg_21.txt", + "Lib/test/test_email/data/msg_22.txt", + "Lib/test/test_email/data/msg_23.txt", + "Lib/test/test_email/data/msg_24.txt", + "Lib/test/test_email/data/msg_25.txt", + "Lib/test/test_email/data/msg_26.txt", + "Lib/test/test_email/data/msg_27.txt", + "Lib/test/test_email/data/msg_28.txt", + "Lib/test/test_email/data/msg_29.txt", + "Lib/test/test_email/data/msg_30.txt", + "Lib/test/test_email/data/msg_31.txt", + "Lib/test/test_email/data/msg_32.txt", + "Lib/test/test_email/data/msg_33.txt", + "Lib/test/test_email/data/msg_34.txt", + "Lib/test/test_email/data/msg_35.txt", + "Lib/test/test_email/data/msg_36.txt", + "Lib/test/test_email/data/msg_37.txt", + "Lib/test/test_email/data/msg_38.txt", + "Lib/test/test_email/data/msg_39.txt", + "Lib/test/test_email/data/msg_40.txt", + "Lib/test/test_email/data/msg_41.txt", + "Lib/test/test_email/data/msg_42.txt", + "Lib/test/test_email/data/msg_43.txt", + "Lib/test/test_email/data/msg_44.txt", + "Lib/test/test_email/data/msg_45.txt", + "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/test__encoded_words.py", + "Lib/test/test_email/test__header_value_parser.py", + "Lib/test/test_email/test_asian_codecs.py", + "Lib/test/test_email/test_contentmanager.py", + "Lib/test/test_email/test_defect_handling.py", + "Lib/test/test_email/test_email.py", + "Lib/test/test_email/test_generator.py", + "Lib/test/test_email/test_headerregistry.py", + "Lib/test/test_email/test_inversion.py", + "Lib/test/test_email/test_message.py", + "Lib/test/test_email/test_parser.py", + "Lib/test/test_email/test_pickleable.py", + "Lib/test/test_email/test_policy.py", + "Lib/test/test_email/test_utils.py", + "Lib/test/test_email/torture_test.py", + "Lib/test/test_embed.py", + "Lib/test/test_ensurepip.py", + "Lib/test/test_enum.py", + "Lib/test/test_enumerate.py", + "Lib/test/test_eof.py", + "Lib/test/test_epoll.py", + "Lib/test/test_errno.py", + "Lib/test/test_exception_hierarchy.py", + "Lib/test/test_exception_variations.py", + "Lib/test/test_exceptions.py", + "Lib/test/test_extcall.py", + "Lib/test/test_faulthandler.py", + "Lib/test/test_fcntl.py", + "Lib/test/test_file.py", + "Lib/test/test_file_eintr.py", + "Lib/test/test_filecmp.py", + "Lib/test/test_fileinput.py", + "Lib/test/test_fileio.py", + "Lib/test/test_finalization.py", + "Lib/test/test_float.py", + "Lib/test/test_flufl.py", + "Lib/test/test_fnmatch.py", + "Lib/test/test_fork1.py", + "Lib/test/test_format.py", + "Lib/test/test_fractions.py", + "Lib/test/test_frame.py", + "Lib/test/test_frozen.py", + "Lib/test/test_fstring.py", + "Lib/test/test_ftplib.py", + "Lib/test/test_funcattrs.py", + "Lib/test/test_functools.py", + "Lib/test/test_future.py", + "Lib/test/test_future3.py", + "Lib/test/test_future4.py", + "Lib/test/test_future5.py", + "Lib/test/test_gc.py", + "Lib/test/test_gdb.py", + "Lib/test/test_generator_stop.py", + "Lib/test/test_generators.py", + "Lib/test/test_genericalias.py", + "Lib/test/test_genericclass.py", + "Lib/test/test_genericpath.py", + "Lib/test/test_genexps.py", + "Lib/test/test_getargs2.py", + "Lib/test/test_getopt.py", + "Lib/test/test_getpass.py", + "Lib/test/test_gettext.py", + "Lib/test/test_glob.py", + "Lib/test/test_global.py", + "Lib/test/test_grammar.py", + "Lib/test/test_graphlib.py", + "Lib/test/test_grp.py", + "Lib/test/test_gzip.py", + "Lib/test/test_hash.py", + "Lib/test/test_hashlib.py", + "Lib/test/test_heapq.py", + "Lib/test/test_hmac.py", + "Lib/test/test_html.py", + "Lib/test/test_htmlparser.py", + "Lib/test/test_http_cookiejar.py", + "Lib/test/test_http_cookies.py", + "Lib/test/test_httplib.py", + "Lib/test/test_httpservers.py", + "Lib/test/test_idle.py", + "Lib/test/test_imaplib.py", + "Lib/test/test_imghdr.py", + "Lib/test/test_imp.py", + "Lib/test/test_import", + "Lib/test/test_import/__init__.py", + "Lib/test/test_import/__main__.py", + "Lib/test/test_import/data", + "Lib/test/test_import/data/circular_imports", + "Lib/test/test_import/data/circular_imports/basic.py", + "Lib/test/test_import/data/circular_imports/basic2.py", + "Lib/test/test_import/data/circular_imports/binding.py", + "Lib/test/test_import/data/circular_imports/binding2.py", + "Lib/test/test_import/data/circular_imports/from_cycle1.py", + "Lib/test/test_import/data/circular_imports/from_cycle2.py", + "Lib/test/test_import/data/circular_imports/indirect.py", + "Lib/test/test_import/data/circular_imports/rebinding.py", + "Lib/test/test_import/data/circular_imports/rebinding2.py", + "Lib/test/test_import/data/circular_imports/source.py", + "Lib/test/test_import/data/circular_imports/subpackage.py", + "Lib/test/test_import/data/circular_imports/subpkg", + "Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", + "Lib/test/test_import/data/circular_imports/subpkg/util.py", + "Lib/test/test_import/data/circular_imports/use.py", + "Lib/test/test_import/data/circular_imports/util.py", + "Lib/test/test_import/data/package", + "Lib/test/test_import/data/package/__init__.py", + "Lib/test/test_import/data/package/submodule.py", + "Lib/test/test_import/data/package2", + "Lib/test/test_import/data/package2/submodule1.py", + "Lib/test/test_import/data/package2/submodule2.py", + "Lib/test/test_import/data/unwritable", + "Lib/test/test_import/data/unwritable/__init__.py", + "Lib/test/test_import/data/unwritable/x.py", + "Lib/test/test_importlib", + "Lib/test/test_importlib/__init__.py", + "Lib/test/test_importlib/__main__.py", + "Lib/test/test_importlib/abc.py", + "Lib/test/test_importlib/builtin", + "Lib/test/test_importlib/builtin/__init__.py", + "Lib/test/test_importlib/builtin/__main__.py", + "Lib/test/test_importlib/builtin/test_finder.py", + "Lib/test/test_importlib/builtin/test_loader.py", + "Lib/test/test_importlib/data", + "Lib/test/test_importlib/data/__init__.py", + "Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", + "Lib/test/test_importlib/data/example-21.12-py3.6.egg", + "Lib/test/test_importlib/data01", + "Lib/test/test_importlib/data01/__init__.py", + "Lib/test/test_importlib/data01/binary.file", + "Lib/test/test_importlib/data01/subdirectory", + "Lib/test/test_importlib/data01/subdirectory/__init__.py", + "Lib/test/test_importlib/data01/subdirectory/binary.file", + "Lib/test/test_importlib/data01/utf-16.file", + "Lib/test/test_importlib/data01/utf-8.file", + "Lib/test/test_importlib/data02", + "Lib/test/test_importlib/data02/__init__.py", + "Lib/test/test_importlib/data02/one", + "Lib/test/test_importlib/data02/one/__init__.py", + "Lib/test/test_importlib/data02/one/resource1.txt", + "Lib/test/test_importlib/data02/two", + "Lib/test/test_importlib/data02/two/__init__.py", + "Lib/test/test_importlib/data02/two/resource2.txt", + "Lib/test/test_importlib/data03", + "Lib/test/test_importlib/data03/__init__.py", + "Lib/test/test_importlib/data03/namespace", + "Lib/test/test_importlib/data03/namespace/portion1", + "Lib/test/test_importlib/data03/namespace/portion1/__init__.py", + "Lib/test/test_importlib/data03/namespace/portion2", + "Lib/test/test_importlib/data03/namespace/portion2/__init__.py", + "Lib/test/test_importlib/data03/namespace/resource1.txt", + "Lib/test/test_importlib/extension", + "Lib/test/test_importlib/extension/__init__.py", + "Lib/test/test_importlib/extension/__main__.py", + "Lib/test/test_importlib/extension/test_case_sensitivity.py", + "Lib/test/test_importlib/extension/test_finder.py", + "Lib/test/test_importlib/extension/test_loader.py", + "Lib/test/test_importlib/extension/test_path_hook.py", + "Lib/test/test_importlib/fixtures.py", + "Lib/test/test_importlib/frozen", + "Lib/test/test_importlib/frozen/__init__.py", + "Lib/test/test_importlib/frozen/__main__.py", + "Lib/test/test_importlib/frozen/test_finder.py", + "Lib/test/test_importlib/frozen/test_loader.py", + "Lib/test/test_importlib/import_", + "Lib/test/test_importlib/import_/__init__.py", + "Lib/test/test_importlib/import_/__main__.py", + "Lib/test/test_importlib/import_/test___loader__.py", + "Lib/test/test_importlib/import_/test___package__.py", + "Lib/test/test_importlib/import_/test_api.py", + "Lib/test/test_importlib/import_/test_caching.py", + "Lib/test/test_importlib/import_/test_fromlist.py", + "Lib/test/test_importlib/import_/test_meta_path.py", + "Lib/test/test_importlib/import_/test_packages.py", + "Lib/test/test_importlib/import_/test_path.py", + "Lib/test/test_importlib/import_/test_relative_imports.py", + "Lib/test/test_importlib/namespace_pkgs", + "Lib/test/test_importlib/namespace_pkgs/both_portions", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/missing_directory.zip", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty", + "Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion1", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion2", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/project1", + "Lib/test/test_importlib/namespace_pkgs/project1/parent", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py", + "Lib/test/test_importlib/namespace_pkgs/project2", + "Lib/test/test_importlib/namespace_pkgs/project2/parent", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py", + "Lib/test/test_importlib/namespace_pkgs/project3", + "Lib/test/test_importlib/namespace_pkgs/project3/parent", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", + "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/source", + "Lib/test/test_importlib/source/__init__.py", + "Lib/test/test_importlib/source/__main__.py", + "Lib/test/test_importlib/source/test_case_sensitivity.py", + "Lib/test/test_importlib/source/test_file_loader.py", + "Lib/test/test_importlib/source/test_finder.py", + "Lib/test/test_importlib/source/test_path_hook.py", + "Lib/test/test_importlib/source/test_source_encoding.py", + "Lib/test/test_importlib/stubs.py", + "Lib/test/test_importlib/test_abc.py", + "Lib/test/test_importlib/test_api.py", + "Lib/test/test_importlib/test_files.py", + "Lib/test/test_importlib/test_lazy.py", + "Lib/test/test_importlib/test_locks.py", + "Lib/test/test_importlib/test_main.py", + "Lib/test/test_importlib/test_metadata_api.py", + "Lib/test/test_importlib/test_namespace_pkgs.py", + "Lib/test/test_importlib/test_open.py", + "Lib/test/test_importlib/test_path.py", + "Lib/test/test_importlib/test_pkg_import.py", + "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_resource.py", + "Lib/test/test_importlib/test_spec.py", + "Lib/test/test_importlib/test_threaded_import.py", + "Lib/test/test_importlib/test_util.py", + "Lib/test/test_importlib/test_windows.py", + "Lib/test/test_importlib/test_zip.py", + "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/util.py", + "Lib/test/test_importlib/zipdata01", + "Lib/test/test_importlib/zipdata01/__init__.py", + "Lib/test/test_importlib/zipdata01/ziptestdata.zip", + "Lib/test/test_importlib/zipdata02", + "Lib/test/test_importlib/zipdata02/__init__.py", + "Lib/test/test_importlib/zipdata02/ziptestdata.zip", + "Lib/test/test_index.py", + "Lib/test/test_inspect.py", + "Lib/test/test_int.py", + "Lib/test/test_int_literal.py", + "Lib/test/test_io.py", + "Lib/test/test_ioctl.py", + "Lib/test/test_ipaddress.py", + "Lib/test/test_isinstance.py", + "Lib/test/test_iter.py", + "Lib/test/test_iterlen.py", + "Lib/test/test_itertools.py", + "Lib/test/test_json", + "Lib/test/test_json/__init__.py", + "Lib/test/test_json/__main__.py", + "Lib/test/test_json/test_decode.py", + "Lib/test/test_json/test_default.py", + "Lib/test/test_json/test_dump.py", + "Lib/test/test_json/test_encode_basestring_ascii.py", + "Lib/test/test_json/test_enum.py", + "Lib/test/test_json/test_fail.py", + "Lib/test/test_json/test_float.py", + "Lib/test/test_json/test_indent.py", + "Lib/test/test_json/test_pass1.py", + "Lib/test/test_json/test_pass2.py", + "Lib/test/test_json/test_pass3.py", + "Lib/test/test_json/test_recursion.py", + "Lib/test/test_json/test_scanstring.py", + "Lib/test/test_json/test_separators.py", + "Lib/test/test_json/test_speedups.py", + "Lib/test/test_json/test_tool.py", + "Lib/test/test_json/test_unicode.py", + "Lib/test/test_keyword.py", + "Lib/test/test_keywordonlyarg.py", + "Lib/test/test_kqueue.py", + "Lib/test/test_largefile.py", + "Lib/test/test_lib2to3.py", + "Lib/test/test_linecache.py", + "Lib/test/test_list.py", + "Lib/test/test_listcomps.py", + "Lib/test/test_lltrace.py", + "Lib/test/test_locale.py", + "Lib/test/test_logging.py", + "Lib/test/test_long.py", + "Lib/test/test_longexp.py", + "Lib/test/test_lzma.py", + "Lib/test/test_mailbox.py", + "Lib/test/test_mailcap.py", + "Lib/test/test_marshal.py", + "Lib/test/test_math.py", + "Lib/test/test_memoryio.py", + "Lib/test/test_memoryview.py", + "Lib/test/test_metaclass.py", + "Lib/test/test_mimetypes.py", + "Lib/test/test_minidom.py", + "Lib/test/test_mmap.py", + "Lib/test/test_module.py", + "Lib/test/test_modulefinder.py", + "Lib/test/test_msilib.py", + "Lib/test/test_multibytecodec.py", + "Lib/test/test_multiprocessing_fork.py", + "Lib/test/test_multiprocessing_forkserver.py", + "Lib/test/test_multiprocessing_main_handling.py", + "Lib/test/test_multiprocessing_spawn.py", + "Lib/test/test_named_expressions.py", + "Lib/test/test_netrc.py", + "Lib/test/test_nis.py", + "Lib/test/test_nntplib.py", + "Lib/test/test_ntpath.py", + "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcodes.py", + "Lib/test/test_openpty.py", + "Lib/test/test_operator.py", + "Lib/test/test_optparse.py", + "Lib/test/test_ordered_dict.py", + "Lib/test/test_os.py", + "Lib/test/test_ossaudiodev.py", + "Lib/test/test_osx_env.py", + "Lib/test/test_parser.py", + "Lib/test/test_pathlib.py", + "Lib/test/test_pdb.py", + "Lib/test/test_peepholer.py", + "Lib/test/test_peg_generator", + "Lib/test/test_peg_generator/__init__.py", + "Lib/test/test_peg_generator/__main__.py", + "Lib/test/test_peg_generator/test_c_parser.py", + "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_peg_parser.py", + "Lib/test/test_pickle.py", + "Lib/test/test_picklebuffer.py", + "Lib/test/test_pickletools.py", + "Lib/test/test_pipes.py", + "Lib/test/test_pkg.py", + "Lib/test/test_pkgutil.py", + "Lib/test/test_platform.py", + "Lib/test/test_plistlib.py", + "Lib/test/test_poll.py", + "Lib/test/test_popen.py", + "Lib/test/test_poplib.py", + "Lib/test/test_positional_only_arg.py", + "Lib/test/test_posix.py", + "Lib/test/test_posixpath.py", + "Lib/test/test_pow.py", + "Lib/test/test_pprint.py", + "Lib/test/test_print.py", + "Lib/test/test_profile.py", + "Lib/test/test_property.py", + "Lib/test/test_pstats.py", + "Lib/test/test_pty.py", + "Lib/test/test_pulldom.py", + "Lib/test/test_pwd.py", + "Lib/test/test_py_compile.py", + "Lib/test/test_pyclbr.py", + "Lib/test/test_pydoc.py", + "Lib/test/test_pyexpat.py", + "Lib/test/test_queue.py", + "Lib/test/test_quopri.py", + "Lib/test/test_raise.py", + "Lib/test/test_random.py", + "Lib/test/test_range.py", + "Lib/test/test_re.py", + "Lib/test/test_readline.py", + "Lib/test/test_regrtest.py", + "Lib/test/test_repl.py", + "Lib/test/test_reprlib.py", + "Lib/test/test_resource.py", + "Lib/test/test_richcmp.py", + "Lib/test/test_rlcompleter.py", + "Lib/test/test_robotparser.py", + "Lib/test/test_runpy.py", + "Lib/test/test_sax.py", + "Lib/test/test_sched.py", + "Lib/test/test_scope.py", + "Lib/test/test_script_helper.py", + "Lib/test/test_secrets.py", + "Lib/test/test_select.py", + "Lib/test/test_selectors.py", + "Lib/test/test_set.py", + "Lib/test/test_setcomps.py", + "Lib/test/test_shelve.py", + "Lib/test/test_shlex.py", + "Lib/test/test_shutil.py", + "Lib/test/test_signal.py", + "Lib/test/test_site.py", + "Lib/test/test_slice.py", + "Lib/test/test_smtpd.py", + "Lib/test/test_smtplib.py", + "Lib/test/test_smtpnet.py", + "Lib/test/test_sndhdr.py", + "Lib/test/test_socket.py", + "Lib/test/test_socketserver.py", + "Lib/test/test_sort.py", + "Lib/test/test_source_encoding.py", + "Lib/test/test_spwd.py", + "Lib/test/test_sqlite.py", + "Lib/test/test_ssl.py", + "Lib/test/test_startfile.py", + "Lib/test/test_stat.py", + "Lib/test/test_statistics.py", + "Lib/test/test_strftime.py", + "Lib/test/test_string.py", + "Lib/test/test_string_literals.py", + "Lib/test/test_stringprep.py", + "Lib/test/test_strptime.py", + "Lib/test/test_strtod.py", + "Lib/test/test_struct.py", + "Lib/test/test_structmembers.py", + "Lib/test/test_structseq.py", + "Lib/test/test_subclassinit.py", + "Lib/test/test_subprocess.py", + "Lib/test/test_sunau.py", + "Lib/test/test_sundry.py", + "Lib/test/test_super.py", + "Lib/test/test_support.py", + "Lib/test/test_symbol.py", + "Lib/test/test_symtable.py", + "Lib/test/test_syntax.py", + "Lib/test/test_sys.py", + "Lib/test/test_sys_setprofile.py", + "Lib/test/test_sys_settrace.py", + "Lib/test/test_sysconfig.py", + "Lib/test/test_syslog.py", + "Lib/test/test_tabnanny.py", + "Lib/test/test_tarfile.py", + "Lib/test/test_tcl.py", + "Lib/test/test_telnetlib.py", + "Lib/test/test_tempfile.py", + "Lib/test/test_textwrap.py", + "Lib/test/test_thread.py", + "Lib/test/test_threadedtempfile.py", + "Lib/test/test_threading.py", + "Lib/test/test_threading_local.py", + "Lib/test/test_threadsignals.py", + "Lib/test/test_time.py", + "Lib/test/test_timeit.py", + "Lib/test/test_timeout.py", + "Lib/test/test_tix.py", + "Lib/test/test_tk.py", + "Lib/test/test_tokenize.py", + "Lib/test/test_tools", + "Lib/test/test_tools/__init__.py", + "Lib/test/test_tools/__main__.py", + "Lib/test/test_tools/test_c_analyzer", + "Lib/test/test_tools/test_c_analyzer/__init__.py", + "Lib/test/test_tools/test_c_analyzer/__main__.py", + "Lib/test/test_tools/test_c_analyzer/test_common", + "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython", + "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", + "Lib/test/test_tools/test_c_analyzer/test_parser", + "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols", + "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables", + "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", + "Lib/test/test_tools/test_c_analyzer/util.py", + "Lib/test/test_tools/test_fixcid.py", + "Lib/test/test_tools/test_gprof2html.py", + "Lib/test/test_tools/test_i18n.py", + "Lib/test/test_tools/test_lll.py", + "Lib/test/test_tools/test_md5sum.py", + "Lib/test/test_tools/test_pathfix.py", + "Lib/test/test_tools/test_pdeps.py", + "Lib/test/test_tools/test_pindent.py", + "Lib/test/test_tools/test_reindent.py", + "Lib/test/test_tools/test_sundry.py", + "Lib/test/test_trace.py", + "Lib/test/test_traceback.py", + "Lib/test/test_tracemalloc.py", + "Lib/test/test_ttk_guionly.py", + "Lib/test/test_ttk_textonly.py", + "Lib/test/test_tuple.py", + "Lib/test/test_turtle.py", + "Lib/test/test_type_comments.py", + "Lib/test/test_typechecks.py", + "Lib/test/test_types.py", + "Lib/test/test_typing.py", + "Lib/test/test_ucn.py", + "Lib/test/test_unary.py", + "Lib/test/test_unicode.py", + "Lib/test/test_unicode_file.py", + "Lib/test/test_unicode_file_functions.py", + "Lib/test/test_unicode_identifiers.py", + "Lib/test/test_unicodedata.py", + "Lib/test/test_unittest.py", + "Lib/test/test_univnewlines.py", + "Lib/test/test_unpack.py", + "Lib/test/test_unpack_ex.py", + "Lib/test/test_unparse.py", + "Lib/test/test_urllib.py", + "Lib/test/test_urllib2.py", + "Lib/test/test_urllib2_localnet.py", + "Lib/test/test_urllib2net.py", + "Lib/test/test_urllib_response.py", + "Lib/test/test_urllibnet.py", + "Lib/test/test_urlparse.py", + "Lib/test/test_userdict.py", + "Lib/test/test_userlist.py", + "Lib/test/test_userstring.py", + "Lib/test/test_utf8_mode.py", + "Lib/test/test_utf8source.py", + "Lib/test/test_uu.py", + "Lib/test/test_uuid.py", + "Lib/test/test_venv.py", + "Lib/test/test_wait3.py", + "Lib/test/test_wait4.py", + "Lib/test/test_warnings", + "Lib/test/test_warnings/__init__.py", + "Lib/test/test_warnings/__main__.py", + "Lib/test/test_warnings/data", + "Lib/test/test_warnings/data/import_warning.py", + "Lib/test/test_warnings/data/stacklevel.py", + "Lib/test/test_wave.py", + "Lib/test/test_weakref.py", + "Lib/test/test_weakset.py", + "Lib/test/test_webbrowser.py", + "Lib/test/test_winconsoleio.py", + "Lib/test/test_winreg.py", + "Lib/test/test_winsound.py", + "Lib/test/test_with.py", + "Lib/test/test_wsgiref.py", + "Lib/test/test_xdrlib.py", + "Lib/test/test_xml_dom_minicompat.py", + "Lib/test/test_xml_etree.py", + "Lib/test/test_xml_etree_c.py", + "Lib/test/test_xmlrpc.py", + "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxtestfuzz.py", + "Lib/test/test_yield_from.py", + "Lib/test/test_zipapp.py", + "Lib/test/test_zipfile.py", + "Lib/test/test_zipfile64.py", + "Lib/test/test_zipimport.py", + "Lib/test/test_zipimport_support.py", + "Lib/test/test_zlib.py", + "Lib/test/test_zoneinfo", + "Lib/test/test_zoneinfo/__init__.py", + "Lib/test/test_zoneinfo/__main__.py", + "Lib/test/test_zoneinfo/_support.py", + "Lib/test/test_zoneinfo/data", + "Lib/test/test_zoneinfo/data/update_test_data.py", + "Lib/test/test_zoneinfo/data/zoneinfo_data.json", + "Lib/test/test_zoneinfo/test_zoneinfo.py", + "Lib/test/testcodec.py", + "Lib/test/testtar.tar", + "Lib/test/tf_inherit_check.py", + "Lib/test/time_hashlib.py", + "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests.txt", + "Lib/test/tracedmodules", + "Lib/test/tracedmodules/__init__.py", + "Lib/test/tracedmodules/testmod.py", + "Lib/test/win_console_handler.py", + "Lib/test/xmltestdata", + "Lib/test/xmltestdata/c14n-20", + "Lib/test/xmltestdata/c14n-20/README", + "Lib/test/xmltestdata/c14n-20/c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/doc.dtd", + "Lib/test/xmltestdata/c14n-20/doc.xsl", + "Lib/test/xmltestdata/c14n-20/inC14N1.xml", + "Lib/test/xmltestdata/c14n-20/inC14N2.xml", + "Lib/test/xmltestdata/c14n-20/inC14N3.xml", + "Lib/test/xmltestdata/c14n-20/inC14N4.xml", + "Lib/test/xmltestdata/c14n-20/inC14N5.xml", + "Lib/test/xmltestdata/c14n-20/inC14N6.xml", + "Lib/test/xmltestdata/c14n-20/inNsContent.xml", + "Lib/test/xmltestdata/c14n-20/inNsDefault.xml", + "Lib/test/xmltestdata/c14n-20/inNsPushdown.xml", + "Lib/test/xmltestdata/c14n-20/inNsRedecl.xml", + "Lib/test/xmltestdata/c14n-20/inNsSort.xml", + "Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml", + "Lib/test/xmltestdata/c14n-20/inNsXml.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/world.txt", + "Lib/test/xmltestdata/expat224_utf8_bug.xml", + "Lib/test/xmltestdata/simple-ns.xml", + "Lib/test/xmltestdata/simple.xml", + "Lib/test/xmltestdata/test.xml", + "Lib/test/xmltestdata/test.xml.out", + "Lib/test/xmltests.py", + "Lib/test/zip_cp437_header.zip", + "Lib/test/zipdir.zip", + "Lib/test/ziptestdata", + "Lib/test/ziptestdata/README.md", + "Lib/test/ziptestdata/exe_with_z64", + "Lib/test/ziptestdata/exe_with_zip", + "Lib/test/ziptestdata/header.sh", + "Lib/test/ziptestdata/testdata_module_inside_zip.py", + "Lib/textwrap.py", + "Lib/this.py", + "Lib/threading.py", + "Lib/timeit.py", + "Lib/tkinter", + "Lib/tkinter/__init__.py", + "Lib/tkinter/__main__.py", + "Lib/tkinter/colorchooser.py", + "Lib/tkinter/commondialog.py", + "Lib/tkinter/constants.py", + "Lib/tkinter/dialog.py", + "Lib/tkinter/dnd.py", + "Lib/tkinter/filedialog.py", + "Lib/tkinter/font.py", + "Lib/tkinter/messagebox.py", + "Lib/tkinter/scrolledtext.py", + "Lib/tkinter/simpledialog.py", + "Lib/tkinter/test", + "Lib/tkinter/test/README", + "Lib/tkinter/test/__init__.py", + "Lib/tkinter/test/runtktests.py", + "Lib/tkinter/test/support.py", + "Lib/tkinter/test/test_tkinter", + "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_font.py", + "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", + "Lib/tkinter/test/test_tkinter/test_images.py", + "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_text.py", + "Lib/tkinter/test/test_tkinter/test_variables.py", + "Lib/tkinter/test/test_tkinter/test_widgets.py", + "Lib/tkinter/test/test_ttk", + "Lib/tkinter/test/test_ttk/__init__.py", + "Lib/tkinter/test/test_ttk/test_extensions.py", + "Lib/tkinter/test/test_ttk/test_functions.py", + "Lib/tkinter/test/test_ttk/test_style.py", + "Lib/tkinter/test/test_ttk/test_widgets.py", + "Lib/tkinter/test/widget_tests.py", + "Lib/tkinter/tix.py", + "Lib/tkinter/ttk.py", + "Lib/token.py", + "Lib/tokenize.py", + "Lib/trace.py", + "Lib/traceback.py", + "Lib/tracemalloc.py", + "Lib/tty.py", + "Lib/turtle.py", + "Lib/turtledemo", + "Lib/turtledemo/__init__.py", + "Lib/turtledemo/__main__.py", + "Lib/turtledemo/bytedesign.py", + "Lib/turtledemo/chaos.py", + "Lib/turtledemo/clock.py", + "Lib/turtledemo/colormixer.py", + "Lib/turtledemo/forest.py", + "Lib/turtledemo/fractalcurves.py", + "Lib/turtledemo/lindenmayer.py", + "Lib/turtledemo/minimal_hanoi.py", + "Lib/turtledemo/nim.py", + "Lib/turtledemo/paint.py", + "Lib/turtledemo/peace.py", + "Lib/turtledemo/penrose.py", + "Lib/turtledemo/planet_and_moon.py", + "Lib/turtledemo/rosette.py", + "Lib/turtledemo/round_dance.py", + "Lib/turtledemo/sorting_animate.py", + "Lib/turtledemo/tree.py", + "Lib/turtledemo/turtle.cfg", + "Lib/turtledemo/two_canvases.py", + "Lib/turtledemo/yinyang.py", + "Lib/types.py", + "Lib/typing.py", + "Lib/unittest", + "Lib/unittest/__init__.py", + "Lib/unittest/__main__.py", + "Lib/unittest/_log.py", + "Lib/unittest/async_case.py", + "Lib/unittest/case.py", + "Lib/unittest/loader.py", + "Lib/unittest/main.py", + "Lib/unittest/mock.py", + "Lib/unittest/result.py", + "Lib/unittest/runner.py", + "Lib/unittest/signals.py", + "Lib/unittest/suite.py", + "Lib/unittest/test", + "Lib/unittest/test/__init__.py", + "Lib/unittest/test/__main__.py", + "Lib/unittest/test/_test_warnings.py", + "Lib/unittest/test/dummy.py", + "Lib/unittest/test/support.py", + "Lib/unittest/test/test_assertions.py", + "Lib/unittest/test/test_async_case.py", + "Lib/unittest/test/test_break.py", + "Lib/unittest/test/test_case.py", + "Lib/unittest/test/test_discovery.py", + "Lib/unittest/test/test_functiontestcase.py", + "Lib/unittest/test/test_loader.py", + "Lib/unittest/test/test_program.py", + "Lib/unittest/test/test_result.py", + "Lib/unittest/test/test_runner.py", + "Lib/unittest/test/test_setups.py", + "Lib/unittest/test/test_skipping.py", + "Lib/unittest/test/test_suite.py", + "Lib/unittest/test/testmock", + "Lib/unittest/test/testmock/__init__.py", + "Lib/unittest/test/testmock/__main__.py", + "Lib/unittest/test/testmock/support.py", + "Lib/unittest/test/testmock/testasync.py", + "Lib/unittest/test/testmock/testcallable.py", + "Lib/unittest/test/testmock/testhelpers.py", + "Lib/unittest/test/testmock/testmagicmethods.py", + "Lib/unittest/test/testmock/testmock.py", + "Lib/unittest/test/testmock/testpatch.py", + "Lib/unittest/test/testmock/testsealable.py", + "Lib/unittest/test/testmock/testsentinel.py", + "Lib/unittest/test/testmock/testwith.py", + "Lib/unittest/util.py", + "Lib/urllib", + "Lib/urllib/__init__.py", + "Lib/urllib/error.py", + "Lib/urllib/parse.py", + "Lib/urllib/request.py", + "Lib/urllib/response.py", + "Lib/urllib/robotparser.py", + "Lib/uu.py", + "Lib/uuid.py", + "Lib/venv", + "Lib/venv/__init__.py", + "Lib/venv/__main__.py", + "Lib/venv/scripts", + "Lib/venv/scripts/common", + "Lib/venv/scripts/common/Activate.ps1", + "Lib/venv/scripts/common/activate", + "Lib/venv/scripts/nt", + "Lib/venv/scripts/nt/activate.bat", + "Lib/venv/scripts/nt/deactivate.bat", + "Lib/venv/scripts/posix", + "Lib/venv/scripts/posix/activate.csh", + "Lib/venv/scripts/posix/activate.fish", + "Lib/warnings.py", + "Lib/wave.py", + "Lib/weakref.py", + "Lib/webbrowser.py", + "Lib/wsgiref", + "Lib/wsgiref/__init__.py", + "Lib/wsgiref/handlers.py", + "Lib/wsgiref/headers.py", + "Lib/wsgiref/simple_server.py", + "Lib/wsgiref/util.py", + "Lib/wsgiref/validate.py", + "Lib/xdrlib.py", + "Lib/xml", + "Lib/xml/__init__.py", + "Lib/xml/dom", + "Lib/xml/dom/NodeFilter.py", + "Lib/xml/dom/__init__.py", + "Lib/xml/dom/domreg.py", + "Lib/xml/dom/expatbuilder.py", + "Lib/xml/dom/minicompat.py", + "Lib/xml/dom/minidom.py", + "Lib/xml/dom/pulldom.py", + "Lib/xml/dom/xmlbuilder.py", + "Lib/xml/etree", + "Lib/xml/etree/ElementInclude.py", + "Lib/xml/etree/ElementPath.py", + "Lib/xml/etree/ElementTree.py", + "Lib/xml/etree/__init__.py", + "Lib/xml/etree/cElementTree.py", + "Lib/xml/parsers", + "Lib/xml/parsers/__init__.py", + "Lib/xml/parsers/expat.py", + "Lib/xml/sax", + "Lib/xml/sax/__init__.py", + "Lib/xml/sax/_exceptions.py", + "Lib/xml/sax/expatreader.py", + "Lib/xml/sax/handler.py", + "Lib/xml/sax/saxutils.py", + "Lib/xml/sax/xmlreader.py", + "Lib/xmlrpc", + "Lib/xmlrpc/__init__.py", + "Lib/xmlrpc/client.py", + "Lib/xmlrpc/server.py", + "Lib/zipapp.py", + "Lib/zipfile.py", + "Lib/zipimport.py", + "Lib/zoneinfo", + "Lib/zoneinfo/__init__.py", + "Lib/zoneinfo/_common.py", + "Lib/zoneinfo/_tzpath.py", + "Lib/zoneinfo/_zoneinfo.py", + "Mac", + "Mac/BuildScript", + "Mac/BuildScript/README.rst", + "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/openssl-mac-arm64.patch", + "Mac/BuildScript/resources", + "Mac/BuildScript/resources/Conclusion.rtf", + "Mac/BuildScript/resources/License.rtf", + "Mac/BuildScript/resources/ReadMe.rtf", + "Mac/BuildScript/resources/Welcome.rtf", + "Mac/BuildScript/resources/background.jpg", + "Mac/BuildScript/resources/install_certificates.command", + "Mac/BuildScript/scripts", + "Mac/BuildScript/scripts/postflight.documentation", + "Mac/BuildScript/scripts/postflight.ensurepip", + "Mac/BuildScript/scripts/postflight.framework", + "Mac/BuildScript/scripts/postflight.patch-profile", + "Mac/BuildScript/seticon.m", + "Mac/BuildScript/tk868_on_10_8_10_9.patch", + "Mac/Extras.install.py", + "Mac/IDLE", + "Mac/IDLE/IDLE.app", + "Mac/IDLE/IDLE.app/Contents", + "Mac/IDLE/IDLE.app/Contents/Info.plist", + "Mac/IDLE/IDLE.app/Contents/MacOS", + "Mac/IDLE/IDLE.app/Contents/MacOS/IDLE", + "Mac/IDLE/IDLE.app/Contents/PkgInfo", + "Mac/IDLE/IDLE.app/Contents/Resources", + "Mac/IDLE/IDLE.app/Contents/Resources/IDLE.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonCompiled.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonSource.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py", + "Mac/Icons", + "Mac/Icons/Disk Image.icns", + "Mac/Icons/IDLE.icns", + "Mac/Icons/Python Folder.icns", + "Mac/Icons/PythonCompiled.icns", + "Mac/Icons/PythonLauncher.icns", + "Mac/Icons/PythonSource.icns", + "Mac/Icons/ReadMe.txt", + "Mac/Makefile.in", + "Mac/PythonLauncher", + "Mac/PythonLauncher/English.lproj", + "Mac/PythonLauncher/English.lproj/Credits.rtf", + "Mac/PythonLauncher/English.lproj/MainMenu.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib", + "Mac/PythonLauncher/FileSettings.h", + "Mac/PythonLauncher/FileSettings.m", + "Mac/PythonLauncher/Info.plist.in", + "Mac/PythonLauncher/Makefile.in", + "Mac/PythonLauncher/MyAppDelegate.h", + "Mac/PythonLauncher/MyAppDelegate.m", + "Mac/PythonLauncher/MyDocument.h", + "Mac/PythonLauncher/MyDocument.m", + "Mac/PythonLauncher/PreferencesWindowController.h", + "Mac/PythonLauncher/PreferencesWindowController.m", + "Mac/PythonLauncher/doscript.h", + "Mac/PythonLauncher/doscript.m", + "Mac/PythonLauncher/factorySettings.plist", + "Mac/PythonLauncher/main.m", + "Mac/README.rst", + "Mac/Resources", + "Mac/Resources/app", + "Mac/Resources/app/Info.plist.in", + "Mac/Resources/app/PkgInfo", + "Mac/Resources/app/Resources", + "Mac/Resources/app/Resources/PythonApplet.icns", + "Mac/Resources/app/Resources/PythonInterpreter.icns", + "Mac/Resources/framework", + "Mac/Resources/framework/Info.plist.in", + "Mac/Resources/iconsrc", + "Mac/Resources/iconsrc/IDE.psd", + "Mac/Resources/iconsrc/PackageManager.psd", + "Mac/Resources/iconsrc/PythonApplet.psd", + "Mac/Resources/iconsrc/PythonCompiled.psd", + "Mac/Resources/iconsrc/PythonIcon.psd", + "Mac/Resources/iconsrc/PythonSource.psd", + "Mac/Resources/iconsrc/PythonWSource.psd", + "Mac/Tools", + "Mac/Tools/plistlib_generate_testdata.py", + "Mac/Tools/pythonw.c", + "Makefile.pre.in", + "Misc", + "Misc/ACKS", + "Misc/HISTORY", + "Misc/NEWS.d", + "Misc/NEWS.d/3.5.0.rst", + "Misc/NEWS.d/3.5.0a1.rst", + "Misc/NEWS.d/3.5.0a2.rst", + "Misc/NEWS.d/3.5.0a3.rst", + "Misc/NEWS.d/3.5.0a4.rst", + "Misc/NEWS.d/3.5.0b1.rst", + "Misc/NEWS.d/3.5.0b2.rst", + "Misc/NEWS.d/3.5.0b3.rst", + "Misc/NEWS.d/3.5.0b4.rst", + "Misc/NEWS.d/3.5.0rc1.rst", + "Misc/NEWS.d/3.5.0rc2.rst", + "Misc/NEWS.d/3.5.0rc3.rst", + "Misc/NEWS.d/3.5.0rc4.rst", + "Misc/NEWS.d/3.5.1.rst", + "Misc/NEWS.d/3.5.1rc1.rst", + "Misc/NEWS.d/3.5.2.rst", + "Misc/NEWS.d/3.5.2rc1.rst", + "Misc/NEWS.d/3.5.3.rst", + "Misc/NEWS.d/3.5.3rc1.rst", + "Misc/NEWS.d/3.5.4.rst", + "Misc/NEWS.d/3.5.4rc1.rst", + "Misc/NEWS.d/3.5.5.rst", + "Misc/NEWS.d/3.5.5rc1.rst", + "Misc/NEWS.d/3.6.0.rst", + "Misc/NEWS.d/3.6.0a1.rst", + "Misc/NEWS.d/3.6.0a2.rst", + "Misc/NEWS.d/3.6.0a3.rst", + "Misc/NEWS.d/3.6.0a4.rst", + "Misc/NEWS.d/3.6.0b1.rst", + "Misc/NEWS.d/3.6.0b2.rst", + "Misc/NEWS.d/3.6.0b3.rst", + "Misc/NEWS.d/3.6.0b4.rst", + "Misc/NEWS.d/3.6.0rc1.rst", + "Misc/NEWS.d/3.6.0rc2.rst", + "Misc/NEWS.d/3.6.1.rst", + "Misc/NEWS.d/3.6.1rc1.rst", + "Misc/NEWS.d/3.6.2.rst", + "Misc/NEWS.d/3.6.2rc1.rst", + "Misc/NEWS.d/3.6.2rc2.rst", + "Misc/NEWS.d/3.6.3.rst", + "Misc/NEWS.d/3.6.3rc1.rst", + "Misc/NEWS.d/3.6.4.rst", + "Misc/NEWS.d/3.6.4rc1.rst", + "Misc/NEWS.d/3.6.5.rst", + "Misc/NEWS.d/3.6.5rc1.rst", + "Misc/NEWS.d/3.6.6.rst", + "Misc/NEWS.d/3.6.6rc1.rst", + "Misc/NEWS.d/3.7.0.rst", + "Misc/NEWS.d/3.7.0a1.rst", + "Misc/NEWS.d/3.7.0a2.rst", + "Misc/NEWS.d/3.7.0a3.rst", + "Misc/NEWS.d/3.7.0a4.rst", + "Misc/NEWS.d/3.7.0b1.rst", + "Misc/NEWS.d/3.7.0b2.rst", + "Misc/NEWS.d/3.7.0b3.rst", + "Misc/NEWS.d/3.7.0b4.rst", + "Misc/NEWS.d/3.7.0b5.rst", + "Misc/NEWS.d/3.7.0rc1.rst", + "Misc/NEWS.d/3.8.0a1.rst", + "Misc/NEWS.d/3.8.0a2.rst", + "Misc/NEWS.d/3.8.0a3.rst", + "Misc/NEWS.d/3.8.0a4.rst", + "Misc/NEWS.d/3.8.0b1.rst", + "Misc/NEWS.d/3.9.0.rst", + "Misc/NEWS.d/3.9.0a1.rst", + "Misc/NEWS.d/3.9.0a2.rst", + "Misc/NEWS.d/3.9.0a3.rst", + "Misc/NEWS.d/3.9.0a4.rst", + "Misc/NEWS.d/3.9.0a5.rst", + "Misc/NEWS.d/3.9.0a6.rst", + "Misc/NEWS.d/3.9.0b1.rst", + "Misc/NEWS.d/3.9.0b2.rst", + "Misc/NEWS.d/3.9.0b3.rst", + "Misc/NEWS.d/3.9.0b4.rst", + "Misc/NEWS.d/3.9.0b5.rst", + "Misc/NEWS.d/3.9.0rc1.rst", + "Misc/NEWS.d/3.9.0rc2.rst", + "Misc/NEWS.d/3.9.1.rst", + "Misc/NEWS.d/3.9.1rc1.rst", + "Misc/NEWS.d/next", + "Misc/NEWS.d/next/Build", + "Misc/NEWS.d/next/Build/README.rst", + "Misc/NEWS.d/next/C API", + "Misc/NEWS.d/next/C API/README.rst", + "Misc/NEWS.d/next/Core and Builtins", + "Misc/NEWS.d/next/Core and Builtins/README.rst", + "Misc/NEWS.d/next/Documentation", + "Misc/NEWS.d/next/Documentation/README.rst", + "Misc/NEWS.d/next/IDLE", + "Misc/NEWS.d/next/IDLE/README.rst", + "Misc/NEWS.d/next/Library", + "Misc/NEWS.d/next/Library/README.rst", + "Misc/NEWS.d/next/Security", + "Misc/NEWS.d/next/Security/README.rst", + "Misc/NEWS.d/next/Tests", + "Misc/NEWS.d/next/Tests/README.rst", + "Misc/NEWS.d/next/Tools-Demos", + "Misc/NEWS.d/next/Tools-Demos/README.rst", + "Misc/NEWS.d/next/Windows", + "Misc/NEWS.d/next/Windows/README.rst", + "Misc/NEWS.d/next/macOS", + "Misc/NEWS.d/next/macOS/README.rst", + "Misc/Porting", + "Misc/README", + "Misc/README.AIX", + "Misc/README.coverity", + "Misc/README.valgrind", + "Misc/SpecialBuilds.txt", + "Misc/coverity_model.c", + "Misc/gdbinit", + "Misc/indent.pro", + "Misc/python-config.in", + "Misc/python-config.sh.in", + "Misc/python-embed.pc.in", + "Misc/python-wing3.wpr", + "Misc/python-wing4.wpr", + "Misc/python-wing5.wpr", + "Misc/python.man", + "Misc/python.pc.in", + "Misc/requirements-test.txt", + "Misc/svnmap.txt", + "Misc/valgrind-python.supp", + "Misc/vgrindefs", + "Modules", + "Modules/README", + "Modules/Setup", + "Modules/_abc.c", + "Modules/_asynciomodule.c", + "Modules/_bisectmodule.c", + "Modules/_blake2", + "Modules/_blake2/blake2b2s.py", + "Modules/_blake2/blake2b_impl.c", + "Modules/_blake2/blake2module.c", + "Modules/_blake2/blake2ns.h", + "Modules/_blake2/blake2s_impl.c", + "Modules/_blake2/clinic", + "Modules/_blake2/clinic/blake2b_impl.c.h", + "Modules/_blake2/clinic/blake2s_impl.c.h", + "Modules/_blake2/impl", + "Modules/_blake2/impl/blake2-config.h", + "Modules/_blake2/impl/blake2-dispatch.c", + "Modules/_blake2/impl/blake2-impl.h", + "Modules/_blake2/impl/blake2-kat.h", + "Modules/_blake2/impl/blake2.h", + "Modules/_blake2/impl/blake2b-load-sse2.h", + "Modules/_blake2/impl/blake2b-load-sse41.h", + "Modules/_blake2/impl/blake2b-ref.c", + "Modules/_blake2/impl/blake2b-round.h", + "Modules/_blake2/impl/blake2b-test.c", + "Modules/_blake2/impl/blake2b.c", + "Modules/_blake2/impl/blake2bp-test.c", + "Modules/_blake2/impl/blake2bp.c", + "Modules/_blake2/impl/blake2s-load-sse2.h", + "Modules/_blake2/impl/blake2s-load-sse41.h", + "Modules/_blake2/impl/blake2s-load-xop.h", + "Modules/_blake2/impl/blake2s-ref.c", + "Modules/_blake2/impl/blake2s-round.h", + "Modules/_blake2/impl/blake2s-test.c", + "Modules/_blake2/impl/blake2s.c", + "Modules/_blake2/impl/blake2sp-test.c", + "Modules/_blake2/impl/blake2sp.c", + "Modules/_bz2module.c", + "Modules/_codecsmodule.c", + "Modules/_collectionsmodule.c", + "Modules/_contextvarsmodule.c", + "Modules/_cryptmodule.c", + "Modules/_csv.c", + "Modules/_ctypes", + "Modules/_ctypes/_ctypes.c", + "Modules/_ctypes/_ctypes_test.c", + "Modules/_ctypes/_ctypes_test.h", + "Modules/_ctypes/callbacks.c", + "Modules/_ctypes/callproc.c", + "Modules/_ctypes/cfield.c", + "Modules/_ctypes/ctypes.h", + "Modules/_ctypes/ctypes_dlfcn.h", + "Modules/_ctypes/darwin", + "Modules/_ctypes/darwin/LICENSE", + "Modules/_ctypes/darwin/README", + "Modules/_ctypes/darwin/README.ctypes", + "Modules/_ctypes/darwin/dlfcn.h", + "Modules/_ctypes/darwin/dlfcn_simple.c", + "Modules/_ctypes/libffi_osx", + "Modules/_ctypes/libffi_osx/LICENSE", + "Modules/_ctypes/libffi_osx/README", + "Modules/_ctypes/libffi_osx/README.pyobjc", + "Modules/_ctypes/libffi_osx/ffi.c", + "Modules/_ctypes/libffi_osx/include", + "Modules/_ctypes/libffi_osx/include/ffi.h", + "Modules/_ctypes/libffi_osx/include/ffi_common.h", + "Modules/_ctypes/libffi_osx/include/fficonfig.h", + "Modules/_ctypes/libffi_osx/include/ffitarget.h", + "Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h", + "Modules/_ctypes/libffi_osx/include/x86-ffitarget.h", + "Modules/_ctypes/libffi_osx/powerpc", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c", + "Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S", + "Modules/_ctypes/libffi_osx/types.c", + "Modules/_ctypes/libffi_osx/x86", + "Modules/_ctypes/libffi_osx/x86/darwin64.S", + "Modules/_ctypes/libffi_osx/x86/x86-darwin.S", + "Modules/_ctypes/libffi_osx/x86/x86-ffi64.c", + "Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c", + "Modules/_ctypes/malloc_closure.c", + "Modules/_ctypes/stgdict.c", + "Modules/_curses_panel.c", + "Modules/_cursesmodule.c", + "Modules/_datetimemodule.c", + "Modules/_dbmmodule.c", + "Modules/_decimal", + "Modules/_decimal/README.txt", + "Modules/_decimal/_decimal.c", + "Modules/_decimal/docstrings.h", + "Modules/_decimal/libmpdec", + "Modules/_decimal/libmpdec/README.txt", + "Modules/_decimal/libmpdec/basearith.c", + "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bits.h", + "Modules/_decimal/libmpdec/constants.c", + "Modules/_decimal/libmpdec/constants.h", + "Modules/_decimal/libmpdec/context.c", + "Modules/_decimal/libmpdec/convolute.c", + "Modules/_decimal/libmpdec/convolute.h", + "Modules/_decimal/libmpdec/crt.c", + "Modules/_decimal/libmpdec/crt.h", + "Modules/_decimal/libmpdec/difradix2.c", + "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/fnt.c", + "Modules/_decimal/libmpdec/fnt.h", + "Modules/_decimal/libmpdec/fourstep.c", + "Modules/_decimal/libmpdec/fourstep.h", + "Modules/_decimal/libmpdec/io.c", + "Modules/_decimal/libmpdec/io.h", + "Modules/_decimal/libmpdec/literature", + "Modules/_decimal/libmpdec/literature/REFERENCES.txt", + "Modules/_decimal/libmpdec/literature/bignum.txt", + "Modules/_decimal/libmpdec/literature/fnt.py", + "Modules/_decimal/libmpdec/literature/matrix-transform.txt", + "Modules/_decimal/libmpdec/literature/mulmod-64.txt", + "Modules/_decimal/libmpdec/literature/mulmod-ppro.txt", + "Modules/_decimal/libmpdec/literature/six-step.txt", + "Modules/_decimal/libmpdec/literature/umodarith.lisp", + "Modules/_decimal/libmpdec/mpalloc.c", + "Modules/_decimal/libmpdec/mpalloc.h", + "Modules/_decimal/libmpdec/mpdecimal.c", + "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/numbertheory.c", + "Modules/_decimal/libmpdec/numbertheory.h", + "Modules/_decimal/libmpdec/sixstep.c", + "Modules/_decimal/libmpdec/sixstep.h", + "Modules/_decimal/libmpdec/transpose.c", + "Modules/_decimal/libmpdec/transpose.h", + "Modules/_decimal/libmpdec/typearith.h", + "Modules/_decimal/libmpdec/umodarith.h", + "Modules/_decimal/libmpdec/vccompat.h", + "Modules/_decimal/libmpdec/vcdiv64.asm", + "Modules/_decimal/tests", + "Modules/_decimal/tests/README.txt", + "Modules/_decimal/tests/bench.py", + "Modules/_decimal/tests/bignum.py", + "Modules/_decimal/tests/deccheck.py", + "Modules/_decimal/tests/formathelper.py", + "Modules/_decimal/tests/randdec.py", + "Modules/_decimal/tests/randfloat.py", + "Modules/_decimal/tests/runall-memorydebugger.sh", + "Modules/_decimal/tests/runall.bat", + "Modules/_elementtree.c", + "Modules/_functoolsmodule.c", + "Modules/_gdbmmodule.c", + "Modules/_hashopenssl.c", + "Modules/_heapqmodule.c", + "Modules/_io", + "Modules/_io/_iomodule.c", + "Modules/_io/_iomodule.h", + "Modules/_io/bufferedio.c", + "Modules/_io/bytesio.c", + "Modules/_io/clinic", + "Modules/_io/clinic/_iomodule.c.h", + "Modules/_io/clinic/bufferedio.c.h", + "Modules/_io/clinic/bytesio.c.h", + "Modules/_io/clinic/fileio.c.h", + "Modules/_io/clinic/iobase.c.h", + "Modules/_io/clinic/stringio.c.h", + "Modules/_io/clinic/textio.c.h", + "Modules/_io/clinic/winconsoleio.c.h", + "Modules/_io/fileio.c", + "Modules/_io/iobase.c", + "Modules/_io/stringio.c", + "Modules/_io/textio.c", + "Modules/_io/winconsoleio.c", + "Modules/_json.c", + "Modules/_localemodule.c", + "Modules/_lsprof.c", + "Modules/_lzmamodule.c", + "Modules/_math.c", + "Modules/_math.h", + "Modules/_multiprocessing", + "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/multiprocessing.c", + "Modules/_multiprocessing/multiprocessing.h", + "Modules/_multiprocessing/posixshmem.c", + "Modules/_multiprocessing/semaphore.c", + "Modules/_opcode.c", + "Modules/_operator.c", + "Modules/_peg_parser.c", + "Modules/_pickle.c", + "Modules/_posixsubprocess.c", + "Modules/_queuemodule.c", + "Modules/_randommodule.c", + "Modules/_scproxy.c", + "Modules/_sha3", + "Modules/_sha3/README.txt", + "Modules/_sha3/cleanup.py", + "Modules/_sha3/clinic", + "Modules/_sha3/clinic/sha3module.c.h", + "Modules/_sha3/kcp", + "Modules/_sha3/kcp/KeccakHash.c", + "Modules/_sha3/kcp/KeccakHash.h", + "Modules/_sha3/kcp/KeccakP-1600-64.macros", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP.h", + "Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c", + "Modules/_sha3/kcp/KeccakP-1600-opt64-config.h", + "Modules/_sha3/kcp/KeccakP-1600-opt64.c", + "Modules/_sha3/kcp/KeccakP-1600-unrolling.macros", + "Modules/_sha3/kcp/KeccakSponge.c", + "Modules/_sha3/kcp/KeccakSponge.h", + "Modules/_sha3/kcp/KeccakSponge.inc", + "Modules/_sha3/kcp/PlSnP-Fallback.inc", + "Modules/_sha3/kcp/SnP-Relaned.h", + "Modules/_sha3/kcp/align.h", + "Modules/_sha3/sha3module.c", + "Modules/_sqlite", + "Modules/_sqlite/cache.c", + "Modules/_sqlite/cache.h", + "Modules/_sqlite/connection.c", + "Modules/_sqlite/connection.h", + "Modules/_sqlite/cursor.c", + "Modules/_sqlite/cursor.h", + "Modules/_sqlite/microprotocols.c", + "Modules/_sqlite/microprotocols.h", + "Modules/_sqlite/module.c", + "Modules/_sqlite/module.h", + "Modules/_sqlite/prepare_protocol.c", + "Modules/_sqlite/prepare_protocol.h", + "Modules/_sqlite/row.c", + "Modules/_sqlite/row.h", + "Modules/_sqlite/statement.c", + "Modules/_sqlite/statement.h", + "Modules/_sqlite/util.c", + "Modules/_sqlite/util.h", + "Modules/_sre.c", + "Modules/_ssl.c", + "Modules/_ssl", + "Modules/_ssl/debughelpers.c", + "Modules/_ssl_data.h", + "Modules/_stat.c", + "Modules/_statisticsmodule.c", + "Modules/_struct.c", + "Modules/_testbuffer.c", + "Modules/_testcapimodule.c", + "Modules/_testimportmultiple.c", + "Modules/_testinternalcapi.c", + "Modules/_testmultiphase.c", + "Modules/_threadmodule.c", + "Modules/_tkinter.c", + "Modules/_tracemalloc.c", + "Modules/_uuidmodule.c", + "Modules/_weakref.c", + "Modules/_winapi.c", + "Modules/_xxsubinterpretersmodule.c", + "Modules/_xxtestfuzz", + "Modules/_xxtestfuzz/README.rst", + "Modules/_xxtestfuzz/_xxtestfuzz.c", + "Modules/_xxtestfuzz/dictionaries", + "Modules/_xxtestfuzz/dictionaries/fuzz_json_loads.dict", + "Modules/_xxtestfuzz/dictionaries/fuzz_sre_compile.dict", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus/test.csv", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_array.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_object.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass1.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass2.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass3.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/simple_array.json", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/anchor_links", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string", + "Modules/_xxtestfuzz/fuzz_tests.txt", + "Modules/_xxtestfuzz/fuzzer.c", + "Modules/_zoneinfo.c", + "Modules/addrinfo.h", + "Modules/arraymodule.c", + "Modules/atexitmodule.c", + "Modules/audioop.c", + "Modules/binascii.c", + "Modules/cjkcodecs", + "Modules/cjkcodecs/README", + "Modules/cjkcodecs/_codecs_cn.c", + "Modules/cjkcodecs/_codecs_hk.c", + "Modules/cjkcodecs/_codecs_iso2022.c", + "Modules/cjkcodecs/_codecs_jp.c", + "Modules/cjkcodecs/_codecs_kr.c", + "Modules/cjkcodecs/_codecs_tw.c", + "Modules/cjkcodecs/alg_jisx0201.h", + "Modules/cjkcodecs/cjkcodecs.h", + "Modules/cjkcodecs/clinic", + "Modules/cjkcodecs/clinic/multibytecodec.c.h", + "Modules/cjkcodecs/emu_jisx0213_2000.h", + "Modules/cjkcodecs/mappings_cn.h", + "Modules/cjkcodecs/mappings_hk.h", + "Modules/cjkcodecs/mappings_jisx0213_pair.h", + "Modules/cjkcodecs/mappings_jp.h", + "Modules/cjkcodecs/mappings_kr.h", + "Modules/cjkcodecs/mappings_tw.h", + "Modules/cjkcodecs/multibytecodec.c", + "Modules/cjkcodecs/multibytecodec.h", + "Modules/clinic", + "Modules/clinic/_abc.c.h", + "Modules/clinic/_asynciomodule.c.h", + "Modules/clinic/_bisectmodule.c.h", + "Modules/clinic/_bz2module.c.h", + "Modules/clinic/_codecsmodule.c.h", + "Modules/clinic/_collectionsmodule.c.h", + "Modules/clinic/_contextvarsmodule.c.h", + "Modules/clinic/_cryptmodule.c.h", + "Modules/clinic/_curses_panel.c.h", + "Modules/clinic/_cursesmodule.c.h", + "Modules/clinic/_datetimemodule.c.h", + "Modules/clinic/_dbmmodule.c.h", + "Modules/clinic/_elementtree.c.h", + "Modules/clinic/_gdbmmodule.c.h", + "Modules/clinic/_hashopenssl.c.h", + "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_lzmamodule.c.h", + "Modules/clinic/_opcode.c.h", + "Modules/clinic/_operator.c.h", + "Modules/clinic/_pickle.c.h", + "Modules/clinic/_queuemodule.c.h", + "Modules/clinic/_randommodule.c.h", + "Modules/clinic/_sre.c.h", + "Modules/clinic/_ssl.c.h", + "Modules/clinic/_statisticsmodule.c.h", + "Modules/clinic/_struct.c.h", + "Modules/clinic/_testmultiphase.c.h", + "Modules/clinic/_tkinter.c.h", + "Modules/clinic/_tracemalloc.c.h", + "Modules/clinic/_weakref.c.h", + "Modules/clinic/_winapi.c.h", + "Modules/clinic/arraymodule.c.h", + "Modules/clinic/audioop.c.h", + "Modules/clinic/binascii.c.h", + "Modules/clinic/cmathmodule.c.h", + "Modules/clinic/fcntlmodule.c.h", + "Modules/clinic/gcmodule.c.h", + "Modules/clinic/grpmodule.c.h", + "Modules/clinic/itertoolsmodule.c.h", + "Modules/clinic/mathmodule.c.h", + "Modules/clinic/md5module.c.h", + "Modules/clinic/posixmodule.c.h", + "Modules/clinic/pwdmodule.c.h", + "Modules/clinic/pyexpat.c.h", + "Modules/clinic/resource.c.h", + "Modules/clinic/selectmodule.c.h", + "Modules/clinic/sha1module.c.h", + "Modules/clinic/sha256module.c.h", + "Modules/clinic/sha512module.c.h", + "Modules/clinic/signalmodule.c.h", + "Modules/clinic/spwdmodule.c.h", + "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/unicodedata.c.h", + "Modules/clinic/zlibmodule.c.h", + "Modules/cmathmodule.c", + "Modules/config.c.in", + "Modules/errnomodule.c", + "Modules/expat", + "Modules/expat/COPYING", + "Modules/expat/ascii.h", + "Modules/expat/asciitab.h", + "Modules/expat/expat.h", + "Modules/expat/expat_config.h", + "Modules/expat/expat_external.h", + "Modules/expat/iasciitab.h", + "Modules/expat/internal.h", + "Modules/expat/latin1tab.h", + "Modules/expat/nametab.h", + "Modules/expat/pyexpatns.h", + "Modules/expat/siphash.h", + "Modules/expat/utf8tab.h", + "Modules/expat/winconfig.h", + "Modules/expat/xmlparse.c", + "Modules/expat/xmlrole.c", + "Modules/expat/xmlrole.h", + "Modules/expat/xmltok.c", + "Modules/expat/xmltok.h", + "Modules/expat/xmltok_impl.c", + "Modules/expat/xmltok_impl.h", + "Modules/expat/xmltok_ns.c", + "Modules/faulthandler.c", + "Modules/fcntlmodule.c", + "Modules/gc_weakref.txt", + "Modules/gcmodule.c", + "Modules/getaddrinfo.c", + "Modules/getbuildinfo.c", + "Modules/getnameinfo.c", + "Modules/getpath.c", + "Modules/grpmodule.c", + "Modules/hashlib.h", + "Modules/itertoolsmodule.c", + "Modules/ld_so_aix.in", + "Modules/main.c", + "Modules/makesetup", + "Modules/makexp_aix", + "Modules/mathmodule.c", + "Modules/md5module.c", + "Modules/mmapmodule.c", + "Modules/nismodule.c", + "Modules/ossaudiodev.c", + "Modules/overlapped.c", + "Modules/parsermodule.c", + "Modules/posixmodule.c", + "Modules/posixmodule.h", + "Modules/pwdmodule.c", + "Modules/pyexpat.c", + "Modules/readline.c", + "Modules/resource.c", + "Modules/rotatingtree.c", + "Modules/rotatingtree.h", + "Modules/selectmodule.c", + "Modules/sha1module.c", + "Modules/sha256module.c", + "Modules/sha512module.c", + "Modules/signalmodule.c", + "Modules/socketmodule.c", + "Modules/socketmodule.h", + "Modules/spwdmodule.c", + "Modules/sre.h", + "Modules/sre_constants.h", + "Modules/sre_lib.h", + "Modules/symtablemodule.c", + "Modules/syslogmodule.c", + "Modules/termios.c", + "Modules/testcapi_long.h", + "Modules/timemodule.c", + "Modules/tkappinit.c", + "Modules/tkinter.h", + "Modules/unicodedata.c", + "Modules/unicodedata_db.h", + "Modules/unicodename_db.h", + "Modules/winreparse.h", + "Modules/xxlimited.c", + "Modules/xxmodule.c", + "Modules/xxsubtype.c", + "Modules/zlibmodule.c", + "Objects", + "Objects/README", + "Objects/abstract.c", + "Objects/accu.c", + "Objects/boolobject.c", + "Objects/bytearrayobject.c", + "Objects/bytes_methods.c", + "Objects/bytesobject.c", + "Objects/call.c", + "Objects/capsule.c", + "Objects/cellobject.c", + "Objects/classobject.c", + "Objects/clinic", + "Objects/clinic/bytearrayobject.c.h", + "Objects/clinic/bytesobject.c.h", + "Objects/clinic/codeobject.c.h", + "Objects/clinic/complexobject.c.h", + "Objects/clinic/descrobject.c.h", + "Objects/clinic/dictobject.c.h", + "Objects/clinic/enumobject.c.h", + "Objects/clinic/floatobject.c.h", + "Objects/clinic/funcobject.c.h", + "Objects/clinic/listobject.c.h", + "Objects/clinic/longobject.c.h", + "Objects/clinic/memoryobject.c.h", + "Objects/clinic/moduleobject.c.h", + "Objects/clinic/odictobject.c.h", + "Objects/clinic/structseq.c.h", + "Objects/clinic/tupleobject.c.h", + "Objects/clinic/typeobject.c.h", + "Objects/clinic/unicodeobject.c.h", + "Objects/codeobject.c", + "Objects/complexobject.c", + "Objects/descrobject.c", + "Objects/dict-common.h", + "Objects/dictnotes.txt", + "Objects/dictobject.c", + "Objects/enumobject.c", + "Objects/exceptions.c", + "Objects/fileobject.c", + "Objects/floatobject.c", + "Objects/frameobject.c", + "Objects/funcobject.c", + "Objects/genericaliasobject.c", + "Objects/genobject.c", + "Objects/interpreteridobject.c", + "Objects/iterobject.c", + "Objects/listobject.c", + "Objects/listsort.txt", + "Objects/lnotab_notes.txt", + "Objects/longobject.c", + "Objects/memoryobject.c", + "Objects/methodobject.c", + "Objects/moduleobject.c", + "Objects/namespaceobject.c", + "Objects/object.c", + "Objects/obmalloc.c", + "Objects/odictobject.c", + "Objects/picklebufobject.c", + "Objects/rangeobject.c", + "Objects/setobject.c", + "Objects/sliceobject.c", + "Objects/stringlib", + "Objects/stringlib/README.txt", + "Objects/stringlib/asciilib.h", + "Objects/stringlib/clinic", + "Objects/stringlib/clinic/transmogrify.h.h", + "Objects/stringlib/codecs.h", + "Objects/stringlib/count.h", + "Objects/stringlib/ctype.h", + "Objects/stringlib/eq.h", + "Objects/stringlib/fastsearch.h", + "Objects/stringlib/find.h", + "Objects/stringlib/find_max_char.h", + "Objects/stringlib/join.h", + "Objects/stringlib/localeutil.h", + "Objects/stringlib/partition.h", + "Objects/stringlib/replace.h", + "Objects/stringlib/split.h", + "Objects/stringlib/stringdefs.h", + "Objects/stringlib/transmogrify.h", + "Objects/stringlib/ucs1lib.h", + "Objects/stringlib/ucs2lib.h", + "Objects/stringlib/ucs4lib.h", + "Objects/stringlib/undef.h", + "Objects/stringlib/unicode_format.h", + "Objects/stringlib/unicodedefs.h", + "Objects/structseq.c", + "Objects/tupleobject.c", + "Objects/typeobject.c", + "Objects/typeslots.inc", + "Objects/typeslots.py", + "Objects/unicodectype.c", + "Objects/unicodeobject.c", + "Objects/unicodetype_db.h", + "Objects/weakrefobject.c", + "PC", + "PC/WinMain.c", + "PC/_msi.c", + "PC/_testconsole.c", + "PC/bdist_wininst", + "PC/bdist_wininst/PythonPowered.bmp", + "PC/bdist_wininst/README.txt", + "PC/bdist_wininst/archive.h", + "PC/bdist_wininst/bdist_wininst.vcxproj", + "PC/bdist_wininst/bdist_wininst.vcxproj.filters", + "PC/bdist_wininst/build.bat", + "PC/bdist_wininst/extract.c", + "PC/bdist_wininst/install.c", + "PC/bdist_wininst/install.rc", + "PC/bdist_wininst/resource.h", + "PC/classicAppCompat.can.xml", + "PC/classicAppCompat.cat", + "PC/classicAppCompat.sccd", + "PC/clinic", + "PC/clinic/_testconsole.c.h", + "PC/clinic/msvcrtmodule.c.h", + "PC/clinic/winreg.c.h", + "PC/clinic/winsound.c.h", + "PC/config.c", + "PC/crtlicense.txt", + "PC/dl_nt.c", + "PC/empty.c", + "PC/errmap.h", + "PC/errmap.mak", + "PC/frozen_dllmain.c", + "PC/getpathp.c", + "PC/icons", + "PC/icons/idlex150.png", + "PC/icons/idlex44.png", + "PC/icons/launcher.icns", + "PC/icons/launcher.ico", + "PC/icons/launcher.svg", + "PC/icons/logo.svg", + "PC/icons/logox128.png", + "PC/icons/py.icns", + "PC/icons/py.ico", + "PC/icons/py.png", + "PC/icons/py.svg", + "PC/icons/pyc.icns", + "PC/icons/pyc.ico", + "PC/icons/pyc.svg", + "PC/icons/pyd.icns", + "PC/icons/pyd.ico", + "PC/icons/pyd.svg", + "PC/icons/python.icns", + "PC/icons/python.ico", + "PC/icons/python.svg", + "PC/icons/pythonw.icns", + "PC/icons/pythonw.ico", + "PC/icons/pythonw.svg", + "PC/icons/pythonwx150.png", + "PC/icons/pythonwx44.png", + "PC/icons/pythonx150.png", + "PC/icons/pythonx44.png", + "PC/icons/pythonx50.png", + "PC/icons/setup.icns", + "PC/icons/setup.ico", + "PC/icons/setup.svg", + "PC/invalid_parameter_handler.c", + "PC/launcher.c", + "PC/layout", + "PC/layout/__init__.py", + "PC/layout/__main__.py", + "PC/layout/main.py", + "PC/layout/support", + "PC/layout/support/__init__.py", + "PC/layout/support/appxmanifest.py", + "PC/layout/support/catalog.py", + "PC/layout/support/constants.py", + "PC/layout/support/distutils.command.bdist_wininst.py", + "PC/layout/support/filesets.py", + "PC/layout/support/logging.py", + "PC/layout/support/nuspec.py", + "PC/layout/support/options.py", + "PC/layout/support/pip.py", + "PC/layout/support/props.py", + "PC/layout/support/python.props", + "PC/msvcrtmodule.c", + "PC/pyconfig.h", + "PC/pylauncher.rc", + "PC/pyshellext.cpp", + "PC/pyshellext.def", + "PC/pyshellext.idl", + "PC/pyshellext.rc", + "PC/pyshellext_d.def", + "PC/python.manifest", + "PC/python3.def", + "PC/python3dll.c", + "PC/python_exe.rc", + "PC/python_nt.rc", + "PC/python_uwp.cpp", + "PC/python_ver_rc.h", + "PC/pythonw_exe.rc", + "PC/readme.txt", + "PC/sqlite3.rc", + "PC/store_info.txt", + "PC/testpy.py", + "PC/validate_ucrtbase.py", + "PC/winreg.c", + "PC/winsound.c", + "PCbuild", + "PCbuild/_asyncio.vcxproj", + "PCbuild/_asyncio.vcxproj.filters", + "PCbuild/_bz2.vcxproj", + "PCbuild/_bz2.vcxproj.filters", + "PCbuild/_ctypes.vcxproj", + "PCbuild/_ctypes.vcxproj.filters", + "PCbuild/_ctypes_test.vcxproj", + "PCbuild/_ctypes_test.vcxproj.filters", + "PCbuild/_decimal.vcxproj", + "PCbuild/_decimal.vcxproj.filters", + "PCbuild/_elementtree.vcxproj", + "PCbuild/_elementtree.vcxproj.filters", + "PCbuild/_freeze_importlib.vcxproj", + "PCbuild/_freeze_importlib.vcxproj.filters", + "PCbuild/_hashlib.vcxproj", + "PCbuild/_hashlib.vcxproj.filters", + "PCbuild/_lzma.vcxproj", + "PCbuild/_lzma.vcxproj.filters", + "PCbuild/_msi.vcxproj", + "PCbuild/_msi.vcxproj.filters", + "PCbuild/_multiprocessing.vcxproj", + "PCbuild/_multiprocessing.vcxproj.filters", + "PCbuild/_overlapped.vcxproj", + "PCbuild/_overlapped.vcxproj.filters", + "PCbuild/_queue.vcxproj", + "PCbuild/_queue.vcxproj.filters", + "PCbuild/_socket.vcxproj", + "PCbuild/_socket.vcxproj.filters", + "PCbuild/_sqlite3.vcxproj", + "PCbuild/_sqlite3.vcxproj.filters", + "PCbuild/_ssl.vcxproj", + "PCbuild/_ssl.vcxproj.filters", + "PCbuild/_testbuffer.vcxproj", + "PCbuild/_testbuffer.vcxproj.filters", + "PCbuild/_testcapi.vcxproj", + "PCbuild/_testcapi.vcxproj.filters", + "PCbuild/_testconsole.vcxproj", + "PCbuild/_testconsole.vcxproj.filters", + "PCbuild/_testembed.vcxproj", + "PCbuild/_testembed.vcxproj.filters", + "PCbuild/_testimportmultiple.vcxproj", + "PCbuild/_testimportmultiple.vcxproj.filters", + "PCbuild/_testinternalcapi.vcxproj", + "PCbuild/_testinternalcapi.vcxproj.filters", + "PCbuild/_testmultiphase.vcxproj", + "PCbuild/_testmultiphase.vcxproj.filters", + "PCbuild/_tkinter.vcxproj", + "PCbuild/_tkinter.vcxproj.filters", + "PCbuild/_uuid.vcxproj", + "PCbuild/_uuid.vcxproj.filters", + "PCbuild/_zoneinfo.vcxproj", + "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/build.bat", + "PCbuild/build_env.bat", + "PCbuild/clean.bat", + "PCbuild/env.bat", + "PCbuild/env.ps1", + "PCbuild/field3.py", + "PCbuild/find_msbuild.bat", + "PCbuild/find_python.bat", + "PCbuild/fix_encoding.py", + "PCbuild/get_external.py", + "PCbuild/get_externals.bat", + "PCbuild/idle.bat", + "PCbuild/lib.pyproj", + "PCbuild/libffi.props", + "PCbuild/liblzma.vcxproj", + "PCbuild/liblzma.vcxproj.filters", + "PCbuild/openssl.props", + "PCbuild/openssl.vcxproj", + "PCbuild/pcbuild.proj", + "PCbuild/pcbuild.sln", + "PCbuild/prepare_libffi.bat", + "PCbuild/prepare_ssl.bat", + "PCbuild/prepare_ssl.py", + "PCbuild/prepare_tcltk.bat", + "PCbuild/pyexpat.vcxproj", + "PCbuild/pyexpat.vcxproj.filters", + "PCbuild/pylauncher.vcxproj", + "PCbuild/pylauncher.vcxproj.filters", + "PCbuild/pyproject.props", + "PCbuild/pyshellext.vcxproj", + "PCbuild/pyshellext.vcxproj.filters", + "PCbuild/python.props", + "PCbuild/python.vcxproj", + "PCbuild/python.vcxproj.filters", + "PCbuild/python3dll.vcxproj", + "PCbuild/python3dll.vcxproj.filters", + "PCbuild/python_uwp.vcxproj", + "PCbuild/python_uwp.vcxproj.filters", + "PCbuild/pythoncore.vcxproj", + "PCbuild/pythoncore.vcxproj.filters", + "PCbuild/pythonw.vcxproj", + "PCbuild/pythonw.vcxproj.filters", + "PCbuild/pythonw_uwp.vcxproj", + "PCbuild/pythonw_uwp.vcxproj.filters", + "PCbuild/pywlauncher.vcxproj", + "PCbuild/pywlauncher.vcxproj.filters", + "PCbuild/readme.txt", + "PCbuild/regen.vcxproj", + "PCbuild/rmpyc.py", + "PCbuild/rt.bat", + "PCbuild/select.vcxproj", + "PCbuild/select.vcxproj.filters", + "PCbuild/sqlite3.vcxproj", + "PCbuild/sqlite3.vcxproj.filters", + "PCbuild/tcl.vcxproj", + "PCbuild/tcltk.props", + "PCbuild/tix.vcxproj", + "PCbuild/tk.vcxproj", + "PCbuild/unicodedata.vcxproj", + "PCbuild/unicodedata.vcxproj.filters", + "PCbuild/urlretrieve.py", + "PCbuild/venvlauncher.vcxproj", + "PCbuild/venvlauncher.vcxproj.filters", + "PCbuild/venvwlauncher.vcxproj", + "PCbuild/venvwlauncher.vcxproj.filters", + "PCbuild/winsound.vcxproj", + "PCbuild/winsound.vcxproj.filters", + "PCbuild/xxlimited.vcxproj", + "PCbuild/xxlimited.vcxproj.filters", + "Parser", + "Parser/Python.asdl", + "Parser/acceler.c", + "Parser/asdl.py", + "Parser/asdl_c.py", + "Parser/grammar1.c", + "Parser/listnode.c", + "Parser/myreadline.c", + "Parser/node.c", + "Parser/parser.c", + "Parser/parser.h", + "Parser/parsetok.c", + "Parser/pegen", + "Parser/pegen/parse.c", + "Parser/pegen/parse_string.c", + "Parser/pegen/parse_string.h", + "Parser/pegen/peg_api.c", + "Parser/pegen/pegen.c", + "Parser/pegen/pegen.h", + "Parser/pgen", + "Parser/pgen/__init__.py", + "Parser/pgen/__main__.py", + "Parser/pgen/automata.py", + "Parser/pgen/grammar.py", + "Parser/pgen/keywordgen.py", + "Parser/pgen/metaparser.py", + "Parser/pgen/pgen.py", + "Parser/pgen/token.py", + "Parser/token.c", + "Parser/tokenizer.c", + "Parser/tokenizer.h", + "Programs", + "Programs/README", + "Programs/_freeze_importlib.c", + "Programs/_testembed.c", + "Programs/python.c", + "Python", + "Python/Python-ast.c", + "Python/README", + "Python/_warnings.c", + "Python/asdl.c", + "Python/ast.c", + "Python/ast_opt.c", + "Python/ast_unparse.c", + "Python/bltinmodule.c", + "Python/bootstrap_hash.c", + "Python/ceval.c", + "Python/ceval_gil.h", + "Python/clinic", + "Python/clinic/_warnings.c.h", + "Python/clinic/bltinmodule.c.h", + "Python/clinic/context.c.h", + "Python/clinic/import.c.h", + "Python/clinic/marshal.c.h", + "Python/clinic/sysmodule.c.h", + "Python/clinic/traceback.c.h", + "Python/codecs.c", + "Python/compile.c", + "Python/condvar.h", + "Python/context.c", + "Python/dtoa.c", + "Python/dup2.c", + "Python/dynamic_annotations.c", + "Python/dynload_aix.c", + "Python/dynload_dl.c", + "Python/dynload_hpux.c", + "Python/dynload_shlib.c", + "Python/dynload_stub.c", + "Python/dynload_win.c", + "Python/errors.c", + "Python/fileutils.c", + "Python/formatter_unicode.c", + "Python/frozen.c", + "Python/frozenmain.c", + "Python/future.c", + "Python/getargs.c", + "Python/getcompiler.c", + "Python/getcopyright.c", + "Python/getopt.c", + "Python/getplatform.c", + "Python/getversion.c", + "Python/graminit.c", + "Python/hamt.c", + "Python/hashtable.c", + "Python/import.c", + "Python/importdl.c", + "Python/importdl.h", + "Python/importlib.h", + "Python/importlib_external.h", + "Python/importlib_zipimport.h", + "Python/initconfig.c", + "Python/makeopcodetargets.py", + "Python/marshal.c", + "Python/modsupport.c", + "Python/mysnprintf.c", + "Python/mystrtoul.c", + "Python/opcode_targets.h", + "Python/pathconfig.c", + "Python/peephole.c", + "Python/preconfig.c", + "Python/pyarena.c", + "Python/pyctype.c", + "Python/pyfpe.c", + "Python/pyhash.c", + "Python/pylifecycle.c", + "Python/pymath.c", + "Python/pystate.c", + "Python/pystrcmp.c", + "Python/pystrhex.c", + "Python/pystrtod.c", + "Python/pythonrun.c", + "Python/pytime.c", + "Python/strdup.c", + "Python/structmember.c", + "Python/symtable.c", + "Python/sysmodule.c", + "Python/thread.c", + "Python/thread_nt.h", + "Python/thread_pthread.h", + "Python/traceback.c", + "Python/wordcode_helpers.h", + "README.rst", + "Tools", + "Tools/README", + "Tools/buildbot", + "Tools/buildbot/build.bat", + "Tools/buildbot/buildmsi.bat", + "Tools/buildbot/clean.bat", + "Tools/buildbot/remoteDeploy.bat", + "Tools/buildbot/remotePythonInfo.bat", + "Tools/buildbot/test.bat", + "Tools/c-analyzer", + "Tools/c-analyzer/README", + "Tools/c-analyzer/TODO", + "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c_analyzer", + "Tools/c-analyzer/c_analyzer/__init__.py", + "Tools/c-analyzer/c_analyzer/common", + "Tools/c-analyzer/c_analyzer/common/__init__.py", + "Tools/c-analyzer/c_analyzer/common/files.py", + "Tools/c-analyzer/c_analyzer/common/info.py", + "Tools/c-analyzer/c_analyzer/common/show.py", + "Tools/c-analyzer/c_analyzer/common/util.py", + "Tools/c-analyzer/c_analyzer/parser", + "Tools/c-analyzer/c_analyzer/parser/__init__.py", + "Tools/c-analyzer/c_analyzer/parser/declarations.py", + "Tools/c-analyzer/c_analyzer/parser/find.py", + "Tools/c-analyzer/c_analyzer/parser/naive.py", + "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", + "Tools/c-analyzer/c_analyzer/parser/source.py", + "Tools/c-analyzer/c_analyzer/symbols", + "Tools/c-analyzer/c_analyzer/symbols/__init__.py", + "Tools/c-analyzer/c_analyzer/symbols/_nm.py", + "Tools/c-analyzer/c_analyzer/symbols/find.py", + "Tools/c-analyzer/c_analyzer/symbols/info.py", + "Tools/c-analyzer/c_analyzer/variables", + "Tools/c-analyzer/c_analyzer/variables/__init__.py", + "Tools/c-analyzer/c_analyzer/variables/find.py", + "Tools/c-analyzer/c_analyzer/variables/info.py", + "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/check-c-globals.py", + "Tools/c-analyzer/cpython", + "Tools/c-analyzer/cpython/README", + "Tools/c-analyzer/cpython/__init__.py", + "Tools/c-analyzer/cpython/__main__.py", + "Tools/c-analyzer/cpython/_generate.py", + "Tools/c-analyzer/cpython/files.py", + "Tools/c-analyzer/cpython/find.py", + "Tools/c-analyzer/cpython/known.py", + "Tools/c-analyzer/cpython/supported.py", + "Tools/c-analyzer/ignored-globals.txt", + "Tools/c-analyzer/ignored.tsv", + "Tools/c-analyzer/known.tsv", + "Tools/ccbench", + "Tools/ccbench/ccbench.py", + "Tools/clinic", + "Tools/clinic/clinic.py", + "Tools/clinic/cpp.py", + "Tools/demo", + "Tools/demo/README", + "Tools/demo/beer.py", + "Tools/demo/eiffel.py", + "Tools/demo/hanoi.py", + "Tools/demo/life.py", + "Tools/demo/markov.py", + "Tools/demo/mcast.py", + "Tools/demo/queens.py", + "Tools/demo/redemo.py", + "Tools/demo/rpython.py", + "Tools/demo/rpythond.py", + "Tools/demo/sortvisu.py", + "Tools/demo/spreadsheet.py", + "Tools/demo/vector.py", + "Tools/freeze", + "Tools/freeze/README", + "Tools/freeze/bkfile.py", + "Tools/freeze/checkextensions.py", + "Tools/freeze/checkextensions_win32.py", + "Tools/freeze/extensions_win32.ini", + "Tools/freeze/flag.py", + "Tools/freeze/freeze.py", + "Tools/freeze/hello.py", + "Tools/freeze/makeconfig.py", + "Tools/freeze/makefreeze.py", + "Tools/freeze/makemakefile.py", + "Tools/freeze/parsesetup.py", + "Tools/freeze/test", + "Tools/freeze/test/Makefile", + "Tools/freeze/test/ok.py", + "Tools/freeze/win32.html", + "Tools/freeze/winmakemakefile.py", + "Tools/gdb", + "Tools/gdb/libpython.py", + "Tools/i18n", + "Tools/i18n/makelocalealias.py", + "Tools/i18n/msgfmt.py", + "Tools/i18n/pygettext.py", + "Tools/importbench", + "Tools/importbench/README", + "Tools/importbench/importbench.py", + "Tools/iobench", + "Tools/iobench/iobench.py", + "Tools/msi", + "Tools/msi/README.txt", + "Tools/msi/build.bat", + "Tools/msi/buildrelease.bat", + "Tools/msi/bundle", + "Tools/msi/bundle/Default.thm", + "Tools/msi/bundle/Default.wxl", + "Tools/msi/bundle/SideBar.png", + "Tools/msi/bundle/bootstrap", + "Tools/msi/bundle/bootstrap/LICENSE.txt", + "Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp", + "Tools/msi/bundle/bootstrap/pch.cpp", + "Tools/msi/bundle/bootstrap/pch.h", + "Tools/msi/bundle/bootstrap/pythonba.cpp", + "Tools/msi/bundle/bootstrap/pythonba.def", + "Tools/msi/bundle/bootstrap/pythonba.sln", + "Tools/msi/bundle/bootstrap/pythonba.vcxproj", + "Tools/msi/bundle/bootstrap/resource.h", + "Tools/msi/bundle/bundle.targets", + "Tools/msi/bundle/bundle.wxl", + "Tools/msi/bundle/bundle.wxs", + "Tools/msi/bundle/full.wixproj", + "Tools/msi/bundle/packagegroups", + "Tools/msi/bundle/packagegroups/core.wxs", + "Tools/msi/bundle/packagegroups/crt.wxs", + "Tools/msi/bundle/packagegroups/dev.wxs", + "Tools/msi/bundle/packagegroups/doc.wxs", + "Tools/msi/bundle/packagegroups/exe.wxs", + "Tools/msi/bundle/packagegroups/launcher.wxs", + "Tools/msi/bundle/packagegroups/lib.wxs", + "Tools/msi/bundle/packagegroups/packageinstall.wxs", + "Tools/msi/bundle/packagegroups/pip.wxs", + "Tools/msi/bundle/packagegroups/postinstall.wxs", + "Tools/msi/bundle/packagegroups/tcltk.wxs", + "Tools/msi/bundle/packagegroups/test.wxs", + "Tools/msi/bundle/packagegroups/tools.wxs", + "Tools/msi/bundle/releaselocal.wixproj", + "Tools/msi/bundle/releaseweb.wixproj", + "Tools/msi/bundle/snapshot.wixproj", + "Tools/msi/common.wxs", + "Tools/msi/common_en-US.wxl_template", + "Tools/msi/core", + "Tools/msi/core/core.wixproj", + "Tools/msi/core/core.wxs", + "Tools/msi/core/core_d.wixproj", + "Tools/msi/core/core_d.wxs", + "Tools/msi/core/core_en-US.wxl", + "Tools/msi/core/core_files.wxs", + "Tools/msi/core/core_pdb.wixproj", + "Tools/msi/core/core_pdb.wxs", + "Tools/msi/csv_to_wxs.py", + "Tools/msi/dev", + "Tools/msi/dev/dev.wixproj", + "Tools/msi/dev/dev.wxs", + "Tools/msi/dev/dev_d.wixproj", + "Tools/msi/dev/dev_d.wxs", + "Tools/msi/dev/dev_en-US.wxl", + "Tools/msi/dev/dev_files.wxs", + "Tools/msi/distutils.command.bdist_wininst.py", + "Tools/msi/doc", + "Tools/msi/doc/doc.wixproj", + "Tools/msi/doc/doc.wxs", + "Tools/msi/doc/doc_en-US.wxl_template", + "Tools/msi/doc/doc_files.wxs", + "Tools/msi/doc/doc_no_files.wxs", + "Tools/msi/exe", + "Tools/msi/exe/exe.wixproj", + "Tools/msi/exe/exe.wxs", + "Tools/msi/exe/exe_d.wixproj", + "Tools/msi/exe/exe_d.wxs", + "Tools/msi/exe/exe_en-US.wxl_template", + "Tools/msi/exe/exe_files.wxs", + "Tools/msi/exe/exe_pdb.wixproj", + "Tools/msi/exe/exe_pdb.wxs", + "Tools/msi/exe/exe_reg.wxs", + "Tools/msi/generate_md5.py", + "Tools/msi/get_externals.bat", + "Tools/msi/launcher", + "Tools/msi/launcher/launcher.wixproj", + "Tools/msi/launcher/launcher.wxs", + "Tools/msi/launcher/launcher_en-US.wxl", + "Tools/msi/launcher/launcher_files.wxs", + "Tools/msi/launcher/launcher_reg.wxs", + "Tools/msi/lib", + "Tools/msi/lib/lib.wixproj", + "Tools/msi/lib/lib.wxs", + "Tools/msi/lib/lib_d.wixproj", + "Tools/msi/lib/lib_d.wxs", + "Tools/msi/lib/lib_en-US.wxl", + "Tools/msi/lib/lib_files.wxs", + "Tools/msi/lib/lib_pdb.wixproj", + "Tools/msi/lib/lib_pdb.wxs", + "Tools/msi/make_appx.ps1", + "Tools/msi/make_cat.ps1", + "Tools/msi/make_zip.proj", + "Tools/msi/msi.props", + "Tools/msi/msi.targets", + "Tools/msi/path", + "Tools/msi/path/path.wixproj", + "Tools/msi/path/path.wxs", + "Tools/msi/path/path_en-US.wxl", + "Tools/msi/pip", + "Tools/msi/pip/pip.wixproj", + "Tools/msi/pip/pip.wxs", + "Tools/msi/pip/pip_en-US.wxl", + "Tools/msi/purge.py", + "Tools/msi/sdktools.psm1", + "Tools/msi/sign_build.ps1", + "Tools/msi/tcltk", + "Tools/msi/tcltk/tcltk.wixproj", + "Tools/msi/tcltk/tcltk.wxs", + "Tools/msi/tcltk/tcltk_d.wixproj", + "Tools/msi/tcltk/tcltk_d.wxs", + "Tools/msi/tcltk/tcltk_en-US.wxl_template", + "Tools/msi/tcltk/tcltk_files.wxs", + "Tools/msi/tcltk/tcltk_pdb.wixproj", + "Tools/msi/tcltk/tcltk_pdb.wxs", + "Tools/msi/tcltk/tcltk_reg.wxs", + "Tools/msi/test", + "Tools/msi/test/test.wixproj", + "Tools/msi/test/test.wxs", + "Tools/msi/test/test_d.wixproj", + "Tools/msi/test/test_d.wxs", + "Tools/msi/test/test_en-US.wxl", + "Tools/msi/test/test_files.wxs", + "Tools/msi/test/test_pdb.wixproj", + "Tools/msi/test/test_pdb.wxs", + "Tools/msi/testrelease.bat", + "Tools/msi/tools", + "Tools/msi/tools/tools.wixproj", + "Tools/msi/tools/tools.wxs", + "Tools/msi/tools/tools_en-US.wxl", + "Tools/msi/tools/tools_files.wxs", + "Tools/msi/ucrt", + "Tools/msi/ucrt/ucrt.wixproj", + "Tools/msi/ucrt/ucrt.wxs", + "Tools/msi/ucrt/ucrt_en-US.wxl", + "Tools/msi/uploadrelease.bat", + "Tools/msi/uploadrelease.proj", + "Tools/msi/uploadrelease.ps1", + "Tools/msi/wix.props", + "Tools/nuget", + "Tools/nuget/build.bat", + "Tools/nuget/make_pkg.proj", + "Tools/nuget/python.nuspec", + "Tools/nuget/pythonarm32.nuspec", + "Tools/nuget/pythondaily.nuspec", + "Tools/nuget/pythondaily.symbols.nuspec", + "Tools/nuget/pythonx86.nuspec", + "Tools/peg_generator", + "Tools/peg_generator/.clang-format", + "Tools/peg_generator/.gitignore", + "Tools/peg_generator/Makefile", + "Tools/peg_generator/data", + "Tools/peg_generator/data/cprog.py", + "Tools/peg_generator/data/top-pypi-packages-365-days.json", + "Tools/peg_generator/data/xxl.zip", + "Tools/peg_generator/mypy.ini", + "Tools/peg_generator/peg_extension", + "Tools/peg_generator/peg_extension/__init__.py", + "Tools/peg_generator/peg_extension/peg_extension.c", + "Tools/peg_generator/pegen", + "Tools/peg_generator/pegen/__init__.py", + "Tools/peg_generator/pegen/__main__.py", + "Tools/peg_generator/pegen/ast_dump.py", + "Tools/peg_generator/pegen/build.py", + "Tools/peg_generator/pegen/c_generator.py", + "Tools/peg_generator/pegen/first_sets.py", + "Tools/peg_generator/pegen/grammar.py", + "Tools/peg_generator/pegen/grammar_parser.py", + "Tools/peg_generator/pegen/grammar_visualizer.py", + "Tools/peg_generator/pegen/keywordgen.py", + "Tools/peg_generator/pegen/metagrammar.gram", + "Tools/peg_generator/pegen/parser.py", + "Tools/peg_generator/pegen/parser_generator.py", + "Tools/peg_generator/pegen/python_generator.py", + "Tools/peg_generator/pegen/sccutils.py", + "Tools/peg_generator/pegen/testutil.py", + "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pyproject.toml", + "Tools/peg_generator/requirements.pip", + "Tools/peg_generator/scripts", + "Tools/peg_generator/scripts/__init__.py", + "Tools/peg_generator/scripts/ast_timings.py", + "Tools/peg_generator/scripts/benchmark.py", + "Tools/peg_generator/scripts/download_pypi_packages.py", + "Tools/peg_generator/scripts/find_max_nesting.py", + "Tools/peg_generator/scripts/grammar_grapher.py", + "Tools/peg_generator/scripts/joinstats.py", + "Tools/peg_generator/scripts/show_parse.py", + "Tools/peg_generator/scripts/test_parse_directory.py", + "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/pynche", + "Tools/pynche/ChipViewer.py", + "Tools/pynche/ColorDB.py", + "Tools/pynche/DetailsViewer.py", + "Tools/pynche/ListViewer.py", + "Tools/pynche/Main.py", + "Tools/pynche/PyncheWidget.py", + "Tools/pynche/README", + "Tools/pynche/StripViewer.py", + "Tools/pynche/Switchboard.py", + "Tools/pynche/TextViewer.py", + "Tools/pynche/TypeinViewer.py", + "Tools/pynche/X", + "Tools/pynche/X/rgb.txt", + "Tools/pynche/X/xlicense.txt", + "Tools/pynche/__init__.py", + "Tools/pynche/html40colors.txt", + "Tools/pynche/namedcolors.txt", + "Tools/pynche/pyColorChooser.py", + "Tools/pynche/pynche", + "Tools/pynche/pynche.pyw", + "Tools/pynche/webcolors.txt", + "Tools/pynche/websafe.txt", + "Tools/scripts", + "Tools/scripts/2to3", + "Tools/scripts/README", + "Tools/scripts/abitype.py", + "Tools/scripts/analyze_dxp.py", + "Tools/scripts/byext.py", + "Tools/scripts/byteyears.py", + "Tools/scripts/checkpip.py", + "Tools/scripts/cleanfuture.py", + "Tools/scripts/combinerefs.py", + "Tools/scripts/copytime.py", + "Tools/scripts/crlf.py", + "Tools/scripts/db2pickle.py", + "Tools/scripts/diff.py", + "Tools/scripts/dutree.doc", + "Tools/scripts/dutree.py", + "Tools/scripts/eptags.py", + "Tools/scripts/find-uname.py", + "Tools/scripts/find_recursionlimit.py", + "Tools/scripts/finddiv.py", + "Tools/scripts/findlinksto.py", + "Tools/scripts/findnocoding.py", + "Tools/scripts/fixcid.py", + "Tools/scripts/fixdiv.py", + "Tools/scripts/fixheader.py", + "Tools/scripts/fixnotice.py", + "Tools/scripts/fixps.py", + "Tools/scripts/generate_opcode_h.py", + "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_token.py", + "Tools/scripts/get-remote-certificate.py", + "Tools/scripts/google.py", + "Tools/scripts/gprof2html.py", + "Tools/scripts/highlight.py", + "Tools/scripts/idle3", + "Tools/scripts/ifdef.py", + "Tools/scripts/import_diagnostics.py", + "Tools/scripts/lfcr.py", + "Tools/scripts/linktree.py", + "Tools/scripts/lll.py", + "Tools/scripts/mailerdaemon.py", + "Tools/scripts/make_ctype.py", + "Tools/scripts/md5sum.py", + "Tools/scripts/mkreal.py", + "Tools/scripts/ndiff.py", + "Tools/scripts/nm2def.py", + "Tools/scripts/objgraph.py", + "Tools/scripts/parse_html5_entities.py", + "Tools/scripts/parseentities.py", + "Tools/scripts/patchcheck.py", + "Tools/scripts/pathfix.py", + "Tools/scripts/pdeps.py", + "Tools/scripts/pep384_macrocheck.py", + "Tools/scripts/pickle2db.py", + "Tools/scripts/pindent.py", + "Tools/scripts/ptags.py", + "Tools/scripts/pydoc3", + "Tools/scripts/pysource.py", + "Tools/scripts/reindent-rst.py", + "Tools/scripts/reindent.py", + "Tools/scripts/rgrep.py", + "Tools/scripts/run_tests.py", + "Tools/scripts/serve.py", + "Tools/scripts/smelly.py", + "Tools/scripts/suff.py", + "Tools/scripts/texi2html.py", + "Tools/scripts/untabify.py", + "Tools/scripts/update_file.py", + "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/which.py", + "Tools/scripts/win_add2path.py", + "Tools/ssl", + "Tools/ssl/make_ssl_data.py", + "Tools/ssl/multissltests.py", + "Tools/stringbench", + "Tools/stringbench/README", + "Tools/stringbench/stringbench.py", + "Tools/test2to3", + "Tools/test2to3/README", + "Tools/test2to3/maintest.py", + "Tools/test2to3/setup.py", + "Tools/test2to3/test", + "Tools/test2to3/test/runtests.py", + "Tools/test2to3/test/test_foo.py", + "Tools/test2to3/test2to3", + "Tools/test2to3/test2to3/__init__.py", + "Tools/test2to3/test2to3/hello.py", + "Tools/tz", + "Tools/tz/zdump.py", + "Tools/unicode", + "Tools/unicode/Makefile", + "Tools/unicode/comparecodecs.py", + "Tools/unicode/gencjkcodecs.py", + "Tools/unicode/gencodec.py", + "Tools/unicode/genmap_japanese.py", + "Tools/unicode/genmap_korean.py", + "Tools/unicode/genmap_schinese.py", + "Tools/unicode/genmap_support.py", + "Tools/unicode/genwincodec.py", + "Tools/unicode/genwincodecs.bat", + "Tools/unicode/listcodecs.py", + "Tools/unicode/makeunicodedata.py", + "Tools/unicode/mkstringprep.py", + "Tools/unicode/python-mappings", + "Tools/unicode/python-mappings/CP1140.TXT", + "Tools/unicode/python-mappings/CP273.TXT", + "Tools/unicode/python-mappings/GB2312.TXT", + "Tools/unicode/python-mappings/KOI8-U.TXT", + "Tools/unicode/python-mappings/TIS-620.TXT", + "Tools/unicode/python-mappings/diff", + "Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff", + "Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff", + "Tools/unicode/python-mappings/gb-18030-2000.xml", + "Tools/unicode/python-mappings/jisx0213-2004-std.txt", + "Tools/unittestgui", + "Tools/unittestgui/README.txt", + "Tools/unittestgui/unittestgui.py", + "aclocal.m4", + "config.guess", + "config.sub", + "configure", + "configure.ac", + "install-sh", + "m4", + "m4/ax_c_float_words_bigendian.m4", + "m4/ax_check_openssl.m4", + "netlify.toml", + "pyconfig.h.in", + "setup.py" + ], + "v3.9.0": [ + ".azure-pipelines", + ".azure-pipelines/ci.yml", + ".azure-pipelines/docs-steps.yml", + ".azure-pipelines/macos-steps.yml", + ".azure-pipelines/posix-deps-apt.sh", + ".azure-pipelines/posix-steps.yml", + ".azure-pipelines/pr.yml", + ".azure-pipelines/prebuild-checks.yml", + ".azure-pipelines/windows-layout-steps.yml", + ".azure-pipelines/windows-release.yml", + ".azure-pipelines/windows-release", + ".azure-pipelines/windows-release/build-steps.yml", + ".azure-pipelines/windows-release/checkout.yml", + ".azure-pipelines/windows-release/find-sdk.yml", + ".azure-pipelines/windows-release/gpg-sign.yml", + ".azure-pipelines/windows-release/layout-command.yml", + ".azure-pipelines/windows-release/mingw-lib.yml", + ".azure-pipelines/windows-release/msi-steps.yml", + ".azure-pipelines/windows-release/stage-build.yml", + ".azure-pipelines/windows-release/stage-layout-embed.yml", + ".azure-pipelines/windows-release/stage-layout-full.yml", + ".azure-pipelines/windows-release/stage-layout-msix.yml", + ".azure-pipelines/windows-release/stage-layout-nuget.yml", + ".azure-pipelines/windows-release/stage-msi.yml", + ".azure-pipelines/windows-release/stage-pack-msix.yml", + ".azure-pipelines/windows-release/stage-pack-nuget.yml", + ".azure-pipelines/windows-release/stage-publish-nugetorg.yml", + ".azure-pipelines/windows-release/stage-publish-pythonorg.yml", + ".azure-pipelines/windows-release/stage-publish-store.yml", + ".azure-pipelines/windows-release/stage-sign.yml", + ".azure-pipelines/windows-release/stage-test-embed.yml", + ".azure-pipelines/windows-release/stage-test-msi.yml", + ".azure-pipelines/windows-release/stage-test-nuget.yml", + ".azure-pipelines/windows-steps.yml", + ".gitattributes", + ".github", + ".github/CODEOWNERS", + ".github/CONTRIBUTING.rst", + ".github/FUNDING.yml", + ".github/PULL_REQUEST_TEMPLATE.md", + ".github/SECURITY.md", + ".github/codecov.yml", + ".github/workflows", + ".github/workflows/build.yml", + ".github/workflows/build_msi.yml", + ".github/workflows/coverage.yml", + ".github/workflows/doc.yml", + ".github/workflows/posix-deps-apt.sh", + ".gitignore", + ".travis.yml", + "CODE_OF_CONDUCT.md", + "Doc", + "Doc/Makefile", + "Doc/README.rst", + "Doc/about.rst", + "Doc/bugs.rst", + "Doc/c-api", + "Doc/c-api/abstract.rst", + "Doc/c-api/allocation.rst", + "Doc/c-api/apiabiversion.rst", + "Doc/c-api/arg.rst", + "Doc/c-api/bool.rst", + "Doc/c-api/buffer.rst", + "Doc/c-api/bytearray.rst", + "Doc/c-api/bytes.rst", + "Doc/c-api/call.rst", + "Doc/c-api/capsule.rst", + "Doc/c-api/cell.rst", + "Doc/c-api/code.rst", + "Doc/c-api/codec.rst", + "Doc/c-api/complex.rst", + "Doc/c-api/concrete.rst", + "Doc/c-api/contextvars.rst", + "Doc/c-api/conversion.rst", + "Doc/c-api/coro.rst", + "Doc/c-api/datetime.rst", + "Doc/c-api/descriptor.rst", + "Doc/c-api/dict.rst", + "Doc/c-api/exceptions.rst", + "Doc/c-api/file.rst", + "Doc/c-api/float.rst", + "Doc/c-api/function.rst", + "Doc/c-api/gcsupport.rst", + "Doc/c-api/gen.rst", + "Doc/c-api/import.rst", + "Doc/c-api/index.rst", + "Doc/c-api/init.rst", + "Doc/c-api/init_config.rst", + "Doc/c-api/intro.rst", + "Doc/c-api/iter.rst", + "Doc/c-api/iterator.rst", + "Doc/c-api/list.rst", + "Doc/c-api/long.rst", + "Doc/c-api/mapping.rst", + "Doc/c-api/marshal.rst", + "Doc/c-api/memory.rst", + "Doc/c-api/memoryview.rst", + "Doc/c-api/method.rst", + "Doc/c-api/module.rst", + "Doc/c-api/none.rst", + "Doc/c-api/number.rst", + "Doc/c-api/objbuffer.rst", + "Doc/c-api/object.rst", + "Doc/c-api/objimpl.rst", + "Doc/c-api/refcounting.rst", + "Doc/c-api/reflection.rst", + "Doc/c-api/sequence.rst", + "Doc/c-api/set.rst", + "Doc/c-api/slice.rst", + "Doc/c-api/stable.rst", + "Doc/c-api/structures.rst", + "Doc/c-api/sys.rst", + "Doc/c-api/tuple.rst", + "Doc/c-api/type.rst", + "Doc/c-api/typeobj.rst", + "Doc/c-api/unicode.rst", + "Doc/c-api/utilities.rst", + "Doc/c-api/veryhigh.rst", + "Doc/c-api/weakref.rst", + "Doc/conf.py", + "Doc/contents.rst", + "Doc/copyright.rst", + "Doc/data", + "Doc/data/refcounts.dat", + "Doc/distributing", + "Doc/distributing/index.rst", + "Doc/distutils", + "Doc/distutils/_setuptools_disclaimer.rst", + "Doc/distutils/apiref.rst", + "Doc/distutils/builtdist.rst", + "Doc/distutils/commandref.rst", + "Doc/distutils/configfile.rst", + "Doc/distutils/examples.rst", + "Doc/distutils/extending.rst", + "Doc/distutils/index.rst", + "Doc/distutils/introduction.rst", + "Doc/distutils/packageindex.rst", + "Doc/distutils/setupscript.rst", + "Doc/distutils/sourcedist.rst", + "Doc/distutils/uploading.rst", + "Doc/extending", + "Doc/extending/building.rst", + "Doc/extending/embedding.rst", + "Doc/extending/extending.rst", + "Doc/extending/index.rst", + "Doc/extending/newtypes.rst", + "Doc/extending/newtypes_tutorial.rst", + "Doc/extending/windows.rst", + "Doc/faq", + "Doc/faq/design.rst", + "Doc/faq/extending.rst", + "Doc/faq/general.rst", + "Doc/faq/gui.rst", + "Doc/faq/index.rst", + "Doc/faq/installed.rst", + "Doc/faq/library.rst", + "Doc/faq/programming.rst", + "Doc/faq/python-video-icon.png", + "Doc/faq/windows.rst", + "Doc/glossary.rst", + "Doc/howto", + "Doc/howto/argparse.rst", + "Doc/howto/clinic.rst", + "Doc/howto/cporting.rst", + "Doc/howto/curses.rst", + "Doc/howto/descriptor.rst", + "Doc/howto/functional.rst", + "Doc/howto/index.rst", + "Doc/howto/instrumentation.rst", + "Doc/howto/ipaddress.rst", + "Doc/howto/logging-cookbook.rst", + "Doc/howto/logging.rst", + "Doc/howto/logging_flow.png", + "Doc/howto/pyporting.rst", + "Doc/howto/regex.rst", + "Doc/howto/sockets.rst", + "Doc/howto/sorting.rst", + "Doc/howto/unicode.rst", + "Doc/howto/urllib2.rst", + "Doc/includes", + "Doc/includes/custom.c", + "Doc/includes/custom2.c", + "Doc/includes/custom3.c", + "Doc/includes/custom4.c", + "Doc/includes/dbpickle.py", + "Doc/includes/email-alternative.py", + "Doc/includes/email-dir.py", + "Doc/includes/email-headers.py", + "Doc/includes/email-mime.py", + "Doc/includes/email-read-alternative.py", + "Doc/includes/email-simple.py", + "Doc/includes/email-unpack.py", + "Doc/includes/minidom-example.py", + "Doc/includes/mp_newtype.py", + "Doc/includes/mp_pool.py", + "Doc/includes/mp_workers.py", + "Doc/includes/run-func.c", + "Doc/includes/setup.py", + "Doc/includes/sqlite3", + "Doc/includes/sqlite3/adapter_datetime.py", + "Doc/includes/sqlite3/adapter_point_1.py", + "Doc/includes/sqlite3/adapter_point_2.py", + "Doc/includes/sqlite3/collation_reverse.py", + "Doc/includes/sqlite3/complete_statement.py", + "Doc/includes/sqlite3/converter_point.py", + "Doc/includes/sqlite3/countcursors.py", + "Doc/includes/sqlite3/createdb.py", + "Doc/includes/sqlite3/ctx_manager.py", + "Doc/includes/sqlite3/execsql_fetchonerow.py", + "Doc/includes/sqlite3/execsql_printall_1.py", + "Doc/includes/sqlite3/execute_1.py", + "Doc/includes/sqlite3/executemany_1.py", + "Doc/includes/sqlite3/executemany_2.py", + "Doc/includes/sqlite3/executescript.py", + "Doc/includes/sqlite3/insert_more_people.py", + "Doc/includes/sqlite3/load_extension.py", + "Doc/includes/sqlite3/md5func.py", + "Doc/includes/sqlite3/mysumaggr.py", + "Doc/includes/sqlite3/parse_colnames.py", + "Doc/includes/sqlite3/pysqlite_datetime.py", + "Doc/includes/sqlite3/row_factory.py", + "Doc/includes/sqlite3/rowclass.py", + "Doc/includes/sqlite3/shared_cache.py", + "Doc/includes/sqlite3/shortcut_methods.py", + "Doc/includes/sqlite3/simple_tableprinter.py", + "Doc/includes/sqlite3/text_factory.py", + "Doc/includes/sublist.c", + "Doc/includes/test.py", + "Doc/includes/turtle-star.py", + "Doc/includes/typestruct.h", + "Doc/includes/tzinfo_examples.py", + "Doc/install", + "Doc/install/index.rst", + "Doc/installing", + "Doc/installing/index.rst", + "Doc/library", + "Doc/library/2to3.rst", + "Doc/library/__future__.rst", + "Doc/library/__main__.rst", + "Doc/library/_thread.rst", + "Doc/library/abc.rst", + "Doc/library/aifc.rst", + "Doc/library/allos.rst", + "Doc/library/archiving.rst", + "Doc/library/argparse.rst", + "Doc/library/array.rst", + "Doc/library/ast.rst", + "Doc/library/asynchat.rst", + "Doc/library/asyncio-api-index.rst", + "Doc/library/asyncio-dev.rst", + "Doc/library/asyncio-eventloop.rst", + "Doc/library/asyncio-exceptions.rst", + "Doc/library/asyncio-future.rst", + "Doc/library/asyncio-llapi-index.rst", + "Doc/library/asyncio-platforms.rst", + "Doc/library/asyncio-policy.rst", + "Doc/library/asyncio-protocol.rst", + "Doc/library/asyncio-queue.rst", + "Doc/library/asyncio-stream.rst", + "Doc/library/asyncio-subprocess.rst", + "Doc/library/asyncio-sync.rst", + "Doc/library/asyncio-task.rst", + "Doc/library/asyncio.rst", + "Doc/library/asyncore.rst", + "Doc/library/atexit.rst", + "Doc/library/audioop.rst", + "Doc/library/audit_events.rst", + "Doc/library/base64.rst", + "Doc/library/bdb.rst", + "Doc/library/binary.rst", + "Doc/library/binascii.rst", + "Doc/library/binhex.rst", + "Doc/library/bisect.rst", + "Doc/library/builtins.rst", + "Doc/library/bz2.rst", + "Doc/library/calendar.rst", + "Doc/library/cgi.rst", + "Doc/library/cgitb.rst", + "Doc/library/chunk.rst", + "Doc/library/cmath.rst", + "Doc/library/cmd.rst", + "Doc/library/code.rst", + "Doc/library/codecs.rst", + "Doc/library/codeop.rst", + "Doc/library/collections.abc.rst", + "Doc/library/collections.rst", + "Doc/library/colorsys.rst", + "Doc/library/compileall.rst", + "Doc/library/concurrency.rst", + "Doc/library/concurrent.futures.rst", + "Doc/library/concurrent.rst", + "Doc/library/configparser.rst", + "Doc/library/constants.rst", + "Doc/library/contextlib.rst", + "Doc/library/contextvars.rst", + "Doc/library/copy.rst", + "Doc/library/copyreg.rst", + "Doc/library/crypt.rst", + "Doc/library/crypto.rst", + "Doc/library/csv.rst", + "Doc/library/ctypes.rst", + "Doc/library/curses.ascii.rst", + "Doc/library/curses.panel.rst", + "Doc/library/curses.rst", + "Doc/library/custominterp.rst", + "Doc/library/dataclasses.rst", + "Doc/library/datatypes.rst", + "Doc/library/datetime.rst", + "Doc/library/dbm.rst", + "Doc/library/debug.rst", + "Doc/library/decimal.rst", + "Doc/library/development.rst", + "Doc/library/devmode.rst", + "Doc/library/dialog.rst", + "Doc/library/difflib.rst", + "Doc/library/dis.rst", + "Doc/library/distribution.rst", + "Doc/library/distutils.rst", + "Doc/library/doctest.rst", + "Doc/library/email.charset.rst", + "Doc/library/email.compat32-message.rst", + "Doc/library/email.contentmanager.rst", + "Doc/library/email.encoders.rst", + "Doc/library/email.errors.rst", + "Doc/library/email.examples.rst", + "Doc/library/email.generator.rst", + "Doc/library/email.header.rst", + "Doc/library/email.headerregistry.rst", + "Doc/library/email.iterators.rst", + "Doc/library/email.message.rst", + "Doc/library/email.mime.rst", + "Doc/library/email.parser.rst", + "Doc/library/email.policy.rst", + "Doc/library/email.rst", + "Doc/library/email.utils.rst", + "Doc/library/ensurepip.rst", + "Doc/library/enum.rst", + "Doc/library/errno.rst", + "Doc/library/exceptions.rst", + "Doc/library/faulthandler.rst", + "Doc/library/fcntl.rst", + "Doc/library/filecmp.rst", + "Doc/library/fileformats.rst", + "Doc/library/fileinput.rst", + "Doc/library/filesys.rst", + "Doc/library/fnmatch.rst", + "Doc/library/formatter.rst", + "Doc/library/fractions.rst", + "Doc/library/frameworks.rst", + "Doc/library/ftplib.rst", + "Doc/library/functional.rst", + "Doc/library/functions.rst", + "Doc/library/functools.rst", + "Doc/library/gc.rst", + "Doc/library/getopt.rst", + "Doc/library/getpass.rst", + "Doc/library/gettext.rst", + "Doc/library/glob.rst", + "Doc/library/graphlib.rst", + "Doc/library/grp.rst", + "Doc/library/gzip.rst", + "Doc/library/hashlib-blake2-tree.png", + "Doc/library/hashlib.rst", + "Doc/library/heapq.rst", + "Doc/library/hmac.rst", + "Doc/library/html.entities.rst", + "Doc/library/html.parser.rst", + "Doc/library/html.rst", + "Doc/library/http.client.rst", + "Doc/library/http.cookiejar.rst", + "Doc/library/http.cookies.rst", + "Doc/library/http.rst", + "Doc/library/http.server.rst", + "Doc/library/i18n.rst", + "Doc/library/idle.rst", + "Doc/library/imaplib.rst", + "Doc/library/imghdr.rst", + "Doc/library/imp.rst", + "Doc/library/importlib.metadata.rst", + "Doc/library/importlib.rst", + "Doc/library/index.rst", + "Doc/library/inspect.rst", + "Doc/library/internet.rst", + "Doc/library/intro.rst", + "Doc/library/io.rst", + "Doc/library/ipaddress.rst", + "Doc/library/ipc.rst", + "Doc/library/itertools.rst", + "Doc/library/json.rst", + "Doc/library/keyword.rst", + "Doc/library/language.rst", + "Doc/library/linecache.rst", + "Doc/library/locale.rst", + "Doc/library/logging.config.rst", + "Doc/library/logging.handlers.rst", + "Doc/library/logging.rst", + "Doc/library/lzma.rst", + "Doc/library/mailbox.rst", + "Doc/library/mailcap.rst", + "Doc/library/markup.rst", + "Doc/library/marshal.rst", + "Doc/library/math.rst", + "Doc/library/mimetypes.rst", + "Doc/library/misc.rst", + "Doc/library/mm.rst", + "Doc/library/mmap.rst", + "Doc/library/modulefinder.rst", + "Doc/library/modules.rst", + "Doc/library/msilib.rst", + "Doc/library/msvcrt.rst", + "Doc/library/multiprocessing.rst", + "Doc/library/multiprocessing.shared_memory.rst", + "Doc/library/netdata.rst", + "Doc/library/netrc.rst", + "Doc/library/nis.rst", + "Doc/library/nntplib.rst", + "Doc/library/numbers.rst", + "Doc/library/numeric.rst", + "Doc/library/operator.rst", + "Doc/library/optparse.rst", + "Doc/library/os.path.rst", + "Doc/library/os.rst", + "Doc/library/ossaudiodev.rst", + "Doc/library/othergui.rst", + "Doc/library/parser.rst", + "Doc/library/pathlib-inheritance.png", + "Doc/library/pathlib-inheritance.svg", + "Doc/library/pathlib.rst", + "Doc/library/pdb.rst", + "Doc/library/persistence.rst", + "Doc/library/pickle.rst", + "Doc/library/pickletools.rst", + "Doc/library/pipes.rst", + "Doc/library/pkgutil.rst", + "Doc/library/platform.rst", + "Doc/library/plistlib.rst", + "Doc/library/poplib.rst", + "Doc/library/posix.rst", + "Doc/library/pprint.rst", + "Doc/library/profile.rst", + "Doc/library/pty.rst", + "Doc/library/pwd.rst", + "Doc/library/py_compile.rst", + "Doc/library/pyclbr.rst", + "Doc/library/pydoc.rst", + "Doc/library/pyexpat.rst", + "Doc/library/python.rst", + "Doc/library/queue.rst", + "Doc/library/quopri.rst", + "Doc/library/random.rst", + "Doc/library/re.rst", + "Doc/library/readline.rst", + "Doc/library/reprlib.rst", + "Doc/library/resource.rst", + "Doc/library/rlcompleter.rst", + "Doc/library/runpy.rst", + "Doc/library/sched.rst", + "Doc/library/secrets.rst", + "Doc/library/select.rst", + "Doc/library/selectors.rst", + "Doc/library/shelve.rst", + "Doc/library/shlex.rst", + "Doc/library/shutil.rst", + "Doc/library/signal.rst", + "Doc/library/site.rst", + "Doc/library/smtpd.rst", + "Doc/library/smtplib.rst", + "Doc/library/sndhdr.rst", + "Doc/library/socket.rst", + "Doc/library/socketserver.rst", + "Doc/library/spwd.rst", + "Doc/library/sqlite3.rst", + "Doc/library/ssl.rst", + "Doc/library/stat.rst", + "Doc/library/statistics.rst", + "Doc/library/stdtypes.rst", + "Doc/library/string.rst", + "Doc/library/stringprep.rst", + "Doc/library/struct.rst", + "Doc/library/subprocess.rst", + "Doc/library/sunau.rst", + "Doc/library/superseded.rst", + "Doc/library/symbol.rst", + "Doc/library/symtable.rst", + "Doc/library/sys.rst", + "Doc/library/sysconfig.rst", + "Doc/library/syslog.rst", + "Doc/library/tabnanny.rst", + "Doc/library/tarfile.rst", + "Doc/library/telnetlib.rst", + "Doc/library/tempfile.rst", + "Doc/library/termios.rst", + "Doc/library/test.rst", + "Doc/library/text.rst", + "Doc/library/textwrap.rst", + "Doc/library/threading.rst", + "Doc/library/time.rst", + "Doc/library/timeit.rst", + "Doc/library/tk.rst", + "Doc/library/tk_msg.png", + "Doc/library/tkinter.colorchooser.rst", + "Doc/library/tkinter.dnd.rst", + "Doc/library/tkinter.font.rst", + "Doc/library/tkinter.messagebox.rst", + "Doc/library/tkinter.rst", + "Doc/library/tkinter.scrolledtext.rst", + "Doc/library/tkinter.tix.rst", + "Doc/library/tkinter.ttk.rst", + "Doc/library/token-list.inc", + "Doc/library/token.rst", + "Doc/library/tokenize.rst", + "Doc/library/trace.rst", + "Doc/library/traceback.rst", + "Doc/library/tracemalloc.rst", + "Doc/library/tty.rst", + "Doc/library/tulip_coro.dia", + "Doc/library/tulip_coro.png", + "Doc/library/turtle-star.pdf", + "Doc/library/turtle-star.png", + "Doc/library/turtle-star.ps", + "Doc/library/turtle.rst", + "Doc/library/types.rst", + "Doc/library/typing.rst", + "Doc/library/undoc.rst", + "Doc/library/unicodedata.rst", + "Doc/library/unittest.mock-examples.rst", + "Doc/library/unittest.mock.rst", + "Doc/library/unittest.rst", + "Doc/library/unix.rst", + "Doc/library/urllib.error.rst", + "Doc/library/urllib.parse.rst", + "Doc/library/urllib.request.rst", + "Doc/library/urllib.robotparser.rst", + "Doc/library/urllib.rst", + "Doc/library/uu.rst", + "Doc/library/uuid.rst", + "Doc/library/venv.rst", + "Doc/library/warnings.rst", + "Doc/library/wave.rst", + "Doc/library/weakref.rst", + "Doc/library/webbrowser.rst", + "Doc/library/windows.rst", + "Doc/library/winreg.rst", + "Doc/library/winsound.rst", + "Doc/library/wsgiref.rst", + "Doc/library/xdrlib.rst", + "Doc/library/xml.dom.minidom.rst", + "Doc/library/xml.dom.pulldom.rst", + "Doc/library/xml.dom.rst", + "Doc/library/xml.etree.elementtree.rst", + "Doc/library/xml.rst", + "Doc/library/xml.sax.handler.rst", + "Doc/library/xml.sax.reader.rst", + "Doc/library/xml.sax.rst", + "Doc/library/xml.sax.utils.rst", + "Doc/library/xmlrpc.client.rst", + "Doc/library/xmlrpc.rst", + "Doc/library/xmlrpc.server.rst", + "Doc/library/zipapp.rst", + "Doc/library/zipfile.rst", + "Doc/library/zipimport.rst", + "Doc/library/zlib.rst", + "Doc/library/zoneinfo.rst", + "Doc/license.rst", + "Doc/make.bat", + "Doc/reference", + "Doc/reference/compound_stmts.rst", + "Doc/reference/datamodel.rst", + "Doc/reference/executionmodel.rst", + "Doc/reference/expressions.rst", + "Doc/reference/grammar.rst", + "Doc/reference/import.rst", + "Doc/reference/index.rst", + "Doc/reference/introduction.rst", + "Doc/reference/lexical_analysis.rst", + "Doc/reference/simple_stmts.rst", + "Doc/reference/toplevel_components.rst", + "Doc/requirements.txt", + "Doc/runtime.txt", + "Doc/tools", + "Doc/tools/extensions", + "Doc/tools/extensions/asdl_highlight.py", + "Doc/tools/extensions/c_annotations.py", + "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/patchlevel.py", + "Doc/tools/extensions/peg_highlight.py", + "Doc/tools/extensions/pyspecific.py", + "Doc/tools/extensions/suspicious.py", + "Doc/tools/rstlint.py", + "Doc/tools/static", + "Doc/tools/static/changelog_search.js", + "Doc/tools/static/switchers.js", + "Doc/tools/susp-ignored.csv", + "Doc/tools/templates", + "Doc/tools/templates/customsourcelink.html", + "Doc/tools/templates/download.html", + "Doc/tools/templates/dummy.html", + "Doc/tools/templates/indexcontent.html", + "Doc/tools/templates/indexsidebar.html", + "Doc/tools/templates/layout.html", + "Doc/tools/templates/opensearch.xml", + "Doc/tutorial", + "Doc/tutorial/appendix.rst", + "Doc/tutorial/appetite.rst", + "Doc/tutorial/classes.rst", + "Doc/tutorial/controlflow.rst", + "Doc/tutorial/datastructures.rst", + "Doc/tutorial/errors.rst", + "Doc/tutorial/floatingpoint.rst", + "Doc/tutorial/index.rst", + "Doc/tutorial/inputoutput.rst", + "Doc/tutorial/interactive.rst", + "Doc/tutorial/interpreter.rst", + "Doc/tutorial/introduction.rst", + "Doc/tutorial/modules.rst", + "Doc/tutorial/stdlib.rst", + "Doc/tutorial/stdlib2.rst", + "Doc/tutorial/venv.rst", + "Doc/tutorial/whatnow.rst", + "Doc/using", + "Doc/using/cmdline.rst", + "Doc/using/editors.rst", + "Doc/using/index.rst", + "Doc/using/mac.rst", + "Doc/using/unix.rst", + "Doc/using/venv-create.inc", + "Doc/using/win_installer.png", + "Doc/using/windows.rst", + "Doc/whatsnew", + "Doc/whatsnew/2.0.rst", + "Doc/whatsnew/2.1.rst", + "Doc/whatsnew/2.2.rst", + "Doc/whatsnew/2.3.rst", + "Doc/whatsnew/2.4.rst", + "Doc/whatsnew/2.5.rst", + "Doc/whatsnew/2.6.rst", + "Doc/whatsnew/2.7.rst", + "Doc/whatsnew/3.0.rst", + "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.2.rst", + "Doc/whatsnew/3.3.rst", + "Doc/whatsnew/3.4.rst", + "Doc/whatsnew/3.5.rst", + "Doc/whatsnew/3.6.rst", + "Doc/whatsnew/3.7.rst", + "Doc/whatsnew/3.8.rst", + "Doc/whatsnew/3.9.rst", + "Doc/whatsnew/changelog.rst", + "Doc/whatsnew/index.rst", + "Grammar", + "Grammar/Grammar", + "Grammar/Tokens", + "Grammar/python.gram", + "Include", + "Include/Python-ast.h", + "Include/Python.h", + "Include/abstract.h", + "Include/asdl.h", + "Include/ast.h", + "Include/bitset.h", + "Include/bltinmodule.h", + "Include/boolobject.h", + "Include/bytearrayobject.h", + "Include/bytesobject.h", + "Include/cellobject.h", + "Include/ceval.h", + "Include/classobject.h", + "Include/code.h", + "Include/codecs.h", + "Include/compile.h", + "Include/complexobject.h", + "Include/context.h", + "Include/cpython", + "Include/cpython/abstract.h", + "Include/cpython/bytearrayobject.h", + "Include/cpython/bytesobject.h", + "Include/cpython/ceval.h", + "Include/cpython/code.h", + "Include/cpython/dictobject.h", + "Include/cpython/fileobject.h", + "Include/cpython/fileutils.h", + "Include/cpython/frameobject.h", + "Include/cpython/import.h", + "Include/cpython/initconfig.h", + "Include/cpython/interpreteridobject.h", + "Include/cpython/listobject.h", + "Include/cpython/methodobject.h", + "Include/cpython/object.h", + "Include/cpython/objimpl.h", + "Include/cpython/pyerrors.h", + "Include/cpython/pylifecycle.h", + "Include/cpython/pymem.h", + "Include/cpython/pystate.h", + "Include/cpython/sysmodule.h", + "Include/cpython/traceback.h", + "Include/cpython/tupleobject.h", + "Include/cpython/unicodeobject.h", + "Include/datetime.h", + "Include/descrobject.h", + "Include/dictobject.h", + "Include/dynamic_annotations.h", + "Include/enumobject.h", + "Include/errcode.h", + "Include/eval.h", + "Include/exports.h", + "Include/fileobject.h", + "Include/fileutils.h", + "Include/floatobject.h", + "Include/frameobject.h", + "Include/funcobject.h", + "Include/genericaliasobject.h", + "Include/genobject.h", + "Include/graminit.h", + "Include/grammar.h", + "Include/import.h", + "Include/internal", + "Include/internal/pegen_interface.h", + "Include/internal/pycore_abstract.h", + "Include/internal/pycore_accu.h", + "Include/internal/pycore_atomic.h", + "Include/internal/pycore_bytes_methods.h", + "Include/internal/pycore_byteswap.h", + "Include/internal/pycore_call.h", + "Include/internal/pycore_ceval.h", + "Include/internal/pycore_code.h", + "Include/internal/pycore_condvar.h", + "Include/internal/pycore_context.h", + "Include/internal/pycore_dtoa.h", + "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_gc.h", + "Include/internal/pycore_getopt.h", + "Include/internal/pycore_gil.h", + "Include/internal/pycore_hamt.h", + "Include/internal/pycore_hashtable.h", + "Include/internal/pycore_import.h", + "Include/internal/pycore_initconfig.h", + "Include/internal/pycore_interp.h", + "Include/internal/pycore_object.h", + "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyerrors.h", + "Include/internal/pycore_pyhash.h", + "Include/internal/pycore_pylifecycle.h", + "Include/internal/pycore_pymem.h", + "Include/internal/pycore_pystate.h", + "Include/internal/pycore_runtime.h", + "Include/internal/pycore_sysmodule.h", + "Include/internal/pycore_traceback.h", + "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_warnings.h", + "Include/interpreteridobject.h", + "Include/intrcheck.h", + "Include/iterobject.h", + "Include/listobject.h", + "Include/longintrepr.h", + "Include/longobject.h", + "Include/marshal.h", + "Include/memoryobject.h", + "Include/methodobject.h", + "Include/modsupport.h", + "Include/moduleobject.h", + "Include/namespaceobject.h", + "Include/node.h", + "Include/object.h", + "Include/objimpl.h", + "Include/odictobject.h", + "Include/opcode.h", + "Include/osdefs.h", + "Include/osmodule.h", + "Include/parsetok.h", + "Include/patchlevel.h", + "Include/picklebufobject.h", + "Include/py_curses.h", + "Include/pyarena.h", + "Include/pycapsule.h", + "Include/pyctype.h", + "Include/pydebug.h", + "Include/pydtrace.d", + "Include/pydtrace.h", + "Include/pyerrors.h", + "Include/pyexpat.h", + "Include/pyfpe.h", + "Include/pyframe.h", + "Include/pyhash.h", + "Include/pylifecycle.h", + "Include/pymacconfig.h", + "Include/pymacro.h", + "Include/pymath.h", + "Include/pymem.h", + "Include/pyport.h", + "Include/pystate.h", + "Include/pystrcmp.h", + "Include/pystrhex.h", + "Include/pystrtod.h", + "Include/pythonrun.h", + "Include/pythread.h", + "Include/pytime.h", + "Include/rangeobject.h", + "Include/setobject.h", + "Include/sliceobject.h", + "Include/structmember.h", + "Include/structseq.h", + "Include/symtable.h", + "Include/sysmodule.h", + "Include/token.h", + "Include/traceback.h", + "Include/tracemalloc.h", + "Include/tupleobject.h", + "Include/typeslots.h", + "Include/ucnhash.h", + "Include/unicodeobject.h", + "Include/warnings.h", + "Include/weakrefobject.h", + "LICENSE", + "Lib", + "Lib/__future__.py", + "Lib/__phello__.foo.py", + "Lib/_aix_support.py", + "Lib/_bootlocale.py", + "Lib/_bootsubprocess.py", + "Lib/_collections_abc.py", + "Lib/_compat_pickle.py", + "Lib/_compression.py", + "Lib/_markupbase.py", + "Lib/_osx_support.py", + "Lib/_py_abc.py", + "Lib/_pydecimal.py", + "Lib/_pyio.py", + "Lib/_sitebuiltins.py", + "Lib/_strptime.py", + "Lib/_threading_local.py", + "Lib/_weakrefset.py", + "Lib/abc.py", + "Lib/aifc.py", + "Lib/antigravity.py", + "Lib/argparse.py", + "Lib/ast.py", + "Lib/asynchat.py", + "Lib/asyncio", + "Lib/asyncio/__init__.py", + "Lib/asyncio/__main__.py", + "Lib/asyncio/base_events.py", + "Lib/asyncio/base_futures.py", + "Lib/asyncio/base_subprocess.py", + "Lib/asyncio/base_tasks.py", + "Lib/asyncio/constants.py", + "Lib/asyncio/coroutines.py", + "Lib/asyncio/events.py", + "Lib/asyncio/exceptions.py", + "Lib/asyncio/format_helpers.py", + "Lib/asyncio/futures.py", + "Lib/asyncio/locks.py", + "Lib/asyncio/log.py", + "Lib/asyncio/proactor_events.py", + "Lib/asyncio/protocols.py", + "Lib/asyncio/queues.py", + "Lib/asyncio/runners.py", + "Lib/asyncio/selector_events.py", + "Lib/asyncio/sslproto.py", + "Lib/asyncio/staggered.py", + "Lib/asyncio/streams.py", + "Lib/asyncio/subprocess.py", + "Lib/asyncio/tasks.py", + "Lib/asyncio/threads.py", + "Lib/asyncio/transports.py", + "Lib/asyncio/trsock.py", + "Lib/asyncio/unix_events.py", + "Lib/asyncio/windows_events.py", + "Lib/asyncio/windows_utils.py", + "Lib/asyncore.py", + "Lib/base64.py", + "Lib/bdb.py", + "Lib/binhex.py", + "Lib/bisect.py", + "Lib/bz2.py", + "Lib/cProfile.py", + "Lib/calendar.py", + "Lib/cgi.py", + "Lib/cgitb.py", + "Lib/chunk.py", + "Lib/cmd.py", + "Lib/code.py", + "Lib/codecs.py", + "Lib/codeop.py", + "Lib/collections", + "Lib/collections/__init__.py", + "Lib/collections/abc.py", + "Lib/colorsys.py", + "Lib/compileall.py", + "Lib/concurrent", + "Lib/concurrent/__init__.py", + "Lib/concurrent/futures", + "Lib/concurrent/futures/__init__.py", + "Lib/concurrent/futures/_base.py", + "Lib/concurrent/futures/process.py", + "Lib/concurrent/futures/thread.py", + "Lib/configparser.py", + "Lib/contextlib.py", + "Lib/contextvars.py", + "Lib/copy.py", + "Lib/copyreg.py", + "Lib/crypt.py", + "Lib/csv.py", + "Lib/ctypes", + "Lib/ctypes/__init__.py", + "Lib/ctypes/_aix.py", + "Lib/ctypes/_endian.py", + "Lib/ctypes/macholib", + "Lib/ctypes/macholib/README.ctypes", + "Lib/ctypes/macholib/__init__.py", + "Lib/ctypes/macholib/dyld.py", + "Lib/ctypes/macholib/dylib.py", + "Lib/ctypes/macholib/fetch_macholib", + "Lib/ctypes/macholib/fetch_macholib.bat", + "Lib/ctypes/macholib/framework.py", + "Lib/ctypes/test", + "Lib/ctypes/test/__init__.py", + "Lib/ctypes/test/__main__.py", + "Lib/ctypes/test/test_anon.py", + "Lib/ctypes/test/test_array_in_pointer.py", + "Lib/ctypes/test/test_arrays.py", + "Lib/ctypes/test/test_as_parameter.py", + "Lib/ctypes/test/test_bitfields.py", + "Lib/ctypes/test/test_buffers.py", + "Lib/ctypes/test/test_bytes.py", + "Lib/ctypes/test/test_byteswap.py", + "Lib/ctypes/test/test_callbacks.py", + "Lib/ctypes/test/test_cast.py", + "Lib/ctypes/test/test_cfuncs.py", + "Lib/ctypes/test/test_checkretval.py", + "Lib/ctypes/test/test_delattr.py", + "Lib/ctypes/test/test_errno.py", + "Lib/ctypes/test/test_find.py", + "Lib/ctypes/test/test_frombuffer.py", + "Lib/ctypes/test/test_funcptr.py", + "Lib/ctypes/test/test_functions.py", + "Lib/ctypes/test/test_incomplete.py", + "Lib/ctypes/test/test_init.py", + "Lib/ctypes/test/test_internals.py", + "Lib/ctypes/test/test_keeprefs.py", + "Lib/ctypes/test/test_libc.py", + "Lib/ctypes/test/test_loading.py", + "Lib/ctypes/test/test_macholib.py", + "Lib/ctypes/test/test_memfunctions.py", + "Lib/ctypes/test/test_numbers.py", + "Lib/ctypes/test/test_objects.py", + "Lib/ctypes/test/test_parameters.py", + "Lib/ctypes/test/test_pep3118.py", + "Lib/ctypes/test/test_pickling.py", + "Lib/ctypes/test/test_pointers.py", + "Lib/ctypes/test/test_prototypes.py", + "Lib/ctypes/test/test_python_api.py", + "Lib/ctypes/test/test_random_things.py", + "Lib/ctypes/test/test_refcounts.py", + "Lib/ctypes/test/test_repr.py", + "Lib/ctypes/test/test_returnfuncptrs.py", + "Lib/ctypes/test/test_simplesubclasses.py", + "Lib/ctypes/test/test_sizes.py", + "Lib/ctypes/test/test_slicing.py", + "Lib/ctypes/test/test_stringptr.py", + "Lib/ctypes/test/test_strings.py", + "Lib/ctypes/test/test_struct_fields.py", + "Lib/ctypes/test/test_structures.py", + "Lib/ctypes/test/test_unaligned_structures.py", + "Lib/ctypes/test/test_unicode.py", + "Lib/ctypes/test/test_values.py", + "Lib/ctypes/test/test_varsize_struct.py", + "Lib/ctypes/test/test_win32.py", + "Lib/ctypes/test/test_wintypes.py", + "Lib/ctypes/util.py", + "Lib/ctypes/wintypes.py", + "Lib/curses", + "Lib/curses/__init__.py", + "Lib/curses/ascii.py", + "Lib/curses/has_key.py", + "Lib/curses/panel.py", + "Lib/curses/textpad.py", + "Lib/dataclasses.py", + "Lib/datetime.py", + "Lib/dbm", + "Lib/dbm/__init__.py", + "Lib/dbm/dumb.py", + "Lib/dbm/gnu.py", + "Lib/dbm/ndbm.py", + "Lib/decimal.py", + "Lib/difflib.py", + "Lib/dis.py", + "Lib/distutils", + "Lib/distutils/README", + "Lib/distutils/__init__.py", + "Lib/distutils/_msvccompiler.py", + "Lib/distutils/archive_util.py", + "Lib/distutils/bcppcompiler.py", + "Lib/distutils/ccompiler.py", + "Lib/distutils/cmd.py", + "Lib/distutils/command", + "Lib/distutils/command/__init__.py", + "Lib/distutils/command/bdist.py", + "Lib/distutils/command/bdist_dumb.py", + "Lib/distutils/command/bdist_msi.py", + "Lib/distutils/command/bdist_rpm.py", + "Lib/distutils/command/bdist_wininst.py", + "Lib/distutils/command/build.py", + "Lib/distutils/command/build_clib.py", + "Lib/distutils/command/build_ext.py", + "Lib/distutils/command/build_py.py", + "Lib/distutils/command/build_scripts.py", + "Lib/distutils/command/check.py", + "Lib/distutils/command/clean.py", + "Lib/distutils/command/command_template", + "Lib/distutils/command/config.py", + "Lib/distutils/command/install.py", + "Lib/distutils/command/install_data.py", + "Lib/distutils/command/install_egg_info.py", + "Lib/distutils/command/install_headers.py", + "Lib/distutils/command/install_lib.py", + "Lib/distutils/command/install_scripts.py", + "Lib/distutils/command/register.py", + "Lib/distutils/command/sdist.py", + "Lib/distutils/command/upload.py", + "Lib/distutils/command/wininst-10.0-amd64.exe", + "Lib/distutils/command/wininst-10.0.exe", + "Lib/distutils/command/wininst-14.0-amd64.exe", + "Lib/distutils/command/wininst-14.0.exe", + "Lib/distutils/command/wininst-6.0.exe", + "Lib/distutils/command/wininst-7.1.exe", + "Lib/distutils/command/wininst-8.0.exe", + "Lib/distutils/command/wininst-9.0-amd64.exe", + "Lib/distutils/command/wininst-9.0.exe", + "Lib/distutils/config.py", + "Lib/distutils/core.py", + "Lib/distutils/cygwinccompiler.py", + "Lib/distutils/debug.py", + "Lib/distutils/dep_util.py", + "Lib/distutils/dir_util.py", + "Lib/distutils/dist.py", + "Lib/distutils/errors.py", + "Lib/distutils/extension.py", + "Lib/distutils/fancy_getopt.py", + "Lib/distutils/file_util.py", + "Lib/distutils/filelist.py", + "Lib/distutils/log.py", + "Lib/distutils/msvc9compiler.py", + "Lib/distutils/msvccompiler.py", + "Lib/distutils/spawn.py", + "Lib/distutils/sysconfig.py", + "Lib/distutils/tests", + "Lib/distutils/tests/Setup.sample", + "Lib/distutils/tests/__init__.py", + "Lib/distutils/tests/includetest.rst", + "Lib/distutils/tests/support.py", + "Lib/distutils/tests/test_archive_util.py", + "Lib/distutils/tests/test_bdist.py", + "Lib/distutils/tests/test_bdist_dumb.py", + "Lib/distutils/tests/test_bdist_msi.py", + "Lib/distutils/tests/test_bdist_rpm.py", + "Lib/distutils/tests/test_bdist_wininst.py", + "Lib/distutils/tests/test_build.py", + "Lib/distutils/tests/test_build_clib.py", + "Lib/distutils/tests/test_build_ext.py", + "Lib/distutils/tests/test_build_py.py", + "Lib/distutils/tests/test_build_scripts.py", + "Lib/distutils/tests/test_check.py", + "Lib/distutils/tests/test_clean.py", + "Lib/distutils/tests/test_cmd.py", + "Lib/distutils/tests/test_config.py", + "Lib/distutils/tests/test_config_cmd.py", + "Lib/distutils/tests/test_core.py", + "Lib/distutils/tests/test_cygwinccompiler.py", + "Lib/distutils/tests/test_dep_util.py", + "Lib/distutils/tests/test_dir_util.py", + "Lib/distutils/tests/test_dist.py", + "Lib/distutils/tests/test_extension.py", + "Lib/distutils/tests/test_file_util.py", + "Lib/distutils/tests/test_filelist.py", + "Lib/distutils/tests/test_install.py", + "Lib/distutils/tests/test_install_data.py", + "Lib/distutils/tests/test_install_headers.py", + "Lib/distutils/tests/test_install_lib.py", + "Lib/distutils/tests/test_install_scripts.py", + "Lib/distutils/tests/test_log.py", + "Lib/distutils/tests/test_msvc9compiler.py", + "Lib/distutils/tests/test_msvccompiler.py", + "Lib/distutils/tests/test_register.py", + "Lib/distutils/tests/test_sdist.py", + "Lib/distutils/tests/test_spawn.py", + "Lib/distutils/tests/test_sysconfig.py", + "Lib/distutils/tests/test_text_file.py", + "Lib/distutils/tests/test_unixccompiler.py", + "Lib/distutils/tests/test_upload.py", + "Lib/distutils/tests/test_util.py", + "Lib/distutils/tests/test_version.py", + "Lib/distutils/tests/test_versionpredicate.py", + "Lib/distutils/text_file.py", + "Lib/distutils/unixccompiler.py", + "Lib/distutils/util.py", + "Lib/distutils/version.py", + "Lib/distutils/versionpredicate.py", + "Lib/doctest.py", + "Lib/email", + "Lib/email/__init__.py", + "Lib/email/_encoded_words.py", + "Lib/email/_header_value_parser.py", + "Lib/email/_parseaddr.py", + "Lib/email/_policybase.py", + "Lib/email/architecture.rst", + "Lib/email/base64mime.py", + "Lib/email/charset.py", + "Lib/email/contentmanager.py", + "Lib/email/encoders.py", + "Lib/email/errors.py", + "Lib/email/feedparser.py", + "Lib/email/generator.py", + "Lib/email/header.py", + "Lib/email/headerregistry.py", + "Lib/email/iterators.py", + "Lib/email/message.py", + "Lib/email/mime", + "Lib/email/mime/__init__.py", + "Lib/email/mime/application.py", + "Lib/email/mime/audio.py", + "Lib/email/mime/base.py", + "Lib/email/mime/image.py", + "Lib/email/mime/message.py", + "Lib/email/mime/multipart.py", + "Lib/email/mime/nonmultipart.py", + "Lib/email/mime/text.py", + "Lib/email/parser.py", + "Lib/email/policy.py", + "Lib/email/quoprimime.py", + "Lib/email/utils.py", + "Lib/encodings", + "Lib/encodings/__init__.py", + "Lib/encodings/aliases.py", + "Lib/encodings/ascii.py", + "Lib/encodings/base64_codec.py", + "Lib/encodings/big5.py", + "Lib/encodings/big5hkscs.py", + "Lib/encodings/bz2_codec.py", + "Lib/encodings/charmap.py", + "Lib/encodings/cp037.py", + "Lib/encodings/cp1006.py", + "Lib/encodings/cp1026.py", + "Lib/encodings/cp1125.py", + "Lib/encodings/cp1140.py", + "Lib/encodings/cp1250.py", + "Lib/encodings/cp1251.py", + "Lib/encodings/cp1252.py", + "Lib/encodings/cp1253.py", + "Lib/encodings/cp1254.py", + "Lib/encodings/cp1255.py", + "Lib/encodings/cp1256.py", + "Lib/encodings/cp1257.py", + "Lib/encodings/cp1258.py", + "Lib/encodings/cp273.py", + "Lib/encodings/cp424.py", + "Lib/encodings/cp437.py", + "Lib/encodings/cp500.py", + "Lib/encodings/cp720.py", + "Lib/encodings/cp737.py", + "Lib/encodings/cp775.py", + "Lib/encodings/cp850.py", + "Lib/encodings/cp852.py", + "Lib/encodings/cp855.py", + "Lib/encodings/cp856.py", + "Lib/encodings/cp857.py", + "Lib/encodings/cp858.py", + "Lib/encodings/cp860.py", + "Lib/encodings/cp861.py", + "Lib/encodings/cp862.py", + "Lib/encodings/cp863.py", + "Lib/encodings/cp864.py", + "Lib/encodings/cp865.py", + "Lib/encodings/cp866.py", + "Lib/encodings/cp869.py", + "Lib/encodings/cp874.py", + "Lib/encodings/cp875.py", + "Lib/encodings/cp932.py", + "Lib/encodings/cp949.py", + "Lib/encodings/cp950.py", + "Lib/encodings/euc_jis_2004.py", + "Lib/encodings/euc_jisx0213.py", + "Lib/encodings/euc_jp.py", + "Lib/encodings/euc_kr.py", + "Lib/encodings/gb18030.py", + "Lib/encodings/gb2312.py", + "Lib/encodings/gbk.py", + "Lib/encodings/hex_codec.py", + "Lib/encodings/hp_roman8.py", + "Lib/encodings/hz.py", + "Lib/encodings/idna.py", + "Lib/encodings/iso2022_jp.py", + "Lib/encodings/iso2022_jp_1.py", + "Lib/encodings/iso2022_jp_2.py", + "Lib/encodings/iso2022_jp_2004.py", + "Lib/encodings/iso2022_jp_3.py", + "Lib/encodings/iso2022_jp_ext.py", + "Lib/encodings/iso2022_kr.py", + "Lib/encodings/iso8859_1.py", + "Lib/encodings/iso8859_10.py", + "Lib/encodings/iso8859_11.py", + "Lib/encodings/iso8859_13.py", + "Lib/encodings/iso8859_14.py", + "Lib/encodings/iso8859_15.py", + "Lib/encodings/iso8859_16.py", + "Lib/encodings/iso8859_2.py", + "Lib/encodings/iso8859_3.py", + "Lib/encodings/iso8859_4.py", + "Lib/encodings/iso8859_5.py", + "Lib/encodings/iso8859_6.py", + "Lib/encodings/iso8859_7.py", + "Lib/encodings/iso8859_8.py", + "Lib/encodings/iso8859_9.py", + "Lib/encodings/johab.py", + "Lib/encodings/koi8_r.py", + "Lib/encodings/koi8_t.py", + "Lib/encodings/koi8_u.py", + "Lib/encodings/kz1048.py", + "Lib/encodings/latin_1.py", + "Lib/encodings/mac_arabic.py", + "Lib/encodings/mac_croatian.py", + "Lib/encodings/mac_cyrillic.py", + "Lib/encodings/mac_farsi.py", + "Lib/encodings/mac_greek.py", + "Lib/encodings/mac_iceland.py", + "Lib/encodings/mac_latin2.py", + "Lib/encodings/mac_roman.py", + "Lib/encodings/mac_romanian.py", + "Lib/encodings/mac_turkish.py", + "Lib/encodings/mbcs.py", + "Lib/encodings/oem.py", + "Lib/encodings/palmos.py", + "Lib/encodings/ptcp154.py", + "Lib/encodings/punycode.py", + "Lib/encodings/quopri_codec.py", + "Lib/encodings/raw_unicode_escape.py", + "Lib/encodings/rot_13.py", + "Lib/encodings/shift_jis.py", + "Lib/encodings/shift_jis_2004.py", + "Lib/encodings/shift_jisx0213.py", + "Lib/encodings/tis_620.py", + "Lib/encodings/undefined.py", + "Lib/encodings/unicode_escape.py", + "Lib/encodings/utf_16.py", + "Lib/encodings/utf_16_be.py", + "Lib/encodings/utf_16_le.py", + "Lib/encodings/utf_32.py", + "Lib/encodings/utf_32_be.py", + "Lib/encodings/utf_32_le.py", + "Lib/encodings/utf_7.py", + "Lib/encodings/utf_8.py", + "Lib/encodings/utf_8_sig.py", + "Lib/encodings/uu_codec.py", + "Lib/encodings/zlib_codec.py", + "Lib/ensurepip", + "Lib/ensurepip/__init__.py", + "Lib/ensurepip/__main__.py", + "Lib/ensurepip/_bundled", + "Lib/ensurepip/_bundled/__init__.py", + "Lib/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl", + "Lib/ensurepip/_uninstall.py", + "Lib/enum.py", + "Lib/filecmp.py", + "Lib/fileinput.py", + "Lib/fnmatch.py", + "Lib/formatter.py", + "Lib/fractions.py", + "Lib/ftplib.py", + "Lib/functools.py", + "Lib/genericpath.py", + "Lib/getopt.py", + "Lib/getpass.py", + "Lib/gettext.py", + "Lib/glob.py", + "Lib/graphlib.py", + "Lib/gzip.py", + "Lib/hashlib.py", + "Lib/heapq.py", + "Lib/hmac.py", + "Lib/html", + "Lib/html/__init__.py", + "Lib/html/entities.py", + "Lib/html/parser.py", + "Lib/http", + "Lib/http/__init__.py", + "Lib/http/client.py", + "Lib/http/cookiejar.py", + "Lib/http/cookies.py", + "Lib/http/server.py", + "Lib/idlelib", + "Lib/idlelib/CREDITS.txt", + "Lib/idlelib/ChangeLog", + "Lib/idlelib/HISTORY.txt", + "Lib/idlelib/Icons", + "Lib/idlelib/Icons/README.txt", + "Lib/idlelib/Icons/folder.gif", + "Lib/idlelib/Icons/idle.ico", + "Lib/idlelib/Icons/idle_16.gif", + "Lib/idlelib/Icons/idle_16.png", + "Lib/idlelib/Icons/idle_256.png", + "Lib/idlelib/Icons/idle_32.gif", + "Lib/idlelib/Icons/idle_32.png", + "Lib/idlelib/Icons/idle_48.gif", + "Lib/idlelib/Icons/idle_48.png", + "Lib/idlelib/Icons/minusnode.gif", + "Lib/idlelib/Icons/openfolder.gif", + "Lib/idlelib/Icons/plusnode.gif", + "Lib/idlelib/Icons/python.gif", + "Lib/idlelib/Icons/tk.gif", + "Lib/idlelib/NEWS.txt", + "Lib/idlelib/NEWS2x.txt", + "Lib/idlelib/README.txt", + "Lib/idlelib/TODO.txt", + "Lib/idlelib/__init__.py", + "Lib/idlelib/__main__.py", + "Lib/idlelib/autocomplete.py", + "Lib/idlelib/autocomplete_w.py", + "Lib/idlelib/autoexpand.py", + "Lib/idlelib/browser.py", + "Lib/idlelib/calltip.py", + "Lib/idlelib/calltip_w.py", + "Lib/idlelib/codecontext.py", + "Lib/idlelib/colorizer.py", + "Lib/idlelib/config-extensions.def", + "Lib/idlelib/config-highlight.def", + "Lib/idlelib/config-keys.def", + "Lib/idlelib/config-main.def", + "Lib/idlelib/config.py", + "Lib/idlelib/config_key.py", + "Lib/idlelib/configdialog.py", + "Lib/idlelib/debugger.py", + "Lib/idlelib/debugger_r.py", + "Lib/idlelib/debugobj.py", + "Lib/idlelib/debugobj_r.py", + "Lib/idlelib/delegator.py", + "Lib/idlelib/dynoption.py", + "Lib/idlelib/editor.py", + "Lib/idlelib/extend.txt", + "Lib/idlelib/filelist.py", + "Lib/idlelib/format.py", + "Lib/idlelib/grep.py", + "Lib/idlelib/help.html", + "Lib/idlelib/help.py", + "Lib/idlelib/help_about.py", + "Lib/idlelib/history.py", + "Lib/idlelib/hyperparser.py", + "Lib/idlelib/idle.bat", + "Lib/idlelib/idle.py", + "Lib/idlelib/idle.pyw", + "Lib/idlelib/idle_test", + "Lib/idlelib/idle_test/README.txt", + "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/htest.py", + "Lib/idlelib/idle_test/mock_idle.py", + "Lib/idlelib/idle_test/mock_tk.py", + "Lib/idlelib/idle_test/template.py", + "Lib/idlelib/idle_test/test_autocomplete.py", + "Lib/idlelib/idle_test/test_autocomplete_w.py", + "Lib/idlelib/idle_test/test_autoexpand.py", + "Lib/idlelib/idle_test/test_browser.py", + "Lib/idlelib/idle_test/test_calltip.py", + "Lib/idlelib/idle_test/test_calltip_w.py", + "Lib/idlelib/idle_test/test_codecontext.py", + "Lib/idlelib/idle_test/test_colorizer.py", + "Lib/idlelib/idle_test/test_config.py", + "Lib/idlelib/idle_test/test_config_key.py", + "Lib/idlelib/idle_test/test_configdialog.py", + "Lib/idlelib/idle_test/test_debugger.py", + "Lib/idlelib/idle_test/test_debugger_r.py", + "Lib/idlelib/idle_test/test_debugobj.py", + "Lib/idlelib/idle_test/test_debugobj_r.py", + "Lib/idlelib/idle_test/test_delegator.py", + "Lib/idlelib/idle_test/test_editmenu.py", + "Lib/idlelib/idle_test/test_editor.py", + "Lib/idlelib/idle_test/test_filelist.py", + "Lib/idlelib/idle_test/test_format.py", + "Lib/idlelib/idle_test/test_grep.py", + "Lib/idlelib/idle_test/test_help.py", + "Lib/idlelib/idle_test/test_help_about.py", + "Lib/idlelib/idle_test/test_history.py", + "Lib/idlelib/idle_test/test_hyperparser.py", + "Lib/idlelib/idle_test/test_iomenu.py", + "Lib/idlelib/idle_test/test_macosx.py", + "Lib/idlelib/idle_test/test_mainmenu.py", + "Lib/idlelib/idle_test/test_multicall.py", + "Lib/idlelib/idle_test/test_outwin.py", + "Lib/idlelib/idle_test/test_parenmatch.py", + "Lib/idlelib/idle_test/test_pathbrowser.py", + "Lib/idlelib/idle_test/test_percolator.py", + "Lib/idlelib/idle_test/test_pyparse.py", + "Lib/idlelib/idle_test/test_pyshell.py", + "Lib/idlelib/idle_test/test_query.py", + "Lib/idlelib/idle_test/test_redirector.py", + "Lib/idlelib/idle_test/test_replace.py", + "Lib/idlelib/idle_test/test_rpc.py", + "Lib/idlelib/idle_test/test_run.py", + "Lib/idlelib/idle_test/test_runscript.py", + "Lib/idlelib/idle_test/test_scrolledlist.py", + "Lib/idlelib/idle_test/test_search.py", + "Lib/idlelib/idle_test/test_searchbase.py", + "Lib/idlelib/idle_test/test_searchengine.py", + "Lib/idlelib/idle_test/test_sidebar.py", + "Lib/idlelib/idle_test/test_squeezer.py", + "Lib/idlelib/idle_test/test_stackviewer.py", + "Lib/idlelib/idle_test/test_statusbar.py", + "Lib/idlelib/idle_test/test_text.py", + "Lib/idlelib/idle_test/test_textview.py", + "Lib/idlelib/idle_test/test_tooltip.py", + "Lib/idlelib/idle_test/test_tree.py", + "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_warning.py", + "Lib/idlelib/idle_test/test_window.py", + "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/iomenu.py", + "Lib/idlelib/macosx.py", + "Lib/idlelib/mainmenu.py", + "Lib/idlelib/multicall.py", + "Lib/idlelib/outwin.py", + "Lib/idlelib/parenmatch.py", + "Lib/idlelib/pathbrowser.py", + "Lib/idlelib/percolator.py", + "Lib/idlelib/pyparse.py", + "Lib/idlelib/pyshell.py", + "Lib/idlelib/query.py", + "Lib/idlelib/redirector.py", + "Lib/idlelib/replace.py", + "Lib/idlelib/rpc.py", + "Lib/idlelib/run.py", + "Lib/idlelib/runscript.py", + "Lib/idlelib/scrolledlist.py", + "Lib/idlelib/search.py", + "Lib/idlelib/searchbase.py", + "Lib/idlelib/searchengine.py", + "Lib/idlelib/sidebar.py", + "Lib/idlelib/squeezer.py", + "Lib/idlelib/stackviewer.py", + "Lib/idlelib/statusbar.py", + "Lib/idlelib/textview.py", + "Lib/idlelib/tooltip.py", + "Lib/idlelib/tree.py", + "Lib/idlelib/undo.py", + "Lib/idlelib/window.py", + "Lib/idlelib/zoomheight.py", + "Lib/idlelib/zzdummy.py", + "Lib/imaplib.py", + "Lib/imghdr.py", + "Lib/imp.py", + "Lib/importlib", + "Lib/importlib/__init__.py", + "Lib/importlib/_bootstrap.py", + "Lib/importlib/_bootstrap_external.py", + "Lib/importlib/_common.py", + "Lib/importlib/abc.py", + "Lib/importlib/machinery.py", + "Lib/importlib/metadata.py", + "Lib/importlib/resources.py", + "Lib/importlib/util.py", + "Lib/inspect.py", + "Lib/io.py", + "Lib/ipaddress.py", + "Lib/json", + "Lib/json/__init__.py", + "Lib/json/decoder.py", + "Lib/json/encoder.py", + "Lib/json/scanner.py", + "Lib/json/tool.py", + "Lib/keyword.py", + "Lib/lib2to3", + "Lib/lib2to3/Grammar.txt", + "Lib/lib2to3/PatternGrammar.txt", + "Lib/lib2to3/__init__.py", + "Lib/lib2to3/__main__.py", + "Lib/lib2to3/btm_matcher.py", + "Lib/lib2to3/btm_utils.py", + "Lib/lib2to3/fixer_base.py", + "Lib/lib2to3/fixer_util.py", + "Lib/lib2to3/fixes", + "Lib/lib2to3/fixes/__init__.py", + "Lib/lib2to3/fixes/fix_apply.py", + "Lib/lib2to3/fixes/fix_asserts.py", + "Lib/lib2to3/fixes/fix_basestring.py", + "Lib/lib2to3/fixes/fix_buffer.py", + "Lib/lib2to3/fixes/fix_dict.py", + "Lib/lib2to3/fixes/fix_except.py", + "Lib/lib2to3/fixes/fix_exec.py", + "Lib/lib2to3/fixes/fix_execfile.py", + "Lib/lib2to3/fixes/fix_exitfunc.py", + "Lib/lib2to3/fixes/fix_filter.py", + "Lib/lib2to3/fixes/fix_funcattrs.py", + "Lib/lib2to3/fixes/fix_future.py", + "Lib/lib2to3/fixes/fix_getcwdu.py", + "Lib/lib2to3/fixes/fix_has_key.py", + "Lib/lib2to3/fixes/fix_idioms.py", + "Lib/lib2to3/fixes/fix_import.py", + "Lib/lib2to3/fixes/fix_imports.py", + "Lib/lib2to3/fixes/fix_imports2.py", + "Lib/lib2to3/fixes/fix_input.py", + "Lib/lib2to3/fixes/fix_intern.py", + "Lib/lib2to3/fixes/fix_isinstance.py", + "Lib/lib2to3/fixes/fix_itertools.py", + "Lib/lib2to3/fixes/fix_itertools_imports.py", + "Lib/lib2to3/fixes/fix_long.py", + "Lib/lib2to3/fixes/fix_map.py", + "Lib/lib2to3/fixes/fix_metaclass.py", + "Lib/lib2to3/fixes/fix_methodattrs.py", + "Lib/lib2to3/fixes/fix_ne.py", + "Lib/lib2to3/fixes/fix_next.py", + "Lib/lib2to3/fixes/fix_nonzero.py", + "Lib/lib2to3/fixes/fix_numliterals.py", + "Lib/lib2to3/fixes/fix_operator.py", + "Lib/lib2to3/fixes/fix_paren.py", + "Lib/lib2to3/fixes/fix_print.py", + "Lib/lib2to3/fixes/fix_raise.py", + "Lib/lib2to3/fixes/fix_raw_input.py", + "Lib/lib2to3/fixes/fix_reduce.py", + "Lib/lib2to3/fixes/fix_reload.py", + "Lib/lib2to3/fixes/fix_renames.py", + "Lib/lib2to3/fixes/fix_repr.py", + "Lib/lib2to3/fixes/fix_set_literal.py", + "Lib/lib2to3/fixes/fix_standarderror.py", + "Lib/lib2to3/fixes/fix_sys_exc.py", + "Lib/lib2to3/fixes/fix_throw.py", + "Lib/lib2to3/fixes/fix_tuple_params.py", + "Lib/lib2to3/fixes/fix_types.py", + "Lib/lib2to3/fixes/fix_unicode.py", + "Lib/lib2to3/fixes/fix_urllib.py", + "Lib/lib2to3/fixes/fix_ws_comma.py", + "Lib/lib2to3/fixes/fix_xrange.py", + "Lib/lib2to3/fixes/fix_xreadlines.py", + "Lib/lib2to3/fixes/fix_zip.py", + "Lib/lib2to3/main.py", + "Lib/lib2to3/patcomp.py", + "Lib/lib2to3/pgen2", + "Lib/lib2to3/pgen2/__init__.py", + "Lib/lib2to3/pgen2/conv.py", + "Lib/lib2to3/pgen2/driver.py", + "Lib/lib2to3/pgen2/grammar.py", + "Lib/lib2to3/pgen2/literals.py", + "Lib/lib2to3/pgen2/parse.py", + "Lib/lib2to3/pgen2/pgen.py", + "Lib/lib2to3/pgen2/token.py", + "Lib/lib2to3/pgen2/tokenize.py", + "Lib/lib2to3/pygram.py", + "Lib/lib2to3/pytree.py", + "Lib/lib2to3/refactor.py", + "Lib/lib2to3/tests", + "Lib/lib2to3/tests/__init__.py", + "Lib/lib2to3/tests/__main__.py", + "Lib/lib2to3/tests/data", + "Lib/lib2to3/tests/data/README", + "Lib/lib2to3/tests/data/bom.py", + "Lib/lib2to3/tests/data/crlf.py", + "Lib/lib2to3/tests/data/different_encoding.py", + "Lib/lib2to3/tests/data/false_encoding.py", + "Lib/lib2to3/tests/data/fixers", + "Lib/lib2to3/tests/data/fixers/bad_order.py", + "Lib/lib2to3/tests/data/fixers/myfixes", + "Lib/lib2to3/tests/data/fixers/myfixes/__init__.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py", + "Lib/lib2to3/tests/data/fixers/no_fixer_cls.py", + "Lib/lib2to3/tests/data/fixers/parrot_example.py", + "Lib/lib2to3/tests/data/infinite_recursion.py", + "Lib/lib2to3/tests/data/py2_test_grammar.py", + "Lib/lib2to3/tests/data/py3_test_grammar.py", + "Lib/lib2to3/tests/pytree_idempotency.py", + "Lib/lib2to3/tests/support.py", + "Lib/lib2to3/tests/test_all_fixers.py", + "Lib/lib2to3/tests/test_fixers.py", + "Lib/lib2to3/tests/test_main.py", + "Lib/lib2to3/tests/test_parser.py", + "Lib/lib2to3/tests/test_pytree.py", + "Lib/lib2to3/tests/test_refactor.py", + "Lib/lib2to3/tests/test_util.py", + "Lib/linecache.py", + "Lib/locale.py", + "Lib/logging", + "Lib/logging/__init__.py", + "Lib/logging/config.py", + "Lib/logging/handlers.py", + "Lib/lzma.py", + "Lib/mailbox.py", + "Lib/mailcap.py", + "Lib/mimetypes.py", + "Lib/modulefinder.py", + "Lib/msilib", + "Lib/msilib/__init__.py", + "Lib/msilib/schema.py", + "Lib/msilib/sequence.py", + "Lib/msilib/text.py", + "Lib/multiprocessing", + "Lib/multiprocessing/__init__.py", + "Lib/multiprocessing/connection.py", + "Lib/multiprocessing/context.py", + "Lib/multiprocessing/dummy", + "Lib/multiprocessing/dummy/__init__.py", + "Lib/multiprocessing/dummy/connection.py", + "Lib/multiprocessing/forkserver.py", + "Lib/multiprocessing/heap.py", + "Lib/multiprocessing/managers.py", + "Lib/multiprocessing/pool.py", + "Lib/multiprocessing/popen_fork.py", + "Lib/multiprocessing/popen_forkserver.py", + "Lib/multiprocessing/popen_spawn_posix.py", + "Lib/multiprocessing/popen_spawn_win32.py", + "Lib/multiprocessing/process.py", + "Lib/multiprocessing/queues.py", + "Lib/multiprocessing/reduction.py", + "Lib/multiprocessing/resource_sharer.py", + "Lib/multiprocessing/resource_tracker.py", + "Lib/multiprocessing/shared_memory.py", + "Lib/multiprocessing/sharedctypes.py", + "Lib/multiprocessing/spawn.py", + "Lib/multiprocessing/synchronize.py", + "Lib/multiprocessing/util.py", + "Lib/netrc.py", + "Lib/nntplib.py", + "Lib/ntpath.py", + "Lib/nturl2path.py", + "Lib/numbers.py", + "Lib/opcode.py", + "Lib/operator.py", + "Lib/optparse.py", + "Lib/os.py", + "Lib/pathlib.py", + "Lib/pdb.py", + "Lib/pickle.py", + "Lib/pickletools.py", + "Lib/pipes.py", + "Lib/pkgutil.py", + "Lib/platform.py", + "Lib/plistlib.py", + "Lib/poplib.py", + "Lib/posixpath.py", + "Lib/pprint.py", + "Lib/profile.py", + "Lib/pstats.py", + "Lib/pty.py", + "Lib/py_compile.py", + "Lib/pyclbr.py", + "Lib/pydoc.py", + "Lib/pydoc_data", + "Lib/pydoc_data/__init__.py", + "Lib/pydoc_data/_pydoc.css", + "Lib/pydoc_data/topics.py", + "Lib/queue.py", + "Lib/quopri.py", + "Lib/random.py", + "Lib/re.py", + "Lib/reprlib.py", + "Lib/rlcompleter.py", + "Lib/runpy.py", + "Lib/sched.py", + "Lib/secrets.py", + "Lib/selectors.py", + "Lib/shelve.py", + "Lib/shlex.py", + "Lib/shutil.py", + "Lib/signal.py", + "Lib/site-packages", + "Lib/site-packages/README.txt", + "Lib/site.py", + "Lib/smtpd.py", + "Lib/smtplib.py", + "Lib/sndhdr.py", + "Lib/socket.py", + "Lib/socketserver.py", + "Lib/sqlite3", + "Lib/sqlite3/__init__.py", + "Lib/sqlite3/dbapi2.py", + "Lib/sqlite3/dump.py", + "Lib/sqlite3/test", + "Lib/sqlite3/test/__init__.py", + "Lib/sqlite3/test/backup.py", + "Lib/sqlite3/test/dbapi.py", + "Lib/sqlite3/test/dump.py", + "Lib/sqlite3/test/factory.py", + "Lib/sqlite3/test/hooks.py", + "Lib/sqlite3/test/regression.py", + "Lib/sqlite3/test/transactions.py", + "Lib/sqlite3/test/types.py", + "Lib/sqlite3/test/userfunctions.py", + "Lib/sre_compile.py", + "Lib/sre_constants.py", + "Lib/sre_parse.py", + "Lib/ssl.py", + "Lib/stat.py", + "Lib/statistics.py", + "Lib/string.py", + "Lib/stringprep.py", + "Lib/struct.py", + "Lib/subprocess.py", + "Lib/sunau.py", + "Lib/symbol.py", + "Lib/symtable.py", + "Lib/sysconfig.py", + "Lib/tabnanny.py", + "Lib/tarfile.py", + "Lib/telnetlib.py", + "Lib/tempfile.py", + "Lib/test", + "Lib/test/Sine-1000Hz-300ms.aif", + "Lib/test/__init__.py", + "Lib/test/__main__.py", + "Lib/test/_test_multiprocessing.py", + "Lib/test/allsans.pem", + "Lib/test/ann_module.py", + "Lib/test/ann_module2.py", + "Lib/test/ann_module3.py", + "Lib/test/audiodata", + "Lib/test/audiodata/pluck-alaw.aifc", + "Lib/test/audiodata/pluck-pcm16.aiff", + "Lib/test/audiodata/pluck-pcm16.au", + "Lib/test/audiodata/pluck-pcm16.wav", + "Lib/test/audiodata/pluck-pcm24.aiff", + "Lib/test/audiodata/pluck-pcm24.au", + "Lib/test/audiodata/pluck-pcm24.wav", + "Lib/test/audiodata/pluck-pcm32.aiff", + "Lib/test/audiodata/pluck-pcm32.au", + "Lib/test/audiodata/pluck-pcm32.wav", + "Lib/test/audiodata/pluck-pcm8.aiff", + "Lib/test/audiodata/pluck-pcm8.au", + "Lib/test/audiodata/pluck-pcm8.wav", + "Lib/test/audiodata/pluck-ulaw.aifc", + "Lib/test/audiodata/pluck-ulaw.au", + "Lib/test/audiotest.au", + "Lib/test/audiotests.py", + "Lib/test/audit-tests.py", + "Lib/test/autotest.py", + "Lib/test/bad_coding.py", + "Lib/test/bad_coding2.py", + "Lib/test/bad_getattr.py", + "Lib/test/bad_getattr2.py", + "Lib/test/bad_getattr3.py", + "Lib/test/badcert.pem", + "Lib/test/badkey.pem", + "Lib/test/badsyntax_3131.py", + "Lib/test/badsyntax_future10.py", + "Lib/test/badsyntax_future3.py", + "Lib/test/badsyntax_future4.py", + "Lib/test/badsyntax_future5.py", + "Lib/test/badsyntax_future6.py", + "Lib/test/badsyntax_future7.py", + "Lib/test/badsyntax_future8.py", + "Lib/test/badsyntax_future9.py", + "Lib/test/badsyntax_pep3120.py", + "Lib/test/bisect_cmd.py", + "Lib/test/capath", + "Lib/test/capath/4e1295a3.0", + "Lib/test/capath/5ed36f99.0", + "Lib/test/capath/6e88d7b8.0", + "Lib/test/capath/99d0fa06.0", + "Lib/test/capath/b1930218.0", + "Lib/test/capath/ceff1710.0", + "Lib/test/cfgparser.1", + "Lib/test/cfgparser.2", + "Lib/test/cfgparser.3", + "Lib/test/cjkencodings", + "Lib/test/cjkencodings/big5-utf8.txt", + "Lib/test/cjkencodings/big5.txt", + "Lib/test/cjkencodings/big5hkscs-utf8.txt", + "Lib/test/cjkencodings/big5hkscs.txt", + "Lib/test/cjkencodings/cp949-utf8.txt", + "Lib/test/cjkencodings/cp949.txt", + "Lib/test/cjkencodings/euc_jisx0213-utf8.txt", + "Lib/test/cjkencodings/euc_jisx0213.txt", + "Lib/test/cjkencodings/euc_jp-utf8.txt", + "Lib/test/cjkencodings/euc_jp.txt", + "Lib/test/cjkencodings/euc_kr-utf8.txt", + "Lib/test/cjkencodings/euc_kr.txt", + "Lib/test/cjkencodings/gb18030-utf8.txt", + "Lib/test/cjkencodings/gb18030.txt", + "Lib/test/cjkencodings/gb2312-utf8.txt", + "Lib/test/cjkencodings/gb2312.txt", + "Lib/test/cjkencodings/gbk-utf8.txt", + "Lib/test/cjkencodings/gbk.txt", + "Lib/test/cjkencodings/hz-utf8.txt", + "Lib/test/cjkencodings/hz.txt", + "Lib/test/cjkencodings/iso2022_jp-utf8.txt", + "Lib/test/cjkencodings/iso2022_jp.txt", + "Lib/test/cjkencodings/iso2022_kr-utf8.txt", + "Lib/test/cjkencodings/iso2022_kr.txt", + "Lib/test/cjkencodings/johab-utf8.txt", + "Lib/test/cjkencodings/johab.txt", + "Lib/test/cjkencodings/shift_jis-utf8.txt", + "Lib/test/cjkencodings/shift_jis.txt", + "Lib/test/cjkencodings/shift_jisx0213-utf8.txt", + "Lib/test/cjkencodings/shift_jisx0213.txt", + "Lib/test/clinic.test", + "Lib/test/cmath_testcases.txt", + "Lib/test/coding20731.py", + "Lib/test/crashers", + "Lib/test/crashers/README", + "Lib/test/crashers/bogus_code_obj.py", + "Lib/test/crashers/gc_inspection.py", + "Lib/test/crashers/infinite_loop_re.py", + "Lib/test/crashers/mutation_inside_cyclegc.py", + "Lib/test/crashers/recursive_call.py", + "Lib/test/crashers/trace_at_recursion_limit.py", + "Lib/test/crashers/underlying_dict.py", + "Lib/test/curses_tests.py", + "Lib/test/data", + "Lib/test/data/README", + "Lib/test/dataclass_module_1.py", + "Lib/test/dataclass_module_1_str.py", + "Lib/test/dataclass_module_2.py", + "Lib/test/dataclass_module_2_str.py", + "Lib/test/dataclass_textanno.py", + "Lib/test/datetimetester.py", + "Lib/test/decimaltestdata", + "Lib/test/decimaltestdata/abs.decTest", + "Lib/test/decimaltestdata/add.decTest", + "Lib/test/decimaltestdata/and.decTest", + "Lib/test/decimaltestdata/base.decTest", + "Lib/test/decimaltestdata/clamp.decTest", + "Lib/test/decimaltestdata/class.decTest", + "Lib/test/decimaltestdata/compare.decTest", + "Lib/test/decimaltestdata/comparetotal.decTest", + "Lib/test/decimaltestdata/comparetotmag.decTest", + "Lib/test/decimaltestdata/copy.decTest", + "Lib/test/decimaltestdata/copyabs.decTest", + "Lib/test/decimaltestdata/copynegate.decTest", + "Lib/test/decimaltestdata/copysign.decTest", + "Lib/test/decimaltestdata/ddAbs.decTest", + "Lib/test/decimaltestdata/ddAdd.decTest", + "Lib/test/decimaltestdata/ddAnd.decTest", + "Lib/test/decimaltestdata/ddBase.decTest", + "Lib/test/decimaltestdata/ddCanonical.decTest", + "Lib/test/decimaltestdata/ddClass.decTest", + "Lib/test/decimaltestdata/ddCompare.decTest", + "Lib/test/decimaltestdata/ddCompareSig.decTest", + "Lib/test/decimaltestdata/ddCompareTotal.decTest", + "Lib/test/decimaltestdata/ddCompareTotalMag.decTest", + "Lib/test/decimaltestdata/ddCopy.decTest", + "Lib/test/decimaltestdata/ddCopyAbs.decTest", + "Lib/test/decimaltestdata/ddCopyNegate.decTest", + "Lib/test/decimaltestdata/ddCopySign.decTest", + "Lib/test/decimaltestdata/ddDivide.decTest", + "Lib/test/decimaltestdata/ddDivideInt.decTest", + "Lib/test/decimaltestdata/ddEncode.decTest", + "Lib/test/decimaltestdata/ddFMA.decTest", + "Lib/test/decimaltestdata/ddInvert.decTest", + "Lib/test/decimaltestdata/ddLogB.decTest", + "Lib/test/decimaltestdata/ddMax.decTest", + "Lib/test/decimaltestdata/ddMaxMag.decTest", + "Lib/test/decimaltestdata/ddMin.decTest", + "Lib/test/decimaltestdata/ddMinMag.decTest", + "Lib/test/decimaltestdata/ddMinus.decTest", + "Lib/test/decimaltestdata/ddMultiply.decTest", + "Lib/test/decimaltestdata/ddNextMinus.decTest", + "Lib/test/decimaltestdata/ddNextPlus.decTest", + "Lib/test/decimaltestdata/ddNextToward.decTest", + "Lib/test/decimaltestdata/ddOr.decTest", + "Lib/test/decimaltestdata/ddPlus.decTest", + "Lib/test/decimaltestdata/ddQuantize.decTest", + "Lib/test/decimaltestdata/ddReduce.decTest", + "Lib/test/decimaltestdata/ddRemainder.decTest", + "Lib/test/decimaltestdata/ddRemainderNear.decTest", + "Lib/test/decimaltestdata/ddRotate.decTest", + "Lib/test/decimaltestdata/ddSameQuantum.decTest", + "Lib/test/decimaltestdata/ddScaleB.decTest", + "Lib/test/decimaltestdata/ddShift.decTest", + "Lib/test/decimaltestdata/ddSubtract.decTest", + "Lib/test/decimaltestdata/ddToIntegral.decTest", + "Lib/test/decimaltestdata/ddXor.decTest", + "Lib/test/decimaltestdata/decDouble.decTest", + "Lib/test/decimaltestdata/decQuad.decTest", + "Lib/test/decimaltestdata/decSingle.decTest", + "Lib/test/decimaltestdata/divide.decTest", + "Lib/test/decimaltestdata/divideint.decTest", + "Lib/test/decimaltestdata/dqAbs.decTest", + "Lib/test/decimaltestdata/dqAdd.decTest", + "Lib/test/decimaltestdata/dqAnd.decTest", + "Lib/test/decimaltestdata/dqBase.decTest", + "Lib/test/decimaltestdata/dqCanonical.decTest", + "Lib/test/decimaltestdata/dqClass.decTest", + "Lib/test/decimaltestdata/dqCompare.decTest", + "Lib/test/decimaltestdata/dqCompareSig.decTest", + "Lib/test/decimaltestdata/dqCompareTotal.decTest", + "Lib/test/decimaltestdata/dqCompareTotalMag.decTest", + "Lib/test/decimaltestdata/dqCopy.decTest", + "Lib/test/decimaltestdata/dqCopyAbs.decTest", + "Lib/test/decimaltestdata/dqCopyNegate.decTest", + "Lib/test/decimaltestdata/dqCopySign.decTest", + "Lib/test/decimaltestdata/dqDivide.decTest", + "Lib/test/decimaltestdata/dqDivideInt.decTest", + "Lib/test/decimaltestdata/dqEncode.decTest", + "Lib/test/decimaltestdata/dqFMA.decTest", + "Lib/test/decimaltestdata/dqInvert.decTest", + "Lib/test/decimaltestdata/dqLogB.decTest", + "Lib/test/decimaltestdata/dqMax.decTest", + "Lib/test/decimaltestdata/dqMaxMag.decTest", + "Lib/test/decimaltestdata/dqMin.decTest", + "Lib/test/decimaltestdata/dqMinMag.decTest", + "Lib/test/decimaltestdata/dqMinus.decTest", + "Lib/test/decimaltestdata/dqMultiply.decTest", + "Lib/test/decimaltestdata/dqNextMinus.decTest", + "Lib/test/decimaltestdata/dqNextPlus.decTest", + "Lib/test/decimaltestdata/dqNextToward.decTest", + "Lib/test/decimaltestdata/dqOr.decTest", + "Lib/test/decimaltestdata/dqPlus.decTest", + "Lib/test/decimaltestdata/dqQuantize.decTest", + "Lib/test/decimaltestdata/dqReduce.decTest", + "Lib/test/decimaltestdata/dqRemainder.decTest", + "Lib/test/decimaltestdata/dqRemainderNear.decTest", + "Lib/test/decimaltestdata/dqRotate.decTest", + "Lib/test/decimaltestdata/dqSameQuantum.decTest", + "Lib/test/decimaltestdata/dqScaleB.decTest", + "Lib/test/decimaltestdata/dqShift.decTest", + "Lib/test/decimaltestdata/dqSubtract.decTest", + "Lib/test/decimaltestdata/dqToIntegral.decTest", + "Lib/test/decimaltestdata/dqXor.decTest", + "Lib/test/decimaltestdata/dsBase.decTest", + "Lib/test/decimaltestdata/dsEncode.decTest", + "Lib/test/decimaltestdata/exp.decTest", + "Lib/test/decimaltestdata/extra.decTest", + "Lib/test/decimaltestdata/fma.decTest", + "Lib/test/decimaltestdata/inexact.decTest", + "Lib/test/decimaltestdata/invert.decTest", + "Lib/test/decimaltestdata/ln.decTest", + "Lib/test/decimaltestdata/log10.decTest", + "Lib/test/decimaltestdata/logb.decTest", + "Lib/test/decimaltestdata/max.decTest", + "Lib/test/decimaltestdata/maxmag.decTest", + "Lib/test/decimaltestdata/min.decTest", + "Lib/test/decimaltestdata/minmag.decTest", + "Lib/test/decimaltestdata/minus.decTest", + "Lib/test/decimaltestdata/multiply.decTest", + "Lib/test/decimaltestdata/nextminus.decTest", + "Lib/test/decimaltestdata/nextplus.decTest", + "Lib/test/decimaltestdata/nexttoward.decTest", + "Lib/test/decimaltestdata/or.decTest", + "Lib/test/decimaltestdata/plus.decTest", + "Lib/test/decimaltestdata/power.decTest", + "Lib/test/decimaltestdata/powersqrt.decTest", + "Lib/test/decimaltestdata/quantize.decTest", + "Lib/test/decimaltestdata/randomBound32.decTest", + "Lib/test/decimaltestdata/randoms.decTest", + "Lib/test/decimaltestdata/reduce.decTest", + "Lib/test/decimaltestdata/remainder.decTest", + "Lib/test/decimaltestdata/remainderNear.decTest", + "Lib/test/decimaltestdata/rescale.decTest", + "Lib/test/decimaltestdata/rotate.decTest", + "Lib/test/decimaltestdata/rounding.decTest", + "Lib/test/decimaltestdata/samequantum.decTest", + "Lib/test/decimaltestdata/scaleb.decTest", + "Lib/test/decimaltestdata/shift.decTest", + "Lib/test/decimaltestdata/squareroot.decTest", + "Lib/test/decimaltestdata/subtract.decTest", + "Lib/test/decimaltestdata/testall.decTest", + "Lib/test/decimaltestdata/tointegral.decTest", + "Lib/test/decimaltestdata/tointegralx.decTest", + "Lib/test/decimaltestdata/xor.decTest", + "Lib/test/dis_module.py", + "Lib/test/doctest_aliases.py", + "Lib/test/double_const.py", + "Lib/test/dtracedata", + "Lib/test/dtracedata/assert_usable.d", + "Lib/test/dtracedata/assert_usable.stp", + "Lib/test/dtracedata/call_stack.d", + "Lib/test/dtracedata/call_stack.d.expected", + "Lib/test/dtracedata/call_stack.py", + "Lib/test/dtracedata/call_stack.stp", + "Lib/test/dtracedata/call_stack.stp.expected", + "Lib/test/dtracedata/gc.d", + "Lib/test/dtracedata/gc.d.expected", + "Lib/test/dtracedata/gc.py", + "Lib/test/dtracedata/gc.stp", + "Lib/test/dtracedata/gc.stp.expected", + "Lib/test/dtracedata/instance.py", + "Lib/test/dtracedata/line.d", + "Lib/test/dtracedata/line.d.expected", + "Lib/test/dtracedata/line.py", + "Lib/test/eintrdata", + "Lib/test/eintrdata/eintr_tester.py", + "Lib/test/empty.vbs", + "Lib/test/encoded_modules", + "Lib/test/encoded_modules/__init__.py", + "Lib/test/encoded_modules/module_iso_8859_1.py", + "Lib/test/encoded_modules/module_koi8_r.py", + "Lib/test/exception_hierarchy.txt", + "Lib/test/ffdh3072.pem", + "Lib/test/final_a.py", + "Lib/test/final_b.py", + "Lib/test/floating_points.txt", + "Lib/test/fork_wait.py", + "Lib/test/formatfloat_testcases.txt", + "Lib/test/future_test1.py", + "Lib/test/future_test2.py", + "Lib/test/gdb_sample.py", + "Lib/test/good_getattr.py", + "Lib/test/idnsans.pem", + "Lib/test/ieee754.txt", + "Lib/test/imghdrdata", + "Lib/test/imghdrdata/python.bmp", + "Lib/test/imghdrdata/python.exr", + "Lib/test/imghdrdata/python.gif", + "Lib/test/imghdrdata/python.jpg", + "Lib/test/imghdrdata/python.pbm", + "Lib/test/imghdrdata/python.pgm", + "Lib/test/imghdrdata/python.png", + "Lib/test/imghdrdata/python.ppm", + "Lib/test/imghdrdata/python.ras", + "Lib/test/imghdrdata/python.sgi", + "Lib/test/imghdrdata/python.tiff", + "Lib/test/imghdrdata/python.webp", + "Lib/test/imghdrdata/python.xbm", + "Lib/test/imp_dummy.py", + "Lib/test/inspect_fodder.py", + "Lib/test/inspect_fodder2.py", + "Lib/test/keycert.passwd.pem", + "Lib/test/keycert.pem", + "Lib/test/keycert2.pem", + "Lib/test/keycert3.pem", + "Lib/test/keycert4.pem", + "Lib/test/keycertecc.pem", + "Lib/test/leakers", + "Lib/test/leakers/README.txt", + "Lib/test/leakers/__init__.py", + "Lib/test/leakers/test_ctypes.py", + "Lib/test/leakers/test_selftype.py", + "Lib/test/libregrtest", + "Lib/test/libregrtest/__init__.py", + "Lib/test/libregrtest/cmdline.py", + "Lib/test/libregrtest/main.py", + "Lib/test/libregrtest/pgo.py", + "Lib/test/libregrtest/refleak.py", + "Lib/test/libregrtest/runtest.py", + "Lib/test/libregrtest/runtest_mp.py", + "Lib/test/libregrtest/save_env.py", + "Lib/test/libregrtest/setup.py", + "Lib/test/libregrtest/utils.py", + "Lib/test/libregrtest/win_utils.py", + "Lib/test/list_tests.py", + "Lib/test/lock_tests.py", + "Lib/test/mailcap.txt", + "Lib/test/make_ssl_certs.py", + "Lib/test/mapping_tests.py", + "Lib/test/math_testcases.txt", + "Lib/test/memory_watchdog.py", + "Lib/test/mime.types", + "Lib/test/mock_socket.py", + "Lib/test/mod_generics_cache.py", + "Lib/test/mp_fork_bomb.py", + "Lib/test/mp_preload.py", + "Lib/test/multibytecodec_support.py", + "Lib/test/nokia.pem", + "Lib/test/nullbytecert.pem", + "Lib/test/nullcert.pem", + "Lib/test/pickletester.py", + "Lib/test/profilee.py", + "Lib/test/pstats.pck", + "Lib/test/pycacert.pem", + "Lib/test/pycakey.pem", + "Lib/test/pyclbr_input.py", + "Lib/test/pydoc_mod.py", + "Lib/test/pydocfodder.py", + "Lib/test/pythoninfo.py", + "Lib/test/randv2_32.pck", + "Lib/test/randv2_64.pck", + "Lib/test/randv3.pck", + "Lib/test/re_tests.py", + "Lib/test/recursion.tar", + "Lib/test/regrtest.py", + "Lib/test/relimport.py", + "Lib/test/reperf.py", + "Lib/test/revocation.crl", + "Lib/test/sample_doctest.py", + "Lib/test/sample_doctest_no_docstrings.py", + "Lib/test/sample_doctest_no_doctests.py", + "Lib/test/secp384r1.pem", + "Lib/test/selfsigned_pythontestdotnet.pem", + "Lib/test/seq_tests.py", + "Lib/test/sgml_input.html", + "Lib/test/signalinterproctester.py", + "Lib/test/sndhdrdata", + "Lib/test/sndhdrdata/README", + "Lib/test/sndhdrdata/sndhdr.8svx", + "Lib/test/sndhdrdata/sndhdr.aifc", + "Lib/test/sndhdrdata/sndhdr.aiff", + "Lib/test/sndhdrdata/sndhdr.au", + "Lib/test/sndhdrdata/sndhdr.hcom", + "Lib/test/sndhdrdata/sndhdr.sndt", + "Lib/test/sndhdrdata/sndhdr.voc", + "Lib/test/sndhdrdata/sndhdr.wav", + "Lib/test/sortperf.py", + "Lib/test/ssl_cert.pem", + "Lib/test/ssl_key.passwd.pem", + "Lib/test/ssl_key.pem", + "Lib/test/ssl_servers.py", + "Lib/test/ssltests.py", + "Lib/test/string_tests.py", + "Lib/test/subprocessdata", + "Lib/test/subprocessdata/fd_status.py", + "Lib/test/subprocessdata/input_reader.py", + "Lib/test/subprocessdata/qcat.py", + "Lib/test/subprocessdata/qgrep.py", + "Lib/test/subprocessdata/sigchild_ignore.py", + "Lib/test/support", + "Lib/test/support/__init__.py", + "Lib/test/support/bytecode_helper.py", + "Lib/test/support/hashlib_helper.py", + "Lib/test/support/logging_helper.py", + "Lib/test/support/script_helper.py", + "Lib/test/support/socket_helper.py", + "Lib/test/support/testresult.py", + "Lib/test/talos-2019-0758.pem", + "Lib/test/test___all__.py", + "Lib/test/test___future__.py", + "Lib/test/test__locale.py", + "Lib/test/test__opcode.py", + "Lib/test/test__osx_support.py", + "Lib/test/test__xxsubinterpreters.py", + "Lib/test/test_abc.py", + "Lib/test/test_abstract_numbers.py", + "Lib/test/test_aifc.py", + "Lib/test/test_argparse.py", + "Lib/test/test_array.py", + "Lib/test/test_asdl_parser.py", + "Lib/test/test_ast.py", + "Lib/test/test_asyncgen.py", + "Lib/test/test_asynchat.py", + "Lib/test/test_asyncio", + "Lib/test/test_asyncio/__init__.py", + "Lib/test/test_asyncio/__main__.py", + "Lib/test/test_asyncio/echo.py", + "Lib/test/test_asyncio/echo2.py", + "Lib/test/test_asyncio/echo3.py", + "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_base_events.py", + "Lib/test/test_asyncio/test_buffered_proto.py", + "Lib/test/test_asyncio/test_context.py", + "Lib/test/test_asyncio/test_events.py", + "Lib/test/test_asyncio/test_futures.py", + "Lib/test/test_asyncio/test_locks.py", + "Lib/test/test_asyncio/test_pep492.py", + "Lib/test/test_asyncio/test_proactor_events.py", + "Lib/test/test_asyncio/test_protocols.py", + "Lib/test/test_asyncio/test_queues.py", + "Lib/test/test_asyncio/test_runners.py", + "Lib/test/test_asyncio/test_selector_events.py", + "Lib/test/test_asyncio/test_sendfile.py", + "Lib/test/test_asyncio/test_server.py", + "Lib/test/test_asyncio/test_sock_lowlevel.py", + "Lib/test/test_asyncio/test_sslproto.py", + "Lib/test/test_asyncio/test_streams.py", + "Lib/test/test_asyncio/test_subprocess.py", + "Lib/test/test_asyncio/test_tasks.py", + "Lib/test/test_asyncio/test_threads.py", + "Lib/test/test_asyncio/test_transports.py", + "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_windows_events.py", + "Lib/test/test_asyncio/test_windows_utils.py", + "Lib/test/test_asyncio/utils.py", + "Lib/test/test_asyncore.py", + "Lib/test/test_atexit.py", + "Lib/test/test_audioop.py", + "Lib/test/test_audit.py", + "Lib/test/test_augassign.py", + "Lib/test/test_base64.py", + "Lib/test/test_baseexception.py", + "Lib/test/test_bdb.py", + "Lib/test/test_bigaddrspace.py", + "Lib/test/test_bigmem.py", + "Lib/test/test_binascii.py", + "Lib/test/test_binhex.py", + "Lib/test/test_binop.py", + "Lib/test/test_bisect.py", + "Lib/test/test_bool.py", + "Lib/test/test_buffer.py", + "Lib/test/test_bufio.py", + "Lib/test/test_builtin.py", + "Lib/test/test_bytes.py", + "Lib/test/test_bz2.py", + "Lib/test/test_c_locale_coercion.py", + "Lib/test/test_calendar.py", + "Lib/test/test_call.py", + "Lib/test/test_capi.py", + "Lib/test/test_cgi.py", + "Lib/test/test_cgitb.py", + "Lib/test/test_charmapcodec.py", + "Lib/test/test_check_c_globals.py", + "Lib/test/test_class.py", + "Lib/test/test_clinic.py", + "Lib/test/test_cmath.py", + "Lib/test/test_cmd.py", + "Lib/test/test_cmd_line.py", + "Lib/test/test_cmd_line_script.py", + "Lib/test/test_code.py", + "Lib/test/test_code_module.py", + "Lib/test/test_codeccallbacks.py", + "Lib/test/test_codecencodings_cn.py", + "Lib/test/test_codecencodings_hk.py", + "Lib/test/test_codecencodings_iso2022.py", + "Lib/test/test_codecencodings_jp.py", + "Lib/test/test_codecencodings_kr.py", + "Lib/test/test_codecencodings_tw.py", + "Lib/test/test_codecmaps_cn.py", + "Lib/test/test_codecmaps_hk.py", + "Lib/test/test_codecmaps_jp.py", + "Lib/test/test_codecmaps_kr.py", + "Lib/test/test_codecmaps_tw.py", + "Lib/test/test_codecs.py", + "Lib/test/test_codeop.py", + "Lib/test/test_collections.py", + "Lib/test/test_colorsys.py", + "Lib/test/test_compare.py", + "Lib/test/test_compile.py", + "Lib/test/test_compileall.py", + "Lib/test/test_complex.py", + "Lib/test/test_concurrent_futures.py", + "Lib/test/test_configparser.py", + "Lib/test/test_contains.py", + "Lib/test/test_context.py", + "Lib/test/test_contextlib.py", + "Lib/test/test_contextlib_async.py", + "Lib/test/test_copy.py", + "Lib/test/test_copyreg.py", + "Lib/test/test_coroutines.py", + "Lib/test/test_cprofile.py", + "Lib/test/test_crashers.py", + "Lib/test/test_crypt.py", + "Lib/test/test_csv.py", + "Lib/test/test_ctypes.py", + "Lib/test/test_curses.py", + "Lib/test/test_dataclasses.py", + "Lib/test/test_datetime.py", + "Lib/test/test_dbm.py", + "Lib/test/test_dbm_dumb.py", + "Lib/test/test_dbm_gnu.py", + "Lib/test/test_dbm_ndbm.py", + "Lib/test/test_decimal.py", + "Lib/test/test_decorators.py", + "Lib/test/test_defaultdict.py", + "Lib/test/test_deque.py", + "Lib/test/test_descr.py", + "Lib/test/test_descrtut.py", + "Lib/test/test_devpoll.py", + "Lib/test/test_dict.py", + "Lib/test/test_dict_version.py", + "Lib/test/test_dictcomps.py", + "Lib/test/test_dictviews.py", + "Lib/test/test_difflib.py", + "Lib/test/test_difflib_expect.html", + "Lib/test/test_dis.py", + "Lib/test/test_distutils.py", + "Lib/test/test_doctest.py", + "Lib/test/test_doctest.txt", + "Lib/test/test_doctest2.py", + "Lib/test/test_doctest2.txt", + "Lib/test/test_doctest3.txt", + "Lib/test/test_doctest4.txt", + "Lib/test/test_docxmlrpc.py", + "Lib/test/test_dtrace.py", + "Lib/test/test_dynamic.py", + "Lib/test/test_dynamicclassattribute.py", + "Lib/test/test_eintr.py", + "Lib/test/test_email", + "Lib/test/test_email/__init__.py", + "Lib/test/test_email/__main__.py", + "Lib/test/test_email/data", + "Lib/test/test_email/data/PyBanner048.gif", + "Lib/test/test_email/data/audiotest.au", + "Lib/test/test_email/data/msg_01.txt", + "Lib/test/test_email/data/msg_02.txt", + "Lib/test/test_email/data/msg_03.txt", + "Lib/test/test_email/data/msg_04.txt", + "Lib/test/test_email/data/msg_05.txt", + "Lib/test/test_email/data/msg_06.txt", + "Lib/test/test_email/data/msg_07.txt", + "Lib/test/test_email/data/msg_08.txt", + "Lib/test/test_email/data/msg_09.txt", + "Lib/test/test_email/data/msg_10.txt", + "Lib/test/test_email/data/msg_11.txt", + "Lib/test/test_email/data/msg_12.txt", + "Lib/test/test_email/data/msg_12a.txt", + "Lib/test/test_email/data/msg_13.txt", + "Lib/test/test_email/data/msg_14.txt", + "Lib/test/test_email/data/msg_15.txt", + "Lib/test/test_email/data/msg_16.txt", + "Lib/test/test_email/data/msg_17.txt", + "Lib/test/test_email/data/msg_18.txt", + "Lib/test/test_email/data/msg_19.txt", + "Lib/test/test_email/data/msg_20.txt", + "Lib/test/test_email/data/msg_21.txt", + "Lib/test/test_email/data/msg_22.txt", + "Lib/test/test_email/data/msg_23.txt", + "Lib/test/test_email/data/msg_24.txt", + "Lib/test/test_email/data/msg_25.txt", + "Lib/test/test_email/data/msg_26.txt", + "Lib/test/test_email/data/msg_27.txt", + "Lib/test/test_email/data/msg_28.txt", + "Lib/test/test_email/data/msg_29.txt", + "Lib/test/test_email/data/msg_30.txt", + "Lib/test/test_email/data/msg_31.txt", + "Lib/test/test_email/data/msg_32.txt", + "Lib/test/test_email/data/msg_33.txt", + "Lib/test/test_email/data/msg_34.txt", + "Lib/test/test_email/data/msg_35.txt", + "Lib/test/test_email/data/msg_36.txt", + "Lib/test/test_email/data/msg_37.txt", + "Lib/test/test_email/data/msg_38.txt", + "Lib/test/test_email/data/msg_39.txt", + "Lib/test/test_email/data/msg_40.txt", + "Lib/test/test_email/data/msg_41.txt", + "Lib/test/test_email/data/msg_42.txt", + "Lib/test/test_email/data/msg_43.txt", + "Lib/test/test_email/data/msg_44.txt", + "Lib/test/test_email/data/msg_45.txt", + "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/test__encoded_words.py", + "Lib/test/test_email/test__header_value_parser.py", + "Lib/test/test_email/test_asian_codecs.py", + "Lib/test/test_email/test_contentmanager.py", + "Lib/test/test_email/test_defect_handling.py", + "Lib/test/test_email/test_email.py", + "Lib/test/test_email/test_generator.py", + "Lib/test/test_email/test_headerregistry.py", + "Lib/test/test_email/test_inversion.py", + "Lib/test/test_email/test_message.py", + "Lib/test/test_email/test_parser.py", + "Lib/test/test_email/test_pickleable.py", + "Lib/test/test_email/test_policy.py", + "Lib/test/test_email/test_utils.py", + "Lib/test/test_email/torture_test.py", + "Lib/test/test_embed.py", + "Lib/test/test_ensurepip.py", + "Lib/test/test_enum.py", + "Lib/test/test_enumerate.py", + "Lib/test/test_eof.py", + "Lib/test/test_epoll.py", + "Lib/test/test_errno.py", + "Lib/test/test_exception_hierarchy.py", + "Lib/test/test_exception_variations.py", + "Lib/test/test_exceptions.py", + "Lib/test/test_extcall.py", + "Lib/test/test_faulthandler.py", + "Lib/test/test_fcntl.py", + "Lib/test/test_file.py", + "Lib/test/test_file_eintr.py", + "Lib/test/test_filecmp.py", + "Lib/test/test_fileinput.py", + "Lib/test/test_fileio.py", + "Lib/test/test_finalization.py", + "Lib/test/test_float.py", + "Lib/test/test_flufl.py", + "Lib/test/test_fnmatch.py", + "Lib/test/test_fork1.py", + "Lib/test/test_format.py", + "Lib/test/test_fractions.py", + "Lib/test/test_frame.py", + "Lib/test/test_frozen.py", + "Lib/test/test_fstring.py", + "Lib/test/test_ftplib.py", + "Lib/test/test_funcattrs.py", + "Lib/test/test_functools.py", + "Lib/test/test_future.py", + "Lib/test/test_future3.py", + "Lib/test/test_future4.py", + "Lib/test/test_future5.py", + "Lib/test/test_gc.py", + "Lib/test/test_gdb.py", + "Lib/test/test_generator_stop.py", + "Lib/test/test_generators.py", + "Lib/test/test_genericalias.py", + "Lib/test/test_genericclass.py", + "Lib/test/test_genericpath.py", + "Lib/test/test_genexps.py", + "Lib/test/test_getargs2.py", + "Lib/test/test_getopt.py", + "Lib/test/test_getpass.py", + "Lib/test/test_gettext.py", + "Lib/test/test_glob.py", + "Lib/test/test_global.py", + "Lib/test/test_grammar.py", + "Lib/test/test_graphlib.py", + "Lib/test/test_grp.py", + "Lib/test/test_gzip.py", + "Lib/test/test_hash.py", + "Lib/test/test_hashlib.py", + "Lib/test/test_heapq.py", + "Lib/test/test_hmac.py", + "Lib/test/test_html.py", + "Lib/test/test_htmlparser.py", + "Lib/test/test_http_cookiejar.py", + "Lib/test/test_http_cookies.py", + "Lib/test/test_httplib.py", + "Lib/test/test_httpservers.py", + "Lib/test/test_idle.py", + "Lib/test/test_imaplib.py", + "Lib/test/test_imghdr.py", + "Lib/test/test_imp.py", + "Lib/test/test_import", + "Lib/test/test_import/__init__.py", + "Lib/test/test_import/__main__.py", + "Lib/test/test_import/data", + "Lib/test/test_import/data/circular_imports", + "Lib/test/test_import/data/circular_imports/basic.py", + "Lib/test/test_import/data/circular_imports/basic2.py", + "Lib/test/test_import/data/circular_imports/binding.py", + "Lib/test/test_import/data/circular_imports/binding2.py", + "Lib/test/test_import/data/circular_imports/from_cycle1.py", + "Lib/test/test_import/data/circular_imports/from_cycle2.py", + "Lib/test/test_import/data/circular_imports/indirect.py", + "Lib/test/test_import/data/circular_imports/rebinding.py", + "Lib/test/test_import/data/circular_imports/rebinding2.py", + "Lib/test/test_import/data/circular_imports/source.py", + "Lib/test/test_import/data/circular_imports/subpackage.py", + "Lib/test/test_import/data/circular_imports/subpkg", + "Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", + "Lib/test/test_import/data/circular_imports/subpkg/util.py", + "Lib/test/test_import/data/circular_imports/use.py", + "Lib/test/test_import/data/circular_imports/util.py", + "Lib/test/test_import/data/package", + "Lib/test/test_import/data/package/__init__.py", + "Lib/test/test_import/data/package/submodule.py", + "Lib/test/test_import/data/package2", + "Lib/test/test_import/data/package2/submodule1.py", + "Lib/test/test_import/data/package2/submodule2.py", + "Lib/test/test_import/data/unwritable", + "Lib/test/test_import/data/unwritable/__init__.py", + "Lib/test/test_import/data/unwritable/x.py", + "Lib/test/test_importlib", + "Lib/test/test_importlib/__init__.py", + "Lib/test/test_importlib/__main__.py", + "Lib/test/test_importlib/abc.py", + "Lib/test/test_importlib/builtin", + "Lib/test/test_importlib/builtin/__init__.py", + "Lib/test/test_importlib/builtin/__main__.py", + "Lib/test/test_importlib/builtin/test_finder.py", + "Lib/test/test_importlib/builtin/test_loader.py", + "Lib/test/test_importlib/data", + "Lib/test/test_importlib/data/__init__.py", + "Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", + "Lib/test/test_importlib/data/example-21.12-py3.6.egg", + "Lib/test/test_importlib/data01", + "Lib/test/test_importlib/data01/__init__.py", + "Lib/test/test_importlib/data01/binary.file", + "Lib/test/test_importlib/data01/subdirectory", + "Lib/test/test_importlib/data01/subdirectory/__init__.py", + "Lib/test/test_importlib/data01/subdirectory/binary.file", + "Lib/test/test_importlib/data01/utf-16.file", + "Lib/test/test_importlib/data01/utf-8.file", + "Lib/test/test_importlib/data02", + "Lib/test/test_importlib/data02/__init__.py", + "Lib/test/test_importlib/data02/one", + "Lib/test/test_importlib/data02/one/__init__.py", + "Lib/test/test_importlib/data02/one/resource1.txt", + "Lib/test/test_importlib/data02/two", + "Lib/test/test_importlib/data02/two/__init__.py", + "Lib/test/test_importlib/data02/two/resource2.txt", + "Lib/test/test_importlib/data03", + "Lib/test/test_importlib/data03/__init__.py", + "Lib/test/test_importlib/data03/namespace", + "Lib/test/test_importlib/data03/namespace/portion1", + "Lib/test/test_importlib/data03/namespace/portion1/__init__.py", + "Lib/test/test_importlib/data03/namespace/portion2", + "Lib/test/test_importlib/data03/namespace/portion2/__init__.py", + "Lib/test/test_importlib/data03/namespace/resource1.txt", + "Lib/test/test_importlib/extension", + "Lib/test/test_importlib/extension/__init__.py", + "Lib/test/test_importlib/extension/__main__.py", + "Lib/test/test_importlib/extension/test_case_sensitivity.py", + "Lib/test/test_importlib/extension/test_finder.py", + "Lib/test/test_importlib/extension/test_loader.py", + "Lib/test/test_importlib/extension/test_path_hook.py", + "Lib/test/test_importlib/fixtures.py", + "Lib/test/test_importlib/frozen", + "Lib/test/test_importlib/frozen/__init__.py", + "Lib/test/test_importlib/frozen/__main__.py", + "Lib/test/test_importlib/frozen/test_finder.py", + "Lib/test/test_importlib/frozen/test_loader.py", + "Lib/test/test_importlib/import_", + "Lib/test/test_importlib/import_/__init__.py", + "Lib/test/test_importlib/import_/__main__.py", + "Lib/test/test_importlib/import_/test___loader__.py", + "Lib/test/test_importlib/import_/test___package__.py", + "Lib/test/test_importlib/import_/test_api.py", + "Lib/test/test_importlib/import_/test_caching.py", + "Lib/test/test_importlib/import_/test_fromlist.py", + "Lib/test/test_importlib/import_/test_meta_path.py", + "Lib/test/test_importlib/import_/test_packages.py", + "Lib/test/test_importlib/import_/test_path.py", + "Lib/test/test_importlib/import_/test_relative_imports.py", + "Lib/test/test_importlib/namespace_pkgs", + "Lib/test/test_importlib/namespace_pkgs/both_portions", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/missing_directory.zip", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test", + "Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty", + "Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py", + "Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion1", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo", + "Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py", + "Lib/test/test_importlib/namespace_pkgs/portion2", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo", + "Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py", + "Lib/test/test_importlib/namespace_pkgs/project1", + "Lib/test/test_importlib/namespace_pkgs/project1/parent", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py", + "Lib/test/test_importlib/namespace_pkgs/project2", + "Lib/test/test_importlib/namespace_pkgs/project2/parent", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py", + "Lib/test/test_importlib/namespace_pkgs/project3", + "Lib/test/test_importlib/namespace_pkgs/project3/parent", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child", + "Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", + "Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", + "Lib/test/test_importlib/source", + "Lib/test/test_importlib/source/__init__.py", + "Lib/test/test_importlib/source/__main__.py", + "Lib/test/test_importlib/source/test_case_sensitivity.py", + "Lib/test/test_importlib/source/test_file_loader.py", + "Lib/test/test_importlib/source/test_finder.py", + "Lib/test/test_importlib/source/test_path_hook.py", + "Lib/test/test_importlib/source/test_source_encoding.py", + "Lib/test/test_importlib/stubs.py", + "Lib/test/test_importlib/test_abc.py", + "Lib/test/test_importlib/test_api.py", + "Lib/test/test_importlib/test_files.py", + "Lib/test/test_importlib/test_lazy.py", + "Lib/test/test_importlib/test_locks.py", + "Lib/test/test_importlib/test_main.py", + "Lib/test/test_importlib/test_metadata_api.py", + "Lib/test/test_importlib/test_namespace_pkgs.py", + "Lib/test/test_importlib/test_open.py", + "Lib/test/test_importlib/test_path.py", + "Lib/test/test_importlib/test_pkg_import.py", + "Lib/test/test_importlib/test_read.py", + "Lib/test/test_importlib/test_resource.py", + "Lib/test/test_importlib/test_spec.py", + "Lib/test/test_importlib/test_threaded_import.py", + "Lib/test/test_importlib/test_util.py", + "Lib/test/test_importlib/test_windows.py", + "Lib/test/test_importlib/test_zip.py", + "Lib/test/test_importlib/threaded_import_hangers.py", + "Lib/test/test_importlib/util.py", + "Lib/test/test_importlib/zipdata01", + "Lib/test/test_importlib/zipdata01/__init__.py", + "Lib/test/test_importlib/zipdata01/ziptestdata.zip", + "Lib/test/test_importlib/zipdata02", + "Lib/test/test_importlib/zipdata02/__init__.py", + "Lib/test/test_importlib/zipdata02/ziptestdata.zip", + "Lib/test/test_index.py", + "Lib/test/test_inspect.py", + "Lib/test/test_int.py", + "Lib/test/test_int_literal.py", + "Lib/test/test_io.py", + "Lib/test/test_ioctl.py", + "Lib/test/test_ipaddress.py", + "Lib/test/test_isinstance.py", + "Lib/test/test_iter.py", + "Lib/test/test_iterlen.py", + "Lib/test/test_itertools.py", + "Lib/test/test_json", + "Lib/test/test_json/__init__.py", + "Lib/test/test_json/__main__.py", + "Lib/test/test_json/test_decode.py", + "Lib/test/test_json/test_default.py", + "Lib/test/test_json/test_dump.py", + "Lib/test/test_json/test_encode_basestring_ascii.py", + "Lib/test/test_json/test_enum.py", + "Lib/test/test_json/test_fail.py", + "Lib/test/test_json/test_float.py", + "Lib/test/test_json/test_indent.py", + "Lib/test/test_json/test_pass1.py", + "Lib/test/test_json/test_pass2.py", + "Lib/test/test_json/test_pass3.py", + "Lib/test/test_json/test_recursion.py", + "Lib/test/test_json/test_scanstring.py", + "Lib/test/test_json/test_separators.py", + "Lib/test/test_json/test_speedups.py", + "Lib/test/test_json/test_tool.py", + "Lib/test/test_json/test_unicode.py", + "Lib/test/test_keyword.py", + "Lib/test/test_keywordonlyarg.py", + "Lib/test/test_kqueue.py", + "Lib/test/test_largefile.py", + "Lib/test/test_lib2to3.py", + "Lib/test/test_linecache.py", + "Lib/test/test_list.py", + "Lib/test/test_listcomps.py", + "Lib/test/test_lltrace.py", + "Lib/test/test_locale.py", + "Lib/test/test_logging.py", + "Lib/test/test_long.py", + "Lib/test/test_longexp.py", + "Lib/test/test_lzma.py", + "Lib/test/test_mailbox.py", + "Lib/test/test_mailcap.py", + "Lib/test/test_marshal.py", + "Lib/test/test_math.py", + "Lib/test/test_memoryio.py", + "Lib/test/test_memoryview.py", + "Lib/test/test_metaclass.py", + "Lib/test/test_mimetypes.py", + "Lib/test/test_minidom.py", + "Lib/test/test_mmap.py", + "Lib/test/test_module.py", + "Lib/test/test_modulefinder.py", + "Lib/test/test_msilib.py", + "Lib/test/test_multibytecodec.py", + "Lib/test/test_multiprocessing_fork.py", + "Lib/test/test_multiprocessing_forkserver.py", + "Lib/test/test_multiprocessing_main_handling.py", + "Lib/test/test_multiprocessing_spawn.py", + "Lib/test/test_named_expressions.py", + "Lib/test/test_netrc.py", + "Lib/test/test_nis.py", + "Lib/test/test_nntplib.py", + "Lib/test/test_ntpath.py", + "Lib/test/test_numeric_tower.py", + "Lib/test/test_opcodes.py", + "Lib/test/test_openpty.py", + "Lib/test/test_operator.py", + "Lib/test/test_optparse.py", + "Lib/test/test_ordered_dict.py", + "Lib/test/test_os.py", + "Lib/test/test_ossaudiodev.py", + "Lib/test/test_osx_env.py", + "Lib/test/test_parser.py", + "Lib/test/test_pathlib.py", + "Lib/test/test_pdb.py", + "Lib/test/test_peepholer.py", + "Lib/test/test_peg_generator", + "Lib/test/test_peg_generator/__init__.py", + "Lib/test/test_peg_generator/__main__.py", + "Lib/test/test_peg_generator/test_c_parser.py", + "Lib/test/test_peg_generator/test_first_sets.py", + "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_peg_parser.py", + "Lib/test/test_pickle.py", + "Lib/test/test_picklebuffer.py", + "Lib/test/test_pickletools.py", + "Lib/test/test_pipes.py", + "Lib/test/test_pkg.py", + "Lib/test/test_pkgutil.py", + "Lib/test/test_platform.py", + "Lib/test/test_plistlib.py", + "Lib/test/test_poll.py", + "Lib/test/test_popen.py", + "Lib/test/test_poplib.py", + "Lib/test/test_positional_only_arg.py", + "Lib/test/test_posix.py", + "Lib/test/test_posixpath.py", + "Lib/test/test_pow.py", + "Lib/test/test_pprint.py", + "Lib/test/test_print.py", + "Lib/test/test_profile.py", + "Lib/test/test_property.py", + "Lib/test/test_pstats.py", + "Lib/test/test_pty.py", + "Lib/test/test_pulldom.py", + "Lib/test/test_pwd.py", + "Lib/test/test_py_compile.py", + "Lib/test/test_pyclbr.py", + "Lib/test/test_pydoc.py", + "Lib/test/test_pyexpat.py", + "Lib/test/test_queue.py", + "Lib/test/test_quopri.py", + "Lib/test/test_raise.py", + "Lib/test/test_random.py", + "Lib/test/test_range.py", + "Lib/test/test_re.py", + "Lib/test/test_readline.py", + "Lib/test/test_regrtest.py", + "Lib/test/test_repl.py", + "Lib/test/test_reprlib.py", + "Lib/test/test_resource.py", + "Lib/test/test_richcmp.py", + "Lib/test/test_rlcompleter.py", + "Lib/test/test_robotparser.py", + "Lib/test/test_runpy.py", + "Lib/test/test_sax.py", + "Lib/test/test_sched.py", + "Lib/test/test_scope.py", + "Lib/test/test_script_helper.py", + "Lib/test/test_secrets.py", + "Lib/test/test_select.py", + "Lib/test/test_selectors.py", + "Lib/test/test_set.py", + "Lib/test/test_setcomps.py", + "Lib/test/test_shelve.py", + "Lib/test/test_shlex.py", + "Lib/test/test_shutil.py", + "Lib/test/test_signal.py", + "Lib/test/test_site.py", + "Lib/test/test_slice.py", + "Lib/test/test_smtpd.py", + "Lib/test/test_smtplib.py", + "Lib/test/test_smtpnet.py", + "Lib/test/test_sndhdr.py", + "Lib/test/test_socket.py", + "Lib/test/test_socketserver.py", + "Lib/test/test_sort.py", + "Lib/test/test_source_encoding.py", + "Lib/test/test_spwd.py", + "Lib/test/test_sqlite.py", + "Lib/test/test_ssl.py", + "Lib/test/test_startfile.py", + "Lib/test/test_stat.py", + "Lib/test/test_statistics.py", + "Lib/test/test_strftime.py", + "Lib/test/test_string.py", + "Lib/test/test_string_literals.py", + "Lib/test/test_stringprep.py", + "Lib/test/test_strptime.py", + "Lib/test/test_strtod.py", + "Lib/test/test_struct.py", + "Lib/test/test_structmembers.py", + "Lib/test/test_structseq.py", + "Lib/test/test_subclassinit.py", + "Lib/test/test_subprocess.py", + "Lib/test/test_sunau.py", + "Lib/test/test_sundry.py", + "Lib/test/test_super.py", + "Lib/test/test_support.py", + "Lib/test/test_symbol.py", + "Lib/test/test_symtable.py", + "Lib/test/test_syntax.py", + "Lib/test/test_sys.py", + "Lib/test/test_sys_setprofile.py", + "Lib/test/test_sys_settrace.py", + "Lib/test/test_sysconfig.py", + "Lib/test/test_syslog.py", + "Lib/test/test_tabnanny.py", + "Lib/test/test_tarfile.py", + "Lib/test/test_tcl.py", + "Lib/test/test_telnetlib.py", + "Lib/test/test_tempfile.py", + "Lib/test/test_textwrap.py", + "Lib/test/test_thread.py", + "Lib/test/test_threadedtempfile.py", + "Lib/test/test_threading.py", + "Lib/test/test_threading_local.py", + "Lib/test/test_threadsignals.py", + "Lib/test/test_time.py", + "Lib/test/test_timeit.py", + "Lib/test/test_timeout.py", + "Lib/test/test_tix.py", + "Lib/test/test_tk.py", + "Lib/test/test_tokenize.py", + "Lib/test/test_tools", + "Lib/test/test_tools/__init__.py", + "Lib/test/test_tools/__main__.py", + "Lib/test/test_tools/test_c_analyzer", + "Lib/test/test_tools/test_c_analyzer/__init__.py", + "Lib/test/test_tools/test_c_analyzer/__main__.py", + "Lib/test/test_tools/test_c_analyzer/test_common", + "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython", + "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", + "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", + "Lib/test/test_tools/test_c_analyzer/test_parser", + "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", + "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols", + "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables", + "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", + "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", + "Lib/test/test_tools/test_c_analyzer/util.py", + "Lib/test/test_tools/test_fixcid.py", + "Lib/test/test_tools/test_gprof2html.py", + "Lib/test/test_tools/test_i18n.py", + "Lib/test/test_tools/test_lll.py", + "Lib/test/test_tools/test_md5sum.py", + "Lib/test/test_tools/test_pathfix.py", + "Lib/test/test_tools/test_pdeps.py", + "Lib/test/test_tools/test_pindent.py", + "Lib/test/test_tools/test_reindent.py", + "Lib/test/test_tools/test_sundry.py", + "Lib/test/test_trace.py", + "Lib/test/test_traceback.py", + "Lib/test/test_tracemalloc.py", + "Lib/test/test_ttk_guionly.py", + "Lib/test/test_ttk_textonly.py", + "Lib/test/test_tuple.py", + "Lib/test/test_turtle.py", + "Lib/test/test_type_comments.py", + "Lib/test/test_typechecks.py", + "Lib/test/test_types.py", + "Lib/test/test_typing.py", + "Lib/test/test_ucn.py", + "Lib/test/test_unary.py", + "Lib/test/test_unicode.py", + "Lib/test/test_unicode_file.py", + "Lib/test/test_unicode_file_functions.py", + "Lib/test/test_unicode_identifiers.py", + "Lib/test/test_unicodedata.py", + "Lib/test/test_unittest.py", + "Lib/test/test_univnewlines.py", + "Lib/test/test_unpack.py", + "Lib/test/test_unpack_ex.py", + "Lib/test/test_unparse.py", + "Lib/test/test_urllib.py", + "Lib/test/test_urllib2.py", + "Lib/test/test_urllib2_localnet.py", + "Lib/test/test_urllib2net.py", + "Lib/test/test_urllib_response.py", + "Lib/test/test_urllibnet.py", + "Lib/test/test_urlparse.py", + "Lib/test/test_userdict.py", + "Lib/test/test_userlist.py", + "Lib/test/test_userstring.py", + "Lib/test/test_utf8_mode.py", + "Lib/test/test_utf8source.py", + "Lib/test/test_uu.py", + "Lib/test/test_uuid.py", + "Lib/test/test_venv.py", + "Lib/test/test_wait3.py", + "Lib/test/test_wait4.py", + "Lib/test/test_warnings", + "Lib/test/test_warnings/__init__.py", + "Lib/test/test_warnings/__main__.py", + "Lib/test/test_warnings/data", + "Lib/test/test_warnings/data/import_warning.py", + "Lib/test/test_warnings/data/stacklevel.py", + "Lib/test/test_wave.py", + "Lib/test/test_weakref.py", + "Lib/test/test_weakset.py", + "Lib/test/test_webbrowser.py", + "Lib/test/test_winconsoleio.py", + "Lib/test/test_winreg.py", + "Lib/test/test_winsound.py", + "Lib/test/test_with.py", + "Lib/test/test_wsgiref.py", + "Lib/test/test_xdrlib.py", + "Lib/test/test_xml_dom_minicompat.py", + "Lib/test/test_xml_etree.py", + "Lib/test/test_xml_etree_c.py", + "Lib/test/test_xmlrpc.py", + "Lib/test/test_xmlrpc_net.py", + "Lib/test/test_xxtestfuzz.py", + "Lib/test/test_yield_from.py", + "Lib/test/test_zipapp.py", + "Lib/test/test_zipfile.py", + "Lib/test/test_zipfile64.py", + "Lib/test/test_zipimport.py", + "Lib/test/test_zipimport_support.py", + "Lib/test/test_zlib.py", + "Lib/test/test_zoneinfo", + "Lib/test/test_zoneinfo/__init__.py", + "Lib/test/test_zoneinfo/__main__.py", + "Lib/test/test_zoneinfo/_support.py", + "Lib/test/test_zoneinfo/data", + "Lib/test/test_zoneinfo/data/update_test_data.py", + "Lib/test/test_zoneinfo/data/zoneinfo_data.json", + "Lib/test/test_zoneinfo/test_zoneinfo.py", + "Lib/test/testcodec.py", + "Lib/test/testtar.tar", + "Lib/test/tf_inherit_check.py", + "Lib/test/time_hashlib.py", + "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", + "Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenize_tests.txt", + "Lib/test/tracedmodules", + "Lib/test/tracedmodules/__init__.py", + "Lib/test/tracedmodules/testmod.py", + "Lib/test/win_console_handler.py", + "Lib/test/xmltestdata", + "Lib/test/xmltestdata/c14n-20", + "Lib/test/xmltestdata/c14n-20/README", + "Lib/test/xmltestdata/c14n-20/c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/doc.dtd", + "Lib/test/xmltestdata/c14n-20/doc.xsl", + "Lib/test/xmltestdata/c14n-20/inC14N1.xml", + "Lib/test/xmltestdata/c14n-20/inC14N2.xml", + "Lib/test/xmltestdata/c14n-20/inC14N3.xml", + "Lib/test/xmltestdata/c14n-20/inC14N4.xml", + "Lib/test/xmltestdata/c14n-20/inC14N5.xml", + "Lib/test/xmltestdata/c14n-20/inC14N6.xml", + "Lib/test/xmltestdata/c14n-20/inNsContent.xml", + "Lib/test/xmltestdata/c14n-20/inNsDefault.xml", + "Lib/test/xmltestdata/c14n-20/inNsPushdown.xml", + "Lib/test/xmltestdata/c14n-20/inNsRedecl.xml", + "Lib/test/xmltestdata/c14n-20/inNsSort.xml", + "Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml", + "Lib/test/xmltestdata/c14n-20/inNsXml.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml", + "Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml", + "Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml", + "Lib/test/xmltestdata/c14n-20/world.txt", + "Lib/test/xmltestdata/expat224_utf8_bug.xml", + "Lib/test/xmltestdata/simple-ns.xml", + "Lib/test/xmltestdata/simple.xml", + "Lib/test/xmltestdata/test.xml", + "Lib/test/xmltestdata/test.xml.out", + "Lib/test/xmltests.py", + "Lib/test/zip_cp437_header.zip", + "Lib/test/zipdir.zip", + "Lib/test/ziptestdata", + "Lib/test/ziptestdata/README.md", + "Lib/test/ziptestdata/exe_with_z64", + "Lib/test/ziptestdata/exe_with_zip", + "Lib/test/ziptestdata/header.sh", + "Lib/test/ziptestdata/testdata_module_inside_zip.py", + "Lib/textwrap.py", + "Lib/this.py", + "Lib/threading.py", + "Lib/timeit.py", + "Lib/tkinter", + "Lib/tkinter/__init__.py", + "Lib/tkinter/__main__.py", + "Lib/tkinter/colorchooser.py", + "Lib/tkinter/commondialog.py", + "Lib/tkinter/constants.py", + "Lib/tkinter/dialog.py", + "Lib/tkinter/dnd.py", + "Lib/tkinter/filedialog.py", + "Lib/tkinter/font.py", + "Lib/tkinter/messagebox.py", + "Lib/tkinter/scrolledtext.py", + "Lib/tkinter/simpledialog.py", + "Lib/tkinter/test", + "Lib/tkinter/test/README", + "Lib/tkinter/test/__init__.py", + "Lib/tkinter/test/runtktests.py", + "Lib/tkinter/test/support.py", + "Lib/tkinter/test/test_tkinter", + "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_font.py", + "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", + "Lib/tkinter/test/test_tkinter/test_images.py", + "Lib/tkinter/test/test_tkinter/test_loadtk.py", + "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_text.py", + "Lib/tkinter/test/test_tkinter/test_variables.py", + "Lib/tkinter/test/test_tkinter/test_widgets.py", + "Lib/tkinter/test/test_ttk", + "Lib/tkinter/test/test_ttk/__init__.py", + "Lib/tkinter/test/test_ttk/test_extensions.py", + "Lib/tkinter/test/test_ttk/test_functions.py", + "Lib/tkinter/test/test_ttk/test_style.py", + "Lib/tkinter/test/test_ttk/test_widgets.py", + "Lib/tkinter/test/widget_tests.py", + "Lib/tkinter/tix.py", + "Lib/tkinter/ttk.py", + "Lib/token.py", + "Lib/tokenize.py", + "Lib/trace.py", + "Lib/traceback.py", + "Lib/tracemalloc.py", + "Lib/tty.py", + "Lib/turtle.py", + "Lib/turtledemo", + "Lib/turtledemo/__init__.py", + "Lib/turtledemo/__main__.py", + "Lib/turtledemo/bytedesign.py", + "Lib/turtledemo/chaos.py", + "Lib/turtledemo/clock.py", + "Lib/turtledemo/colormixer.py", + "Lib/turtledemo/forest.py", + "Lib/turtledemo/fractalcurves.py", + "Lib/turtledemo/lindenmayer.py", + "Lib/turtledemo/minimal_hanoi.py", + "Lib/turtledemo/nim.py", + "Lib/turtledemo/paint.py", + "Lib/turtledemo/peace.py", + "Lib/turtledemo/penrose.py", + "Lib/turtledemo/planet_and_moon.py", + "Lib/turtledemo/rosette.py", + "Lib/turtledemo/round_dance.py", + "Lib/turtledemo/sorting_animate.py", + "Lib/turtledemo/tree.py", + "Lib/turtledemo/turtle.cfg", + "Lib/turtledemo/two_canvases.py", + "Lib/turtledemo/yinyang.py", + "Lib/types.py", + "Lib/typing.py", + "Lib/unittest", + "Lib/unittest/__init__.py", + "Lib/unittest/__main__.py", + "Lib/unittest/_log.py", + "Lib/unittest/async_case.py", + "Lib/unittest/case.py", + "Lib/unittest/loader.py", + "Lib/unittest/main.py", + "Lib/unittest/mock.py", + "Lib/unittest/result.py", + "Lib/unittest/runner.py", + "Lib/unittest/signals.py", + "Lib/unittest/suite.py", + "Lib/unittest/test", + "Lib/unittest/test/__init__.py", + "Lib/unittest/test/__main__.py", + "Lib/unittest/test/_test_warnings.py", + "Lib/unittest/test/dummy.py", + "Lib/unittest/test/support.py", + "Lib/unittest/test/test_assertions.py", + "Lib/unittest/test/test_async_case.py", + "Lib/unittest/test/test_break.py", + "Lib/unittest/test/test_case.py", + "Lib/unittest/test/test_discovery.py", + "Lib/unittest/test/test_functiontestcase.py", + "Lib/unittest/test/test_loader.py", + "Lib/unittest/test/test_program.py", + "Lib/unittest/test/test_result.py", + "Lib/unittest/test/test_runner.py", + "Lib/unittest/test/test_setups.py", + "Lib/unittest/test/test_skipping.py", + "Lib/unittest/test/test_suite.py", + "Lib/unittest/test/testmock", + "Lib/unittest/test/testmock/__init__.py", + "Lib/unittest/test/testmock/__main__.py", + "Lib/unittest/test/testmock/support.py", + "Lib/unittest/test/testmock/testasync.py", + "Lib/unittest/test/testmock/testcallable.py", + "Lib/unittest/test/testmock/testhelpers.py", + "Lib/unittest/test/testmock/testmagicmethods.py", + "Lib/unittest/test/testmock/testmock.py", + "Lib/unittest/test/testmock/testpatch.py", + "Lib/unittest/test/testmock/testsealable.py", + "Lib/unittest/test/testmock/testsentinel.py", + "Lib/unittest/test/testmock/testwith.py", + "Lib/unittest/util.py", + "Lib/urllib", + "Lib/urllib/__init__.py", + "Lib/urllib/error.py", + "Lib/urllib/parse.py", + "Lib/urllib/request.py", + "Lib/urllib/response.py", + "Lib/urllib/robotparser.py", + "Lib/uu.py", + "Lib/uuid.py", + "Lib/venv", + "Lib/venv/__init__.py", + "Lib/venv/__main__.py", + "Lib/venv/scripts", + "Lib/venv/scripts/common", + "Lib/venv/scripts/common/Activate.ps1", + "Lib/venv/scripts/common/activate", + "Lib/venv/scripts/nt", + "Lib/venv/scripts/nt/activate.bat", + "Lib/venv/scripts/nt/deactivate.bat", + "Lib/venv/scripts/posix", + "Lib/venv/scripts/posix/activate.csh", + "Lib/venv/scripts/posix/activate.fish", + "Lib/warnings.py", + "Lib/wave.py", + "Lib/weakref.py", + "Lib/webbrowser.py", + "Lib/wsgiref", + "Lib/wsgiref/__init__.py", + "Lib/wsgiref/handlers.py", + "Lib/wsgiref/headers.py", + "Lib/wsgiref/simple_server.py", + "Lib/wsgiref/util.py", + "Lib/wsgiref/validate.py", + "Lib/xdrlib.py", + "Lib/xml", + "Lib/xml/__init__.py", + "Lib/xml/dom", + "Lib/xml/dom/NodeFilter.py", + "Lib/xml/dom/__init__.py", + "Lib/xml/dom/domreg.py", + "Lib/xml/dom/expatbuilder.py", + "Lib/xml/dom/minicompat.py", + "Lib/xml/dom/minidom.py", + "Lib/xml/dom/pulldom.py", + "Lib/xml/dom/xmlbuilder.py", + "Lib/xml/etree", + "Lib/xml/etree/ElementInclude.py", + "Lib/xml/etree/ElementPath.py", + "Lib/xml/etree/ElementTree.py", + "Lib/xml/etree/__init__.py", + "Lib/xml/etree/cElementTree.py", + "Lib/xml/parsers", + "Lib/xml/parsers/__init__.py", + "Lib/xml/parsers/expat.py", + "Lib/xml/sax", + "Lib/xml/sax/__init__.py", + "Lib/xml/sax/_exceptions.py", + "Lib/xml/sax/expatreader.py", + "Lib/xml/sax/handler.py", + "Lib/xml/sax/saxutils.py", + "Lib/xml/sax/xmlreader.py", + "Lib/xmlrpc", + "Lib/xmlrpc/__init__.py", + "Lib/xmlrpc/client.py", + "Lib/xmlrpc/server.py", + "Lib/zipapp.py", + "Lib/zipfile.py", + "Lib/zipimport.py", + "Lib/zoneinfo", + "Lib/zoneinfo/__init__.py", + "Lib/zoneinfo/_common.py", + "Lib/zoneinfo/_tzpath.py", + "Lib/zoneinfo/_zoneinfo.py", + "Mac", + "Mac/BuildScript", + "Mac/BuildScript/README.rst", + "Mac/BuildScript/build-installer.py", + "Mac/BuildScript/resources", + "Mac/BuildScript/resources/Conclusion.rtf", + "Mac/BuildScript/resources/License.rtf", + "Mac/BuildScript/resources/ReadMe.rtf", + "Mac/BuildScript/resources/Welcome.rtf", + "Mac/BuildScript/resources/background.jpg", + "Mac/BuildScript/resources/install_certificates.command", + "Mac/BuildScript/scripts", + "Mac/BuildScript/scripts/postflight.documentation", + "Mac/BuildScript/scripts/postflight.ensurepip", + "Mac/BuildScript/scripts/postflight.framework", + "Mac/BuildScript/scripts/postflight.patch-profile", + "Mac/BuildScript/seticon.m", + "Mac/BuildScript/tk868_on_10_8_10_9.patch", + "Mac/Extras.install.py", + "Mac/IDLE", + "Mac/IDLE/IDLE.app", + "Mac/IDLE/IDLE.app/Contents", + "Mac/IDLE/IDLE.app/Contents/Info.plist", + "Mac/IDLE/IDLE.app/Contents/MacOS", + "Mac/IDLE/IDLE.app/Contents/MacOS/IDLE", + "Mac/IDLE/IDLE.app/Contents/PkgInfo", + "Mac/IDLE/IDLE.app/Contents/Resources", + "Mac/IDLE/IDLE.app/Contents/Resources/IDLE.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonCompiled.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/PythonSource.icns", + "Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py", + "Mac/Icons", + "Mac/Icons/Disk Image.icns", + "Mac/Icons/IDLE.icns", + "Mac/Icons/Python Folder.icns", + "Mac/Icons/PythonCompiled.icns", + "Mac/Icons/PythonLauncher.icns", + "Mac/Icons/PythonSource.icns", + "Mac/Icons/ReadMe.txt", + "Mac/Makefile.in", + "Mac/PythonLauncher", + "Mac/PythonLauncher/English.lproj", + "Mac/PythonLauncher/English.lproj/Credits.rtf", + "Mac/PythonLauncher/English.lproj/MainMenu.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib", + "Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib", + "Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib", + "Mac/PythonLauncher/FileSettings.h", + "Mac/PythonLauncher/FileSettings.m", + "Mac/PythonLauncher/Info.plist.in", + "Mac/PythonLauncher/Makefile.in", + "Mac/PythonLauncher/MyAppDelegate.h", + "Mac/PythonLauncher/MyAppDelegate.m", + "Mac/PythonLauncher/MyDocument.h", + "Mac/PythonLauncher/MyDocument.m", + "Mac/PythonLauncher/PreferencesWindowController.h", + "Mac/PythonLauncher/PreferencesWindowController.m", + "Mac/PythonLauncher/doscript.h", + "Mac/PythonLauncher/doscript.m", + "Mac/PythonLauncher/factorySettings.plist", + "Mac/PythonLauncher/main.m", + "Mac/README.rst", + "Mac/Resources", + "Mac/Resources/app", + "Mac/Resources/app/Info.plist.in", + "Mac/Resources/app/PkgInfo", + "Mac/Resources/app/Resources", + "Mac/Resources/app/Resources/PythonApplet.icns", + "Mac/Resources/app/Resources/PythonInterpreter.icns", + "Mac/Resources/framework", + "Mac/Resources/framework/Info.plist.in", + "Mac/Resources/iconsrc", + "Mac/Resources/iconsrc/IDE.psd", + "Mac/Resources/iconsrc/PackageManager.psd", + "Mac/Resources/iconsrc/PythonApplet.psd", + "Mac/Resources/iconsrc/PythonCompiled.psd", + "Mac/Resources/iconsrc/PythonIcon.psd", + "Mac/Resources/iconsrc/PythonSource.psd", + "Mac/Resources/iconsrc/PythonWSource.psd", + "Mac/Tools", + "Mac/Tools/plistlib_generate_testdata.py", + "Mac/Tools/pythonw.c", + "Makefile.pre.in", + "Misc", + "Misc/ACKS", + "Misc/HISTORY", + "Misc/NEWS.d", + "Misc/NEWS.d/3.5.0.rst", + "Misc/NEWS.d/3.5.0a1.rst", + "Misc/NEWS.d/3.5.0a2.rst", + "Misc/NEWS.d/3.5.0a3.rst", + "Misc/NEWS.d/3.5.0a4.rst", + "Misc/NEWS.d/3.5.0b1.rst", + "Misc/NEWS.d/3.5.0b2.rst", + "Misc/NEWS.d/3.5.0b3.rst", + "Misc/NEWS.d/3.5.0b4.rst", + "Misc/NEWS.d/3.5.0rc1.rst", + "Misc/NEWS.d/3.5.0rc2.rst", + "Misc/NEWS.d/3.5.0rc3.rst", + "Misc/NEWS.d/3.5.0rc4.rst", + "Misc/NEWS.d/3.5.1.rst", + "Misc/NEWS.d/3.5.1rc1.rst", + "Misc/NEWS.d/3.5.2.rst", + "Misc/NEWS.d/3.5.2rc1.rst", + "Misc/NEWS.d/3.5.3.rst", + "Misc/NEWS.d/3.5.3rc1.rst", + "Misc/NEWS.d/3.5.4.rst", + "Misc/NEWS.d/3.5.4rc1.rst", + "Misc/NEWS.d/3.5.5.rst", + "Misc/NEWS.d/3.5.5rc1.rst", + "Misc/NEWS.d/3.6.0.rst", + "Misc/NEWS.d/3.6.0a1.rst", + "Misc/NEWS.d/3.6.0a2.rst", + "Misc/NEWS.d/3.6.0a3.rst", + "Misc/NEWS.d/3.6.0a4.rst", + "Misc/NEWS.d/3.6.0b1.rst", + "Misc/NEWS.d/3.6.0b2.rst", + "Misc/NEWS.d/3.6.0b3.rst", + "Misc/NEWS.d/3.6.0b4.rst", + "Misc/NEWS.d/3.6.0rc1.rst", + "Misc/NEWS.d/3.6.0rc2.rst", + "Misc/NEWS.d/3.6.1.rst", + "Misc/NEWS.d/3.6.1rc1.rst", + "Misc/NEWS.d/3.6.2.rst", + "Misc/NEWS.d/3.6.2rc1.rst", + "Misc/NEWS.d/3.6.2rc2.rst", + "Misc/NEWS.d/3.6.3.rst", + "Misc/NEWS.d/3.6.3rc1.rst", + "Misc/NEWS.d/3.6.4.rst", + "Misc/NEWS.d/3.6.4rc1.rst", + "Misc/NEWS.d/3.6.5.rst", + "Misc/NEWS.d/3.6.5rc1.rst", + "Misc/NEWS.d/3.6.6.rst", + "Misc/NEWS.d/3.6.6rc1.rst", + "Misc/NEWS.d/3.7.0.rst", + "Misc/NEWS.d/3.7.0a1.rst", + "Misc/NEWS.d/3.7.0a2.rst", + "Misc/NEWS.d/3.7.0a3.rst", + "Misc/NEWS.d/3.7.0a4.rst", + "Misc/NEWS.d/3.7.0b1.rst", + "Misc/NEWS.d/3.7.0b2.rst", + "Misc/NEWS.d/3.7.0b3.rst", + "Misc/NEWS.d/3.7.0b4.rst", + "Misc/NEWS.d/3.7.0b5.rst", + "Misc/NEWS.d/3.7.0rc1.rst", + "Misc/NEWS.d/3.8.0a1.rst", + "Misc/NEWS.d/3.8.0a2.rst", + "Misc/NEWS.d/3.8.0a3.rst", + "Misc/NEWS.d/3.8.0a4.rst", + "Misc/NEWS.d/3.8.0b1.rst", + "Misc/NEWS.d/3.9.0.rst", + "Misc/NEWS.d/3.9.0a1.rst", + "Misc/NEWS.d/3.9.0a2.rst", + "Misc/NEWS.d/3.9.0a3.rst", + "Misc/NEWS.d/3.9.0a4.rst", + "Misc/NEWS.d/3.9.0a5.rst", + "Misc/NEWS.d/3.9.0a6.rst", + "Misc/NEWS.d/3.9.0b1.rst", + "Misc/NEWS.d/3.9.0b2.rst", + "Misc/NEWS.d/3.9.0b3.rst", + "Misc/NEWS.d/3.9.0b4.rst", + "Misc/NEWS.d/3.9.0b5.rst", + "Misc/NEWS.d/3.9.0rc1.rst", + "Misc/NEWS.d/3.9.0rc2.rst", + "Misc/NEWS.d/next", + "Misc/NEWS.d/next/Build", + "Misc/NEWS.d/next/Build/README.rst", + "Misc/NEWS.d/next/C API", + "Misc/NEWS.d/next/C API/README.rst", + "Misc/NEWS.d/next/Core and Builtins", + "Misc/NEWS.d/next/Core and Builtins/README.rst", + "Misc/NEWS.d/next/Documentation", + "Misc/NEWS.d/next/Documentation/README.rst", + "Misc/NEWS.d/next/IDLE", + "Misc/NEWS.d/next/IDLE/README.rst", + "Misc/NEWS.d/next/Library", + "Misc/NEWS.d/next/Library/README.rst", + "Misc/NEWS.d/next/Security", + "Misc/NEWS.d/next/Security/README.rst", + "Misc/NEWS.d/next/Tests", + "Misc/NEWS.d/next/Tests/README.rst", + "Misc/NEWS.d/next/Tools-Demos", + "Misc/NEWS.d/next/Tools-Demos/README.rst", + "Misc/NEWS.d/next/Windows", + "Misc/NEWS.d/next/Windows/README.rst", + "Misc/NEWS.d/next/macOS", + "Misc/NEWS.d/next/macOS/README.rst", + "Misc/Porting", + "Misc/README", + "Misc/README.AIX", + "Misc/README.coverity", + "Misc/README.valgrind", + "Misc/SpecialBuilds.txt", + "Misc/coverity_model.c", + "Misc/gdbinit", + "Misc/indent.pro", + "Misc/python-config.in", + "Misc/python-config.sh.in", + "Misc/python-embed.pc.in", + "Misc/python-wing3.wpr", + "Misc/python-wing4.wpr", + "Misc/python-wing5.wpr", + "Misc/python.man", + "Misc/python.pc.in", + "Misc/requirements-test.txt", + "Misc/svnmap.txt", + "Misc/valgrind-python.supp", + "Misc/vgrindefs", + "Modules", + "Modules/README", + "Modules/Setup", + "Modules/_abc.c", + "Modules/_asynciomodule.c", + "Modules/_bisectmodule.c", + "Modules/_blake2", + "Modules/_blake2/blake2b2s.py", + "Modules/_blake2/blake2b_impl.c", + "Modules/_blake2/blake2module.c", + "Modules/_blake2/blake2ns.h", + "Modules/_blake2/blake2s_impl.c", + "Modules/_blake2/clinic", + "Modules/_blake2/clinic/blake2b_impl.c.h", + "Modules/_blake2/clinic/blake2s_impl.c.h", + "Modules/_blake2/impl", + "Modules/_blake2/impl/blake2-config.h", + "Modules/_blake2/impl/blake2-dispatch.c", + "Modules/_blake2/impl/blake2-impl.h", + "Modules/_blake2/impl/blake2-kat.h", + "Modules/_blake2/impl/blake2.h", + "Modules/_blake2/impl/blake2b-load-sse2.h", + "Modules/_blake2/impl/blake2b-load-sse41.h", + "Modules/_blake2/impl/blake2b-ref.c", + "Modules/_blake2/impl/blake2b-round.h", + "Modules/_blake2/impl/blake2b-test.c", + "Modules/_blake2/impl/blake2b.c", + "Modules/_blake2/impl/blake2bp-test.c", + "Modules/_blake2/impl/blake2bp.c", + "Modules/_blake2/impl/blake2s-load-sse2.h", + "Modules/_blake2/impl/blake2s-load-sse41.h", + "Modules/_blake2/impl/blake2s-load-xop.h", + "Modules/_blake2/impl/blake2s-ref.c", + "Modules/_blake2/impl/blake2s-round.h", + "Modules/_blake2/impl/blake2s-test.c", + "Modules/_blake2/impl/blake2s.c", + "Modules/_blake2/impl/blake2sp-test.c", + "Modules/_blake2/impl/blake2sp.c", + "Modules/_bz2module.c", + "Modules/_codecsmodule.c", + "Modules/_collectionsmodule.c", + "Modules/_contextvarsmodule.c", + "Modules/_cryptmodule.c", + "Modules/_csv.c", + "Modules/_ctypes", + "Modules/_ctypes/_ctypes.c", + "Modules/_ctypes/_ctypes_test.c", + "Modules/_ctypes/_ctypes_test.h", + "Modules/_ctypes/callbacks.c", + "Modules/_ctypes/callproc.c", + "Modules/_ctypes/cfield.c", + "Modules/_ctypes/ctypes.h", + "Modules/_ctypes/ctypes_dlfcn.h", + "Modules/_ctypes/darwin", + "Modules/_ctypes/darwin/LICENSE", + "Modules/_ctypes/darwin/README", + "Modules/_ctypes/darwin/README.ctypes", + "Modules/_ctypes/darwin/dlfcn.h", + "Modules/_ctypes/darwin/dlfcn_simple.c", + "Modules/_ctypes/libffi_osx", + "Modules/_ctypes/libffi_osx/LICENSE", + "Modules/_ctypes/libffi_osx/README", + "Modules/_ctypes/libffi_osx/README.pyobjc", + "Modules/_ctypes/libffi_osx/ffi.c", + "Modules/_ctypes/libffi_osx/include", + "Modules/_ctypes/libffi_osx/include/ffi.h", + "Modules/_ctypes/libffi_osx/include/ffi_common.h", + "Modules/_ctypes/libffi_osx/include/fficonfig.h", + "Modules/_ctypes/libffi_osx/include/ffitarget.h", + "Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h", + "Modules/_ctypes/libffi_osx/include/x86-ffitarget.h", + "Modules/_ctypes/libffi_osx/powerpc", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h", + "Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S", + "Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c", + "Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S", + "Modules/_ctypes/libffi_osx/types.c", + "Modules/_ctypes/libffi_osx/x86", + "Modules/_ctypes/libffi_osx/x86/darwin64.S", + "Modules/_ctypes/libffi_osx/x86/x86-darwin.S", + "Modules/_ctypes/libffi_osx/x86/x86-ffi64.c", + "Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c", + "Modules/_ctypes/malloc_closure.c", + "Modules/_ctypes/stgdict.c", + "Modules/_curses_panel.c", + "Modules/_cursesmodule.c", + "Modules/_datetimemodule.c", + "Modules/_dbmmodule.c", + "Modules/_decimal", + "Modules/_decimal/README.txt", + "Modules/_decimal/_decimal.c", + "Modules/_decimal/docstrings.h", + "Modules/_decimal/libmpdec", + "Modules/_decimal/libmpdec/README.txt", + "Modules/_decimal/libmpdec/basearith.c", + "Modules/_decimal/libmpdec/basearith.h", + "Modules/_decimal/libmpdec/bits.h", + "Modules/_decimal/libmpdec/constants.c", + "Modules/_decimal/libmpdec/constants.h", + "Modules/_decimal/libmpdec/context.c", + "Modules/_decimal/libmpdec/convolute.c", + "Modules/_decimal/libmpdec/convolute.h", + "Modules/_decimal/libmpdec/crt.c", + "Modules/_decimal/libmpdec/crt.h", + "Modules/_decimal/libmpdec/difradix2.c", + "Modules/_decimal/libmpdec/difradix2.h", + "Modules/_decimal/libmpdec/fnt.c", + "Modules/_decimal/libmpdec/fnt.h", + "Modules/_decimal/libmpdec/fourstep.c", + "Modules/_decimal/libmpdec/fourstep.h", + "Modules/_decimal/libmpdec/io.c", + "Modules/_decimal/libmpdec/io.h", + "Modules/_decimal/libmpdec/literature", + "Modules/_decimal/libmpdec/literature/REFERENCES.txt", + "Modules/_decimal/libmpdec/literature/bignum.txt", + "Modules/_decimal/libmpdec/literature/fnt.py", + "Modules/_decimal/libmpdec/literature/matrix-transform.txt", + "Modules/_decimal/libmpdec/literature/mulmod-64.txt", + "Modules/_decimal/libmpdec/literature/mulmod-ppro.txt", + "Modules/_decimal/libmpdec/literature/six-step.txt", + "Modules/_decimal/libmpdec/literature/umodarith.lisp", + "Modules/_decimal/libmpdec/mpalloc.c", + "Modules/_decimal/libmpdec/mpalloc.h", + "Modules/_decimal/libmpdec/mpdecimal.c", + "Modules/_decimal/libmpdec/mpdecimal.h", + "Modules/_decimal/libmpdec/numbertheory.c", + "Modules/_decimal/libmpdec/numbertheory.h", + "Modules/_decimal/libmpdec/sixstep.c", + "Modules/_decimal/libmpdec/sixstep.h", + "Modules/_decimal/libmpdec/transpose.c", + "Modules/_decimal/libmpdec/transpose.h", + "Modules/_decimal/libmpdec/typearith.h", + "Modules/_decimal/libmpdec/umodarith.h", + "Modules/_decimal/libmpdec/vccompat.h", + "Modules/_decimal/libmpdec/vcdiv64.asm", + "Modules/_decimal/tests", + "Modules/_decimal/tests/README.txt", + "Modules/_decimal/tests/bench.py", + "Modules/_decimal/tests/bignum.py", + "Modules/_decimal/tests/deccheck.py", + "Modules/_decimal/tests/formathelper.py", + "Modules/_decimal/tests/randdec.py", + "Modules/_decimal/tests/randfloat.py", + "Modules/_decimal/tests/runall-memorydebugger.sh", + "Modules/_decimal/tests/runall.bat", + "Modules/_elementtree.c", + "Modules/_functoolsmodule.c", + "Modules/_gdbmmodule.c", + "Modules/_hashopenssl.c", + "Modules/_heapqmodule.c", + "Modules/_io", + "Modules/_io/_iomodule.c", + "Modules/_io/_iomodule.h", + "Modules/_io/bufferedio.c", + "Modules/_io/bytesio.c", + "Modules/_io/clinic", + "Modules/_io/clinic/_iomodule.c.h", + "Modules/_io/clinic/bufferedio.c.h", + "Modules/_io/clinic/bytesio.c.h", + "Modules/_io/clinic/fileio.c.h", + "Modules/_io/clinic/iobase.c.h", + "Modules/_io/clinic/stringio.c.h", + "Modules/_io/clinic/textio.c.h", + "Modules/_io/clinic/winconsoleio.c.h", + "Modules/_io/fileio.c", + "Modules/_io/iobase.c", + "Modules/_io/stringio.c", + "Modules/_io/textio.c", + "Modules/_io/winconsoleio.c", + "Modules/_json.c", + "Modules/_localemodule.c", + "Modules/_lsprof.c", + "Modules/_lzmamodule.c", + "Modules/_math.c", + "Modules/_math.h", + "Modules/_multiprocessing", + "Modules/_multiprocessing/clinic", + "Modules/_multiprocessing/clinic/posixshmem.c.h", + "Modules/_multiprocessing/multiprocessing.c", + "Modules/_multiprocessing/multiprocessing.h", + "Modules/_multiprocessing/posixshmem.c", + "Modules/_multiprocessing/semaphore.c", + "Modules/_opcode.c", + "Modules/_operator.c", + "Modules/_peg_parser.c", + "Modules/_pickle.c", + "Modules/_posixsubprocess.c", + "Modules/_queuemodule.c", + "Modules/_randommodule.c", + "Modules/_scproxy.c", + "Modules/_sha3", + "Modules/_sha3/README.txt", + "Modules/_sha3/cleanup.py", + "Modules/_sha3/clinic", + "Modules/_sha3/clinic/sha3module.c.h", + "Modules/_sha3/kcp", + "Modules/_sha3/kcp/KeccakHash.c", + "Modules/_sha3/kcp/KeccakHash.h", + "Modules/_sha3/kcp/KeccakP-1600-64.macros", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h", + "Modules/_sha3/kcp/KeccakP-1600-SnP.h", + "Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c", + "Modules/_sha3/kcp/KeccakP-1600-opt64-config.h", + "Modules/_sha3/kcp/KeccakP-1600-opt64.c", + "Modules/_sha3/kcp/KeccakP-1600-unrolling.macros", + "Modules/_sha3/kcp/KeccakSponge.c", + "Modules/_sha3/kcp/KeccakSponge.h", + "Modules/_sha3/kcp/KeccakSponge.inc", + "Modules/_sha3/kcp/PlSnP-Fallback.inc", + "Modules/_sha3/kcp/SnP-Relaned.h", + "Modules/_sha3/kcp/align.h", + "Modules/_sha3/sha3module.c", + "Modules/_sqlite", + "Modules/_sqlite/cache.c", + "Modules/_sqlite/cache.h", + "Modules/_sqlite/connection.c", + "Modules/_sqlite/connection.h", + "Modules/_sqlite/cursor.c", + "Modules/_sqlite/cursor.h", + "Modules/_sqlite/microprotocols.c", + "Modules/_sqlite/microprotocols.h", + "Modules/_sqlite/module.c", + "Modules/_sqlite/module.h", + "Modules/_sqlite/prepare_protocol.c", + "Modules/_sqlite/prepare_protocol.h", + "Modules/_sqlite/row.c", + "Modules/_sqlite/row.h", + "Modules/_sqlite/statement.c", + "Modules/_sqlite/statement.h", + "Modules/_sqlite/util.c", + "Modules/_sqlite/util.h", + "Modules/_sre.c", + "Modules/_ssl.c", + "Modules/_ssl", + "Modules/_ssl/debughelpers.c", + "Modules/_ssl_data.h", + "Modules/_stat.c", + "Modules/_statisticsmodule.c", + "Modules/_struct.c", + "Modules/_testbuffer.c", + "Modules/_testcapimodule.c", + "Modules/_testimportmultiple.c", + "Modules/_testinternalcapi.c", + "Modules/_testmultiphase.c", + "Modules/_threadmodule.c", + "Modules/_tkinter.c", + "Modules/_tracemalloc.c", + "Modules/_uuidmodule.c", + "Modules/_weakref.c", + "Modules/_winapi.c", + "Modules/_xxsubinterpretersmodule.c", + "Modules/_xxtestfuzz", + "Modules/_xxtestfuzz/README.rst", + "Modules/_xxtestfuzz/_xxtestfuzz.c", + "Modules/_xxtestfuzz/dictionaries", + "Modules/_xxtestfuzz/dictionaries/fuzz_json_loads.dict", + "Modules/_xxtestfuzz/dictionaries/fuzz_sre_compile.dict", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus", + "Modules/_xxtestfuzz/fuzz_csv_reader_corpus/test.csv", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_array.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/empty_object.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass1.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass2.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/pass3.json", + "Modules/_xxtestfuzz/fuzz_json_loads_corpus/simple_array.json", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/anchor_links", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn", + "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero", + "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string", + "Modules/_xxtestfuzz/fuzz_tests.txt", + "Modules/_xxtestfuzz/fuzzer.c", + "Modules/_zoneinfo.c", + "Modules/addrinfo.h", + "Modules/arraymodule.c", + "Modules/atexitmodule.c", + "Modules/audioop.c", + "Modules/binascii.c", + "Modules/cjkcodecs", + "Modules/cjkcodecs/README", + "Modules/cjkcodecs/_codecs_cn.c", + "Modules/cjkcodecs/_codecs_hk.c", + "Modules/cjkcodecs/_codecs_iso2022.c", + "Modules/cjkcodecs/_codecs_jp.c", + "Modules/cjkcodecs/_codecs_kr.c", + "Modules/cjkcodecs/_codecs_tw.c", + "Modules/cjkcodecs/alg_jisx0201.h", + "Modules/cjkcodecs/cjkcodecs.h", + "Modules/cjkcodecs/clinic", + "Modules/cjkcodecs/clinic/multibytecodec.c.h", + "Modules/cjkcodecs/emu_jisx0213_2000.h", + "Modules/cjkcodecs/mappings_cn.h", + "Modules/cjkcodecs/mappings_hk.h", + "Modules/cjkcodecs/mappings_jisx0213_pair.h", + "Modules/cjkcodecs/mappings_jp.h", + "Modules/cjkcodecs/mappings_kr.h", + "Modules/cjkcodecs/mappings_tw.h", + "Modules/cjkcodecs/multibytecodec.c", + "Modules/cjkcodecs/multibytecodec.h", + "Modules/clinic", + "Modules/clinic/_abc.c.h", + "Modules/clinic/_asynciomodule.c.h", + "Modules/clinic/_bisectmodule.c.h", + "Modules/clinic/_bz2module.c.h", + "Modules/clinic/_codecsmodule.c.h", + "Modules/clinic/_collectionsmodule.c.h", + "Modules/clinic/_contextvarsmodule.c.h", + "Modules/clinic/_cryptmodule.c.h", + "Modules/clinic/_curses_panel.c.h", + "Modules/clinic/_cursesmodule.c.h", + "Modules/clinic/_datetimemodule.c.h", + "Modules/clinic/_dbmmodule.c.h", + "Modules/clinic/_elementtree.c.h", + "Modules/clinic/_gdbmmodule.c.h", + "Modules/clinic/_hashopenssl.c.h", + "Modules/clinic/_heapqmodule.c.h", + "Modules/clinic/_lzmamodule.c.h", + "Modules/clinic/_opcode.c.h", + "Modules/clinic/_operator.c.h", + "Modules/clinic/_pickle.c.h", + "Modules/clinic/_queuemodule.c.h", + "Modules/clinic/_randommodule.c.h", + "Modules/clinic/_sre.c.h", + "Modules/clinic/_ssl.c.h", + "Modules/clinic/_statisticsmodule.c.h", + "Modules/clinic/_struct.c.h", + "Modules/clinic/_testmultiphase.c.h", + "Modules/clinic/_tkinter.c.h", + "Modules/clinic/_tracemalloc.c.h", + "Modules/clinic/_weakref.c.h", + "Modules/clinic/_winapi.c.h", + "Modules/clinic/arraymodule.c.h", + "Modules/clinic/audioop.c.h", + "Modules/clinic/binascii.c.h", + "Modules/clinic/cmathmodule.c.h", + "Modules/clinic/fcntlmodule.c.h", + "Modules/clinic/gcmodule.c.h", + "Modules/clinic/grpmodule.c.h", + "Modules/clinic/itertoolsmodule.c.h", + "Modules/clinic/mathmodule.c.h", + "Modules/clinic/md5module.c.h", + "Modules/clinic/posixmodule.c.h", + "Modules/clinic/pwdmodule.c.h", + "Modules/clinic/pyexpat.c.h", + "Modules/clinic/resource.c.h", + "Modules/clinic/selectmodule.c.h", + "Modules/clinic/sha1module.c.h", + "Modules/clinic/sha256module.c.h", + "Modules/clinic/sha512module.c.h", + "Modules/clinic/signalmodule.c.h", + "Modules/clinic/spwdmodule.c.h", + "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/unicodedata.c.h", + "Modules/clinic/zlibmodule.c.h", + "Modules/cmathmodule.c", + "Modules/config.c.in", + "Modules/errnomodule.c", + "Modules/expat", + "Modules/expat/COPYING", + "Modules/expat/ascii.h", + "Modules/expat/asciitab.h", + "Modules/expat/expat.h", + "Modules/expat/expat_config.h", + "Modules/expat/expat_external.h", + "Modules/expat/iasciitab.h", + "Modules/expat/internal.h", + "Modules/expat/latin1tab.h", + "Modules/expat/nametab.h", + "Modules/expat/pyexpatns.h", + "Modules/expat/siphash.h", + "Modules/expat/utf8tab.h", + "Modules/expat/winconfig.h", + "Modules/expat/xmlparse.c", + "Modules/expat/xmlrole.c", + "Modules/expat/xmlrole.h", + "Modules/expat/xmltok.c", + "Modules/expat/xmltok.h", + "Modules/expat/xmltok_impl.c", + "Modules/expat/xmltok_impl.h", + "Modules/expat/xmltok_ns.c", + "Modules/faulthandler.c", + "Modules/fcntlmodule.c", + "Modules/gc_weakref.txt", + "Modules/gcmodule.c", + "Modules/getaddrinfo.c", + "Modules/getbuildinfo.c", + "Modules/getnameinfo.c", + "Modules/getpath.c", + "Modules/grpmodule.c", + "Modules/hashlib.h", + "Modules/itertoolsmodule.c", + "Modules/ld_so_aix.in", + "Modules/main.c", + "Modules/makesetup", + "Modules/makexp_aix", + "Modules/mathmodule.c", + "Modules/md5module.c", + "Modules/mmapmodule.c", + "Modules/nismodule.c", + "Modules/ossaudiodev.c", + "Modules/overlapped.c", + "Modules/parsermodule.c", + "Modules/posixmodule.c", + "Modules/posixmodule.h", + "Modules/pwdmodule.c", + "Modules/pyexpat.c", + "Modules/readline.c", + "Modules/resource.c", + "Modules/rotatingtree.c", + "Modules/rotatingtree.h", + "Modules/selectmodule.c", + "Modules/sha1module.c", + "Modules/sha256module.c", + "Modules/sha512module.c", + "Modules/signalmodule.c", + "Modules/socketmodule.c", + "Modules/socketmodule.h", + "Modules/spwdmodule.c", + "Modules/sre.h", + "Modules/sre_constants.h", + "Modules/sre_lib.h", + "Modules/symtablemodule.c", + "Modules/syslogmodule.c", + "Modules/termios.c", + "Modules/testcapi_long.h", + "Modules/timemodule.c", + "Modules/tkappinit.c", + "Modules/tkinter.h", + "Modules/unicodedata.c", + "Modules/unicodedata_db.h", + "Modules/unicodename_db.h", + "Modules/winreparse.h", + "Modules/xxlimited.c", + "Modules/xxmodule.c", + "Modules/xxsubtype.c", + "Modules/zlibmodule.c", + "Objects", + "Objects/README", + "Objects/abstract.c", + "Objects/accu.c", + "Objects/boolobject.c", + "Objects/bytearrayobject.c", + "Objects/bytes_methods.c", + "Objects/bytesobject.c", + "Objects/call.c", + "Objects/capsule.c", + "Objects/cellobject.c", + "Objects/classobject.c", + "Objects/clinic", + "Objects/clinic/bytearrayobject.c.h", + "Objects/clinic/bytesobject.c.h", + "Objects/clinic/codeobject.c.h", + "Objects/clinic/complexobject.c.h", + "Objects/clinic/descrobject.c.h", + "Objects/clinic/dictobject.c.h", + "Objects/clinic/enumobject.c.h", + "Objects/clinic/floatobject.c.h", + "Objects/clinic/funcobject.c.h", + "Objects/clinic/listobject.c.h", + "Objects/clinic/longobject.c.h", + "Objects/clinic/memoryobject.c.h", + "Objects/clinic/moduleobject.c.h", + "Objects/clinic/odictobject.c.h", + "Objects/clinic/structseq.c.h", + "Objects/clinic/tupleobject.c.h", + "Objects/clinic/typeobject.c.h", + "Objects/clinic/unicodeobject.c.h", + "Objects/codeobject.c", + "Objects/complexobject.c", + "Objects/descrobject.c", + "Objects/dict-common.h", + "Objects/dictnotes.txt", + "Objects/dictobject.c", + "Objects/enumobject.c", + "Objects/exceptions.c", + "Objects/fileobject.c", + "Objects/floatobject.c", + "Objects/frameobject.c", + "Objects/funcobject.c", + "Objects/genericaliasobject.c", + "Objects/genobject.c", + "Objects/interpreteridobject.c", + "Objects/iterobject.c", + "Objects/listobject.c", + "Objects/listsort.txt", + "Objects/lnotab_notes.txt", + "Objects/longobject.c", + "Objects/memoryobject.c", + "Objects/methodobject.c", + "Objects/moduleobject.c", + "Objects/namespaceobject.c", + "Objects/object.c", + "Objects/obmalloc.c", + "Objects/odictobject.c", + "Objects/picklebufobject.c", + "Objects/rangeobject.c", + "Objects/setobject.c", + "Objects/sliceobject.c", + "Objects/stringlib", + "Objects/stringlib/README.txt", + "Objects/stringlib/asciilib.h", + "Objects/stringlib/clinic", + "Objects/stringlib/clinic/transmogrify.h.h", + "Objects/stringlib/codecs.h", + "Objects/stringlib/count.h", + "Objects/stringlib/ctype.h", + "Objects/stringlib/eq.h", + "Objects/stringlib/fastsearch.h", + "Objects/stringlib/find.h", + "Objects/stringlib/find_max_char.h", + "Objects/stringlib/join.h", + "Objects/stringlib/localeutil.h", + "Objects/stringlib/partition.h", + "Objects/stringlib/replace.h", + "Objects/stringlib/split.h", + "Objects/stringlib/stringdefs.h", + "Objects/stringlib/transmogrify.h", + "Objects/stringlib/ucs1lib.h", + "Objects/stringlib/ucs2lib.h", + "Objects/stringlib/ucs4lib.h", + "Objects/stringlib/undef.h", + "Objects/stringlib/unicode_format.h", + "Objects/stringlib/unicodedefs.h", + "Objects/structseq.c", + "Objects/tupleobject.c", + "Objects/typeobject.c", + "Objects/typeslots.inc", + "Objects/typeslots.py", + "Objects/unicodectype.c", + "Objects/unicodeobject.c", + "Objects/unicodetype_db.h", + "Objects/weakrefobject.c", + "PC", + "PC/WinMain.c", + "PC/_msi.c", + "PC/_testconsole.c", + "PC/bdist_wininst", + "PC/bdist_wininst/PythonPowered.bmp", + "PC/bdist_wininst/README.txt", + "PC/bdist_wininst/archive.h", + "PC/bdist_wininst/bdist_wininst.vcxproj", + "PC/bdist_wininst/bdist_wininst.vcxproj.filters", + "PC/bdist_wininst/build.bat", + "PC/bdist_wininst/extract.c", + "PC/bdist_wininst/install.c", + "PC/bdist_wininst/install.rc", + "PC/bdist_wininst/resource.h", + "PC/classicAppCompat.can.xml", + "PC/classicAppCompat.cat", + "PC/classicAppCompat.sccd", + "PC/clinic", + "PC/clinic/_testconsole.c.h", + "PC/clinic/msvcrtmodule.c.h", + "PC/clinic/winreg.c.h", + "PC/clinic/winsound.c.h", + "PC/config.c", + "PC/crtlicense.txt", + "PC/dl_nt.c", + "PC/empty.c", + "PC/errmap.h", + "PC/errmap.mak", + "PC/frozen_dllmain.c", + "PC/getpathp.c", + "PC/icons", + "PC/icons/launcher.icns", + "PC/icons/launcher.ico", + "PC/icons/launcher.svg", + "PC/icons/logo.svg", + "PC/icons/logox128.png", + "PC/icons/py.icns", + "PC/icons/py.ico", + "PC/icons/py.png", + "PC/icons/py.svg", + "PC/icons/pyc.icns", + "PC/icons/pyc.ico", + "PC/icons/pyc.svg", + "PC/icons/pyd.icns", + "PC/icons/pyd.ico", + "PC/icons/pyd.svg", + "PC/icons/python.icns", + "PC/icons/python.ico", + "PC/icons/python.svg", + "PC/icons/pythonw.icns", + "PC/icons/pythonw.ico", + "PC/icons/pythonw.svg", + "PC/icons/pythonwx150.png", + "PC/icons/pythonwx44.png", + "PC/icons/pythonx150.png", + "PC/icons/pythonx44.png", + "PC/icons/pythonx50.png", + "PC/icons/setup.icns", + "PC/icons/setup.ico", + "PC/icons/setup.svg", + "PC/invalid_parameter_handler.c", + "PC/launcher.c", + "PC/layout", + "PC/layout/__init__.py", + "PC/layout/__main__.py", + "PC/layout/main.py", + "PC/layout/support", + "PC/layout/support/__init__.py", + "PC/layout/support/appxmanifest.py", + "PC/layout/support/catalog.py", + "PC/layout/support/constants.py", + "PC/layout/support/distutils.command.bdist_wininst.py", + "PC/layout/support/filesets.py", + "PC/layout/support/logging.py", + "PC/layout/support/nuspec.py", + "PC/layout/support/options.py", + "PC/layout/support/pip.py", + "PC/layout/support/props.py", + "PC/layout/support/python.props", + "PC/msvcrtmodule.c", + "PC/pyconfig.h", + "PC/pylauncher.rc", + "PC/pyshellext.cpp", + "PC/pyshellext.def", + "PC/pyshellext.idl", + "PC/pyshellext.rc", + "PC/pyshellext_d.def", + "PC/python.manifest", + "PC/python3.def", + "PC/python3dll.c", + "PC/python_exe.rc", + "PC/python_nt.rc", + "PC/python_uwp.cpp", + "PC/python_ver_rc.h", + "PC/pythonw_exe.rc", + "PC/readme.txt", + "PC/sqlite3.rc", + "PC/store_info.txt", + "PC/testpy.py", + "PC/validate_ucrtbase.py", + "PC/winreg.c", + "PC/winsound.c", + "PCbuild", + "PCbuild/_asyncio.vcxproj", + "PCbuild/_asyncio.vcxproj.filters", + "PCbuild/_bz2.vcxproj", + "PCbuild/_bz2.vcxproj.filters", + "PCbuild/_ctypes.vcxproj", + "PCbuild/_ctypes.vcxproj.filters", + "PCbuild/_ctypes_test.vcxproj", + "PCbuild/_ctypes_test.vcxproj.filters", + "PCbuild/_decimal.vcxproj", + "PCbuild/_decimal.vcxproj.filters", + "PCbuild/_elementtree.vcxproj", + "PCbuild/_elementtree.vcxproj.filters", + "PCbuild/_freeze_importlib.vcxproj", + "PCbuild/_freeze_importlib.vcxproj.filters", + "PCbuild/_hashlib.vcxproj", + "PCbuild/_hashlib.vcxproj.filters", + "PCbuild/_lzma.vcxproj", + "PCbuild/_lzma.vcxproj.filters", + "PCbuild/_msi.vcxproj", + "PCbuild/_msi.vcxproj.filters", + "PCbuild/_multiprocessing.vcxproj", + "PCbuild/_multiprocessing.vcxproj.filters", + "PCbuild/_overlapped.vcxproj", + "PCbuild/_overlapped.vcxproj.filters", + "PCbuild/_queue.vcxproj", + "PCbuild/_queue.vcxproj.filters", + "PCbuild/_socket.vcxproj", + "PCbuild/_socket.vcxproj.filters", + "PCbuild/_sqlite3.vcxproj", + "PCbuild/_sqlite3.vcxproj.filters", + "PCbuild/_ssl.vcxproj", + "PCbuild/_ssl.vcxproj.filters", + "PCbuild/_testbuffer.vcxproj", + "PCbuild/_testbuffer.vcxproj.filters", + "PCbuild/_testcapi.vcxproj", + "PCbuild/_testcapi.vcxproj.filters", + "PCbuild/_testconsole.vcxproj", + "PCbuild/_testconsole.vcxproj.filters", + "PCbuild/_testembed.vcxproj", + "PCbuild/_testembed.vcxproj.filters", + "PCbuild/_testimportmultiple.vcxproj", + "PCbuild/_testimportmultiple.vcxproj.filters", + "PCbuild/_testinternalcapi.vcxproj", + "PCbuild/_testinternalcapi.vcxproj.filters", + "PCbuild/_testmultiphase.vcxproj", + "PCbuild/_testmultiphase.vcxproj.filters", + "PCbuild/_tkinter.vcxproj", + "PCbuild/_tkinter.vcxproj.filters", + "PCbuild/_uuid.vcxproj", + "PCbuild/_uuid.vcxproj.filters", + "PCbuild/_zoneinfo.vcxproj", + "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/build.bat", + "PCbuild/build_env.bat", + "PCbuild/clean.bat", + "PCbuild/env.bat", + "PCbuild/field3.py", + "PCbuild/find_msbuild.bat", + "PCbuild/find_python.bat", + "PCbuild/fix_encoding.py", + "PCbuild/get_external.py", + "PCbuild/get_externals.bat", + "PCbuild/idle.bat", + "PCbuild/lib.pyproj", + "PCbuild/libffi.props", + "PCbuild/liblzma.vcxproj", + "PCbuild/liblzma.vcxproj.filters", + "PCbuild/openssl.props", + "PCbuild/openssl.vcxproj", + "PCbuild/pcbuild.proj", + "PCbuild/pcbuild.sln", + "PCbuild/prepare_libffi.bat", + "PCbuild/prepare_ssl.bat", + "PCbuild/prepare_ssl.py", + "PCbuild/prepare_tcltk.bat", + "PCbuild/pyexpat.vcxproj", + "PCbuild/pyexpat.vcxproj.filters", + "PCbuild/pylauncher.vcxproj", + "PCbuild/pylauncher.vcxproj.filters", + "PCbuild/pyproject.props", + "PCbuild/pyshellext.vcxproj", + "PCbuild/pyshellext.vcxproj.filters", + "PCbuild/python.props", + "PCbuild/python.vcxproj", + "PCbuild/python.vcxproj.filters", + "PCbuild/python3dll.vcxproj", + "PCbuild/python3dll.vcxproj.filters", + "PCbuild/python_uwp.vcxproj", + "PCbuild/python_uwp.vcxproj.filters", + "PCbuild/pythoncore.vcxproj", + "PCbuild/pythoncore.vcxproj.filters", + "PCbuild/pythonw.vcxproj", + "PCbuild/pythonw.vcxproj.filters", + "PCbuild/pythonw_uwp.vcxproj", + "PCbuild/pythonw_uwp.vcxproj.filters", + "PCbuild/pywlauncher.vcxproj", + "PCbuild/pywlauncher.vcxproj.filters", + "PCbuild/readme.txt", + "PCbuild/regen.vcxproj", + "PCbuild/rmpyc.py", + "PCbuild/rt.bat", + "PCbuild/select.vcxproj", + "PCbuild/select.vcxproj.filters", + "PCbuild/sqlite3.vcxproj", + "PCbuild/sqlite3.vcxproj.filters", + "PCbuild/tcl.vcxproj", + "PCbuild/tcltk.props", + "PCbuild/tix.vcxproj", + "PCbuild/tk.vcxproj", + "PCbuild/unicodedata.vcxproj", + "PCbuild/unicodedata.vcxproj.filters", + "PCbuild/urlretrieve.py", + "PCbuild/venvlauncher.vcxproj", + "PCbuild/venvlauncher.vcxproj.filters", + "PCbuild/venvwlauncher.vcxproj", + "PCbuild/venvwlauncher.vcxproj.filters", + "PCbuild/winsound.vcxproj", + "PCbuild/winsound.vcxproj.filters", + "PCbuild/xxlimited.vcxproj", + "PCbuild/xxlimited.vcxproj.filters", + "Parser", + "Parser/Python.asdl", + "Parser/acceler.c", + "Parser/asdl.py", + "Parser/asdl_c.py", + "Parser/grammar1.c", + "Parser/listnode.c", + "Parser/myreadline.c", + "Parser/node.c", + "Parser/parser.c", + "Parser/parser.h", + "Parser/parsetok.c", + "Parser/pegen", + "Parser/pegen/parse.c", + "Parser/pegen/parse_string.c", + "Parser/pegen/parse_string.h", + "Parser/pegen/peg_api.c", + "Parser/pegen/pegen.c", + "Parser/pegen/pegen.h", + "Parser/pgen", + "Parser/pgen/__init__.py", + "Parser/pgen/__main__.py", + "Parser/pgen/automata.py", + "Parser/pgen/grammar.py", + "Parser/pgen/keywordgen.py", + "Parser/pgen/metaparser.py", + "Parser/pgen/pgen.py", + "Parser/pgen/token.py", + "Parser/token.c", + "Parser/tokenizer.c", + "Parser/tokenizer.h", + "Programs", + "Programs/README", + "Programs/_freeze_importlib.c", + "Programs/_testembed.c", + "Programs/python.c", + "Python", + "Python/Python-ast.c", + "Python/README", + "Python/_warnings.c", + "Python/asdl.c", + "Python/ast.c", + "Python/ast_opt.c", + "Python/ast_unparse.c", + "Python/bltinmodule.c", + "Python/bootstrap_hash.c", + "Python/ceval.c", + "Python/ceval_gil.h", + "Python/clinic", + "Python/clinic/_warnings.c.h", + "Python/clinic/bltinmodule.c.h", + "Python/clinic/context.c.h", + "Python/clinic/import.c.h", + "Python/clinic/marshal.c.h", + "Python/clinic/sysmodule.c.h", + "Python/clinic/traceback.c.h", + "Python/codecs.c", + "Python/compile.c", + "Python/condvar.h", + "Python/context.c", + "Python/dtoa.c", + "Python/dup2.c", + "Python/dynamic_annotations.c", + "Python/dynload_aix.c", + "Python/dynload_dl.c", + "Python/dynload_hpux.c", + "Python/dynload_shlib.c", + "Python/dynload_stub.c", + "Python/dynload_win.c", + "Python/errors.c", + "Python/fileutils.c", + "Python/formatter_unicode.c", + "Python/frozen.c", + "Python/frozenmain.c", + "Python/future.c", + "Python/getargs.c", + "Python/getcompiler.c", + "Python/getcopyright.c", + "Python/getopt.c", + "Python/getplatform.c", + "Python/getversion.c", + "Python/graminit.c", + "Python/hamt.c", + "Python/hashtable.c", + "Python/import.c", + "Python/importdl.c", + "Python/importdl.h", + "Python/importlib.h", + "Python/importlib_external.h", + "Python/importlib_zipimport.h", + "Python/initconfig.c", + "Python/makeopcodetargets.py", + "Python/marshal.c", + "Python/modsupport.c", + "Python/mysnprintf.c", + "Python/mystrtoul.c", + "Python/opcode_targets.h", + "Python/pathconfig.c", + "Python/peephole.c", + "Python/preconfig.c", + "Python/pyarena.c", + "Python/pyctype.c", + "Python/pyfpe.c", + "Python/pyhash.c", + "Python/pylifecycle.c", + "Python/pymath.c", + "Python/pystate.c", + "Python/pystrcmp.c", + "Python/pystrhex.c", + "Python/pystrtod.c", + "Python/pythonrun.c", + "Python/pytime.c", + "Python/strdup.c", + "Python/structmember.c", + "Python/symtable.c", + "Python/sysmodule.c", + "Python/thread.c", + "Python/thread_nt.h", + "Python/thread_pthread.h", + "Python/traceback.c", + "Python/wordcode_helpers.h", + "README.rst", + "Tools", + "Tools/README", + "Tools/buildbot", + "Tools/buildbot/build.bat", + "Tools/buildbot/buildmsi.bat", + "Tools/buildbot/clean.bat", + "Tools/buildbot/remoteDeploy.bat", + "Tools/buildbot/remotePythonInfo.bat", + "Tools/buildbot/test.bat", + "Tools/c-analyzer", + "Tools/c-analyzer/README", + "Tools/c-analyzer/TODO", + "Tools/c-analyzer/c-globals.py", + "Tools/c-analyzer/c_analyzer", + "Tools/c-analyzer/c_analyzer/__init__.py", + "Tools/c-analyzer/c_analyzer/common", + "Tools/c-analyzer/c_analyzer/common/__init__.py", + "Tools/c-analyzer/c_analyzer/common/files.py", + "Tools/c-analyzer/c_analyzer/common/info.py", + "Tools/c-analyzer/c_analyzer/common/show.py", + "Tools/c-analyzer/c_analyzer/common/util.py", + "Tools/c-analyzer/c_analyzer/parser", + "Tools/c-analyzer/c_analyzer/parser/__init__.py", + "Tools/c-analyzer/c_analyzer/parser/declarations.py", + "Tools/c-analyzer/c_analyzer/parser/find.py", + "Tools/c-analyzer/c_analyzer/parser/naive.py", + "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", + "Tools/c-analyzer/c_analyzer/parser/source.py", + "Tools/c-analyzer/c_analyzer/symbols", + "Tools/c-analyzer/c_analyzer/symbols/__init__.py", + "Tools/c-analyzer/c_analyzer/symbols/_nm.py", + "Tools/c-analyzer/c_analyzer/symbols/find.py", + "Tools/c-analyzer/c_analyzer/symbols/info.py", + "Tools/c-analyzer/c_analyzer/variables", + "Tools/c-analyzer/c_analyzer/variables/__init__.py", + "Tools/c-analyzer/c_analyzer/variables/find.py", + "Tools/c-analyzer/c_analyzer/variables/info.py", + "Tools/c-analyzer/c_analyzer/variables/known.py", + "Tools/c-analyzer/check-c-globals.py", + "Tools/c-analyzer/cpython", + "Tools/c-analyzer/cpython/README", + "Tools/c-analyzer/cpython/__init__.py", + "Tools/c-analyzer/cpython/__main__.py", + "Tools/c-analyzer/cpython/_generate.py", + "Tools/c-analyzer/cpython/files.py", + "Tools/c-analyzer/cpython/find.py", + "Tools/c-analyzer/cpython/known.py", + "Tools/c-analyzer/cpython/supported.py", + "Tools/c-analyzer/ignored-globals.txt", + "Tools/c-analyzer/ignored.tsv", + "Tools/c-analyzer/known.tsv", + "Tools/ccbench", + "Tools/ccbench/ccbench.py", + "Tools/clinic", + "Tools/clinic/clinic.py", + "Tools/clinic/cpp.py", + "Tools/demo", + "Tools/demo/README", + "Tools/demo/beer.py", + "Tools/demo/eiffel.py", + "Tools/demo/hanoi.py", + "Tools/demo/life.py", + "Tools/demo/markov.py", + "Tools/demo/mcast.py", + "Tools/demo/queens.py", + "Tools/demo/redemo.py", + "Tools/demo/rpython.py", + "Tools/demo/rpythond.py", + "Tools/demo/sortvisu.py", + "Tools/demo/spreadsheet.py", + "Tools/demo/vector.py", + "Tools/freeze", + "Tools/freeze/README", + "Tools/freeze/bkfile.py", + "Tools/freeze/checkextensions.py", + "Tools/freeze/checkextensions_win32.py", + "Tools/freeze/extensions_win32.ini", + "Tools/freeze/flag.py", + "Tools/freeze/freeze.py", + "Tools/freeze/hello.py", + "Tools/freeze/makeconfig.py", + "Tools/freeze/makefreeze.py", + "Tools/freeze/makemakefile.py", + "Tools/freeze/parsesetup.py", + "Tools/freeze/test", + "Tools/freeze/test/Makefile", + "Tools/freeze/test/ok.py", + "Tools/freeze/win32.html", + "Tools/freeze/winmakemakefile.py", + "Tools/gdb", + "Tools/gdb/libpython.py", + "Tools/i18n", + "Tools/i18n/makelocalealias.py", + "Tools/i18n/msgfmt.py", + "Tools/i18n/pygettext.py", + "Tools/importbench", + "Tools/importbench/README", + "Tools/importbench/importbench.py", + "Tools/iobench", + "Tools/iobench/iobench.py", + "Tools/msi", + "Tools/msi/README.txt", + "Tools/msi/build.bat", + "Tools/msi/buildrelease.bat", + "Tools/msi/bundle", + "Tools/msi/bundle/Default.thm", + "Tools/msi/bundle/Default.wxl", + "Tools/msi/bundle/SideBar.png", + "Tools/msi/bundle/bootstrap", + "Tools/msi/bundle/bootstrap/LICENSE.txt", + "Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp", + "Tools/msi/bundle/bootstrap/pch.cpp", + "Tools/msi/bundle/bootstrap/pch.h", + "Tools/msi/bundle/bootstrap/pythonba.cpp", + "Tools/msi/bundle/bootstrap/pythonba.def", + "Tools/msi/bundle/bootstrap/pythonba.sln", + "Tools/msi/bundle/bootstrap/pythonba.vcxproj", + "Tools/msi/bundle/bootstrap/resource.h", + "Tools/msi/bundle/bundle.targets", + "Tools/msi/bundle/bundle.wxl", + "Tools/msi/bundle/bundle.wxs", + "Tools/msi/bundle/full.wixproj", + "Tools/msi/bundle/packagegroups", + "Tools/msi/bundle/packagegroups/core.wxs", + "Tools/msi/bundle/packagegroups/crt.wxs", + "Tools/msi/bundle/packagegroups/dev.wxs", + "Tools/msi/bundle/packagegroups/doc.wxs", + "Tools/msi/bundle/packagegroups/exe.wxs", + "Tools/msi/bundle/packagegroups/launcher.wxs", + "Tools/msi/bundle/packagegroups/lib.wxs", + "Tools/msi/bundle/packagegroups/packageinstall.wxs", + "Tools/msi/bundle/packagegroups/pip.wxs", + "Tools/msi/bundle/packagegroups/postinstall.wxs", + "Tools/msi/bundle/packagegroups/tcltk.wxs", + "Tools/msi/bundle/packagegroups/test.wxs", + "Tools/msi/bundle/packagegroups/tools.wxs", + "Tools/msi/bundle/releaselocal.wixproj", + "Tools/msi/bundle/releaseweb.wixproj", + "Tools/msi/bundle/snapshot.wixproj", + "Tools/msi/common.wxs", + "Tools/msi/common_en-US.wxl_template", + "Tools/msi/core", + "Tools/msi/core/core.wixproj", + "Tools/msi/core/core.wxs", + "Tools/msi/core/core_d.wixproj", + "Tools/msi/core/core_d.wxs", + "Tools/msi/core/core_en-US.wxl", + "Tools/msi/core/core_files.wxs", + "Tools/msi/core/core_pdb.wixproj", + "Tools/msi/core/core_pdb.wxs", + "Tools/msi/csv_to_wxs.py", + "Tools/msi/dev", + "Tools/msi/dev/dev.wixproj", + "Tools/msi/dev/dev.wxs", + "Tools/msi/dev/dev_d.wixproj", + "Tools/msi/dev/dev_d.wxs", + "Tools/msi/dev/dev_en-US.wxl", + "Tools/msi/dev/dev_files.wxs", + "Tools/msi/distutils.command.bdist_wininst.py", + "Tools/msi/doc", + "Tools/msi/doc/doc.wixproj", + "Tools/msi/doc/doc.wxs", + "Tools/msi/doc/doc_en-US.wxl_template", + "Tools/msi/doc/doc_files.wxs", + "Tools/msi/doc/doc_no_files.wxs", + "Tools/msi/exe", + "Tools/msi/exe/exe.wixproj", + "Tools/msi/exe/exe.wxs", + "Tools/msi/exe/exe_d.wixproj", + "Tools/msi/exe/exe_d.wxs", + "Tools/msi/exe/exe_en-US.wxl_template", + "Tools/msi/exe/exe_files.wxs", + "Tools/msi/exe/exe_pdb.wixproj", + "Tools/msi/exe/exe_pdb.wxs", + "Tools/msi/exe/exe_reg.wxs", + "Tools/msi/generate_md5.py", + "Tools/msi/get_externals.bat", + "Tools/msi/launcher", + "Tools/msi/launcher/launcher.wixproj", + "Tools/msi/launcher/launcher.wxs", + "Tools/msi/launcher/launcher_en-US.wxl", + "Tools/msi/launcher/launcher_files.wxs", + "Tools/msi/launcher/launcher_reg.wxs", + "Tools/msi/lib", + "Tools/msi/lib/lib.wixproj", + "Tools/msi/lib/lib.wxs", + "Tools/msi/lib/lib_d.wixproj", + "Tools/msi/lib/lib_d.wxs", + "Tools/msi/lib/lib_en-US.wxl", + "Tools/msi/lib/lib_files.wxs", + "Tools/msi/lib/lib_pdb.wixproj", + "Tools/msi/lib/lib_pdb.wxs", + "Tools/msi/make_appx.ps1", + "Tools/msi/make_cat.ps1", + "Tools/msi/make_zip.proj", + "Tools/msi/msi.props", + "Tools/msi/msi.targets", + "Tools/msi/path", + "Tools/msi/path/path.wixproj", + "Tools/msi/path/path.wxs", + "Tools/msi/path/path_en-US.wxl", + "Tools/msi/pip", + "Tools/msi/pip/pip.wixproj", + "Tools/msi/pip/pip.wxs", + "Tools/msi/pip/pip_en-US.wxl", + "Tools/msi/purge.py", + "Tools/msi/sdktools.psm1", + "Tools/msi/sign_build.ps1", + "Tools/msi/tcltk", + "Tools/msi/tcltk/tcltk.wixproj", + "Tools/msi/tcltk/tcltk.wxs", + "Tools/msi/tcltk/tcltk_d.wixproj", + "Tools/msi/tcltk/tcltk_d.wxs", + "Tools/msi/tcltk/tcltk_en-US.wxl_template", + "Tools/msi/tcltk/tcltk_files.wxs", + "Tools/msi/tcltk/tcltk_pdb.wixproj", + "Tools/msi/tcltk/tcltk_pdb.wxs", + "Tools/msi/tcltk/tcltk_reg.wxs", + "Tools/msi/test", + "Tools/msi/test/test.wixproj", + "Tools/msi/test/test.wxs", + "Tools/msi/test/test_d.wixproj", + "Tools/msi/test/test_d.wxs", + "Tools/msi/test/test_en-US.wxl", + "Tools/msi/test/test_files.wxs", + "Tools/msi/test/test_pdb.wixproj", + "Tools/msi/test/test_pdb.wxs", + "Tools/msi/testrelease.bat", + "Tools/msi/tools", + "Tools/msi/tools/tools.wixproj", + "Tools/msi/tools/tools.wxs", + "Tools/msi/tools/tools_en-US.wxl", + "Tools/msi/tools/tools_files.wxs", + "Tools/msi/ucrt", + "Tools/msi/ucrt/ucrt.wixproj", + "Tools/msi/ucrt/ucrt.wxs", + "Tools/msi/ucrt/ucrt_en-US.wxl", + "Tools/msi/uploadrelease.bat", + "Tools/msi/uploadrelease.proj", + "Tools/msi/uploadrelease.ps1", + "Tools/msi/wix.props", + "Tools/nuget", + "Tools/nuget/build.bat", + "Tools/nuget/make_pkg.proj", + "Tools/nuget/python.nuspec", + "Tools/nuget/pythonarm32.nuspec", + "Tools/nuget/pythondaily.nuspec", + "Tools/nuget/pythondaily.symbols.nuspec", + "Tools/nuget/pythonx86.nuspec", + "Tools/peg_generator", + "Tools/peg_generator/.clang-format", + "Tools/peg_generator/.gitignore", + "Tools/peg_generator/Makefile", + "Tools/peg_generator/data", + "Tools/peg_generator/data/cprog.py", + "Tools/peg_generator/data/top-pypi-packages-365-days.json", + "Tools/peg_generator/data/xxl.zip", + "Tools/peg_generator/mypy.ini", + "Tools/peg_generator/peg_extension", + "Tools/peg_generator/peg_extension/__init__.py", + "Tools/peg_generator/peg_extension/peg_extension.c", + "Tools/peg_generator/pegen", + "Tools/peg_generator/pegen/__init__.py", + "Tools/peg_generator/pegen/__main__.py", + "Tools/peg_generator/pegen/ast_dump.py", + "Tools/peg_generator/pegen/build.py", + "Tools/peg_generator/pegen/c_generator.py", + "Tools/peg_generator/pegen/first_sets.py", + "Tools/peg_generator/pegen/grammar.py", + "Tools/peg_generator/pegen/grammar_parser.py", + "Tools/peg_generator/pegen/grammar_visualizer.py", + "Tools/peg_generator/pegen/keywordgen.py", + "Tools/peg_generator/pegen/metagrammar.gram", + "Tools/peg_generator/pegen/parser.py", + "Tools/peg_generator/pegen/parser_generator.py", + "Tools/peg_generator/pegen/python_generator.py", + "Tools/peg_generator/pegen/sccutils.py", + "Tools/peg_generator/pegen/testutil.py", + "Tools/peg_generator/pegen/tokenizer.py", + "Tools/peg_generator/pyproject.toml", + "Tools/peg_generator/requirements.pip", + "Tools/peg_generator/scripts", + "Tools/peg_generator/scripts/__init__.py", + "Tools/peg_generator/scripts/ast_timings.py", + "Tools/peg_generator/scripts/benchmark.py", + "Tools/peg_generator/scripts/download_pypi_packages.py", + "Tools/peg_generator/scripts/find_max_nesting.py", + "Tools/peg_generator/scripts/grammar_grapher.py", + "Tools/peg_generator/scripts/joinstats.py", + "Tools/peg_generator/scripts/show_parse.py", + "Tools/peg_generator/scripts/test_parse_directory.py", + "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/pynche", + "Tools/pynche/ChipViewer.py", + "Tools/pynche/ColorDB.py", + "Tools/pynche/DetailsViewer.py", + "Tools/pynche/ListViewer.py", + "Tools/pynche/Main.py", + "Tools/pynche/PyncheWidget.py", + "Tools/pynche/README", + "Tools/pynche/StripViewer.py", + "Tools/pynche/Switchboard.py", + "Tools/pynche/TextViewer.py", + "Tools/pynche/TypeinViewer.py", + "Tools/pynche/X", + "Tools/pynche/X/rgb.txt", + "Tools/pynche/X/xlicense.txt", + "Tools/pynche/__init__.py", + "Tools/pynche/html40colors.txt", + "Tools/pynche/namedcolors.txt", + "Tools/pynche/pyColorChooser.py", + "Tools/pynche/pynche", + "Tools/pynche/pynche.pyw", + "Tools/pynche/webcolors.txt", + "Tools/pynche/websafe.txt", + "Tools/scripts", + "Tools/scripts/2to3", + "Tools/scripts/README", + "Tools/scripts/abitype.py", + "Tools/scripts/analyze_dxp.py", + "Tools/scripts/byext.py", + "Tools/scripts/byteyears.py", + "Tools/scripts/checkpip.py", + "Tools/scripts/cleanfuture.py", + "Tools/scripts/combinerefs.py", + "Tools/scripts/copytime.py", + "Tools/scripts/crlf.py", + "Tools/scripts/db2pickle.py", + "Tools/scripts/diff.py", + "Tools/scripts/dutree.doc", + "Tools/scripts/dutree.py", + "Tools/scripts/eptags.py", + "Tools/scripts/find-uname.py", + "Tools/scripts/find_recursionlimit.py", + "Tools/scripts/finddiv.py", + "Tools/scripts/findlinksto.py", + "Tools/scripts/findnocoding.py", + "Tools/scripts/fixcid.py", + "Tools/scripts/fixdiv.py", + "Tools/scripts/fixheader.py", + "Tools/scripts/fixnotice.py", + "Tools/scripts/fixps.py", + "Tools/scripts/generate_opcode_h.py", + "Tools/scripts/generate_symbol_py.py", + "Tools/scripts/generate_token.py", + "Tools/scripts/get-remote-certificate.py", + "Tools/scripts/google.py", + "Tools/scripts/gprof2html.py", + "Tools/scripts/highlight.py", + "Tools/scripts/idle3", + "Tools/scripts/ifdef.py", + "Tools/scripts/import_diagnostics.py", + "Tools/scripts/lfcr.py", + "Tools/scripts/linktree.py", + "Tools/scripts/lll.py", + "Tools/scripts/mailerdaemon.py", + "Tools/scripts/make_ctype.py", + "Tools/scripts/md5sum.py", + "Tools/scripts/mkreal.py", + "Tools/scripts/ndiff.py", + "Tools/scripts/nm2def.py", + "Tools/scripts/objgraph.py", + "Tools/scripts/parse_html5_entities.py", + "Tools/scripts/parseentities.py", + "Tools/scripts/patchcheck.py", + "Tools/scripts/pathfix.py", + "Tools/scripts/pdeps.py", + "Tools/scripts/pep384_macrocheck.py", + "Tools/scripts/pickle2db.py", + "Tools/scripts/pindent.py", + "Tools/scripts/ptags.py", + "Tools/scripts/pydoc3", + "Tools/scripts/pysource.py", + "Tools/scripts/reindent-rst.py", + "Tools/scripts/reindent.py", + "Tools/scripts/rgrep.py", + "Tools/scripts/run_tests.py", + "Tools/scripts/serve.py", + "Tools/scripts/smelly.py", + "Tools/scripts/suff.py", + "Tools/scripts/texi2html.py", + "Tools/scripts/untabify.py", + "Tools/scripts/update_file.py", + "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/which.py", + "Tools/scripts/win_add2path.py", + "Tools/ssl", + "Tools/ssl/make_ssl_data.py", + "Tools/ssl/multissltests.py", + "Tools/stringbench", + "Tools/stringbench/README", + "Tools/stringbench/stringbench.py", + "Tools/test2to3", + "Tools/test2to3/README", + "Tools/test2to3/maintest.py", + "Tools/test2to3/setup.py", + "Tools/test2to3/test", + "Tools/test2to3/test/runtests.py", + "Tools/test2to3/test/test_foo.py", + "Tools/test2to3/test2to3", + "Tools/test2to3/test2to3/__init__.py", + "Tools/test2to3/test2to3/hello.py", + "Tools/tz", + "Tools/tz/zdump.py", + "Tools/unicode", + "Tools/unicode/Makefile", + "Tools/unicode/comparecodecs.py", + "Tools/unicode/gencjkcodecs.py", + "Tools/unicode/gencodec.py", + "Tools/unicode/genmap_japanese.py", + "Tools/unicode/genmap_korean.py", + "Tools/unicode/genmap_schinese.py", + "Tools/unicode/genmap_support.py", + "Tools/unicode/genwincodec.py", + "Tools/unicode/genwincodecs.bat", + "Tools/unicode/listcodecs.py", + "Tools/unicode/makeunicodedata.py", + "Tools/unicode/mkstringprep.py", + "Tools/unicode/python-mappings", + "Tools/unicode/python-mappings/CP1140.TXT", + "Tools/unicode/python-mappings/CP273.TXT", + "Tools/unicode/python-mappings/GB2312.TXT", + "Tools/unicode/python-mappings/KOI8-U.TXT", + "Tools/unicode/python-mappings/TIS-620.TXT", + "Tools/unicode/python-mappings/diff", + "Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff", + "Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff", + "Tools/unicode/python-mappings/gb-18030-2000.xml", + "Tools/unicode/python-mappings/jisx0213-2004-std.txt", + "Tools/unittestgui", + "Tools/unittestgui/README.txt", + "Tools/unittestgui/unittestgui.py", + "aclocal.m4", + "config.guess", + "config.sub", + "configure", + "configure.ac", + "install-sh", + "m4", + "m4/ax_c_float_words_bigendian.m4", + "m4/ax_check_openssl.m4", + "netlify.toml", + "pyconfig.h.in", + "setup.py" + ], + "v3.8.18": [ + ".azure-pipelines", + ".azure-pipelines/ci.yml", + ".azure-pipelines/docs-steps.yml", + ".azure-pipelines/macos-steps.yml", + ".azure-pipelines/posix-deps-apt.sh", + ".azure-pipelines/posix-steps.yml", + ".azure-pipelines/pr.yml", + ".azure-pipelines/prebuild-checks.yml", + ".azure-pipelines/windows-layout-steps.yml", + ".azure-pipelines/windows-release.yml", + ".azure-pipelines/windows-release", + ".azure-pipelines/windows-release/build-steps.yml", + ".azure-pipelines/windows-release/checkout.yml", + ".azure-pipelines/windows-release/find-sdk.yml", + ".azure-pipelines/windows-release/gpg-sign.yml", + ".azure-pipelines/windows-release/layout-command.yml", + ".azure-pipelines/windows-release/mingw-lib.yml", + ".azure-pipelines/windows-release/msi-steps.yml", + ".azure-pipelines/windows-release/stage-build.yml", + ".azure-pipelines/windows-release/stage-layout-embed.yml", + ".azure-pipelines/windows-release/stage-layout-full.yml", + ".azure-pipelines/windows-release/stage-layout-msix.yml", + ".azure-pipelines/windows-release/stage-layout-nuget.yml", + ".azure-pipelines/windows-release/stage-msi.yml", + ".azure-pipelines/windows-release/stage-pack-msix.yml", + ".azure-pipelines/windows-release/stage-pack-nuget.yml", + ".azure-pipelines/windows-release/stage-publish-nugetorg.yml", + ".azure-pipelines/windows-release/stage-publish-pythonorg.yml", + ".azure-pipelines/windows-release/stage-publish-store.yml", + ".azure-pipelines/windows-release/stage-sign.yml", + ".azure-pipelines/windows-release/stage-test-embed.yml", + ".azure-pipelines/windows-release/stage-test-msi.yml", + ".azure-pipelines/windows-release/stage-test-nuget.yml", + ".azure-pipelines/windows-steps.yml", + ".editorconfig", + ".gitattributes", + ".github", + ".github/CODEOWNERS", + ".github/CONTRIBUTING.rst", + ".github/PULL_REQUEST_TEMPLATE.md", + ".github/SECURITY.md", + ".github/codecov.yml", + ".github/workflows", + ".github/workflows/build.yml", + ".github/workflows/build_msi.yml", + ".github/workflows/coverage.yml", + ".github/workflows/doc.yml", + ".github/workflows/posix-deps-apt.sh", + ".github/workflows/verify-ensurepip-wheels.yml", + ".gitignore", + ".travis.yml", + "CODE_OF_CONDUCT.md", + "Doc", + "Doc/Makefile", + "Doc/README.rst", + "Doc/about.rst", + "Doc/bugs.rst", + "Doc/c-api", + "Doc/c-api/abstract.rst", + "Doc/c-api/allocation.rst", + "Doc/c-api/apiabiversion.rst", + "Doc/c-api/arg.rst", + "Doc/c-api/bool.rst", + "Doc/c-api/buffer.rst", + "Doc/c-api/bytearray.rst", + "Doc/c-api/bytes.rst", + "Doc/c-api/capsule.rst", + "Doc/c-api/cell.rst", + "Doc/c-api/code.rst", + "Doc/c-api/codec.rst", + "Doc/c-api/complex.rst", + "Doc/c-api/concrete.rst", + "Doc/c-api/contextvars.rst", + "Doc/c-api/conversion.rst", + "Doc/c-api/coro.rst", + "Doc/c-api/datetime.rst", + "Doc/c-api/descriptor.rst", + "Doc/c-api/dict.rst", + "Doc/c-api/exceptions.rst", + "Doc/c-api/file.rst", + "Doc/c-api/float.rst", + "Doc/c-api/function.rst", + "Doc/c-api/gcsupport.rst", + "Doc/c-api/gen.rst", + "Doc/c-api/import.rst", + "Doc/c-api/index.rst", + "Doc/c-api/init.rst", + "Doc/c-api/init_config.rst", + "Doc/c-api/intro.rst", + "Doc/c-api/iter.rst", + "Doc/c-api/iterator.rst", + "Doc/c-api/list.rst", + "Doc/c-api/long.rst", + "Doc/c-api/mapping.rst", + "Doc/c-api/marshal.rst", + "Doc/c-api/memory.rst", + "Doc/c-api/memoryview.rst", + "Doc/c-api/method.rst", + "Doc/c-api/module.rst", + "Doc/c-api/none.rst", + "Doc/c-api/number.rst", + "Doc/c-api/objbuffer.rst", + "Doc/c-api/object.rst", + "Doc/c-api/objimpl.rst", + "Doc/c-api/refcounting.rst", + "Doc/c-api/reflection.rst", + "Doc/c-api/sequence.rst", + "Doc/c-api/set.rst", + "Doc/c-api/slice.rst", + "Doc/c-api/stable.rst", + "Doc/c-api/structures.rst", + "Doc/c-api/sys.rst", + "Doc/c-api/tuple.rst", + "Doc/c-api/type.rst", + "Doc/c-api/typeobj.rst", + "Doc/c-api/unicode.rst", + "Doc/c-api/utilities.rst", + "Doc/c-api/veryhigh.rst", + "Doc/c-api/weakref.rst", + "Doc/conf.py", + "Doc/contents.rst", + "Doc/copyright.rst", + "Doc/data", + "Doc/data/python3.8.abi", + "Doc/data/python3.8.abi.ignorefile", + "Doc/data/refcounts.dat", + "Doc/distributing", + "Doc/distributing/index.rst", + "Doc/distutils", + "Doc/distutils/_setuptools_disclaimer.rst", + "Doc/distutils/apiref.rst", + "Doc/distutils/builtdist.rst", + "Doc/distutils/commandref.rst", + "Doc/distutils/configfile.rst", + "Doc/distutils/examples.rst", + "Doc/distutils/extending.rst", + "Doc/distutils/index.rst", + "Doc/distutils/introduction.rst", + "Doc/distutils/packageindex.rst", + "Doc/distutils/setupscript.rst", + "Doc/distutils/sourcedist.rst", + "Doc/distutils/uploading.rst", + "Doc/extending", + "Doc/extending/building.rst", + "Doc/extending/embedding.rst", + "Doc/extending/extending.rst", + "Doc/extending/index.rst", + "Doc/extending/newtypes.rst", + "Doc/extending/newtypes_tutorial.rst", + "Doc/extending/windows.rst", + "Doc/faq", + "Doc/faq/design.rst", + "Doc/faq/extending.rst", + "Doc/faq/general.rst", + "Doc/faq/gui.rst", + "Doc/faq/index.rst", + "Doc/faq/installed.rst", + "Doc/faq/library.rst", + "Doc/faq/programming.rst", + "Doc/faq/python-video-icon.png", + "Doc/faq/windows.rst", + "Doc/glossary.rst", + "Doc/howto", + "Doc/howto/argparse.rst", + "Doc/howto/clinic.rst", + "Doc/howto/cporting.rst", + "Doc/howto/curses.rst", + "Doc/howto/descriptor.rst", + "Doc/howto/functional.rst", + "Doc/howto/index.rst", + "Doc/howto/instrumentation.rst", + "Doc/howto/ipaddress.rst", + "Doc/howto/logging-cookbook.rst", + "Doc/howto/logging.rst", + "Doc/howto/logging_flow.png", + "Doc/howto/pyporting.rst", + "Doc/howto/regex.rst", + "Doc/howto/sockets.rst", + "Doc/howto/sorting.rst", + "Doc/howto/unicode.rst", + "Doc/howto/urllib2.rst", + "Doc/includes", + "Doc/includes/custom.c", + "Doc/includes/custom2.c", + "Doc/includes/custom3.c", + "Doc/includes/custom4.c", + "Doc/includes/dbpickle.py", + "Doc/includes/email-alternative.py", + "Doc/includes/email-dir.py", + "Doc/includes/email-headers.py", + "Doc/includes/email-mime.py", + "Doc/includes/email-read-alternative.py", + "Doc/includes/email-simple.py", + "Doc/includes/email-unpack.py", + "Doc/includes/minidom-example.py", + "Doc/includes/mp_newtype.py", + "Doc/includes/mp_pool.py", + "Doc/includes/mp_workers.py", + "Doc/includes/run-func.c", + "Doc/includes/setup.py", + "Doc/includes/sqlite3", + "Doc/includes/sqlite3/adapter_datetime.py", + "Doc/includes/sqlite3/adapter_point_1.py", + "Doc/includes/sqlite3/adapter_point_2.py", + "Doc/includes/sqlite3/collation_reverse.py", + "Doc/includes/sqlite3/complete_statement.py", + "Doc/includes/sqlite3/converter_point.py", + "Doc/includes/sqlite3/countcursors.py", + "Doc/includes/sqlite3/createdb.py", + "Doc/includes/sqlite3/ctx_manager.py", + "Doc/includes/sqlite3/execsql_fetchonerow.py", + "Doc/includes/sqlite3/execsql_printall_1.py", + "Doc/includes/sqlite3/execute_1.py", + "Doc/includes/sqlite3/executemany_1.py", + "Doc/includes/sqlite3/executemany_2.py", + "Doc/includes/sqlite3/executescript.py", + "Doc/includes/sqlite3/insert_more_people.py", + "Doc/includes/sqlite3/load_extension.py", + "Doc/includes/sqlite3/md5func.py", + "Doc/includes/sqlite3/mysumaggr.py", + "Doc/includes/sqlite3/parse_colnames.py", + "Doc/includes/sqlite3/pysqlite_datetime.py", + "Doc/includes/sqlite3/row_factory.py", + "Doc/includes/sqlite3/rowclass.py", + "Doc/includes/sqlite3/shared_cache.py", + "Doc/includes/sqlite3/shortcut_methods.py", + "Doc/includes/sqlite3/simple_tableprinter.py", + "Doc/includes/sqlite3/text_factory.py", + "Doc/includes/sublist.c", + "Doc/includes/test.py", + "Doc/includes/turtle-star.py", + "Doc/includes/typestruct.h", + "Doc/includes/tzinfo_examples.py", + "Doc/install", + "Doc/install/index.rst", + "Doc/installing", + "Doc/installing/index.rst", + "Doc/library", + "Doc/library/2to3.rst", + "Doc/library/__future__.rst", + "Doc/library/__main__.rst", + "Doc/library/_dummy_thread.rst", + "Doc/library/_thread.rst", + "Doc/library/abc.rst", + "Doc/library/aifc.rst", + "Doc/library/allos.rst", + "Doc/library/archiving.rst", + "Doc/library/argparse.rst", + "Doc/library/array.rst", + "Doc/library/ast.rst", + "Doc/library/asynchat.rst", + "Doc/library/asyncio-api-index.rst", + "Doc/library/asyncio-dev.rst", + "Doc/library/asyncio-eventloop.rst", + "Doc/library/asyncio-exceptions.rst", + "Doc/library/asyncio-future.rst", + "Doc/library/asyncio-llapi-index.rst", + "Doc/library/asyncio-platforms.rst", + "Doc/library/asyncio-policy.rst", + "Doc/library/asyncio-protocol.rst", + "Doc/library/asyncio-queue.rst", + "Doc/library/asyncio-stream.rst", + "Doc/library/asyncio-subprocess.rst", + "Doc/library/asyncio-sync.rst", + "Doc/library/asyncio-task.rst", + "Doc/library/asyncio.rst", + "Doc/library/asyncore.rst", + "Doc/library/atexit.rst", + "Doc/library/audioop.rst", + "Doc/library/audit_events.rst", + "Doc/library/base64.rst", + "Doc/library/bdb.rst", + "Doc/library/binary.rst", + "Doc/library/binascii.rst", + "Doc/library/binhex.rst", + "Doc/library/bisect.rst", + "Doc/library/builtins.rst", + "Doc/library/bz2.rst", + "Doc/library/calendar.rst", + "Doc/library/cgi.rst", + "Doc/library/cgitb.rst", + "Doc/library/chunk.rst", + "Doc/library/cmath.rst", + "Doc/library/cmd.rst", + "Doc/library/code.rst", + "Doc/library/codecs.rst", + "Doc/library/codeop.rst", + "Doc/library/collections.abc.rst", + "Doc/library/collections.rst", + "Doc/library/colorsys.rst", + "Doc/library/compileall.rst", + "Doc/library/concurrency.rst", + "Doc/library/concurrent.futures.rst", + "Doc/library/concurrent.rst", + "Doc/library/configparser.rst", + "Doc/library/constants.rst", + "Doc/library/contextlib.rst", + "Doc/library/contextvars.rst", + "Doc/library/copy.rst", + "Doc/library/copyreg.rst", + "Doc/library/crypt.rst", + "Doc/library/crypto.rst", + "Doc/library/csv.rst", + "Doc/library/ctypes.rst", + "Doc/library/curses.ascii.rst", + "Doc/library/curses.panel.rst", + "Doc/library/curses.rst", + "Doc/library/custominterp.rst", + "Doc/library/dataclasses.rst", + "Doc/library/datatypes.rst", + "Doc/library/datetime.rst", + "Doc/library/dbm.rst", + "Doc/library/debug.rst", + "Doc/library/decimal.rst", + "Doc/library/development.rst", + "Doc/library/difflib.rst", + "Doc/library/dis.rst", + "Doc/library/distribution.rst", + "Doc/library/distutils.rst", + "Doc/library/doctest.rst", + "Doc/library/dummy_threading.rst", + "Doc/library/email.charset.rst", + "Doc/library/email.compat32-message.rst", + "Doc/library/email.contentmanager.rst", + "Doc/library/email.encoders.rst", + "Doc/library/email.errors.rst", + "Doc/library/email.examples.rst", + "Doc/library/email.generator.rst", + "Doc/library/email.header.rst", + "Doc/library/email.headerregistry.rst", + "Doc/library/email.iterators.rst", + "Doc/library/email.message.rst", + "Doc/library/email.mime.rst", + "Doc/library/email.parser.rst", + "Doc/library/email.policy.rst", + "Doc/library/email.rst", + "Doc/library/email.utils.rst", + "Doc/library/ensurepip.rst", + "Doc/library/enum.rst", + "Doc/library/errno.rst", + "Doc/library/exceptions.rst", + "Doc/library/faulthandler.rst", + "Doc/library/fcntl.rst", + "Doc/library/filecmp.rst", + "Doc/library/fileformats.rst", + "Doc/library/fileinput.rst", + "Doc/library/filesys.rst", + "Doc/library/fnmatch.rst", + "Doc/library/formatter.rst", + "Doc/library/fractions.rst", + "Doc/library/frameworks.rst", + "Doc/library/ftplib.rst", + "Doc/library/functional.rst", + "Doc/library/functions.rst", + "Doc/library/functools.rst", + "Doc/library/gc.rst", + "Doc/library/getopt.rst", + "Doc/library/getpass.rst", + "Doc/library/gettext.rst", + "Doc/library/glob.rst", + "Doc/library/grp.rst", + "Doc/library/gzip.rst", + "Doc/library/hashlib-blake2-tree.png", + "Doc/library/hashlib.rst", + "Doc/library/heapq.rst", + "Doc/library/hmac.rst", + "Doc/library/html.entities.rst", + "Doc/library/html.parser.rst", + "Doc/library/html.rst", + "Doc/library/http.client.rst", + "Doc/library/http.cookiejar.rst", + "Doc/library/http.cookies.rst", + "Doc/library/http.rst", + "Doc/library/http.server.rst", + "Doc/library/i18n.rst", + "Doc/library/idle.rst", + "Doc/library/imaplib.rst", + "Doc/library/imghdr.rst", + "Doc/library/imp.rst", + "Doc/library/importlib.metadata.rst", + "Doc/library/importlib.rst", + "Doc/library/index.rst", + "Doc/library/inspect.rst", + "Doc/library/internet.rst", + "Doc/library/intro.rst", + "Doc/library/io.rst", + "Doc/library/ipaddress.rst", + "Doc/library/ipc.rst", + "Doc/library/itertools.rst", + "Doc/library/json.rst", + "Doc/library/keyword.rst", + "Doc/library/language.rst", + "Doc/library/linecache.rst", + "Doc/library/locale.rst", + "Doc/library/logging.config.rst", + "Doc/library/logging.handlers.rst", + "Doc/library/logging.rst", + "Doc/library/lzma.rst", + "Doc/library/mailbox.rst", + "Doc/library/mailcap.rst", + "Doc/library/markup.rst", + "Doc/library/marshal.rst", + "Doc/library/math.rst", + "Doc/library/mimetypes.rst", + "Doc/library/misc.rst", + "Doc/library/mm.rst", + "Doc/library/mmap.rst", + "Doc/library/modulefinder.rst", + "Doc/library/modules.rst", + "Doc/library/msilib.rst", + "Doc/library/msvcrt.rst", + "Doc/library/multiprocessing.rst", + "Doc/library/multiprocessing.shared_memory.rst", + "Doc/library/netdata.rst", + "Doc/library/netrc.rst", + "Doc/library/nis.rst", + "Doc/library/nntplib.rst", + "Doc/library/numbers.rst", + "Doc/library/numeric.rst", + "Doc/library/operator.rst", + "Doc/library/optparse.rst", + "Doc/library/os.path.rst", + "Doc/library/os.rst", + "Doc/library/ossaudiodev.rst", + "Doc/library/othergui.rst", + "Doc/library/parser.rst", + "Doc/library/pathlib-inheritance.png", + "Doc/library/pathlib-inheritance.svg", + "Doc/library/pathlib.rst", + "Doc/library/pdb.rst", + "Doc/library/persistence.rst", + "Doc/library/pickle.rst", + "Doc/library/pickletools.rst", + "Doc/library/pipes.rst", + "Doc/library/pkgutil.rst", + "Doc/library/platform.rst", + "Doc/library/plistlib.rst", + "Doc/library/poplib.rst", + "Doc/library/posix.rst", + "Doc/library/pprint.rst", + "Doc/library/profile.rst", + "Doc/library/pty.rst", + "Doc/library/pwd.rst", + "Doc/library/py_compile.rst", + "Doc/library/pyclbr.rst", + "Doc/library/pydoc.rst", + "Doc/library/pyexpat.rst", + "Doc/library/python.rst", + "Doc/library/queue.rst", + "Doc/library/quopri.rst", + "Doc/library/random.rst", + "Doc/library/re.rst", + "Doc/library/readline.rst", + "Doc/library/reprlib.rst", + "Doc/library/resource.rst", + "Doc/library/rlcompleter.rst", + "Doc/library/runpy.rst", + "Doc/library/sched.rst", + "Doc/library/secrets.rst", + "Doc/library/select.rst", + "Doc/library/selectors.rst", + "Doc/library/shelve.rst", + "Doc/library/shlex.rst", + "Doc/library/shutil.rst", + "Doc/library/signal.rst", + "Doc/library/site.rst", + "Doc/library/smtpd.rst", + "Doc/library/smtplib.rst", + "Doc/library/sndhdr.rst", + "Doc/library/socket.rst", + "Doc/library/socketserver.rst", + "Doc/library/spwd.rst", + "Doc/library/sqlite3.rst", + "Doc/library/ssl.rst", + "Doc/library/stat.rst", + "Doc/library/statistics.rst", + "Doc/library/stdtypes.rst", + "Doc/library/string.rst", + "Doc/library/stringprep.rst", + "Doc/library/struct.rst", + "Doc/library/subprocess.rst", + "Doc/library/sunau.rst", + "Doc/library/superseded.rst", + "Doc/library/symbol.rst", + "Doc/library/symtable.rst", + "Doc/library/sys.rst", + "Doc/library/sysconfig.rst", + "Doc/library/syslog.rst", + "Doc/library/tabnanny.rst", + "Doc/library/tarfile.rst", + "Doc/library/telnetlib.rst", + "Doc/library/tempfile.rst", + "Doc/library/termios.rst", + "Doc/library/test.rst", + "Doc/library/text.rst", + "Doc/library/textwrap.rst", + "Doc/library/threading.rst", + "Doc/library/time.rst", + "Doc/library/timeit.rst", + "Doc/library/tk.rst", + "Doc/library/tkinter.rst", + "Doc/library/tkinter.scrolledtext.rst", + "Doc/library/tkinter.tix.rst", + "Doc/library/tkinter.ttk.rst", + "Doc/library/token-list.inc", + "Doc/library/token.rst", + "Doc/library/tokenize.rst", + "Doc/library/trace.rst", + "Doc/library/traceback.rst", + "Doc/library/tracemalloc.rst", + "Doc/library/tty.rst", + "Doc/library/tulip_coro.dia", + "Doc/library/tulip_coro.png", + "Doc/library/turtle-star.pdf", + "Doc/library/turtle-star.png", + "Doc/library/turtle-star.ps", + "Doc/library/turtle.rst", + "Doc/library/types.rst", + "Doc/library/typing.rst", + "Doc/library/undoc.rst", + "Doc/library/unicodedata.rst", + "Doc/library/unittest.mock-examples.rst", + "Doc/library/unittest.mock.rst", + "Doc/library/unittest.rst", + "Doc/library/unix.rst", + "Doc/library/urllib.error.rst", + "Doc/library/urllib.parse.rst", + "Doc/library/urllib.request.rst", + "Doc/library/urllib.robotparser.rst", + "Doc/library/urllib.rst", + "Doc/library/uu.rst", + "Doc/library/uuid.rst", + "Doc/library/venv.rst", + "Doc/library/warnings.rst", + "Doc/library/wave.rst", + "Doc/library/weakref.rst", + "Doc/library/webbrowser.rst", + "Doc/library/windows.rst", + "Doc/library/winreg.rst", + "Doc/library/winsound.rst", + "Doc/library/wsgiref.rst", + "Doc/library/xdrlib.rst", + "Doc/library/xml.dom.minidom.rst", + "Doc/library/xml.dom.pulldom.rst", + "Doc/library/xml.dom.rst", + "Doc/library/xml.etree.elementtree.rst", + "Doc/library/xml.rst", + "Doc/library/xml.sax.handler.rst", + "Doc/library/xml.sax.reader.rst", + "Doc/library/xml.sax.rst", + "Doc/library/xml.sax.utils.rst", + "Doc/library/xmlrpc.client.rst", + "Doc/library/xmlrpc.rst", + "Doc/library/xmlrpc.server.rst", + "Doc/library/zipapp.rst", + "Doc/library/zipfile.rst", + "Doc/library/zipimport.rst", + "Doc/library/zlib.rst", + "Doc/license.rst", + "Doc/make.bat", + "Doc/reference", + "Doc/reference/compound_stmts.rst", + "Doc/reference/datamodel.rst", + "Doc/reference/executionmodel.rst", + "Doc/reference/expressions.rst", + "Doc/reference/grammar.rst", + "Doc/reference/import.rst", + "Doc/reference/index.rst", + "Doc/reference/introduction.rst", + "Doc/reference/lexical_analysis.rst", + "Doc/reference/simple_stmts.rst", + "Doc/reference/toplevel_components.rst", + "Doc/requirements.txt", + "Doc/tools", + "Doc/tools/extensions", + "Doc/tools/extensions/c_annotations.py", + "Doc/tools/extensions/escape4chm.py", + "Doc/tools/extensions/patchlevel.py", + "Doc/tools/extensions/pyspecific.py", + "Doc/tools/extensions/suspicious.py", + "Doc/tools/rstlint.py", + "Doc/tools/static", + "Doc/tools/static/changelog_search.js", + "Doc/tools/susp-ignored.csv", + "Doc/tools/templates", + "Doc/tools/templates/customsourcelink.html", + "Doc/tools/templates/download.html", + "Doc/tools/templates/dummy.html", + "Doc/tools/templates/indexcontent.html", + "Doc/tools/templates/indexsidebar.html", + "Doc/tools/templates/layout.html", + "Doc/tools/templates/opensearch.xml", + "Doc/tutorial", + "Doc/tutorial/appendix.rst", + "Doc/tutorial/appetite.rst", + "Doc/tutorial/classes.rst", + "Doc/tutorial/controlflow.rst", + "Doc/tutorial/datastructures.rst", + "Doc/tutorial/errors.rst", + "Doc/tutorial/floatingpoint.rst", + "Doc/tutorial/index.rst", + "Doc/tutorial/inputoutput.rst", + "Doc/tutorial/interactive.rst", + "Doc/tutorial/interpreter.rst", + "Doc/tutorial/introduction.rst", + "Doc/tutorial/modules.rst", + "Doc/tutorial/stdlib.rst", + "Doc/tutorial/stdlib2.rst", + "Doc/tutorial/venv.rst", + "Doc/tutorial/whatnow.rst", + "Doc/using", + "Doc/using/cmdline.rst", + "Doc/using/editors.rst", + "Doc/using/index.rst", + "Doc/using/mac.rst", + "Doc/using/unix.rst", + "Doc/using/venv-create.inc", + "Doc/using/win_installer.png", + "Doc/using/windows.rst", + "Doc/whatsnew", + "Doc/whatsnew/2.0.rst", + "Doc/whatsnew/2.1.rst", + "Doc/whatsnew/2.2.rst", + "Doc/whatsnew/2.3.rst", + "Doc/whatsnew/2.4.rst", + "Doc/whatsnew/2.5.rst", + "Doc/whatsnew/2.6.rst", + "Doc/whatsnew/2.7.rst", + "Doc/whatsnew/3.0.rst", + "Doc/whatsnew/3.1.rst", + "Doc/whatsnew/3.2.rst", + "Doc/whatsnew/3.3.rst", + "Doc/whatsnew/3.4.rst", + "Doc/whatsnew/3.5.rst", + "Doc/whatsnew/3.6.rst", + "Doc/whatsnew/3.7.rst", + "Doc/whatsnew/3.8.rst", + "Doc/whatsnew/changelog.rst", + "Doc/whatsnew/index.rst", + "Grammar", + "Grammar/Grammar", + "Grammar/Tokens", + "Include", + "Include/Python-ast.h", + "Include/Python.h", + "Include/abstract.h", + "Include/asdl.h", + "Include/ast.h", + "Include/bitset.h", + "Include/bltinmodule.h", + "Include/boolobject.h", + "Include/bytearrayobject.h", + "Include/bytes_methods.h", + "Include/bytesobject.h", + "Include/cellobject.h", + "Include/ceval.h", + "Include/classobject.h", + "Include/code.h", + "Include/codecs.h", + "Include/compile.h", + "Include/complexobject.h", + "Include/context.h", + "Include/cpython", + "Include/cpython/abstract.h", + "Include/cpython/dictobject.h", + "Include/cpython/fileobject.h", + "Include/cpython/initconfig.h", + "Include/cpython/interpreteridobject.h", + "Include/cpython/object.h", + "Include/cpython/objimpl.h", + "Include/cpython/pyerrors.h", + "Include/cpython/pylifecycle.h", + "Include/cpython/pymem.h", + "Include/cpython/pystate.h", + "Include/cpython/sysmodule.h", + "Include/cpython/traceback.h", + "Include/cpython/tupleobject.h", + "Include/cpython/unicodeobject.h", + "Include/datetime.h", + "Include/descrobject.h", + "Include/dictobject.h", + "Include/dtoa.h", + "Include/dynamic_annotations.h", + "Include/enumobject.h", + "Include/errcode.h", + "Include/eval.h", + "Include/fileobject.h", + "Include/fileutils.h", + "Include/floatobject.h", + "Include/frameobject.h", + "Include/funcobject.h", + "Include/genobject.h", + "Include/graminit.h", + "Include/grammar.h", + "Include/import.h", + "Include/internal", + "Include/internal/pycore_accu.h", + "Include/internal/pycore_atomic.h", + "Include/internal/pycore_ceval.h", + "Include/internal/pycore_code.h", + "Include/internal/pycore_condvar.h", + "Include/internal/pycore_context.h", + "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_getopt.h", + "Include/internal/pycore_gil.h", + "Include/internal/pycore_hamt.h", + "Include/internal/pycore_initconfig.h", + "Include/internal/pycore_long.h", + "Include/internal/pycore_object.h", + "Include/internal/pycore_pathconfig.h", + "Include/internal/pycore_pyerrors.h", + "Include/internal/pycore_pyhash.h", + "Include/internal/pycore_pylifecycle.h", + "Include/internal/pycore_pymem.h", + "Include/internal/pycore_pystate.h", + "Include/internal/pycore_traceback.h", + "Include/internal/pycore_tupleobject.h", + "Include/internal/pycore_warnings.h", + "Include/interpreteridobject.h", + "Include/intrcheck.h", + "Include/iterobject.h", + "Include/listobject.h", + "Include/longintrepr.h", + "Include/longobject.h", + "Include/marshal.h", + "Include/memoryobject.h", + "Include/methodobject.h", + "Include/modsupport.h", + "Include/moduleobject.h", + "Include/namespaceobject.h", + "Include/node.h", + "Include/object.h", + "Include/objimpl.h", + "Include/odictobject.h", + "Include/opcode.h", + "Include/osdefs.h", + "Include/osmodule.h", + "Include/parsetok.h", + "Include/patchlevel.h", + "Include/picklebufobject.h", + "Include/py_curses.h", + "Include/pyarena.h", + "Include/pycapsule.h", + "Include/pyctype.h", + "Include/pydebug.h", + "Include/pydtrace.d", + "Include/pydtrace.h", + "Include/pyerrors.h", + "Include/pyexpat.h", + "Include/pyfpe.h", + "Include/pyhash.h", + "Include/pylifecycle.h", + "Include/pymacconfig.h", + "Include/pymacro.h", + "Include/pymath.h", + "Include/pymem.h", + "Include/pyport.h", + "Include/pystate.h", + "Include/pystrcmp.h", + "Include/pystrhex.h", + "Include/pystrtod.h", + "Include/pythonrun.h", + "Include/pythread.h", + "Include/pytime.h", + "Include/rangeobject.h", + "Include/setobject.h", + "Include/sliceobject.h", + "Include/structmember.h", + "Include/structseq.h", + "Include/symtable.h", + "Include/sysmodule.h", + "Include/token.h", + "Include/traceback.h", + "Include/tracemalloc.h", + "Include/tupleobject.h", + "Include/typeslots.h", + "Include/ucnhash.h", + "Include/unicodeobject.h", + "Include/warnings.h", + "Include/weakrefobject.h", + "LICENSE", + "Lib", + "Lib/__future__.py", + "Lib/__phello__.foo.py", + "Lib/_bootlocale.py", + "Lib/_collections_abc.py", + "Lib/_compat_pickle.py", + "Lib/_compression.py", + "Lib/_dummy_thread.py", + "Lib/_markupbase.py", + "Lib/_osx_support.py", + "Lib/_py_abc.py", + "Lib/_pydecimal.py", + "Lib/_pyio.py", + "Lib/_sitebuiltins.py", + "Lib/_strptime.py", + "Lib/_threading_local.py", + "Lib/_weakrefset.py", + "Lib/abc.py", + "Lib/aifc.py", + "Lib/antigravity.py", + "Lib/argparse.py", + "Lib/ast.py", + "Lib/asynchat.py", + "Lib/asyncio", + "Lib/asyncio/__init__.py", + "Lib/asyncio/__main__.py", + "Lib/asyncio/base_events.py", + "Lib/asyncio/base_futures.py", + "Lib/asyncio/base_subprocess.py", + "Lib/asyncio/base_tasks.py", + "Lib/asyncio/constants.py", + "Lib/asyncio/coroutines.py", + "Lib/asyncio/events.py", + "Lib/asyncio/exceptions.py", + "Lib/asyncio/format_helpers.py", + "Lib/asyncio/futures.py", + "Lib/asyncio/locks.py", + "Lib/asyncio/log.py", + "Lib/asyncio/proactor_events.py", + "Lib/asyncio/protocols.py", + "Lib/asyncio/queues.py", + "Lib/asyncio/runners.py", + "Lib/asyncio/selector_events.py", + "Lib/asyncio/sslproto.py", + "Lib/asyncio/staggered.py", + "Lib/asyncio/streams.py", + "Lib/asyncio/subprocess.py", + "Lib/asyncio/tasks.py", + "Lib/asyncio/transports.py", + "Lib/asyncio/trsock.py", + "Lib/asyncio/unix_events.py", + "Lib/asyncio/windows_events.py", + "Lib/asyncio/windows_utils.py", + "Lib/asyncore.py", + "Lib/base64.py", + "Lib/bdb.py", + "Lib/binhex.py", + "Lib/bisect.py", + "Lib/bz2.py", + "Lib/cProfile.py", + "Lib/calendar.py", + "Lib/cgi.py", + "Lib/cgitb.py", + "Lib/chunk.py", + "Lib/cmd.py", + "Lib/code.py", + "Lib/codecs.py", + "Lib/codeop.py", + "Lib/collections", + "Lib/collections/__init__.py", + "Lib/collections/abc.py", + "Lib/colorsys.py", + "Lib/compileall.py", + "Lib/concurrent", + "Lib/concurrent/__init__.py", + "Lib/concurrent/futures", + "Lib/concurrent/futures/__init__.py", + "Lib/concurrent/futures/_base.py", + "Lib/concurrent/futures/process.py", + "Lib/concurrent/futures/thread.py", + "Lib/configparser.py", + "Lib/contextlib.py", + "Lib/contextvars.py", + "Lib/copy.py", + "Lib/copyreg.py", + "Lib/crypt.py", + "Lib/csv.py", + "Lib/ctypes", + "Lib/ctypes/__init__.py", + "Lib/ctypes/_aix.py", + "Lib/ctypes/_endian.py", + "Lib/ctypes/macholib", + "Lib/ctypes/macholib/README.ctypes", + "Lib/ctypes/macholib/__init__.py", + "Lib/ctypes/macholib/dyld.py", + "Lib/ctypes/macholib/dylib.py", + "Lib/ctypes/macholib/fetch_macholib", + "Lib/ctypes/macholib/fetch_macholib.bat", + "Lib/ctypes/macholib/framework.py", + "Lib/ctypes/test", + "Lib/ctypes/test/__init__.py", + "Lib/ctypes/test/__main__.py", + "Lib/ctypes/test/test_anon.py", + "Lib/ctypes/test/test_array_in_pointer.py", + "Lib/ctypes/test/test_arrays.py", + "Lib/ctypes/test/test_as_parameter.py", + "Lib/ctypes/test/test_bitfields.py", + "Lib/ctypes/test/test_buffers.py", + "Lib/ctypes/test/test_bytes.py", + "Lib/ctypes/test/test_byteswap.py", + "Lib/ctypes/test/test_callbacks.py", + "Lib/ctypes/test/test_cast.py", + "Lib/ctypes/test/test_cfuncs.py", + "Lib/ctypes/test/test_checkretval.py", + "Lib/ctypes/test/test_delattr.py", + "Lib/ctypes/test/test_errno.py", + "Lib/ctypes/test/test_find.py", + "Lib/ctypes/test/test_frombuffer.py", + "Lib/ctypes/test/test_funcptr.py", + "Lib/ctypes/test/test_functions.py", + "Lib/ctypes/test/test_incomplete.py", + "Lib/ctypes/test/test_init.py", + "Lib/ctypes/test/test_internals.py", + "Lib/ctypes/test/test_keeprefs.py", + "Lib/ctypes/test/test_libc.py", + "Lib/ctypes/test/test_loading.py", + "Lib/ctypes/test/test_macholib.py", + "Lib/ctypes/test/test_memfunctions.py", + "Lib/ctypes/test/test_numbers.py", + "Lib/ctypes/test/test_objects.py", + "Lib/ctypes/test/test_parameters.py", + "Lib/ctypes/test/test_pep3118.py", + "Lib/ctypes/test/test_pickling.py", + "Lib/ctypes/test/test_pointers.py", + "Lib/ctypes/test/test_prototypes.py", + "Lib/ctypes/test/test_python_api.py", + "Lib/ctypes/test/test_random_things.py", + "Lib/ctypes/test/test_refcounts.py", + "Lib/ctypes/test/test_repr.py", + "Lib/ctypes/test/test_returnfuncptrs.py", + "Lib/ctypes/test/test_simplesubclasses.py", + "Lib/ctypes/test/test_sizes.py", + "Lib/ctypes/test/test_slicing.py", + "Lib/ctypes/test/test_stringptr.py", + "Lib/ctypes/test/test_strings.py", + "Lib/ctypes/test/test_struct_fields.py", + "Lib/ctypes/test/test_structures.py", + "Lib/ctypes/test/test_unaligned_structures.py", + "Lib/ctypes/test/test_unicode.py", + "Lib/ctypes/test/test_values.py", + "Lib/ctypes/test/test_varsize_struct.py", + "Lib/ctypes/test/test_win32.py", + "Lib/ctypes/test/test_wintypes.py", + "Lib/ctypes/util.py", + "Lib/ctypes/wintypes.py", + "Lib/curses", + "Lib/curses/__init__.py", + "Lib/curses/ascii.py", + "Lib/curses/has_key.py", + "Lib/curses/panel.py", + "Lib/curses/textpad.py", + "Lib/dataclasses.py", + "Lib/datetime.py", + "Lib/dbm", + "Lib/dbm/__init__.py", + "Lib/dbm/dumb.py", + "Lib/dbm/gnu.py", + "Lib/dbm/ndbm.py", + "Lib/decimal.py", + "Lib/difflib.py", + "Lib/dis.py", + "Lib/distutils", + "Lib/distutils/README", + "Lib/distutils/__init__.py", + "Lib/distutils/_msvccompiler.py", + "Lib/distutils/archive_util.py", + "Lib/distutils/bcppcompiler.py", + "Lib/distutils/ccompiler.py", + "Lib/distutils/cmd.py", + "Lib/distutils/command", + "Lib/distutils/command/__init__.py", + "Lib/distutils/command/bdist.py", + "Lib/distutils/command/bdist_dumb.py", + "Lib/distutils/command/bdist_msi.py", + "Lib/distutils/command/bdist_rpm.py", + "Lib/distutils/command/bdist_wininst.py", + "Lib/distutils/command/build.py", + "Lib/distutils/command/build_clib.py", + "Lib/distutils/command/build_ext.py", + "Lib/distutils/command/build_py.py", + "Lib/distutils/command/build_scripts.py", + "Lib/distutils/command/check.py", + "Lib/distutils/command/clean.py", + "Lib/distutils/command/command_template", + "Lib/distutils/command/config.py", + "Lib/distutils/command/install.py", + "Lib/distutils/command/install_data.py", + "Lib/distutils/command/install_egg_info.py", + "Lib/distutils/command/install_headers.py", + "Lib/distutils/command/install_lib.py", + "Lib/distutils/command/install_scripts.py", + "Lib/distutils/command/register.py", + "Lib/distutils/command/sdist.py", + "Lib/distutils/command/upload.py", + "Lib/distutils/command/wininst-10.0-amd64.exe", + "Lib/distutils/command/wininst-10.0.exe", + "Lib/distutils/command/wininst-14.0-amd64.exe", + "Lib/distutils/command/wininst-14.0.exe", + "Lib/distutils/command/wininst-6.0.exe", + "Lib/distutils/command/wininst-7.1.exe", + "Lib/distutils/command/wininst-8.0.exe", + "Lib/distutils/command/wininst-9.0-amd64.exe", + "Lib/distutils/command/wininst-9.0.exe", + "Lib/distutils/config.py", + "Lib/distutils/core.py", + "Lib/distutils/cygwinccompiler.py", + "Lib/distutils/debug.py", + "Lib/distutils/dep_util.py", + "Lib/distutils/dir_util.py", + "Lib/distutils/dist.py", + "Lib/distutils/errors.py", + "Lib/distutils/extension.py", + "Lib/distutils/fancy_getopt.py", + "Lib/distutils/file_util.py", + "Lib/distutils/filelist.py", + "Lib/distutils/log.py", + "Lib/distutils/msvc9compiler.py", + "Lib/distutils/msvccompiler.py", + "Lib/distutils/spawn.py", + "Lib/distutils/sysconfig.py", + "Lib/distutils/tests", + "Lib/distutils/tests/Setup.sample", + "Lib/distutils/tests/__init__.py", + "Lib/distutils/tests/includetest.rst", + "Lib/distutils/tests/support.py", + "Lib/distutils/tests/test_archive_util.py", + "Lib/distutils/tests/test_bdist.py", + "Lib/distutils/tests/test_bdist_dumb.py", + "Lib/distutils/tests/test_bdist_msi.py", + "Lib/distutils/tests/test_bdist_rpm.py", + "Lib/distutils/tests/test_bdist_wininst.py", + "Lib/distutils/tests/test_build.py", + "Lib/distutils/tests/test_build_clib.py", + "Lib/distutils/tests/test_build_ext.py", + "Lib/distutils/tests/test_build_py.py", + "Lib/distutils/tests/test_build_scripts.py", + "Lib/distutils/tests/test_check.py", + "Lib/distutils/tests/test_clean.py", + "Lib/distutils/tests/test_cmd.py", + "Lib/distutils/tests/test_config.py", + "Lib/distutils/tests/test_config_cmd.py", + "Lib/distutils/tests/test_core.py", + "Lib/distutils/tests/test_cygwinccompiler.py", + "Lib/distutils/tests/test_dep_util.py", + "Lib/distutils/tests/test_dir_util.py", + "Lib/distutils/tests/test_dist.py", + "Lib/distutils/tests/test_extension.py", + "Lib/distutils/tests/test_file_util.py", + "Lib/distutils/tests/test_filelist.py", + "Lib/distutils/tests/test_install.py", + "Lib/distutils/tests/test_install_data.py", + "Lib/distutils/tests/test_install_headers.py", + "Lib/distutils/tests/test_install_lib.py", + "Lib/distutils/tests/test_install_scripts.py", + "Lib/distutils/tests/test_log.py", + "Lib/distutils/tests/test_msvc9compiler.py", + "Lib/distutils/tests/test_msvccompiler.py", + "Lib/distutils/tests/test_register.py", + "Lib/distutils/tests/test_sdist.py", + "Lib/distutils/tests/test_spawn.py", + "Lib/distutils/tests/test_sysconfig.py", + "Lib/distutils/tests/test_text_file.py", + "Lib/distutils/tests/test_unixccompiler.py", + "Lib/distutils/tests/test_upload.py", + "Lib/distutils/tests/test_util.py", + "Lib/distutils/tests/test_version.py", + "Lib/distutils/tests/test_versionpredicate.py", + "Lib/distutils/text_file.py", + "Lib/distutils/unixccompiler.py", + "Lib/distutils/util.py", + "Lib/distutils/version.py", + "Lib/distutils/versionpredicate.py", + "Lib/doctest.py", + "Lib/dummy_threading.py", + "Lib/email", + "Lib/email/__init__.py", + "Lib/email/_encoded_words.py", + "Lib/email/_header_value_parser.py", + "Lib/email/_parseaddr.py", + "Lib/email/_policybase.py", + "Lib/email/architecture.rst", + "Lib/email/base64mime.py", + "Lib/email/charset.py", + "Lib/email/contentmanager.py", + "Lib/email/encoders.py", + "Lib/email/errors.py", + "Lib/email/feedparser.py", + "Lib/email/generator.py", + "Lib/email/header.py", + "Lib/email/headerregistry.py", + "Lib/email/iterators.py", + "Lib/email/message.py", + "Lib/email/mime", + "Lib/email/mime/__init__.py", + "Lib/email/mime/application.py", + "Lib/email/mime/audio.py", + "Lib/email/mime/base.py", + "Lib/email/mime/image.py", + "Lib/email/mime/message.py", + "Lib/email/mime/multipart.py", + "Lib/email/mime/nonmultipart.py", + "Lib/email/mime/text.py", + "Lib/email/parser.py", + "Lib/email/policy.py", + "Lib/email/quoprimime.py", + "Lib/email/utils.py", + "Lib/encodings", + "Lib/encodings/__init__.py", + "Lib/encodings/aliases.py", + "Lib/encodings/ascii.py", + "Lib/encodings/base64_codec.py", + "Lib/encodings/big5.py", + "Lib/encodings/big5hkscs.py", + "Lib/encodings/bz2_codec.py", + "Lib/encodings/charmap.py", + "Lib/encodings/cp037.py", + "Lib/encodings/cp1006.py", + "Lib/encodings/cp1026.py", + "Lib/encodings/cp1125.py", + "Lib/encodings/cp1140.py", + "Lib/encodings/cp1250.py", + "Lib/encodings/cp1251.py", + "Lib/encodings/cp1252.py", + "Lib/encodings/cp1253.py", + "Lib/encodings/cp1254.py", + "Lib/encodings/cp1255.py", + "Lib/encodings/cp1256.py", + "Lib/encodings/cp1257.py", + "Lib/encodings/cp1258.py", + "Lib/encodings/cp273.py", + "Lib/encodings/cp424.py", + "Lib/encodings/cp437.py", + "Lib/encodings/cp500.py", + "Lib/encodings/cp720.py", + "Lib/encodings/cp737.py", + "Lib/encodings/cp775.py", + "Lib/encodings/cp850.py", + "Lib/encodings/cp852.py", + "Lib/encodings/cp855.py", + "Lib/encodings/cp856.py", + "Lib/encodings/cp857.py", + "Lib/encodings/cp858.py", + "Lib/encodings/cp860.py", + "Lib/encodings/cp861.py", + "Lib/encodings/cp862.py", + "Lib/encodings/cp863.py", + "Lib/encodings/cp864.py", + "Lib/encodings/cp865.py", + "Lib/encodings/cp866.py", + "Lib/encodings/cp869.py", + "Lib/encodings/cp874.py", + "Lib/encodings/cp875.py", + "Lib/encodings/cp932.py", + "Lib/encodings/cp949.py", + "Lib/encodings/cp950.py", + "Lib/encodings/euc_jis_2004.py", + "Lib/encodings/euc_jisx0213.py", + "Lib/encodings/euc_jp.py", + "Lib/encodings/euc_kr.py", + "Lib/encodings/gb18030.py", + "Lib/encodings/gb2312.py", + "Lib/encodings/gbk.py", + "Lib/encodings/hex_codec.py", + "Lib/encodings/hp_roman8.py", + "Lib/encodings/hz.py", + "Lib/encodings/idna.py", + "Lib/encodings/iso2022_jp.py", + "Lib/encodings/iso2022_jp_1.py", + "Lib/encodings/iso2022_jp_2.py", + "Lib/encodings/iso2022_jp_2004.py", + "Lib/encodings/iso2022_jp_3.py", + "Lib/encodings/iso2022_jp_ext.py", + "Lib/encodings/iso2022_kr.py", + "Lib/encodings/iso8859_1.py", + "Lib/encodings/iso8859_10.py", + "Lib/encodings/iso8859_11.py", + "Lib/encodings/iso8859_13.py", + "Lib/encodings/iso8859_14.py", + "Lib/encodings/iso8859_15.py", + "Lib/encodings/iso8859_16.py", + "Lib/encodings/iso8859_2.py", + "Lib/encodings/iso8859_3.py", + "Lib/encodings/iso8859_4.py", + "Lib/encodings/iso8859_5.py", + "Lib/encodings/iso8859_6.py", + "Lib/encodings/iso8859_7.py", + "Lib/encodings/iso8859_8.py", + "Lib/encodings/iso8859_9.py", + "Lib/encodings/johab.py", + "Lib/encodings/koi8_r.py", + "Lib/encodings/koi8_t.py", + "Lib/encodings/koi8_u.py", + "Lib/encodings/kz1048.py", + "Lib/encodings/latin_1.py", + "Lib/encodings/mac_arabic.py", + "Lib/encodings/mac_centeuro.py", + "Lib/encodings/mac_croatian.py", + "Lib/encodings/mac_cyrillic.py", + "Lib/encodings/mac_farsi.py", + "Lib/encodings/mac_greek.py", + "Lib/encodings/mac_iceland.py", + "Lib/encodings/mac_latin2.py", + "Lib/encodings/mac_roman.py", + "Lib/encodings/mac_romanian.py", + "Lib/encodings/mac_turkish.py", + "Lib/encodings/mbcs.py", + "Lib/encodings/oem.py", + "Lib/encodings/palmos.py", + "Lib/encodings/ptcp154.py", + "Lib/encodings/punycode.py", + "Lib/encodings/quopri_codec.py", + "Lib/encodings/raw_unicode_escape.py", + "Lib/encodings/rot_13.py", + "Lib/encodings/shift_jis.py", + "Lib/encodings/shift_jis_2004.py", + "Lib/encodings/shift_jisx0213.py", + "Lib/encodings/tis_620.py", + "Lib/encodings/undefined.py", + "Lib/encodings/unicode_escape.py", + "Lib/encodings/utf_16.py", + "Lib/encodings/utf_16_be.py", + "Lib/encodings/utf_16_le.py", + "Lib/encodings/utf_32.py", + "Lib/encodings/utf_32_be.py", + "Lib/encodings/utf_32_le.py", + "Lib/encodings/utf_7.py", + "Lib/encodings/utf_8.py", + "Lib/encodings/utf_8_sig.py", + "Lib/encodings/uu_codec.py", + "Lib/encodings/zlib_codec.py", + "Lib/ensurepip", + "Lib/ensurepip/__init__.py", + "Lib/ensurepip/__main__.py", + "Lib/ensurepip/_bundled", + "Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl", + "Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl", + "Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl", + "Lib/ensurepip/_uninstall.py", + "Lib/enum.py", + "Lib/filecmp.py", + "Lib/fileinput.py", + "Lib/fnmatch.py", + "Lib/formatter.py", + "Lib/fractions.py", + "Lib/ftplib.py", + "Lib/functools.py", + "Lib/genericpath.py", + "Lib/getopt.py", + "Lib/getpass.py", + "Lib/gettext.py", + "Lib/glob.py", + "Lib/gzip.py", + "Lib/hashlib.py", + "Lib/heapq.py", + "Lib/hmac.py", + "Lib/html", + "Lib/html/__init__.py", + "Lib/html/entities.py", + "Lib/html/parser.py", + "Lib/http", + "Lib/http/__init__.py", + "Lib/http/client.py", + "Lib/http/cookiejar.py", + "Lib/http/cookies.py", + "Lib/http/server.py", + "Lib/idlelib", + "Lib/idlelib/CREDITS.txt", + "Lib/idlelib/ChangeLog", + "Lib/idlelib/HISTORY.txt", + "Lib/idlelib/Icons", + "Lib/idlelib/Icons/README.txt", + "Lib/idlelib/Icons/folder.gif", + "Lib/idlelib/Icons/idle.ico", + "Lib/idlelib/Icons/idle_16.gif", + "Lib/idlelib/Icons/idle_16.png", + "Lib/idlelib/Icons/idle_256.png", + "Lib/idlelib/Icons/idle_32.gif", + "Lib/idlelib/Icons/idle_32.png", + "Lib/idlelib/Icons/idle_48.gif", + "Lib/idlelib/Icons/idle_48.png", + "Lib/idlelib/Icons/minusnode.gif", + "Lib/idlelib/Icons/openfolder.gif", + "Lib/idlelib/Icons/plusnode.gif", + "Lib/idlelib/Icons/python.gif", + "Lib/idlelib/Icons/tk.gif", + "Lib/idlelib/NEWS.txt", + "Lib/idlelib/NEWS2x.txt", + "Lib/idlelib/README.txt", + "Lib/idlelib/TODO.txt", + "Lib/idlelib/__init__.py", + "Lib/idlelib/__main__.py", + "Lib/idlelib/autocomplete.py", + "Lib/idlelib/autocomplete_w.py", + "Lib/idlelib/autoexpand.py", + "Lib/idlelib/browser.py", + "Lib/idlelib/calltip.py", + "Lib/idlelib/calltip_w.py", + "Lib/idlelib/codecontext.py", + "Lib/idlelib/colorizer.py", + "Lib/idlelib/config-extensions.def", + "Lib/idlelib/config-highlight.def", + "Lib/idlelib/config-keys.def", + "Lib/idlelib/config-main.def", + "Lib/idlelib/config.py", + "Lib/idlelib/config_key.py", + "Lib/idlelib/configdialog.py", + "Lib/idlelib/debugger.py", + "Lib/idlelib/debugger_r.py", + "Lib/idlelib/debugobj.py", + "Lib/idlelib/debugobj_r.py", + "Lib/idlelib/delegator.py", + "Lib/idlelib/dynoption.py", + "Lib/idlelib/editor.py", + "Lib/idlelib/extend.txt", + "Lib/idlelib/filelist.py", + "Lib/idlelib/format.py", + "Lib/idlelib/grep.py", + "Lib/idlelib/help.html", + "Lib/idlelib/help.py", + "Lib/idlelib/help_about.py", + "Lib/idlelib/history.py", + "Lib/idlelib/hyperparser.py", + "Lib/idlelib/idle.bat", + "Lib/idlelib/idle.py", + "Lib/idlelib/idle.pyw", + "Lib/idlelib/idle_test", + "Lib/idlelib/idle_test/README.txt", + "Lib/idlelib/idle_test/__init__.py", + "Lib/idlelib/idle_test/htest.py", + "Lib/idlelib/idle_test/mock_idle.py", + "Lib/idlelib/idle_test/mock_tk.py", + "Lib/idlelib/idle_test/template.py", + "Lib/idlelib/idle_test/test_autocomplete.py", + "Lib/idlelib/idle_test/test_autocomplete_w.py", + "Lib/idlelib/idle_test/test_autoexpand.py", + "Lib/idlelib/idle_test/test_browser.py", + "Lib/idlelib/idle_test/test_calltip.py", + "Lib/idlelib/idle_test/test_calltip_w.py", + "Lib/idlelib/idle_test/test_codecontext.py", + "Lib/idlelib/idle_test/test_colorizer.py", + "Lib/idlelib/idle_test/test_config.py", + "Lib/idlelib/idle_test/test_config_key.py", + "Lib/idlelib/idle_test/test_configdialog.py", + "Lib/idlelib/idle_test/test_debugger.py", + "Lib/idlelib/idle_test/test_debugger_r.py", + "Lib/idlelib/idle_test/test_debugobj.py", + "Lib/idlelib/idle_test/test_debugobj_r.py", + "Lib/idlelib/idle_test/test_delegator.py", + "Lib/idlelib/idle_test/test_editmenu.py", + "Lib/idlelib/idle_test/test_editor.py", + "Lib/idlelib/idle_test/test_filelist.py", + "Lib/idlelib/idle_test/test_format.py", + "Lib/idlelib/idle_test/test_grep.py", + "Lib/idlelib/idle_test/test_help.py", + "Lib/idlelib/idle_test/test_help_about.py", + "Lib/idlelib/idle_test/test_history.py", + "Lib/idlelib/idle_test/test_hyperparser.py", + "Lib/idlelib/idle_test/test_iomenu.py", + "Lib/idlelib/idle_test/test_macosx.py", + "Lib/idlelib/idle_test/test_mainmenu.py", + "Lib/idlelib/idle_test/test_multicall.py", + "Lib/idlelib/idle_test/test_outwin.py", + "Lib/idlelib/idle_test/test_parenmatch.py", + "Lib/idlelib/idle_test/test_pathbrowser.py", + "Lib/idlelib/idle_test/test_percolator.py", + "Lib/idlelib/idle_test/test_pyparse.py", + "Lib/idlelib/idle_test/test_pyshell.py", + "Lib/idlelib/idle_test/test_query.py", + "Lib/idlelib/idle_test/test_redirector.py", + "Lib/idlelib/idle_test/test_replace.py", + "Lib/idlelib/idle_test/test_rpc.py", + "Lib/idlelib/idle_test/test_run.py", + "Lib/idlelib/idle_test/test_runscript.py", + "Lib/idlelib/idle_test/test_scrolledlist.py", + "Lib/idlelib/idle_test/test_search.py", + "Lib/idlelib/idle_test/test_searchbase.py", + "Lib/idlelib/idle_test/test_searchengine.py", + "Lib/idlelib/idle_test/test_sidebar.py", + "Lib/idlelib/idle_test/test_squeezer.py", + "Lib/idlelib/idle_test/test_stackviewer.py", + "Lib/idlelib/idle_test/test_statusbar.py", + "Lib/idlelib/idle_test/test_text.py", + "Lib/idlelib/idle_test/test_textview.py", + "Lib/idlelib/idle_test/test_tooltip.py", + "Lib/idlelib/idle_test/test_tree.py", + "Lib/idlelib/idle_test/test_undo.py", + "Lib/idlelib/idle_test/test_warning.py", + "Lib/idlelib/idle_test/test_window.py", + "Lib/idlelib/idle_test/test_zoomheight.py", + "Lib/idlelib/idle_test/test_zzdummy.py", + "Lib/idlelib/iomenu.py", + "Lib/idlelib/macosx.py", + "Lib/idlelib/mainmenu.py", + "Lib/idlelib/multicall.py", + "Lib/idlelib/outwin.py", + "Lib/idlelib/parenmatch.py", + "Lib/idlelib/pathbrowser.py", + "Lib/idlelib/percolator.py", + "Lib/idlelib/pyparse.py", + "Lib/idlelib/pyshell.py", + "Lib/idlelib/query.py", + "Lib/idlelib/redirector.py", + "Lib/idlelib/replace.py", + "Lib/idlelib/rpc.py", + "Lib/idlelib/run.py", + "Lib/idlelib/runscript.py", + "Lib/idlelib/scrolledlist.py", + "Lib/idlelib/search.py", + "Lib/idlelib/searchbase.py", + "Lib/idlelib/searchengine.py", + "Lib/idlelib/sidebar.py", + "Lib/idlelib/squeezer.py", + "Lib/idlelib/stackviewer.py", + "Lib/idlelib/statusbar.py", + "Lib/idlelib/textview.py", + "Lib/idlelib/tooltip.py", + "Lib/idlelib/tree.py", + "Lib/idlelib/undo.py", + "Lib/idlelib/window.py", + "Lib/idlelib/zoomheight.py", + "Lib/idlelib/zzdummy.py", + "Lib/imaplib.py", + "Lib/imghdr.py", + "Lib/imp.py", + "Lib/importlib", + "Lib/importlib/__init__.py", + "Lib/importlib/_bootstrap.py", + "Lib/importlib/_bootstrap_external.py", + "Lib/importlib/abc.py", + "Lib/importlib/machinery.py", + "Lib/importlib/metadata.py", + "Lib/importlib/resources.py", + "Lib/importlib/util.py", + "Lib/inspect.py", + "Lib/io.py", + "Lib/ipaddress.py", + "Lib/json", + "Lib/json/__init__.py", + "Lib/json/decoder.py", + "Lib/json/encoder.py", + "Lib/json/scanner.py", + "Lib/json/tool.py", + "Lib/keyword.py", + "Lib/lib2to3", + "Lib/lib2to3/Grammar.txt", + "Lib/lib2to3/PatternGrammar.txt", + "Lib/lib2to3/__init__.py", + "Lib/lib2to3/__main__.py", + "Lib/lib2to3/btm_matcher.py", + "Lib/lib2to3/btm_utils.py", + "Lib/lib2to3/fixer_base.py", + "Lib/lib2to3/fixer_util.py", + "Lib/lib2to3/fixes", + "Lib/lib2to3/fixes/__init__.py", + "Lib/lib2to3/fixes/fix_apply.py", + "Lib/lib2to3/fixes/fix_asserts.py", + "Lib/lib2to3/fixes/fix_basestring.py", + "Lib/lib2to3/fixes/fix_buffer.py", + "Lib/lib2to3/fixes/fix_dict.py", + "Lib/lib2to3/fixes/fix_except.py", + "Lib/lib2to3/fixes/fix_exec.py", + "Lib/lib2to3/fixes/fix_execfile.py", + "Lib/lib2to3/fixes/fix_exitfunc.py", + "Lib/lib2to3/fixes/fix_filter.py", + "Lib/lib2to3/fixes/fix_funcattrs.py", + "Lib/lib2to3/fixes/fix_future.py", + "Lib/lib2to3/fixes/fix_getcwdu.py", + "Lib/lib2to3/fixes/fix_has_key.py", + "Lib/lib2to3/fixes/fix_idioms.py", + "Lib/lib2to3/fixes/fix_import.py", + "Lib/lib2to3/fixes/fix_imports.py", + "Lib/lib2to3/fixes/fix_imports2.py", + "Lib/lib2to3/fixes/fix_input.py", + "Lib/lib2to3/fixes/fix_intern.py", + "Lib/lib2to3/fixes/fix_isinstance.py", + "Lib/lib2to3/fixes/fix_itertools.py", + "Lib/lib2to3/fixes/fix_itertools_imports.py", + "Lib/lib2to3/fixes/fix_long.py", + "Lib/lib2to3/fixes/fix_map.py", + "Lib/lib2to3/fixes/fix_metaclass.py", + "Lib/lib2to3/fixes/fix_methodattrs.py", + "Lib/lib2to3/fixes/fix_ne.py", + "Lib/lib2to3/fixes/fix_next.py", + "Lib/lib2to3/fixes/fix_nonzero.py", + "Lib/lib2to3/fixes/fix_numliterals.py", + "Lib/lib2to3/fixes/fix_operator.py", + "Lib/lib2to3/fixes/fix_paren.py", + "Lib/lib2to3/fixes/fix_print.py", + "Lib/lib2to3/fixes/fix_raise.py", + "Lib/lib2to3/fixes/fix_raw_input.py", + "Lib/lib2to3/fixes/fix_reduce.py", + "Lib/lib2to3/fixes/fix_reload.py", + "Lib/lib2to3/fixes/fix_renames.py", + "Lib/lib2to3/fixes/fix_repr.py", + "Lib/lib2to3/fixes/fix_set_literal.py", + "Lib/lib2to3/fixes/fix_standarderror.py", + "Lib/lib2to3/fixes/fix_sys_exc.py", + "Lib/lib2to3/fixes/fix_throw.py", + "Lib/lib2to3/fixes/fix_tuple_params.py", + "Lib/lib2to3/fixes/fix_types.py", + "Lib/lib2to3/fixes/fix_unicode.py", + "Lib/lib2to3/fixes/fix_urllib.py", + "Lib/lib2to3/fixes/fix_ws_comma.py", + "Lib/lib2to3/fixes/fix_xrange.py", + "Lib/lib2to3/fixes/fix_xreadlines.py", + "Lib/lib2to3/fixes/fix_zip.py", + "Lib/lib2to3/main.py", + "Lib/lib2to3/patcomp.py", + "Lib/lib2to3/pgen2", + "Lib/lib2to3/pgen2/__init__.py", + "Lib/lib2to3/pgen2/conv.py", + "Lib/lib2to3/pgen2/driver.py", + "Lib/lib2to3/pgen2/grammar.py", + "Lib/lib2to3/pgen2/literals.py", + "Lib/lib2to3/pgen2/parse.py", + "Lib/lib2to3/pgen2/pgen.py", + "Lib/lib2to3/pgen2/token.py", + "Lib/lib2to3/pgen2/tokenize.py", + "Lib/lib2to3/pygram.py", + "Lib/lib2to3/pytree.py", + "Lib/lib2to3/refactor.py", + "Lib/lib2to3/tests", + "Lib/lib2to3/tests/__init__.py", + "Lib/lib2to3/tests/__main__.py", + "Lib/lib2to3/tests/data", + "Lib/lib2to3/tests/data/README", + "Lib/lib2to3/tests/data/bom.py", + "Lib/lib2to3/tests/data/crlf.py", + "Lib/lib2to3/tests/data/different_encoding.py", + "Lib/lib2to3/tests/data/false_encoding.py", + "Lib/lib2to3/tests/data/fixers", + "Lib/lib2to3/tests/data/fixers/bad_order.py", + "Lib/lib2to3/tests/data/fixers/myfixes", + "Lib/lib2to3/tests/data/fixers/myfixes/__init__.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py", + "Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py", + "Lib/lib2to3/tests/data/fixers/no_fixer_cls.py", + "Lib/lib2to3/tests/data/fixers/parrot_example.py", + "Lib/lib2to3/tests/data/infinite_recursion.py", + "Lib/lib2to3/tests/data/py2_test_grammar.py", + "Lib/lib2to3/tests/data/py3_test_grammar.py", + "Lib/lib2to3/tests/pytree_idempotency.py", + "Lib/lib2to3/tests/support.py", + "Lib/lib2to3/tests/test_all_fixers.py", + "Lib/lib2to3/tests/test_fixers.py", + "Lib/lib2to3/tests/test_main.py", + "Lib/lib2to3/tests/test_parser.py", + "Lib/lib2to3/tests/test_pytree.py", + "Lib/lib2to3/tests/test_refactor.py", + "Lib/lib2to3/tests/test_util.py", + "Lib/linecache.py", + "Lib/locale.py", + "Lib/logging", + "Lib/logging/__init__.py", + "Lib/logging/config.py", + "Lib/logging/handlers.py", + "Lib/lzma.py", + "Lib/mailbox.py", + "Lib/mailcap.py", + "Lib/mimetypes.py", + "Lib/modulefinder.py", + "Lib/msilib", + "Lib/msilib/__init__.py", + "Lib/msilib/schema.py", + "Lib/msilib/sequence.py", + "Lib/msilib/text.py", + "Lib/multiprocessing", + "Lib/multiprocessing/__init__.py", + "Lib/multiprocessing/connection.py", + "Lib/multiprocessing/context.py", + "Lib/multiprocessing/dummy", + "Lib/multiprocessing/dummy/__init__.py", + "Lib/multiprocessing/dummy/connection.py", + "Lib/multiprocessing/forkserver.py", + "Lib/multiprocessing/heap.py", + "Lib/multiprocessing/managers.py", + "Lib/multiprocessing/pool.py", + "Lib/multiprocessing/popen_fork.py", + "Lib/multiprocessing/popen_forkserver.py", + "Lib/multiprocessing/popen_spawn_posix.py", + "Lib/multiprocessing/popen_spawn_win32.py", + "Lib/multiprocessing/process.py", + "Lib/multiprocessing/queues.py", + "Lib/multiprocessing/reduction.py", + "Lib/multiprocessing/resource_sharer.py", + "Lib/multiprocessing/resource_tracker.py", + "Lib/multiprocessing/shared_memory.py", + "Lib/multiprocessing/sharedctypes.py", + "Lib/multiprocessing/spawn.py", + "Lib/multiprocessing/synchronize.py", + "Lib/multiprocessing/util.py", + "Lib/netrc.py", + "Lib/nntplib.py", + "Lib/ntpath.py", + "Lib/nturl2path.py", + "Lib/numbers.py", + "Lib/opcode.py", + "Lib/operator.py", + "Lib/optparse.py", + "Lib/os.py", + "Lib/pathlib.py", + "Lib/pdb.py", + "Lib/pickle.py", + "Lib/pickletools.py", + "Lib/pipes.py", + "Lib/pkgutil.py", + "Lib/platform.py", + "Lib/plistlib.py", + "Lib/poplib.py", + "Lib/posixpath.py", + "Lib/pprint.py", + "Lib/profile.py", + "Lib/pstats.py", + "Lib/pty.py", + "Lib/py_compile.py", + "Lib/pyclbr.py", + "Lib/pydoc.py", + "Lib/pydoc_data", + "Lib/pydoc_data/__init__.py", + "Lib/pydoc_data/_pydoc.css", + "Lib/pydoc_data/topics.py", + "Lib/queue.py", + "Lib/quopri.py", + "Lib/random.py", + "Lib/re.py", + "Lib/reprlib.py", + "Lib/rlcompleter.py", + "Lib/runpy.py", + "Lib/sched.py", + "Lib/secrets.py", + "Lib/selectors.py", + "Lib/shelve.py", + "Lib/shlex.py", + "Lib/shutil.py", + "Lib/signal.py", + "Lib/site-packages", + "Lib/site-packages/README.txt", + "Lib/site.py", + "Lib/smtpd.py", + "Lib/smtplib.py", + "Lib/sndhdr.py", + "Lib/socket.py", + "Lib/socketserver.py", + "Lib/sqlite3", + "Lib/sqlite3/__init__.py", + "Lib/sqlite3/dbapi2.py", + "Lib/sqlite3/dump.py", + "Lib/sqlite3/test", + "Lib/sqlite3/test/__init__.py", + "Lib/sqlite3/test/backup.py", + "Lib/sqlite3/test/dbapi.py", + "Lib/sqlite3/test/dump.py", + "Lib/sqlite3/test/factory.py", + "Lib/sqlite3/test/hooks.py", + "Lib/sqlite3/test/regression.py", + "Lib/sqlite3/test/transactions.py", + "Lib/sqlite3/test/types.py", + "Lib/sqlite3/test/userfunctions.py", + "Lib/sre_compile.py", + "Lib/sre_constants.py", + "Lib/sre_parse.py", + "Lib/ssl.py", + "Lib/stat.py", + "Lib/statistics.py", + "Lib/string.py", + "Lib/stringprep.py", + "Lib/struct.py", + "Lib/subprocess.py", + "Lib/sunau.py", + "Lib/symbol.py", + "Lib/symtable.py", + "Lib/sysconfig.py", + "Lib/tabnanny.py", + "Lib/tarfile.py", + "Lib/telnetlib.py", + "Lib/tempfile.py", + "Lib/test", + "Lib/test/Sine-1000Hz-300ms.aif", + "Lib/test/__init__.py", + "Lib/test/__main__.py", + "Lib/test/_test_multiprocessing.py", + "Lib/test/allsans.pem", + "Lib/test/ann_module.py", + "Lib/test/ann_module2.py", + "Lib/test/ann_module3.py", + "Lib/test/audiodata", + "Lib/test/audiodata/pluck-alaw.aifc", + "Lib/test/audiodata/pluck-pcm16.aiff", + "Lib/test/audiodata/pluck-pcm16.au", + "Lib/test/audiodata/pluck-pcm16.wav", + "Lib/test/audiodata/pluck-pcm24.aiff", + "Lib/test/audiodata/pluck-pcm24.au", + "Lib/test/audiodata/pluck-pcm24.wav", + "Lib/test/audiodata/pluck-pcm32.aiff", + "Lib/test/audiodata/pluck-pcm32.au", + "Lib/test/audiodata/pluck-pcm32.wav", + "Lib/test/audiodata/pluck-pcm8.aiff", + "Lib/test/audiodata/pluck-pcm8.au", + "Lib/test/audiodata/pluck-pcm8.wav", + "Lib/test/audiodata/pluck-ulaw.aifc", + "Lib/test/audiodata/pluck-ulaw.au", + "Lib/test/audiotest.au", + "Lib/test/audiotests.py", + "Lib/test/audit-tests.py", + "Lib/test/autotest.py", + "Lib/test/bad_coding.py", + "Lib/test/bad_coding2.py", + "Lib/test/bad_getattr.py", + "Lib/test/bad_getattr2.py", + "Lib/test/bad_getattr3.py", + "Lib/test/badcert.pem", + "Lib/test/badkey.pem", + "Lib/test/badsyntax_3131.py", + "Lib/test/badsyntax_future10.py", + "Lib/test/badsyntax_future3.py", + "Lib/test/badsyntax_future4.py", + "Lib/test/badsyntax_future5.py", + "Lib/test/badsyntax_future6.py", + "Lib/test/badsyntax_future7.py", + "Lib/test/badsyntax_future8.py", + "Lib/test/badsyntax_future9.py", + "Lib/test/badsyntax_pep3120.py", + "Lib/test/bisect_cmd.py", + "Lib/test/bytecode_helper.py", + "Lib/test/capath", + "Lib/test/capath/4e1295a3.0", + "Lib/test/capath/5ed36f99.0", + "Lib/test/capath/6e88d7b8.0", + "Lib/test/capath/99d0fa06.0", + "Lib/test/capath/b1930218.0", + "Lib/test/capath/ceff1710.0", + "Lib/test/cfgparser.1", + "Lib/test/cfgparser.2", + "Lib/test/cfgparser.3", + "Lib/test/cjkencodings", + "Lib/test/cjkencodings/big5-utf8.txt", + "Lib/test/cjkencodings/big5.txt", + "Lib/test/cjkencodings/big5hkscs-utf8.txt", + "Lib/test/cjkencodings/big5hkscs.txt", + "Lib/test/cjkencodings/cp949-utf8.txt", + "Lib/test/cjkencodings/cp949.txt", + "Lib/test/cjkencodings/euc_jisx0213-utf8.txt", + "Lib/test/cjkencodings/euc_jisx0213.txt", + "Lib/test/cjkencodings/euc_jp-utf8.txt", + "Lib/test/cjkencodings/euc_jp.txt", + "Lib/test/cjkencodings/euc_kr-utf8.txt", + "Lib/test/cjkencodings/euc_kr.txt", + "Lib/test/cjkencodings/gb18030-utf8.txt", + "Lib/test/cjkencodings/gb18030.txt", + "Lib/test/cjkencodings/gb2312-utf8.txt", + "Lib/test/cjkencodings/gb2312.txt", + "Lib/test/cjkencodings/gbk-utf8.txt", + "Lib/test/cjkencodings/gbk.txt", + "Lib/test/cjkencodings/hz-utf8.txt", + "Lib/test/cjkencodings/hz.txt", + "Lib/test/cjkencodings/iso2022_jp-utf8.txt", + "Lib/test/cjkencodings/iso2022_jp.txt", + "Lib/test/cjkencodings/iso2022_kr-utf8.txt", + "Lib/test/cjkencodings/iso2022_kr.txt", + "Lib/test/cjkencodings/johab-utf8.txt", + "Lib/test/cjkencodings/johab.txt", + "Lib/test/cjkencodings/shift_jis-utf8.txt", + "Lib/test/cjkencodings/shift_jis.txt", + "Lib/test/cjkencodings/shift_jisx0213-utf8.txt", + "Lib/test/cjkencodings/shift_jisx0213.txt", + "Lib/test/clinic.test", + "Lib/test/cmath_testcases.txt", + "Lib/test/coding20731.py", + "Lib/test/crashers", + "Lib/test/crashers/README", + "Lib/test/crashers/bogus_code_obj.py", + "Lib/test/crashers/gc_inspection.py", + "Lib/test/crashers/infinite_loop_re.py", + "Lib/test/crashers/mutation_inside_cyclegc.py", + "Lib/test/crashers/recursive_call.py", + "Lib/test/crashers/trace_at_recursion_limit.py", + "Lib/test/crashers/underlying_dict.py", + "Lib/test/curses_tests.py", + "Lib/test/data", + "Lib/test/data/README", + "Lib/test/dataclass_module_1.py", + "Lib/test/dataclass_module_1_str.py", + "Lib/test/dataclass_module_2.py", + "Lib/test/dataclass_module_2_str.py", + "Lib/test/dataclass_textanno.py", + "Lib/test/datetimetester.py", + "Lib/test/decimaltestdata", + "Lib/test/decimaltestdata/abs.decTest", + "Lib/test/decimaltestdata/add.decTest", + "Lib/test/decimaltestdata/and.decTest", + "Lib/test/decimaltestdata/base.decTest", + "Lib/test/decimaltestdata/clamp.decTest", + "Lib/test/decimaltestdata/class.decTest", + "Lib/test/decimaltestdata/compare.decTest", + "Lib/test/decimaltestdata/comparetotal.decTest", + "Lib/test/decimaltestdata/comparetotmag.decTest", + "Lib/test/decimaltestdata/copy.decTest", + "Lib/test/decimaltestdata/copyabs.decTest", + "Lib/test/decimaltestdata/copynegate.decTest", + "Lib/test/decimaltestdata/copysign.decTest", + "Lib/test/decimaltestdata/ddAbs.decTest", + "Lib/test/decimaltestdata/ddAdd.decTest", + "Lib/test/decimaltestdata/ddAnd.decTest", + "Lib/test/decimaltestdata/ddBase.decTest", + "Lib/test/decimaltestdata/ddCanonical.decTest", + "Lib/test/decimaltestdata/ddClass.decTest", + "Lib/test/decimaltestdata/ddCompare.decTest", + "Lib/test/decimaltestdata/ddCompareSig.decTest", + "Lib/test/decimaltestdata/ddCompareTotal.decTest", + "Lib/test/decimaltestdata/ddCompareTotalMag.decTest", + "Lib/test/decimaltestdata/ddCopy.decTest", + "Lib/test/decimaltestdata/ddCopyAbs.decTest", + "Lib/test/decimaltestdata/ddCopyNegate.decTest", + "Lib/test/decimaltestdata/ddCopySign.decTest", + "Lib/test/decimaltestdata/ddDivide.decTest", + "Lib/test/decimaltestdata/ddDivideInt.decTest", + "Lib/test/decimaltestdata/ddEncode.decTest", + "Lib/test/decimaltestdata/ddFMA.decTest", + "Lib/test/decimaltestdata/ddInvert.decTest", + "Lib/test/decimaltestdata/ddLogB.decTest", + "Lib/test/decimaltestdata/ddMax.decTest", + "Lib/test/decimaltestdata/ddMaxMag.decTest", + "Lib/test/decimaltestdata/ddMin.decTest", + "Lib/test/decimaltestdata/ddMinMag.decTest", + "Lib/test/decimaltestdata/ddMinus.decTest", + "Lib/test/decimaltestdata/ddMultiply.decTest", + "Lib/test/decimaltestdata/ddNextMinus.decTest", + "Lib/test/decimaltestdata/ddNextPlus.decTest", + "Lib/test/decimaltestdata/ddNextToward.decTest", + "Lib/test/decimaltestdata/ddOr.decTest", + "Lib/test/decimaltestdata/ddPlus.decTest", + "Lib/test/decimaltestdata/ddQuantize.decTest", + "Lib/test/decimaltestdata/ddReduce.decTest", + "Lib/test/decimaltestdata/ddRemainder.decTest", + "Lib/test/decimaltestdata/ddRemainderNear.decTest", + "Lib/test/decimaltestdata/ddRotate.decTest", + "Lib/test/decimaltestdata/ddSameQuantum.decTest", + "Lib/test/decimaltestdata/ddScaleB.decTest", + "Lib/test/decimaltestdata/ddShift.decTest", + "Lib/test/decimaltestdata/ddSubtract.decTest", + "Lib/test/decimaltestdata/ddToIntegral.decTest", + "Lib/test/decimaltestdata/ddXor.decTest", + "Lib/test/decimaltestdata/decDouble.decTest", + "Lib/test/decimaltestdata/decQuad.decTest", + "Lib/test/decimaltestdata/decSingle.decTest", + "Lib/test/decimaltestdata/divide.decTest", + "Lib/test/decimaltestdata/divideint.decTest", + "Lib/test/decimaltestdata/dqAbs.decTest", + "Lib/test/decimaltestdata/dqAdd.decTest", + "Lib/test/decimaltestdata/dqAnd.decTest", + "Lib/test/decimaltestdata/dqBase.decTest", + "Lib/test/decimaltestdata/dqCanonical.decTest", + "Lib/test/decimaltestdata/dqClass.decTest", + "Lib/test/decimaltestdata/dqCompare.decTest", + "Lib/test/decimaltestdata/dqCompareSig.decTest", + "Lib/test/decimaltestdata/dqCompareTotal.decTest", + "Lib/test/decimaltestdata/dqCompareTotalMag.decTest", + "Lib/test/decimaltestdata/dqCopy.decTest", + "Lib/test/decimaltestdata/dqCopyAbs.decTest", + "Lib/test/decimaltestdata/dqCopyNegate.decTest", + "Lib/test/decimaltestdata/dqCopySign.decTest", + "Lib/test/decimaltestdata/dqDivide.decTest", + "Lib/test/decimaltestdata/dqDivideInt.decTest", + "Lib/test/decimaltestdata/dqEncode.decTest", + "Lib/test/decimaltestdata/dqFMA.decTest", + "Lib/test/decimaltestdata/dqInvert.decTest", + "Lib/test/decimaltestdata/dqLogB.decTest", + "Lib/test/decimaltestdata/dqMax.decTest", + "Lib/test/decimaltestdata/dqMaxMag.decTest", + "Lib/test/decimaltestdata/dqMin.decTest", + "Lib/test/decimaltestdata/dqMinMag.decTest", + "Lib/test/decimaltestdata/dqMinus.decTest", + "Lib/test/decimaltestdata/dqMultiply.decTest", + "Lib/test/decimaltestdata/dqNextMinus.decTest", + "Lib/test/decimaltestdata/dqNextPlus.decTest", + "Lib/test/decimaltestdata/dqNextToward.decTest", + "Lib/test/decimaltestdata/dqOr.decTest", + "Lib/test/decimaltestdata/dqPlus.decTest", + "Lib/test/decimaltestdata/dqQuantize.decTest", + "Lib/test/decimaltestdata/dqReduce.decTest", + "Lib/test/decimaltestdata/dqRemainder.decTest", + "Lib/test/decimaltestdata/dqRemainderNear.decTest", + "Lib/test/decimaltestdata/dqRotate.decTest", + "Lib/test/decimaltestdata/dqSameQuantum.decTest", + "Lib/test/decimaltestdata/dqScaleB.decTest", + "Lib/test/decimaltestdata/dqShift.decTest", + "Lib/test/decimaltestdata/dqSubtract.decTest", + "Lib/test/decimaltestdata/dqToIntegral.decTest", + "Lib/test/decimaltestdata/dqXor.decTest", + "Lib/test/decimaltestdata/dsBase.decTest", + "Lib/test/decimaltestdata/dsEncode.decTest", + "Lib/test/decimaltestdata/exp.decTest", + "Lib/test/decimaltestdata/extra.decTest", + "Lib/test/decimaltestdata/fma.decTest", + "Lib/test/decimaltestdata/inexact.decTest", + "Lib/test/decimaltestdata/invert.decTest", + "Lib/test/decimaltestdata/ln.decTest", + "Lib/test/decimaltestdata/log10.decTest", + "Lib/test/decimaltestdata/logb.decTest", + "Lib/test/decimaltestdata/max.decTest", + "Lib/test/decimaltestdata/maxmag.decTest", + "Lib/test/decimaltestdata/min.decTest", + "Lib/test/decimaltestdata/minmag.decTest", + "Lib/test/decimaltestdata/minus.decTest", + "Lib/test/decimaltestdata/multiply.decTest", + "Lib/test/decimaltestdata/nextminus.decTest", + "Lib/test/decimaltestdata/nextplus.decTest", + "Lib/test/decimaltestdata/nexttoward.decTest", + "Lib/test/decimaltestdata/or.decTest", + "Lib/test/decimaltestdata/plus.decTest", + "Lib/test/decimaltestdata/power.decTest", + "Lib/test/decimaltestdata/powersqrt.decTest", + "Lib/test/decimaltestdata/quantize.decTest", + "Lib/test/decimaltestdata/randomBound32.decTest", + "Lib/test/decimaltestdata/randoms.decTest", + "Lib/test/decimaltestdata/reduce.decTest", + "Lib/test/decimaltestdata/remainder.decTest", + "Lib/test/decimaltestdata/remainderNear.decTest", + "Lib/test/decimaltestdata/rescale.decTest", + "Lib/test/decimaltestdata/rotate.decTest", + "Lib/test/decimaltestdata/rounding.decTest", + "Lib/test/decimaltestdata/samequantum.decTest", + "Lib/test/decimaltestdata/scaleb.decTest", + "Lib/test/decimaltestdata/shift.decTest", + "Lib/test/decimaltestdata/squareroot.decTest", + "Lib/test/decimaltestdata/subtract.decTest", + "Lib/test/decimaltestdata/testall.decTest", + "Lib/test/decimaltestdata/tointegral.decTest", + "Lib/test/decimaltestdata/tointegralx.decTest", + "Lib/test/decimaltestdata/xor.decTest", + "Lib/test/dis_module.py", + "Lib/test/doctest_aliases.py", + "Lib/test/double_const.py", + "Lib/test/dtracedata", + "Lib/test/dtracedata/assert_usable.d", + "Lib/test/dtracedata/assert_usable.stp", + "Lib/test/dtracedata/call_stack.d", + "Lib/test/dtracedata/call_stack.d.expected", + "Lib/test/dtracedata/call_stack.py", + "Lib/test/dtracedata/call_stack.stp", + "Lib/test/dtracedata/call_stack.stp.expected", + "Lib/test/dtracedata/gc.d", + "Lib/test/dtracedata/gc.d.expected", + "Lib/test/dtracedata/gc.py", + "Lib/test/dtracedata/gc.stp", + "Lib/test/dtracedata/gc.stp.expected", + "Lib/test/dtracedata/instance.py", + "Lib/test/dtracedata/line.d", + "Lib/test/dtracedata/line.d.expected", + "Lib/test/dtracedata/line.py", + "Lib/test/eintrdata", + "Lib/test/eintrdata/eintr_tester.py", + "Lib/test/empty.vbs", + "Lib/test/encoded_modules", + "Lib/test/encoded_modules/__init__.py", + "Lib/test/encoded_modules/module_iso_8859_1.py", + "Lib/test/encoded_modules/module_koi8_r.py", + "Lib/test/exception_hierarchy.txt", + "Lib/test/ffdh3072.pem", + "Lib/test/final_a.py", + "Lib/test/final_b.py", + "Lib/test/floating_points.txt", + "Lib/test/fork_wait.py", + "Lib/test/formatfloat_testcases.txt", + "Lib/test/future_test1.py", + "Lib/test/future_test2.py", + "Lib/test/gdb_sample.py", + "Lib/test/good_getattr.py", + "Lib/test/idnsans.pem", + "Lib/test/ieee754.txt", + "Lib/test/imghdrdata", + "Lib/test/imghdrdata/python.bmp", + "Lib/test/imghdrdata/python.exr", + "Lib/test/imghdrdata/python.gif", + "Lib/test/imghdrdata/python.jpg", + "Lib/test/imghdrdata/python.pbm", + "Lib/test/imghdrdata/python.pgm", + "Lib/test/imghdrdata/python.png", + "Lib/test/imghdrdata/python.ppm", + "Lib/test/imghdrdata/python.ras", + "Lib/test/imghdrdata/python.sgi", + "Lib/test/imghdrdata/python.tiff", + "Lib/test/imghdrdata/python.webp", + "Lib/test/imghdrdata/python.xbm", + "Lib/test/imp_dummy.py", + "Lib/test/inspect_fodder.py", + "Lib/test/inspect_fodder2.py", + "Lib/test/keycert.passwd.pem", + "Lib/test/keycert.pem", + "Lib/test/keycert2.pem", + "Lib/test/keycert3.pem", + "Lib/test/keycert4.pem", + "Lib/test/keycertecc.pem", + "Lib/test/leakers", + "Lib/test/leakers/README.txt", + "Lib/test/leakers/__init__.py", + "Lib/test/leakers/test_ctypes.py", + "Lib/test/leakers/test_selftype.py", + "Lib/test/libregrtest", + "Lib/test/libregrtest/__init__.py", + "Lib/test/libregrtest/cmdline.py", + "Lib/test/libregrtest/main.py", + "Lib/test/libregrtest/pgo.py", + "Lib/test/libregrtest/refleak.py", + "Lib/test/libregrtest/runtest.py", + "Lib/test/libregrtest/runtest_mp.py", + "Lib/test/libregrtest/save_env.py", + "Lib/test/libregrtest/setup.py", + "Lib/test/libregrtest/utils.py", + "Lib/test/libregrtest/win_utils.py", + "Lib/test/list_tests.py", + "Lib/test/lock_tests.py", + "Lib/test/mailcap.txt", + "Lib/test/make_ssl_certs.py", + "Lib/test/mapping_tests.py", + "Lib/test/math_testcases.txt", + "Lib/test/memory_watchdog.py", + "Lib/test/mime.types", + "Lib/test/mock_socket.py", + "Lib/test/mod_generics_cache.py", + "Lib/test/mp_fork_bomb.py", + "Lib/test/mp_preload.py", + "Lib/test/multibytecodec_support.py", + "Lib/test/nokia.pem", + "Lib/test/nosan.pem", + "Lib/test/nullbytecert.pem", + "Lib/test/nullcert.pem", + "Lib/test/outstanding_bugs.py", + "Lib/test/pickletester.py", + "Lib/test/profilee.py", + "Lib/test/pstats.pck", + "Lib/test/pycacert.pem", + "Lib/test/pycakey.pem", + "Lib/test/pyclbr_input.py", + "Lib/test/pydoc_mod.py", + "Lib/test/pydocfodder.py", + "Lib/test/pythoninfo.py", + "Lib/test/randv2_32.pck", + "Lib/test/randv2_64.pck", + "Lib/test/randv3.pck", + "Lib/test/re_tests.py", + "Lib/test/recursion.tar", + "Lib/test/regrtest.py", + "Lib/test/relimport.py", + "Lib/test/reperf.py", + "Lib/test/revocation.crl", + "Lib/test/sample_doctest.py", + "Lib/test/sample_doctest_no_docstrings.py", + "Lib/test/sample_doctest_no_doctests.py", + "Lib/test/secp384r1.pem", + "Lib/test/selfsigned_pythontestdotnet.pem", + "Lib/test/seq_tests.py", + "Lib/test/sgml_input.html", + "Lib/test/signalinterproctester.py", + "Lib/test/sndhdrdata", + "Lib/test/sndhdrdata/README", + "Lib/test/sndhdrdata/sndhdr.8svx", + "Lib/test/sndhdrdata/sndhdr.aifc", + "Lib/test/sndhdrdata/sndhdr.aiff", + "Lib/test/sndhdrdata/sndhdr.au", + "Lib/test/sndhdrdata/sndhdr.hcom", + "Lib/test/sndhdrdata/sndhdr.sndt", + "Lib/test/sndhdrdata/sndhdr.voc", + "Lib/test/sndhdrdata/sndhdr.wav", + "Lib/test/sortperf.py", + "Lib/test/ssl_cert.pem", + "Lib/test/ssl_key.passwd.pem", + "Lib/test/ssl_key.pem", + "Lib/test/ssl_servers.py", + "Lib/test/ssltests.py", + "Lib/test/string_tests.py", + "Lib/test/subprocessdata", + "Lib/test/subprocessdata/fd_status.py", + "Lib/test/subprocessdata/input_reader.py", + "Lib/test/subprocessdata/qcat.py", + "Lib/test/subprocessdata/qgrep.py", + "Lib/test/subprocessdata/sigchild_ignore.py", + "Lib/test/support", + "Lib/test/support/__init__.py", + "Lib/test/support/script_helper.py", + "Lib/test/support/testresult.py", + "Lib/test/talos-2019-0758.pem", + "Lib/test/test___all__.py", + "Lib/test/test___future__.py", + "Lib/test/test__locale.py", + "Lib/test/test__opcode.py", + "Lib/test/test__osx_support.py", + "Lib/test/test__xxsubinterpreters.py", + "Lib/test/test_abc.py", + "Lib/test/test_abstract_numbers.py", + "Lib/test/test_aifc.py", + "Lib/test/test_argparse.py", + "Lib/test/test_array.py", + "Lib/test/test_asdl_parser.py", + "Lib/test/test_ast.py", + "Lib/test/test_asyncgen.py", + "Lib/test/test_asynchat.py", + "Lib/test/test_asyncio", + "Lib/test/test_asyncio/__init__.py", + "Lib/test/test_asyncio/__main__.py", + "Lib/test/test_asyncio/echo.py", + "Lib/test/test_asyncio/echo2.py", + "Lib/test/test_asyncio/echo3.py", + "Lib/test/test_asyncio/functional.py", + "Lib/test/test_asyncio/test_asyncio_waitfor.py", + "Lib/test/test_asyncio/test_base_events.py", + "Lib/test/test_asyncio/test_buffered_proto.py", + "Lib/test/test_asyncio/test_context.py", + "Lib/test/test_asyncio/test_events.py", + "Lib/test/test_asyncio/test_futures.py", + "Lib/test/test_asyncio/test_futures2.py", + "Lib/test/test_asyncio/test_locks.py", + "Lib/test/test_asyncio/test_pep492.py", + "Lib/test/test_asyncio/test_proactor_events.py", + "Lib/test/test_asyncio/test_protocols.py", + "Lib/test/test_asyncio/test_queues.py", + "Lib/test/test_asyncio/test_runners.py", + "Lib/test/test_asyncio/test_selector_events.py", + "Lib/test/test_asyncio/test_sendfile.py", + "Lib/test/test_asyncio/test_server.py", + "Lib/test/test_asyncio/test_sock_lowlevel.py", + "Lib/test/test_asyncio/test_sslproto.py", + "Lib/test/test_asyncio/test_streams.py", + "Lib/test/test_asyncio/test_subprocess.py", + "Lib/test/test_asyncio/test_tasks.py", + "Lib/test/test_asyncio/test_transports.py", + "Lib/test/test_asyncio/test_unix_events.py", + "Lib/test/test_asyncio/test_windows_events.py", + "Lib/test/test_asyncio/test_windows_utils.py", + "Lib/test/test_asyncio/utils.py", + "Lib/test/test_asyncore.py", + "Lib/test/test_atexit.py", + "Lib/test/test_audioop.py", + "Lib/test/test_audit.py", + "Lib/test/test_augassign.py", + "Lib/test/test_base64.py", + "Lib/test/test_baseexception.py", + "Lib/test/test_bdb.py", + "Lib/test/test_bigaddrspace.py", + "Lib/test/test_bigmem.py", + "Lib/test/test_binascii.py", + "Lib/test/test_binhex.py", + "Lib/test/test_binop.py", + "Lib/test/test_bisect.py", + "Lib/test/test_bool.py", + "Lib/test/test_buffer.py", + "Lib/test/test_bufio.py", + "Lib/test/test_builtin.py", + "Lib/test/test_bytes.py", + "Lib/test/test_bz2.py", + "Lib/test/test_c_locale_coercion.py", + "Lib/test/test_calendar.py", + "Lib/test/test_call.py", + "Lib/test/test_capi.py", + "Lib/test/test_cgi.py", + "Lib/test/test_cgitb.py", + "Lib/test/test_charmapcodec.py", + "Lib/test/test_class.py", + "Lib/test/test_clinic.py", + "Lib/test/test_cmath.py", + "Lib/test/test_cmd.py", + "Lib/test/test_cmd_line.py", + "Lib/test/test_cmd_line_script.py", + "Lib/test/test_code.py", + "Lib/test/test_code_module.py", + "Lib/test/test_codeccallbacks.py", + "Lib/test/test_codecencodings_cn.py", + "Lib/test/test_codecencodings_hk.py", + "Lib/test/test_codecencodings_iso2022.py", + "Lib/test/test_codecencodings_jp.py", + "Lib/test/test_codecencodings_kr.py", + "Lib/test/test_codecencodings_tw.py", + "Lib/test/test_codecmaps_cn.py", + "Lib/test/test_codecmaps_hk.py", + "Lib/test/test_codecmaps_jp.py", + "Lib/test/test_codecmaps_kr.py", + "Lib/test/test_codecmaps_tw.py", + "Lib/test/test_codecs.py", + "Lib/test/test_codeop.py", + "Lib/test/test_collections.py", + "Lib/test/test_colorsys.py", + "Lib/test/test_compare.py", + "Lib/test/test_compile.py", + "Lib/test/test_compileall.py", + "Lib/test/test_complex.py", + "Lib/test/test_concurrent_futures.py", + "Lib/test/test_configparser.py", + "Lib/test/test_contains.py", + "Lib/test/test_context.py", + "Lib/test/test_contextlib.py", + "Lib/test/test_contextlib_async.py", + "Lib/test/test_copy.py", + "Lib/test/test_copyreg.py", + "Lib/test/test_coroutines.py", + "Lib/test/test_cprofile.py", + "Lib/test/test_crashers.py", + "Lib/test/test_crypt.py", + "Lib/test/test_csv.py", + "Lib/test/test_ctypes.py", + "Lib/test/test_curses.py", + "Lib/test/test_dataclasses.py", + "Lib/test/test_datetime.py", + "Lib/test/test_dbm.py", + "Lib/test/test_dbm_dumb.py", + "Lib/test/test_dbm_gnu.py", + "Lib/test/test_dbm_ndbm.py", + "Lib/test/test_decimal.py", + "Lib/test/test_decorators.py", + "Lib/test/test_defaultdict.py", + "Lib/test/test_deque.py", + "Lib/test/test_descr.py", + "Lib/test/test_descrtut.py", + "Lib/test/test_devpoll.py", + "Lib/test/test_dict.py", + "Lib/test/test_dict_version.py", + "Lib/test/test_dictcomps.py", + "Lib/test/test_dictviews.py", + "Lib/test/test_difflib.py", + "Lib/test/test_difflib_expect.html", + "Lib/test/test_dis.py", + "Lib/test/test_distutils.py", + "Lib/test/test_doctest.py", + "Lib/test/test_doctest.txt", + "Lib/test/test_doctest2.py", + "Lib/test/test_doctest2.txt", + "Lib/test/test_doctest3.txt", + "Lib/test/test_doctest4.txt", + "Lib/test/test_docxmlrpc.py", + "Lib/test/test_dtrace.py", + "Lib/test/test_dummy_thread.py", + "Lib/test/test_dummy_threading.py", + "Lib/test/test_dynamic.py", + "Lib/test/test_dynamicclassattribute.py", + "Lib/test/test_eintr.py", + "Lib/test/test_email", + "Lib/test/test_email/__init__.py", + "Lib/test/test_email/__main__.py", + "Lib/test/test_email/data", + "Lib/test/test_email/data/PyBanner048.gif", + "Lib/test/test_email/data/audiotest.au", + "Lib/test/test_email/data/msg_01.txt", + "Lib/test/test_email/data/msg_02.txt", + "Lib/test/test_email/data/msg_03.txt", + "Lib/test/test_email/data/msg_04.txt", + "Lib/test/test_email/data/msg_05.txt", + "Lib/test/test_email/data/msg_06.txt", + "Lib/test/test_email/data/msg_07.txt", + "Lib/test/test_email/data/msg_08.txt", + "Lib/test/test_email/data/msg_09.txt", + "Lib/test/test_email/data/msg_10.txt", + "Lib/test/test_email/data/msg_11.txt", + "Lib/test/test_email/data/msg_12.txt", + "Lib/test/test_email/data/msg_12a.txt", + "Lib/test/test_email/data/msg_13.txt", + "Lib/test/test_email/data/msg_14.txt", + "Lib/test/test_email/data/msg_15.txt", + "Lib/test/test_email/data/msg_16.txt", + "Lib/test/test_email/data/msg_17.txt", + "Lib/test/test_email/data/msg_18.txt", + "Lib/test/test_email/data/msg_19.txt", + "Lib/test/test_email/data/msg_20.txt", + "Lib/test/test_email/data/msg_21.txt", + "Lib/test/test_email/data/msg_22.txt", + "Lib/test/test_email/data/msg_23.txt", + "Lib/test/test_email/data/msg_24.txt", + "Lib/test/test_email/data/msg_25.txt", + "Lib/test/test_email/data/msg_26.txt", + "Lib/test/test_email/data/msg_27.txt", + "Lib/test/test_email/data/msg_28.txt", + "Lib/test/test_email/data/msg_29.txt", + "Lib/test/test_email/data/msg_30.txt", + "Lib/test/test_email/data/msg_31.txt", + "Lib/test/test_email/data/msg_32.txt", + "Lib/test/test_email/data/msg_33.txt", + "Lib/test/test_email/data/msg_34.txt", + "Lib/test/test_email/data/msg_35.txt", + "Lib/test/test_email/data/msg_36.txt", + "Lib/test/test_email/data/msg_37.txt", + "Lib/test/test_email/data/msg_38.txt", + "Lib/test/test_email/data/msg_39.txt", + "Lib/test/test_email/data/msg_40.txt", + "Lib/test/test_email/data/msg_41.txt", + "Lib/test/test_email/data/msg_42.txt", + "Lib/test/test_email/data/msg_43.txt", + "Lib/test/test_email/data/msg_44.txt", + "Lib/test/test_email/data/msg_45.txt", + "Lib/test/test_email/data/msg_46.txt", + "Lib/test/test_email/test__encoded_words.py", + "Lib/test/test_email/test__header_value_parser.py", + "Lib/test/test_email/test_asian_codecs.py", + "Lib/test/test_email/test_contentmanager.py", + "Lib/test/test_email/test_defect_handling.py", + "Lib/test/test_email/test_email.py", + "Lib/test/test_email/test_generator.py", + "Lib/test/test_email/test_headerregistry.py", + "Lib/test/test_email/test_inversion.py", + "Lib/test/test_email/test_message.py", + "Lib/test/test_email/test_parser.py", + "Lib/test/test_email/test_pickleable.py", + "Lib/test/test_email/test_policy.py", + "Lib/test/test_email/test_utils.py", + "Lib/test/test_email/torture_test.py", + "Lib/test/test_embed.py", + "Lib/test/test_ensurepip.py", + "Lib/test/test_enum.py", + "Lib/test/test_enumerate.py", + "Lib/test/test_eof.py", + "Lib/test/test_epoll.py", + "Lib/test/test_errno.py", + "Lib/test/test_exception_hierarchy.py", + "Lib/test/test_exception_variations.py", + "Lib/test/test_exceptions.py", + "Lib/test/test_extcall.py", + "Lib/test/test_faulthandler.py", + "Lib/test/test_fcntl.py", + "Lib/test/test_file.py", + "Lib/test/test_file_eintr.py", + "Lib/test/test_filecmp.py", + "Lib/test/test_fileinput.py", + "Lib/test/test_fileio.py", + "Lib/test/test_finalization.py", + "Lib/test/test_float.py", + "Lib/test/test_flufl.py", + "Lib/test/test_fnmatch.py", + "Lib/test/test_fork1.py", + "Lib/test/test_format.py", + "Lib/test/test_fractions.py", + "Lib/test/test_frame.py", + "Lib/test/test_frozen.py", + "Lib/test/test_fstring.py", + "Lib/test/test_ftplib.py", + "Lib/test/test_funcattrs.py", + "Lib/test/test_functools.py", + "Lib/test/test_future.py", + "Lib/test/test_future3.py", + "Lib/test/test_future4.py", + "Lib/test/test_future5.py", + "Lib/test/test_gc.py", + "Lib/test/test_gdb.py", + "Lib/test/test_generator_stop.py", + "Lib/test/test_generators.py", + "Lib/test/test_genericclass.py", + "Lib/test/test_genericpath.py", + "Lib/test/test_genexps.py", + "Lib/test/test_getargs2.py", + "Lib/test/test_getopt.py", + "Lib/test/test_getpass.py", + "Lib/test/test_gettext.py", + "Lib/test/test_glob.py", + "Lib/test/test_global.py", + "Lib/test/test_grammar.py", + "Lib/test/test_grp.py", + "Lib/test/test_gzip.py", + "Lib/test/test_hash.py", + "Lib/test/test_hashlib.py", + "Lib/test/test_heapq.py", + "Lib/test/test_hmac.py", + "Lib/test/test_html.py", + "Lib/test/test_htmlparser.py", + "Lib/test/test_http_cookiejar.py", + "Lib/test/test_http_cookies.py", + "Lib/test/test_httplib.py", + "Lib/test/test_httpservers.py", + "Lib/test/test_idle.py", + "Lib/test/test_imaplib.py", + "Lib/test/test_imghdr.py", + "Lib/test/test_imp.py", + "Lib/test/test_import", + "Lib/test/test_import/__init__.py", + "Lib/test/test_import/__main__.py", + "Lib/test/test_import/data", + "Lib/test/test_import/data/circular_imports", + "Lib/test/test_import/data/circular_imports/basic.py", + "Lib/test/test_import/data/circular_imports/basic2.py", + "Lib/test/test_import/data/circular_imports/binding.py", + "Lib/test/test_import/data/circular_imports/binding2.py", + "Lib/test/test_import/data/circular_imports/from_cycle1.py", + "Lib/test/test_import/data/circular_imports/from_cycle2.py", + "Lib/test/test_import/data/circular_imports/indirect.py", + "Lib/test/test_import/data/circular_imports/rebinding.py", + "Lib/test/test_import/data/circular_imports/rebinding2.py", + "Lib/test/test_import/data/circular_imports/source.py", + "Lib/test/test_import/data/circular_imports/subpackage.py", + "Lib/test/test_import/data/circular_imports/subpkg", + "Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", + "Lib/test/test_import/data/circular_imports/subpkg/util.py", + "Lib/test/test_import/data/circular_imports/use.py", + "Lib/test/test_import/data/circular_imports/util.py", + "Lib/test/test_import/data/package", + "Lib/test/test_import/data/package/__init__.py", + "Lib/test/test_import/data/package/submodule.py", + "Lib/test/test_import/data/package2", + "Lib/test/test_import/data/package2/submodule1.py", + "Lib/test/test_import/data/package2/submodule2.py", "Lib/test/test_importlib", "Lib/test/test_importlib/__init__.py", "Lib/test/test_importlib/__main__.py", @@ -169104,7 +188207,6 @@ "Lib/test/test_importlib/stubs.py", "Lib/test/test_importlib/test_abc.py", "Lib/test/test_importlib/test_api.py", - "Lib/test/test_importlib/test_files.py", "Lib/test/test_importlib/test_lazy.py", "Lib/test/test_importlib/test_locks.py", "Lib/test/test_importlib/test_main.py", @@ -169112,15 +188214,12 @@ "Lib/test/test_importlib/test_namespace_pkgs.py", "Lib/test/test_importlib/test_open.py", "Lib/test/test_importlib/test_path.py", - "Lib/test/test_importlib/test_pkg_import.py", "Lib/test/test_importlib/test_read.py", "Lib/test/test_importlib/test_resource.py", "Lib/test/test_importlib/test_spec.py", - "Lib/test/test_importlib/test_threaded_import.py", "Lib/test/test_importlib/test_util.py", "Lib/test/test_importlib/test_windows.py", "Lib/test/test_importlib/test_zip.py", - "Lib/test/test_importlib/threaded_import_hangers.py", "Lib/test/test_importlib/util.py", "Lib/test/test_importlib/zipdata01", "Lib/test/test_importlib/zipdata01/__init__.py", @@ -169195,6 +188294,7 @@ "Lib/test/test_netrc.py", "Lib/test/test_nis.py", "Lib/test/test_nntplib.py", + "Lib/test/test_normalization.py", "Lib/test/test_ntpath.py", "Lib/test/test_numeric_tower.py", "Lib/test/test_opcodes.py", @@ -169209,18 +188309,12 @@ "Lib/test/test_pathlib.py", "Lib/test/test_pdb.py", "Lib/test/test_peepholer.py", - "Lib/test/test_peg_generator", - "Lib/test/test_peg_generator/__init__.py", - "Lib/test/test_peg_generator/__main__.py", - "Lib/test/test_peg_generator/test_c_parser.py", - "Lib/test/test_peg_generator/test_first_sets.py", - "Lib/test/test_peg_generator/test_pegen.py", - "Lib/test/test_peg_parser.py", "Lib/test/test_pickle.py", "Lib/test/test_picklebuffer.py", "Lib/test/test_pickletools.py", "Lib/test/test_pipes.py", "Lib/test/test_pkg.py", + "Lib/test/test_pkgimport.py", "Lib/test/test_pkgutil.py", "Lib/test/test_platform.py", "Lib/test/test_plistlib.py", @@ -169317,6 +188411,7 @@ "Lib/test/test_tempfile.py", "Lib/test/test_textwrap.py", "Lib/test/test_thread.py", + "Lib/test/test_threaded_import.py", "Lib/test/test_threadedtempfile.py", "Lib/test/test_threading.py", "Lib/test/test_threading_local.py", @@ -169330,32 +188425,6 @@ "Lib/test/test_tools", "Lib/test/test_tools/__init__.py", "Lib/test/test_tools/__main__.py", - "Lib/test/test_tools/test_c_analyzer", - "Lib/test/test_tools/test_c_analyzer/__init__.py", - "Lib/test/test_tools/test_c_analyzer/__main__.py", - "Lib/test/test_tools/test_c_analyzer/test_common", - "Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython", - "Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", - "Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", - "Lib/test/test_tools/test_c_analyzer/test_parser", - "Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", - "Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols", - "Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables", - "Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", - "Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", - "Lib/test/test_tools/test_c_analyzer/util.py", "Lib/test/test_tools/test_fixcid.py", "Lib/test/test_tools/test_gprof2html.py", "Lib/test/test_tools/test_i18n.py", @@ -169366,6 +188435,7 @@ "Lib/test/test_tools/test_pindent.py", "Lib/test/test_tools/test_reindent.py", "Lib/test/test_tools/test_sundry.py", + "Lib/test/test_tools/test_unparse.py", "Lib/test/test_trace.py", "Lib/test/test_traceback.py", "Lib/test/test_tracemalloc.py", @@ -169388,7 +188458,6 @@ "Lib/test/test_univnewlines.py", "Lib/test/test_unpack.py", "Lib/test/test_unpack_ex.py", - "Lib/test/test_unparse.py", "Lib/test/test_urllib.py", "Lib/test/test_urllib2.py", "Lib/test/test_urllib2_localnet.py", @@ -169435,17 +188504,10 @@ "Lib/test/test_zipimport.py", "Lib/test/test_zipimport_support.py", "Lib/test/test_zlib.py", - "Lib/test/test_zoneinfo", - "Lib/test/test_zoneinfo/__init__.py", - "Lib/test/test_zoneinfo/__main__.py", - "Lib/test/test_zoneinfo/_support.py", - "Lib/test/test_zoneinfo/data", - "Lib/test/test_zoneinfo/data/update_test_data.py", - "Lib/test/test_zoneinfo/data/zoneinfo_data.json", - "Lib/test/test_zoneinfo/test_zoneinfo.py", "Lib/test/testcodec.py", "Lib/test/testtar.tar", "Lib/test/tf_inherit_check.py", + "Lib/test/threaded_import_hangers.py", "Lib/test/time_hashlib.py", "Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", "Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", @@ -169552,11 +188614,13 @@ "Lib/tkinter/test/support.py", "Lib/tkinter/test/test_tkinter", "Lib/tkinter/test/test_tkinter/__init__.py", + "Lib/tkinter/test/test_tkinter/test_colorchooser.py", "Lib/tkinter/test/test_tkinter/test_font.py", "Lib/tkinter/test/test_tkinter/test_geometry_managers.py", "Lib/tkinter/test/test_tkinter/test_images.py", "Lib/tkinter/test/test_tkinter/test_loadtk.py", "Lib/tkinter/test/test_tkinter/test_misc.py", + "Lib/tkinter/test/test_tkinter/test_simpledialog.py", "Lib/tkinter/test/test_tkinter/test_text.py", "Lib/tkinter/test/test_tkinter/test_variables.py", "Lib/tkinter/test/test_tkinter/test_widgets.py", @@ -169604,7 +188668,6 @@ "Lib/unittest", "Lib/unittest/__init__.py", "Lib/unittest/__main__.py", - "Lib/unittest/_log.py", "Lib/unittest/async_case.py", "Lib/unittest/case.py", "Lib/unittest/loader.py", @@ -169715,14 +188778,10 @@ "Lib/zipapp.py", "Lib/zipfile.py", "Lib/zipimport.py", - "Lib/zoneinfo", - "Lib/zoneinfo/__init__.py", - "Lib/zoneinfo/_common.py", - "Lib/zoneinfo/_tzpath.py", - "Lib/zoneinfo/_zoneinfo.py", "Mac", "Mac/BuildScript", "Mac/BuildScript/README.rst", + "Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch", "Mac/BuildScript/build-installer.py", "Mac/BuildScript/resources", "Mac/BuildScript/resources/Conclusion.rtf", @@ -169873,25 +188932,42 @@ "Misc/NEWS.d/3.7.0b4.rst", "Misc/NEWS.d/3.7.0b5.rst", "Misc/NEWS.d/3.7.0rc1.rst", + "Misc/NEWS.d/3.8.0.rst", "Misc/NEWS.d/3.8.0a1.rst", "Misc/NEWS.d/3.8.0a2.rst", "Misc/NEWS.d/3.8.0a3.rst", "Misc/NEWS.d/3.8.0a4.rst", "Misc/NEWS.d/3.8.0b1.rst", - "Misc/NEWS.d/3.9.0.rst", - "Misc/NEWS.d/3.9.0a1.rst", - "Misc/NEWS.d/3.9.0a2.rst", - "Misc/NEWS.d/3.9.0a3.rst", - "Misc/NEWS.d/3.9.0a4.rst", - "Misc/NEWS.d/3.9.0a5.rst", - "Misc/NEWS.d/3.9.0a6.rst", - "Misc/NEWS.d/3.9.0b1.rst", - "Misc/NEWS.d/3.9.0b2.rst", - "Misc/NEWS.d/3.9.0b3.rst", - "Misc/NEWS.d/3.9.0b4.rst", - "Misc/NEWS.d/3.9.0b5.rst", - "Misc/NEWS.d/3.9.0rc1.rst", - "Misc/NEWS.d/3.9.0rc2.rst", + "Misc/NEWS.d/3.8.0b2.rst", + "Misc/NEWS.d/3.8.0b3.rst", + "Misc/NEWS.d/3.8.0b4.rst", + "Misc/NEWS.d/3.8.0rc1.rst", + "Misc/NEWS.d/3.8.1.rst", + "Misc/NEWS.d/3.8.10.rst", + "Misc/NEWS.d/3.8.11.rst", + "Misc/NEWS.d/3.8.12.rst", + "Misc/NEWS.d/3.8.13.rst", + "Misc/NEWS.d/3.8.14.rst", + "Misc/NEWS.d/3.8.15.rst", + "Misc/NEWS.d/3.8.16.rst", + "Misc/NEWS.d/3.8.17.rst", + "Misc/NEWS.d/3.8.18.rst", + "Misc/NEWS.d/3.8.1rc1.rst", + "Misc/NEWS.d/3.8.2.rst", + "Misc/NEWS.d/3.8.2rc1.rst", + "Misc/NEWS.d/3.8.2rc2.rst", + "Misc/NEWS.d/3.8.3.rst", + "Misc/NEWS.d/3.8.3rc1.rst", + "Misc/NEWS.d/3.8.4.rst", + "Misc/NEWS.d/3.8.4rc1.rst", + "Misc/NEWS.d/3.8.5.rst", + "Misc/NEWS.d/3.8.6.rst", + "Misc/NEWS.d/3.8.6rc1.rst", + "Misc/NEWS.d/3.8.7.rst", + "Misc/NEWS.d/3.8.7rc1.rst", + "Misc/NEWS.d/3.8.8.rst", + "Misc/NEWS.d/3.8.8rc1.rst", + "Misc/NEWS.d/3.8.9.rst", "Misc/NEWS.d/next", "Misc/NEWS.d/next/Build", "Misc/NEWS.d/next/Build/README.rst", @@ -169932,7 +189008,6 @@ "Misc/python-wing5.wpr", "Misc/python.man", "Misc/python.pc.in", - "Misc/requirements-test.txt", "Misc/svnmap.txt", "Misc/valgrind-python.supp", "Misc/vgrindefs", @@ -170058,7 +189133,7 @@ "Modules/_decimal/libmpdec/literature/mulmod-ppro.txt", "Modules/_decimal/libmpdec/literature/six-step.txt", "Modules/_decimal/libmpdec/literature/umodarith.lisp", - "Modules/_decimal/libmpdec/mpalloc.c", + "Modules/_decimal/libmpdec/memory.c", "Modules/_decimal/libmpdec/mpalloc.h", "Modules/_decimal/libmpdec/mpdecimal.c", "Modules/_decimal/libmpdec/mpdecimal.h", @@ -170072,6 +189147,7 @@ "Modules/_decimal/libmpdec/umodarith.h", "Modules/_decimal/libmpdec/vccompat.h", "Modules/_decimal/libmpdec/vcdiv64.asm", + "Modules/_decimal/libmpdec/vcstdint.h", "Modules/_decimal/tests", "Modules/_decimal/tests/README.txt", "Modules/_decimal/tests/bench.py", @@ -170121,7 +189197,6 @@ "Modules/_multiprocessing/semaphore.c", "Modules/_opcode.c", "Modules/_operator.c", - "Modules/_peg_parser.c", "Modules/_pickle.c", "Modules/_posixsubprocess.c", "Modules/_queuemodule.c", @@ -170174,6 +189249,8 @@ "Modules/_ssl", "Modules/_ssl/debughelpers.c", "Modules/_ssl_data.h", + "Modules/_ssl_data_111.h", + "Modules/_ssl_data_300.h", "Modules/_stat.c", "Modules/_statisticsmodule.c", "Modules/_struct.c", @@ -170209,13 +189286,8 @@ "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters", "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn", "Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number", - "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus", - "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string", - "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero", - "Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string", "Modules/_xxtestfuzz/fuzz_tests.txt", "Modules/_xxtestfuzz/fuzzer.c", - "Modules/_zoneinfo.c", "Modules/addrinfo.h", "Modules/arraymodule.c", "Modules/atexitmodule.c", @@ -170245,7 +189317,6 @@ "Modules/clinic", "Modules/clinic/_abc.c.h", "Modules/clinic/_asynciomodule.c.h", - "Modules/clinic/_bisectmodule.c.h", "Modules/clinic/_bz2module.c.h", "Modules/clinic/_codecsmodule.c.h", "Modules/clinic/_collectionsmodule.c.h", @@ -170269,7 +189340,6 @@ "Modules/clinic/_ssl.c.h", "Modules/clinic/_statisticsmodule.c.h", "Modules/clinic/_struct.c.h", - "Modules/clinic/_testmultiphase.c.h", "Modules/clinic/_tkinter.c.h", "Modules/clinic/_tracemalloc.c.h", "Modules/clinic/_weakref.c.h", @@ -170333,6 +189403,8 @@ "Modules/getpath.c", "Modules/grpmodule.c", "Modules/hashlib.h", + "Modules/hashtable.c", + "Modules/hashtable.h", "Modules/itertoolsmodule.c", "Modules/ld_so_aix.in", "Modules/main.c", @@ -170422,7 +189494,6 @@ "Objects/floatobject.c", "Objects/frameobject.c", "Objects/funcobject.c", - "Objects/genericaliasobject.c", "Objects/genobject.c", "Objects/interpreteridobject.c", "Objects/iterobject.c", @@ -170507,6 +189578,8 @@ "PC/frozen_dllmain.c", "PC/getpathp.c", "PC/icons", + "PC/icons/idlex150.png", + "PC/icons/idlex44.png", "PC/icons/launcher.icns", "PC/icons/launcher.ico", "PC/icons/launcher.svg", @@ -170627,14 +189700,11 @@ "PCbuild/_testmultiphase.vcxproj.filters", "PCbuild/_tkinter.vcxproj", "PCbuild/_tkinter.vcxproj.filters", - "PCbuild/_uuid.vcxproj", - "PCbuild/_uuid.vcxproj.filters", - "PCbuild/_zoneinfo.vcxproj", - "PCbuild/_zoneinfo.vcxproj.filters", "PCbuild/build.bat", "PCbuild/build_env.bat", "PCbuild/clean.bat", "PCbuild/env.bat", + "PCbuild/env.ps1", "PCbuild/field3.py", "PCbuild/find_msbuild.bat", "PCbuild/find_python.bat", @@ -170645,7 +189715,6 @@ "PCbuild/lib.pyproj", "PCbuild/libffi.props", "PCbuild/liblzma.vcxproj", - "PCbuild/liblzma.vcxproj.filters", "PCbuild/openssl.props", "PCbuild/openssl.vcxproj", "PCbuild/pcbuild.proj", @@ -170667,17 +189736,14 @@ "PCbuild/python3dll.vcxproj", "PCbuild/python3dll.vcxproj.filters", "PCbuild/python_uwp.vcxproj", - "PCbuild/python_uwp.vcxproj.filters", "PCbuild/pythoncore.vcxproj", "PCbuild/pythoncore.vcxproj.filters", "PCbuild/pythonw.vcxproj", "PCbuild/pythonw.vcxproj.filters", "PCbuild/pythonw_uwp.vcxproj", - "PCbuild/pythonw_uwp.vcxproj.filters", "PCbuild/pywlauncher.vcxproj", "PCbuild/pywlauncher.vcxproj.filters", "PCbuild/readme.txt", - "PCbuild/regen.vcxproj", "PCbuild/rmpyc.py", "PCbuild/rt.bat", "PCbuild/select.vcxproj", @@ -170692,9 +189758,7 @@ "PCbuild/unicodedata.vcxproj.filters", "PCbuild/urlretrieve.py", "PCbuild/venvlauncher.vcxproj", - "PCbuild/venvlauncher.vcxproj.filters", "PCbuild/venvwlauncher.vcxproj", - "PCbuild/venvwlauncher.vcxproj.filters", "PCbuild/winsound.vcxproj", "PCbuild/winsound.vcxproj.filters", "PCbuild/xxlimited.vcxproj", @@ -170711,20 +189775,11 @@ "Parser/parser.c", "Parser/parser.h", "Parser/parsetok.c", - "Parser/pegen", - "Parser/pegen/parse.c", - "Parser/pegen/parse_string.c", - "Parser/pegen/parse_string.h", - "Parser/pegen/peg_api.c", - "Parser/pegen/pegen.c", - "Parser/pegen/pegen.h", "Parser/pgen", "Parser/pgen/__init__.py", "Parser/pgen/__main__.py", - "Parser/pgen/automata.py", "Parser/pgen/grammar.py", "Parser/pgen/keywordgen.py", - "Parser/pgen/metaparser.py", "Parser/pgen/pgen.py", "Parser/pgen/token.py", "Parser/token.c", @@ -170782,7 +189837,6 @@ "Python/getversion.c", "Python/graminit.c", "Python/hamt.c", - "Python/hashtable.c", "Python/import.c", "Python/importdl.c", "Python/importdl.h", @@ -170830,48 +189884,10 @@ "Tools/buildbot/remoteDeploy.bat", "Tools/buildbot/remotePythonInfo.bat", "Tools/buildbot/test.bat", - "Tools/c-analyzer", - "Tools/c-analyzer/README", - "Tools/c-analyzer/TODO", - "Tools/c-analyzer/c-globals.py", - "Tools/c-analyzer/c_analyzer", - "Tools/c-analyzer/c_analyzer/__init__.py", - "Tools/c-analyzer/c_analyzer/common", - "Tools/c-analyzer/c_analyzer/common/__init__.py", - "Tools/c-analyzer/c_analyzer/common/files.py", - "Tools/c-analyzer/c_analyzer/common/info.py", - "Tools/c-analyzer/c_analyzer/common/show.py", - "Tools/c-analyzer/c_analyzer/common/util.py", - "Tools/c-analyzer/c_analyzer/parser", - "Tools/c-analyzer/c_analyzer/parser/__init__.py", - "Tools/c-analyzer/c_analyzer/parser/declarations.py", - "Tools/c-analyzer/c_analyzer/parser/find.py", - "Tools/c-analyzer/c_analyzer/parser/naive.py", - "Tools/c-analyzer/c_analyzer/parser/preprocessor.py", - "Tools/c-analyzer/c_analyzer/parser/source.py", - "Tools/c-analyzer/c_analyzer/symbols", - "Tools/c-analyzer/c_analyzer/symbols/__init__.py", - "Tools/c-analyzer/c_analyzer/symbols/_nm.py", - "Tools/c-analyzer/c_analyzer/symbols/find.py", - "Tools/c-analyzer/c_analyzer/symbols/info.py", - "Tools/c-analyzer/c_analyzer/variables", - "Tools/c-analyzer/c_analyzer/variables/__init__.py", - "Tools/c-analyzer/c_analyzer/variables/find.py", - "Tools/c-analyzer/c_analyzer/variables/info.py", - "Tools/c-analyzer/c_analyzer/variables/known.py", - "Tools/c-analyzer/check-c-globals.py", - "Tools/c-analyzer/cpython", - "Tools/c-analyzer/cpython/README", - "Tools/c-analyzer/cpython/__init__.py", - "Tools/c-analyzer/cpython/__main__.py", - "Tools/c-analyzer/cpython/_generate.py", - "Tools/c-analyzer/cpython/files.py", - "Tools/c-analyzer/cpython/find.py", - "Tools/c-analyzer/cpython/known.py", - "Tools/c-analyzer/cpython/supported.py", - "Tools/c-analyzer/ignored-globals.txt", - "Tools/c-analyzer/ignored.tsv", - "Tools/c-analyzer/known.tsv", + "Tools/c-globals", + "Tools/c-globals/README", + "Tools/c-globals/check-c-globals.py", + "Tools/c-globals/ignored-globals.txt", "Tools/ccbench", "Tools/ccbench/ccbench.py", "Tools/clinic", @@ -170890,7 +189906,7 @@ "Tools/demo/rpython.py", "Tools/demo/rpythond.py", "Tools/demo/sortvisu.py", - "Tools/demo/spreadsheet.py", + "Tools/demo/ss1.py", "Tools/demo/vector.py", "Tools/freeze", "Tools/freeze/README", @@ -171070,49 +190086,8 @@ "Tools/nuget/pythondaily.nuspec", "Tools/nuget/pythondaily.symbols.nuspec", "Tools/nuget/pythonx86.nuspec", - "Tools/peg_generator", - "Tools/peg_generator/.clang-format", - "Tools/peg_generator/.gitignore", - "Tools/peg_generator/Makefile", - "Tools/peg_generator/data", - "Tools/peg_generator/data/cprog.py", - "Tools/peg_generator/data/top-pypi-packages-365-days.json", - "Tools/peg_generator/data/xxl.zip", - "Tools/peg_generator/mypy.ini", - "Tools/peg_generator/peg_extension", - "Tools/peg_generator/peg_extension/__init__.py", - "Tools/peg_generator/peg_extension/peg_extension.c", - "Tools/peg_generator/pegen", - "Tools/peg_generator/pegen/__init__.py", - "Tools/peg_generator/pegen/__main__.py", - "Tools/peg_generator/pegen/ast_dump.py", - "Tools/peg_generator/pegen/build.py", - "Tools/peg_generator/pegen/c_generator.py", - "Tools/peg_generator/pegen/first_sets.py", - "Tools/peg_generator/pegen/grammar.py", - "Tools/peg_generator/pegen/grammar_parser.py", - "Tools/peg_generator/pegen/grammar_visualizer.py", - "Tools/peg_generator/pegen/keywordgen.py", - "Tools/peg_generator/pegen/metagrammar.gram", - "Tools/peg_generator/pegen/parser.py", - "Tools/peg_generator/pegen/parser_generator.py", - "Tools/peg_generator/pegen/python_generator.py", - "Tools/peg_generator/pegen/sccutils.py", - "Tools/peg_generator/pegen/testutil.py", - "Tools/peg_generator/pegen/tokenizer.py", - "Tools/peg_generator/pyproject.toml", - "Tools/peg_generator/requirements.pip", - "Tools/peg_generator/scripts", - "Tools/peg_generator/scripts/__init__.py", - "Tools/peg_generator/scripts/ast_timings.py", - "Tools/peg_generator/scripts/benchmark.py", - "Tools/peg_generator/scripts/download_pypi_packages.py", - "Tools/peg_generator/scripts/find_max_nesting.py", - "Tools/peg_generator/scripts/grammar_grapher.py", - "Tools/peg_generator/scripts/joinstats.py", - "Tools/peg_generator/scripts/show_parse.py", - "Tools/peg_generator/scripts/test_parse_directory.py", - "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/parser", + "Tools/parser/unparse.py", "Tools/pynche", "Tools/pynche/ChipViewer.py", "Tools/pynche/ColorDB.py", @@ -171144,6 +190119,7 @@ "Tools/scripts/byext.py", "Tools/scripts/byteyears.py", "Tools/scripts/checkpip.py", + "Tools/scripts/checkpyc.py", "Tools/scripts/cleanfuture.py", "Tools/scripts/combinerefs.py", "Tools/scripts/copytime.py", @@ -171169,6 +190145,7 @@ "Tools/scripts/get-remote-certificate.py", "Tools/scripts/google.py", "Tools/scripts/gprof2html.py", + "Tools/scripts/h2py.py", "Tools/scripts/highlight.py", "Tools/scripts/idle3", "Tools/scripts/ifdef.py", @@ -171205,6 +190182,7 @@ "Tools/scripts/untabify.py", "Tools/scripts/update_file.py", "Tools/scripts/var_access_benchmark.py", + "Tools/scripts/verify_ensurepip_wheels.py", "Tools/scripts/which.py", "Tools/scripts/win_add2path.py", "Tools/ssl", @@ -171230,10 +190208,6 @@ "Tools/unicode/comparecodecs.py", "Tools/unicode/gencjkcodecs.py", "Tools/unicode/gencodec.py", - "Tools/unicode/genmap_japanese.py", - "Tools/unicode/genmap_korean.py", - "Tools/unicode/genmap_schinese.py", - "Tools/unicode/genmap_support.py", "Tools/unicode/genwincodec.py", "Tools/unicode/genwincodecs.bat", "Tools/unicode/listcodecs.py", @@ -171242,14 +190216,8 @@ "Tools/unicode/python-mappings", "Tools/unicode/python-mappings/CP1140.TXT", "Tools/unicode/python-mappings/CP273.TXT", - "Tools/unicode/python-mappings/GB2312.TXT", "Tools/unicode/python-mappings/KOI8-U.TXT", "Tools/unicode/python-mappings/TIS-620.TXT", - "Tools/unicode/python-mappings/diff", - "Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff", - "Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff", - "Tools/unicode/python-mappings/gb-18030-2000.xml", - "Tools/unicode/python-mappings/jisx0213-2004-std.txt", "Tools/unittestgui", "Tools/unittestgui/README.txt", "Tools/unittestgui/unittestgui.py", @@ -171259,10 +190227,6 @@ "configure", "configure.ac", "install-sh", - "m4", - "m4/ax_c_float_words_bigendian.m4", - "m4/ax_check_openssl.m4", - "netlify.toml", "pyconfig.h.in", "setup.py" ], diff --git a/src/builder/tags.json b/src/builder/tags.json index 2ecb040..538b3de 100644 --- a/src/builder/tags.json +++ b/src/builder/tags.json @@ -59,6 +59,11 @@ "version": "v3.12.0a1", "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.12.0a1" }, + { + "installer": true, + "version": "v3.11.5", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.5" + }, { "installer": true, "version": "v3.11.4", @@ -154,6 +159,11 @@ "version": "v3.11.0a1", "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.11.0a1" }, + { + "installer": false, + "version": "v3.10.13", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.13" + }, { "installer": false, "version": "v3.10.12", @@ -284,6 +294,11 @@ "version": "v3.10.0a1", "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.10.0a1" }, + { + "installer": false, + "version": "v3.9.18", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.18" + }, { "installer": false, "version": "v3.9.17", @@ -449,6 +464,11 @@ "version": "v3.9.0a1", "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.9.0a1" }, + { + "installer": false, + "version": "v3.8.18", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.8.18" + }, { "installer": false, "version": "v3.8.17",