diff --git a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap index c7540fd..d9958f4 100644 --- a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap @@ -22637,3 +22637,132 @@ exports[`MacOSBuilder for version 3.12.6 identifies the correct additional paths exports[`MacOSBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`MacOSBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7arm64darwin/tmp", + "Cache source directory tmpDir/CPython3.12.7arm64darwin/tmp as tool Python version 3.12.7 for architecture arm64", + "Recursively remove path tmpDir/CPython3.12.7arm64darwin/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "xcode-select --install "", + "Execute command "brew install zlib sqlite3 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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7arm64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/arm64 --enable-shared --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/arm64 to tmpDir/CPython3.12.7arm64darwin/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7x64darwin/tmp", + "Cache source directory tmpDir/CPython3.12.7x64darwin/tmp as tool Python version 3.12.7 for architecture x64", + "Recursively remove path tmpDir/CPython3.12.7x64darwin/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "xcode-select --install "", + "Execute command "brew install zlib sqlite3 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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7x64darwin", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/x64 --enable-shared --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/x64 to tmpDir/CPython3.12.7x64darwin/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7x86darwin/tmp", + "Cache source directory tmpDir/CPython3.12.7x86darwin/tmp as tool Python version 3.12.7 for architecture x86", + "Recursively remove path tmpDir/CPython3.12.7x86darwin/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "xcode-select --install "", + "Execute command "brew install zlib sqlite3 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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7x86darwin", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "brew --prefix sqlite3 "", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/x86 --enable-shared --enable-loadable-sqlite-extensions --enable-optimizations --with-lto --with-openssl=brew --prefix openssl "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/x86 to tmpDir/CPython3.12.7x86darwin/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Execute command "brew install zlib sqlite3 readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Execute command "brew install zlib sqlite3 readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Execute command "brew install zlib sqlite3 readline "", + "Execute command "brew install openssl "", + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`MacOSBuilder for version 3.12.7 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.12.7 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`MacOSBuilder for version 3.12.7 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 dd220cb..6d07efe 100644 --- a/src/builder/__tests__/__snapshots__/linux.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/linux.test.ts.snap @@ -20246,3 +20246,111 @@ exports[`LinuxBuilder for version 3.12.6 identifies the correct additional paths exports[`LinuxBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`LinuxBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch arm64 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7arm64nix/tmp", + "Cache source directory tmpDir/CPython3.12.7arm64nix/tmp as tool Python version 3.12.7 for architecture arm64", + "Recursively remove path tmpDir/CPython3.12.7arm64nix/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "sudo apt update "", + "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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7arm64nix", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/arm64 --enable-shared LDFLAGS="-Wl,--rpath=toolcache/Python/3.12.7/arm64/lib" --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/arm64 to tmpDir/CPython3.12.7arm64nix/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch x64 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7x64nix/tmp", + "Cache source directory tmpDir/CPython3.12.7x64nix/tmp as tool Python version 3.12.7 for architecture x64", + "Recursively remove path tmpDir/CPython3.12.7x64nix/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "sudo apt update "", + "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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7x64nix", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/x64 --enable-shared LDFLAGS="-Wl,--rpath=toolcache/Python/3.12.7/x64/lib" --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/x64 to tmpDir/CPython3.12.7x64nix/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during build for arch x86 1`] = ` +[ + "Create directory with path tmpDir/CPython3.12.7x86nix/tmp", + "Cache source directory tmpDir/CPython3.12.7x86nix/tmp as tool Python version 3.12.7 for architecture x86", + "Recursively remove path tmpDir/CPython3.12.7x86nix/tmp", + "Recursively remove path toolcache/Python/3.12.7", + "Execute command "sudo apt update "", + "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.12.7 to defaultDownloadPath/v3.12.7", + "Extract defaultDownloadPath/v3.12.7 to defaultExtractedPath/extractedv3.12.7", + "Recursively remove path defaultDownloadPath/v3.12.7", + "Copy folder defaultExtractedPath/extractedv3.12.7/python-cpython to tmpDir/CPython3.12.7x86nix", + "Recursively remove path defaultExtractedPath/extractedv3.12.7", + "Execute command "./configure --prefix=toolcache/Python/3.12.7/x86 --enable-shared LDFLAGS="-Wl,--rpath=toolcache/Python/3.12.7/x86/lib" --enable-loadable-sqlite-extensions --enable-optimizations "", + "Execute command "make "", + "Execute command "make install "", + "Copy folder toolcache/Python/3.12.7/x86 to tmpDir/CPython3.12.7x86nix/installDir", + "Recursively remove path toolcache/Python/3.12.7", +] +`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.12.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` +[ + "Create symlink in path installPath/python pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", + "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.12", + "Execute command "chmod +x installPath/bin/python3.12 "", + "Execute command "chmod +x installPath/python "", + "Execute command "chmod +x installPath/bin/python312 "", + "Execute command "chmod +x installPath/bin/python "", + "Execute command "chmod +x installPath/bin/python3 "", +] +`; + +exports[`LinuxBuilder for version 3.12.7 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.12.7 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`LinuxBuilder for version 3.12.7 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 bdfbde5..ec86eb0 100644 --- a/src/builder/__tests__/__snapshots__/windows.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/windows.test.ts.snap @@ -14705,3 +14705,95 @@ exports[`WindowsBuilder for version 3.12.6 identifies the correct additional pat exports[`WindowsBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x64 1`] = `[]`; exports[`WindowsBuilder for version 3.12.6 identifies the correct additional paths to cache for arch x86 1`] = `[]`; + +exports[`WindowsBuilder for version 3.12.7 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.12.7 to defaultDownloadPath\\v3.12.7", + "Extract defaultDownloadPath\\v3.12.7 to defaultExtractedPath\\extractedv3.12.7", + "Recursively remove path defaultDownloadPath\\v3.12.7", + "Copy folder defaultExtractedPath\\extractedv3.12.7\\python-cpython to tmpDir\\CPython3.12.7arm64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.12.7", + "Throw "Unsupported architecture"", +] +`; + +exports[`WindowsBuilder for version 3.12.7 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.12.7 to defaultDownloadPath\\v3.12.7", + "Extract defaultDownloadPath\\v3.12.7 to defaultExtractedPath\\extractedv3.12.7", + "Recursively remove path defaultDownloadPath\\v3.12.7", + "Copy folder defaultExtractedPath\\extractedv3.12.7\\python-cpython to tmpDir\\CPython3.12.7x64win32", + "Recursively remove path defaultExtractedPath\\extractedv3.12.7", + "Execute command "tmpDir\\CPython3.12.7x64win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.12.7x64win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.12.7x64win32\\PCbuild\\build.bat -p x64 -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.12.7x64win32\\PCbuild\\build.bat -p x64 -d -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.12.7x64win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.12.7x64win32\\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.12.7x64win32\\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.12.7x64win32\\PCbuild\\amd64\\en-us\\python-v3.12.7.exe TargetDir=tmpDir\\CPython3.12.7x64win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.12.7 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.12.7 to defaultDownloadPath\\v3.12.7", + "Extract defaultDownloadPath\\v3.12.7 to defaultExtractedPath\\extractedv3.12.7", + "Recursively remove path defaultDownloadPath\\v3.12.7", + "Copy folder defaultExtractedPath\\extractedv3.12.7\\python-cpython to tmpDir\\CPython3.12.7x86win32", + "Recursively remove path defaultExtractedPath\\extractedv3.12.7", + "Execute command "tmpDir\\CPython3.12.7x86win32\\PCbuild\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.12.7x86win32\\Tools\\msi\\get_externals.bat "", + "Execute command "tmpDir\\CPython3.12.7x86win32\\PCbuild\\build.bat -p x86 -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.12.7x86win32\\PCbuild\\build.bat -p x86 -d -e "/p:PlatformToolset=v143" "/p:WindowsTargetPlatformVersion=10.0.17763.0""", + "Execute command "tmpDir\\CPython3.12.7x86win32\\Doc\\make.bat html"", + "Execute command ""vswhere -latest -requires Microsoft.Component.MSBuild -find "MSBuild\\**\\Bin\\MSBuild.exe" " tmpDir\\CPython3.12.7x86win32\\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.12.7x86win32\\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.12.7x86win32\\PCbuild\\win32\\en-us\\python-v3.12.7.exe TargetDir=tmpDir\\CPython3.12.7x86win32\\win32pythonInstalledFolder Include_pip=0 CompileAll=1 Include_launcher=0 InstallLauncherAllUsers=0 /quiet"", +] +`; + +exports[`WindowsBuilder for version 3.12.7 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.12.7 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.12.7 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.12.7 identifies the correct additional paths to cache for arch arm64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.12.7 identifies the correct additional paths to cache for arch x64 1`] = `[]`; + +exports[`WindowsBuilder for version 3.12.7 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 355d6f3..807c370 100644 --- a/src/builder/__tests__/cpython.trees.json +++ b/src/builder/__tests__/cpython.trees.json @@ -1,4 +1,5051 @@ { + "v3.12.7": [ + ".azure-pipelines", + ".azure-pipelines/ci.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-steps.yml", + ".devcontainer", + ".devcontainer/Dockerfile", + ".devcontainer/devcontainer.json", + ".editorconfig", + ".gitattributes", + ".github", + ".github/CODEOWNERS", + ".github/CONTRIBUTING.rst", + ".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", + ".github/problem-matchers", + ".github/problem-matchers/gcc.json", + ".github/problem-matchers/msvc.json", + ".github/workflows", + ".github/workflows/build.yml", + ".github/workflows/documentation-links.yml", + ".github/workflows/lint.yml", + ".github/workflows/mypy.yml", + ".github/workflows/new-bugs-announce-notifier.yml", + ".github/workflows/posix-deps-apt.sh", + ".github/workflows/project-updater.yml", + ".github/workflows/regen-abidump.sh", + ".github/workflows/require-pr-label.yml", + ".github/workflows/reusable-change-detection.yml", + ".github/workflows/reusable-docs.yml", + ".github/workflows/reusable-macos.yml", + ".github/workflows/reusable-tsan.yml", + ".github/workflows/reusable-ubuntu.yml", + ".github/workflows/reusable-windows-msi.yml", + ".github/workflows/reusable-windows.yml", + ".github/workflows/stale.yml", + ".github/workflows/verify-ensurepip-wheels.yml", + ".gitignore", + ".mailmap", + ".pre-commit-config.yaml", + ".readthedocs.yml", + "Doc", + "Doc/.ruff.toml", + "Doc/Makefile", + "Doc/README.rst", + "Doc/_static", + "Doc/_static/og-image.png", + "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/frame.rst", + "Doc/c-api/function.rst", + "Doc/c-api/gcsupport.rst", + "Doc/c-api/gen.rst", + "Doc/c-api/hash.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/perfmaps.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/typehints.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/constraints.txt", + "Doc/contents.rst", + "Doc/copyright.rst", + "Doc/data", + "Doc/data/python3.12.abi", + "Doc/data/refcounts.dat", + "Doc/data/stable_abi.dat", + "Doc/deprecations", + "Doc/deprecations/c-api-pending-removal-in-3.14.rst", + "Doc/deprecations/c-api-pending-removal-in-3.15.rst", + "Doc/deprecations/c-api-pending-removal-in-future.rst", + "Doc/deprecations/index.rst", + "Doc/deprecations/pending-removal-in-3.13.rst", + "Doc/deprecations/pending-removal-in-3.14.rst", + "Doc/deprecations/pending-removal-in-3.15.rst", + "Doc/deprecations/pending-removal-in-3.16.rst", + "Doc/deprecations/pending-removal-in-future.rst", + "Doc/distributing", + "Doc/distributing/index.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/annotations.rst", + "Doc/howto/argparse.rst", + "Doc/howto/clinic.rst", + "Doc/howto/cporting.rst", + "Doc/howto/curses.rst", + "Doc/howto/descriptor.rst", + "Doc/howto/enum.rst", + "Doc/howto/functional.rst", + "Doc/howto/gdb_helpers.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", + "Doc/howto/logging_flow.svg", + "Doc/howto/mro.rst", + "Doc/howto/perf_profiling.rst", + "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/dbpickle.py", + "Doc/includes/diff.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/ndiff.py", + "Doc/includes/newtypes", + "Doc/includes/newtypes/custom.c", + "Doc/includes/newtypes/custom2.c", + "Doc/includes/newtypes/custom3.c", + "Doc/includes/newtypes/custom4.c", + "Doc/includes/newtypes/pyproject.toml", + "Doc/includes/newtypes/setup.py", + "Doc/includes/newtypes/sublist.c", + "Doc/includes/newtypes/test.py", + "Doc/includes/run-func.c", + "Doc/includes/typestruct.h", + "Doc/includes/tzinfo_examples.py", + "Doc/includes/wasm-notavail.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/asyncio-api-index.rst", + "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", + "Doc/library/asyncio-task.rst", + "Doc/library/asyncio.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/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/cmdline.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/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/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/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", + "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/kde_example.png", + "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/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/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/security_warnings.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/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/symtable.rst", + "Doc/library/sys.monitoring.rst", + "Doc/library/sys.rst", + "Doc/library/sys_path_init.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/tomllib.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/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-oldest-sphinx.txt", + "Doc/requirements.txt", + "Doc/tools", + "Doc/tools/.nitignore", + "Doc/tools/check-warnings.py", + "Doc/tools/extensions", + "Doc/tools/extensions/audit_events.py", + "Doc/tools/extensions/c_annotations.py", + "Doc/tools/extensions/glossary_search.py", + "Doc/tools/extensions/lexers", + "Doc/tools/extensions/lexers/__init__.py", + "Doc/tools/extensions/lexers/asdl_lexer.py", + "Doc/tools/extensions/lexers/peg_lexer.py", + "Doc/tools/extensions/patchlevel.py", + "Doc/tools/extensions/pyspecific.py", + "Doc/tools/static", + "Doc/tools/static/changelog_search.js", + "Doc/tools/static/glossary_search.js", + "Doc/tools/static/rtd_switcher.js", + "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/tools/templates/search.html", + "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/configure.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.10.rst", + "Doc/whatsnew/3.11.rst", + "Doc/whatsnew/3.12.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/Tokens", + "Grammar/python.gram", + "Include", + "Include/Python.h", + "Include/README.rst", + "Include/abstract.h", + "Include/bltinmodule.h", + "Include/boolobject.h", + "Include/bytearrayobject.h", + "Include/bytesobject.h", + "Include/ceval.h", + "Include/codecs.h", + "Include/compile.h", + "Include/complexobject.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/memoryobject.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/exports.h", + "Include/fileobject.h", + "Include/fileutils.h", + "Include/floatobject.h", + "Include/frameobject.h", + "Include/genericaliasobject.h", + "Include/import.h", + "Include/internal", + "Include/internal/pycore_abstract.h", + "Include/internal/pycore_asdl.h", + "Include/internal/pycore_ast.h", + "Include/internal/pycore_ast_state.h", + "Include/internal/pycore_atexit.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_bytesobject.h", + "Include/internal/pycore_call.h", + "Include/internal/pycore_ceval.h", + "Include/internal/pycore_ceval_state.h", + "Include/internal/pycore_code.h", + "Include/internal/pycore_compile.h", + "Include/internal/pycore_condvar.h", + "Include/internal/pycore_context.h", + "Include/internal/pycore_descrobject.h", + "Include/internal/pycore_dict.h", + "Include/internal/pycore_dict_state.h", + "Include/internal/pycore_dtoa.h", + "Include/internal/pycore_emscripten_signal.h", + "Include/internal/pycore_exceptions.h", + "Include/internal/pycore_faulthandler.h", + "Include/internal/pycore_fileutils.h", + "Include/internal/pycore_fileutils_windows.h", + "Include/internal/pycore_floatobject.h", + "Include/internal/pycore_flowgraph.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_objects_fini_generated.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_instruments.h", + "Include/internal/pycore_interp.h", + "Include/internal/pycore_intrinsics.h", + "Include/internal/pycore_list.h", + "Include/internal/pycore_long.h", + "Include/internal/pycore_memoryobject.h", + "Include/internal/pycore_moduleobject.h", + "Include/internal/pycore_namespace.h", + "Include/internal/pycore_object.h", + "Include/internal/pycore_object_state.h", + "Include/internal/pycore_obmalloc.h", + "Include/internal/pycore_obmalloc_init.h", + "Include/internal/pycore_opcode.h", + "Include/internal/pycore_opcode_utils.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_pymem_init.h", + "Include/internal/pycore_pystate.h", + "Include/internal/pycore_pythread.h", + "Include/internal/pycore_range.h", + "Include/internal/pycore_runtime.h", + "Include/internal/pycore_runtime_init.h", + "Include/internal/pycore_runtime_init_generated.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_time.h", + "Include/internal/pycore_token.h", + "Include/internal/pycore_traceback.h", + "Include/internal/pycore_tracemalloc.h", + "Include/internal/pycore_tuple.h", + "Include/internal/pycore_typeobject.h", + "Include/internal/pycore_typevarobject.h", + "Include/internal/pycore_ucnhash.h", + "Include/internal/pycore_unicodeobject.h", + "Include/internal/pycore_unicodeobject_generated.h", + "Include/internal/pycore_unionobject.h", + "Include/internal/pycore_warnings.h", + "Include/interpreteridobject.h", + "Include/intrcheck.h", + "Include/iterobject.h", + "Include/listobject.h", + "Include/longobject.h", + "Include/marshal.h", + "Include/memoryobject.h", + "Include/methodobject.h", + "Include/modsupport.h", + "Include/moduleobject.h", + "Include/object.h", + "Include/objimpl.h", + "Include/opcode.h", + "Include/osdefs.h", + "Include/osmodule.h", + "Include/patchlevel.h", + "Include/py_curses.h", + "Include/pybuffer.h", + "Include/pycapsule.h", + "Include/pydtrace.d", + "Include/pydtrace.h", + "Include/pyerrors.h", + "Include/pyexpat.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/pystats.h", + "Include/pystrcmp.h", + "Include/pystrtod.h", + "Include/pythonrun.h", + "Include/pythread.h", + "Include/pytypedefs.h", + "Include/rangeobject.h", + "Include/setobject.h", + "Include/sliceobject.h", + "Include/structmember.h", + "Include/structseq.h", + "Include/sysmodule.h", + "Include/traceback.h", + "Include/tracemalloc.h", + "Include/tupleobject.h", + "Include/typeslots.h", + "Include/unicodeobject.h", + "Include/warnings.h", + "Include/weakrefobject.h", + "InternalDocs", + "InternalDocs/string_interning.md", + "LICENSE", + "Lib", + "Lib/__future__.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/_collections_abc.py", + "Lib/_compat_pickle.py", + "Lib/_compression.py", + "Lib/_markupbase.py", + "Lib/_osx_support.py", + "Lib/_py_abc.py", + "Lib/_pydatetime.py", + "Lib/_pydecimal.py", + "Lib/_pyio.py", + "Lib/_pylong.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/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/mixins.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/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", + "Lib/asyncio/windows_events.py", + "Lib/asyncio/windows_utils.py", + "Lib/base64.py", + "Lib/bdb.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/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/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/pip-24.2-py3-none-any.whl", + "Lib/ensurepip/_uninstall.py", + "Lib/enum.py", + "Lib/filecmp.py", + "Lib/fileinput.py", + "Lib/fnmatch.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/NEWS2x.txt", + "Lib/idlelib/News3.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/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", + "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_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", + "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/util.py", + "Lib/idlelib/window.py", + "Lib/idlelib/zoomheight.py", + "Lib/idlelib/zzdummy.py", + "Lib/imaplib.py", + "Lib/imghdr.py", + "Lib/importlib", + "Lib/importlib/__init__.py", + "Lib/importlib/_abc.py", + "Lib/importlib/_bootstrap.py", + "Lib/importlib/_bootstrap_external.py", + "Lib/importlib/abc.py", + "Lib/importlib/machinery.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", + "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", + "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/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", + "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", + "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/smtplib.py", + "Lib/sndhdr.py", + "Lib/socket.py", + "Lib/socketserver.py", + "Lib/sqlite3", + "Lib/sqlite3/__init__.py", + "Lib/sqlite3/__main__.py", + "Lib/sqlite3/dbapi2.py", + "Lib/sqlite3/dump.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/symtable.py", + "Lib/sysconfig.py", + "Lib/tabnanny.py", + "Lib/tarfile.py", + "Lib/telnetlib.py", + "Lib/tempfile.py", + "Lib/test", + "Lib/test/.ruff.toml", + "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_embed_structseq.py", + "Lib/test/_test_multiprocessing.py", + "Lib/test/_test_venv_multiprocessing.py", + "Lib/test/archiver_tests.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-ext.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/badsyntax_pep3120.py", + "Lib/test/bisect_cmd.py", + "Lib/test/certdata", + "Lib/test/certdata/allsans.pem", + "Lib/test/certdata/badcert.pem", + "Lib/test/certdata/badkey.pem", + "Lib/test/certdata/capath", + "Lib/test/certdata/capath/4e1295a3.0", + "Lib/test/certdata/capath/5ed36f99.0", + "Lib/test/certdata/capath/6e88d7b8.0", + "Lib/test/certdata/capath/99d0fa06.0", + "Lib/test/certdata/capath/b1930218.0", + "Lib/test/certdata/capath/ceff1710.0", + "Lib/test/certdata/ffdh3072.pem", + "Lib/test/certdata/idnsans.pem", + "Lib/test/certdata/keycert.passwd.pem", + "Lib/test/certdata/keycert.pem", + "Lib/test/certdata/keycert2.pem", + "Lib/test/certdata/keycert3.pem", + "Lib/test/certdata/keycert4.pem", + "Lib/test/certdata/keycertecc.pem", + "Lib/test/certdata/make_ssl_certs.py", + "Lib/test/certdata/nokia.pem", + "Lib/test/certdata/nosan.pem", + "Lib/test/certdata/nullbytecert.pem", + "Lib/test/certdata/nullcert.pem", + "Lib/test/certdata/pycacert.pem", + "Lib/test/certdata/pycakey.pem", + "Lib/test/certdata/revocation.crl", + "Lib/test/certdata/secp384r1.pem", + "Lib/test/certdata/selfsigned_pythontestdotnet.pem", + "Lib/test/certdata/ssl_cert.pem", + "Lib/test/certdata/ssl_key.passwd.pem", + "Lib/test/certdata/ssl_key.pem", + "Lib/test/certdata/talos-2019-0758.pem", + "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.c", + "Lib/test/cmath_testcases.txt", + "Lib/test/configdata", + "Lib/test/configdata/cfgparser.1", + "Lib/test/configdata/cfgparser.2", + "Lib/test/configdata/cfgparser.3", + "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/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/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/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/floating_points.txt", + "Lib/test/fork_wait.py", + "Lib/test/formatfloat_testcases.txt", + "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", + "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/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/levenshtein_examples.json", + "Lib/test/libregrtest", + "Lib/test/libregrtest/__init__.py", + "Lib/test/libregrtest/cmdline.py", + "Lib/test/libregrtest/filter.py", + "Lib/test/libregrtest/findtests.py", + "Lib/test/libregrtest/logger.py", + "Lib/test/libregrtest/main.py", + "Lib/test/libregrtest/mypy.ini", + "Lib/test/libregrtest/pgo.py", + "Lib/test/libregrtest/refleak.py", + "Lib/test/libregrtest/result.py", + "Lib/test/libregrtest/results.py", + "Lib/test/libregrtest/run_workers.py", + "Lib/test/libregrtest/runtests.py", + "Lib/test/libregrtest/save_env.py", + "Lib/test/libregrtest/setup.py", + "Lib/test/libregrtest/single.py", + "Lib/test/libregrtest/testresult.py", + "Lib/test/libregrtest/tsan.py", + "Lib/test/libregrtest/utils.py", + "Lib/test/libregrtest/win_utils.py", + "Lib/test/libregrtest/worker.py", + "Lib/test/list_tests.py", + "Lib/test/lock_tests.py", + "Lib/test/mailcap.txt", + "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/mp_fork_bomb.py", + "Lib/test/mp_preload.py", + "Lib/test/multibytecodec_support.py", + "Lib/test/pickletester.py", + "Lib/test/profilee.py", + "Lib/test/pstats.pck", + "Lib/test/pyclbr_input.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/regrtestdata", + "Lib/test/regrtestdata/import_from_tests", + "Lib/test/regrtestdata/import_from_tests/test_regrtest_a.py", + "Lib/test/regrtestdata/import_from_tests/test_regrtest_b", + "Lib/test/regrtestdata/import_from_tests/test_regrtest_b/__init__.py", + "Lib/test/regrtestdata/import_from_tests/test_regrtest_b/util.py", + "Lib/test/regrtestdata/import_from_tests/test_regrtest_c.py", + "Lib/test/relimport.py", + "Lib/test/reperf.py", + "Lib/test/seq_tests.py", + "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/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/_hypothesis_stubs", + "Lib/test/support/_hypothesis_stubs/__init__.py", + "Lib/test/support/_hypothesis_stubs/_helpers.py", + "Lib/test/support/_hypothesis_stubs/strategies.py", + "Lib/test/support/ast_helper.py", + "Lib/test/support/asynchat.py", + "Lib/test/support/asyncore.py", + "Lib/test/support/bytecode_helper.py", + "Lib/test/support/hashlib_helper.py", + "Lib/test/support/hypothesis_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/pty_helper.py", + "Lib/test/support/script_helper.py", + "Lib/test/support/smtpd.py", + "Lib/test/support/socket_helper.py", + "Lib/test/support/testcase.py", + "Lib/test/support/threading_helper.py", + "Lib/test/support/warnings_helper.py", + "Lib/test/test___all__.py", + "Lib/test/test__locale.py", + "Lib/test/test__opcode.py", + "Lib/test/test__osx_support.py", + "Lib/test/test__xxinterpchannels.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", + "Lib/test/test_ast/__init__.py", + "Lib/test/test_ast/snippets.py", + "Lib/test/test_ast/test_ast.py", + "Lib/test/test_ast/utils.py", + "Lib/test/test_asyncgen.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_eager_task_factory.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_ssl.py", + "Lib/test/test_asyncio/test_sslproto.py", + "Lib/test/test_asyncio/test_staggered.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", + "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_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_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", + "Lib/test/test_capi/__init__.py", + "Lib/test/test_capi/__main__.py", + "Lib/test/test_capi/check_config.py", + "Lib/test/test_capi/test_abstract.py", + "Lib/test/test_capi/test_bytearray.py", + "Lib/test/test_capi/test_bytes.py", + "Lib/test/test_capi/test_codecs.py", + "Lib/test/test_capi/test_complex.py", + "Lib/test/test_capi/test_dict.py", + "Lib/test/test_capi/test_eval_code_ex.py", + "Lib/test/test_capi/test_exceptions.py", + "Lib/test/test_capi/test_float.py", + "Lib/test/test_capi/test_getargs.py", + "Lib/test/test_capi/test_immortal.py", + "Lib/test/test_capi/test_list.py", + "Lib/test/test_capi/test_long.py", + "Lib/test/test_capi/test_mem.py", + "Lib/test/test_capi/test_misc.py", + "Lib/test/test_capi/test_number.py", + "Lib/test/test_capi/test_run.py", + "Lib/test/test_capi/test_set.py", + "Lib/test/test_capi/test_structmembers.py", + "Lib/test/test_capi/test_sys.py", + "Lib/test/test_capi/test_tuple.py", + "Lib/test/test_capi/test_unicode.py", + "Lib/test/test_capi/test_watchers.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_compiler_assemble.py", + "Lib/test/test_compiler_codegen.py", + "Lib/test/test_complex.py", + "Lib/test/test_concurrent_futures", + "Lib/test/test_concurrent_futures/__init__.py", + "Lib/test/test_concurrent_futures/executor.py", + "Lib/test/test_concurrent_futures/test_as_completed.py", + "Lib/test/test_concurrent_futures/test_deadlock.py", + "Lib/test/test_concurrent_futures/test_future.py", + "Lib/test/test_concurrent_futures/test_init.py", + "Lib/test/test_concurrent_futures/test_process_pool.py", + "Lib/test/test_concurrent_futures/test_shutdown.py", + "Lib/test/test_concurrent_futures/test_thread_pool.py", + "Lib/test/test_concurrent_futures/test_wait.py", + "Lib/test/test_concurrent_futures/util.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_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", + "Lib/test/test_csv.py", + "Lib/test/test_ctypes", + "Lib/test/test_ctypes/__init__.py", + "Lib/test/test_ctypes/__main__.py", + "Lib/test/test_ctypes/test_anon.py", + "Lib/test/test_ctypes/test_array_in_pointer.py", + "Lib/test/test_ctypes/test_arrays.py", + "Lib/test/test_ctypes/test_as_parameter.py", + "Lib/test/test_ctypes/test_bitfields.py", + "Lib/test/test_ctypes/test_buffers.py", + "Lib/test/test_ctypes/test_bytes.py", + "Lib/test/test_ctypes/test_byteswap.py", + "Lib/test/test_ctypes/test_callbacks.py", + "Lib/test/test_ctypes/test_cast.py", + "Lib/test/test_ctypes/test_cfuncs.py", + "Lib/test/test_ctypes/test_checkretval.py", + "Lib/test/test_ctypes/test_delattr.py", + "Lib/test/test_ctypes/test_errno.py", + "Lib/test/test_ctypes/test_find.py", + "Lib/test/test_ctypes/test_frombuffer.py", + "Lib/test/test_ctypes/test_funcptr.py", + "Lib/test/test_ctypes/test_functions.py", + "Lib/test/test_ctypes/test_incomplete.py", + "Lib/test/test_ctypes/test_init.py", + "Lib/test/test_ctypes/test_internals.py", + "Lib/test/test_ctypes/test_keeprefs.py", + "Lib/test/test_ctypes/test_libc.py", + "Lib/test/test_ctypes/test_loading.py", + "Lib/test/test_ctypes/test_macholib.py", + "Lib/test/test_ctypes/test_memfunctions.py", + "Lib/test/test_ctypes/test_numbers.py", + "Lib/test/test_ctypes/test_objects.py", + "Lib/test/test_ctypes/test_parameters.py", + "Lib/test/test_ctypes/test_pep3118.py", + "Lib/test/test_ctypes/test_pickling.py", + "Lib/test/test_ctypes/test_pointers.py", + "Lib/test/test_ctypes/test_prototypes.py", + "Lib/test/test_ctypes/test_python_api.py", + "Lib/test/test_ctypes/test_random_things.py", + "Lib/test/test_ctypes/test_refcounts.py", + "Lib/test/test_ctypes/test_repr.py", + "Lib/test/test_ctypes/test_returnfuncptrs.py", + "Lib/test/test_ctypes/test_simplesubclasses.py", + "Lib/test/test_ctypes/test_sizes.py", + "Lib/test/test_ctypes/test_slicing.py", + "Lib/test/test_ctypes/test_stringptr.py", + "Lib/test/test_ctypes/test_strings.py", + "Lib/test/test_ctypes/test_struct_fields.py", + "Lib/test/test_ctypes/test_structures.py", + "Lib/test/test_ctypes/test_unaligned_structures.py", + "Lib/test/test_ctypes/test_unicode.py", + "Lib/test/test_ctypes/test_values.py", + "Lib/test/test_ctypes/test_varsize_struct.py", + "Lib/test/test_ctypes/test_win32.py", + "Lib/test/test_ctypes/test_wintypes.py", + "Lib/test/test_curses.py", + "Lib/test/test_dataclasses", + "Lib/test/test_dataclasses/__init__.py", + "Lib/test/test_dataclasses/dataclass_module_1.py", + "Lib/test/test_dataclasses/dataclass_module_1_str.py", + "Lib/test/test_dataclasses/dataclass_module_2.py", + "Lib/test/test_dataclasses/dataclass_module_2_str.py", + "Lib/test/test_dataclasses/dataclass_textanno.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_doctest", + "Lib/test/test_doctest/__init__.py", + "Lib/test/test_doctest/decorator_mod.py", + "Lib/test/test_doctest/doctest_aliases.py", + "Lib/test/test_doctest/doctest_lineno.py", + "Lib/test/test_doctest/sample_doctest.py", + "Lib/test/test_doctest/sample_doctest_no_docstrings.py", + "Lib/test/test_doctest/sample_doctest_no_doctests.py", + "Lib/test/test_doctest/test_doctest.py", + "Lib/test/test_doctest/test_doctest.txt", + "Lib/test/test_doctest/test_doctest2.py", + "Lib/test/test_doctest/test_doctest2.txt", + "Lib/test/test_doctest/test_doctest3.txt", + "Lib/test/test_doctest/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/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/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", + "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", + "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_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", + "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_fileutils.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_stmt", + "Lib/test/test_future_stmt/__init__.py", + "Lib/test/test_future_stmt/badsyntax_future10.py", + "Lib/test/test_future_stmt/badsyntax_future3.py", + "Lib/test/test_future_stmt/badsyntax_future4.py", + "Lib/test/test_future_stmt/badsyntax_future5.py", + "Lib/test/test_future_stmt/badsyntax_future6.py", + "Lib/test/test_future_stmt/badsyntax_future7.py", + "Lib/test/test_future_stmt/badsyntax_future8.py", + "Lib/test/test_future_stmt/badsyntax_future9.py", + "Lib/test/test_future_stmt/future_test1.py", + "Lib/test/test_future_stmt/future_test2.py", + "Lib/test/test_future_stmt/test_future.py", + "Lib/test/test_future_stmt/test_future_flags.py", + "Lib/test/test_future_stmt/test_future_multiple_features.py", + "Lib/test/test_future_stmt/test_future_multiple_imports.py", + "Lib/test/test_future_stmt/test_future_single_import.py", + "Lib/test/test_gc.py", + "Lib/test/test_gdb", + "Lib/test/test_gdb/__init__.py", + "Lib/test/test_gdb/gdb_sample.py", + "Lib/test/test_gdb/test_backtrace.py", + "Lib/test/test_gdb/test_cfunction.py", + "Lib/test/test_gdb/test_cfunction_full.py", + "Lib/test/test_gdb/test_misc.py", + "Lib/test/test_gdb/test_pretty_print.py", + "Lib/test/test_gdb/util.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_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", + "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_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/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/double_const.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/package3", + "Lib/test/test_import/data/package3/__init__.py", + "Lib/test/test_import/data/package3/submodule.py", + "Lib/test/test_import/data/package4", + "Lib/test/test_import/data/package4/__init__.py", + "Lib/test/test_import/data/package4/submodule.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/_context.py", + "Lib/test/test_importlib/_path.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/data/example2-1.0.0-py3-none-any.whl", + "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_helpers.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/resources", + "Lib/test/test_importlib/resources/__init__.py", + "Lib/test/test_importlib/resources/_path.py", + "Lib/test/test_importlib/resources/data01", + "Lib/test/test_importlib/resources/data01/__init__.py", + "Lib/test/test_importlib/resources/data01/binary.file", + "Lib/test/test_importlib/resources/data01/subdirectory", + "Lib/test/test_importlib/resources/data01/subdirectory/__init__.py", + "Lib/test/test_importlib/resources/data01/subdirectory/binary.file", + "Lib/test/test_importlib/resources/data01/utf-16.file", + "Lib/test/test_importlib/resources/data01/utf-8.file", + "Lib/test/test_importlib/resources/data02", + "Lib/test/test_importlib/resources/data02/__init__.py", + "Lib/test/test_importlib/resources/data02/one", + "Lib/test/test_importlib/resources/data02/one/__init__.py", + "Lib/test/test_importlib/resources/data02/one/resource1.txt", + "Lib/test/test_importlib/resources/data02/subdirectory", + "Lib/test/test_importlib/resources/data02/subdirectory/subsubdir", + "Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt", + "Lib/test/test_importlib/resources/data02/two", + "Lib/test/test_importlib/resources/data02/two/__init__.py", + "Lib/test/test_importlib/resources/data02/two/resource2.txt", + "Lib/test/test_importlib/resources/data03", + "Lib/test/test_importlib/resources/data03/__init__.py", + "Lib/test/test_importlib/resources/data03/namespace", + "Lib/test/test_importlib/resources/data03/namespace/portion1", + "Lib/test/test_importlib/resources/data03/namespace/portion1/__init__.py", + "Lib/test/test_importlib/resources/data03/namespace/portion2", + "Lib/test/test_importlib/resources/data03/namespace/portion2/__init__.py", + "Lib/test/test_importlib/resources/data03/namespace/resource1.txt", + "Lib/test/test_importlib/resources/namespacedata01", + "Lib/test/test_importlib/resources/namespacedata01/binary.file", + "Lib/test/test_importlib/resources/namespacedata01/utf-16.file", + "Lib/test/test_importlib/resources/namespacedata01/utf-8.file", + "Lib/test/test_importlib/resources/test_compatibilty_files.py", + "Lib/test/test_importlib/resources/test_contents.py", + "Lib/test/test_importlib/resources/test_custom.py", + "Lib/test/test_importlib/resources/test_files.py", + "Lib/test/test_importlib/resources/test_open.py", + "Lib/test/test_importlib/resources/test_path.py", + "Lib/test/test_importlib/resources/test_read.py", + "Lib/test/test_importlib/resources/test_reader.py", + "Lib/test/test_importlib/resources/test_resource.py", + "Lib/test/test_importlib/resources/update-zips.py", + "Lib/test/test_importlib/resources/util.py", + "Lib/test/test_importlib/resources/zipdata01", + "Lib/test/test_importlib/resources/zipdata01/__init__.py", + "Lib/test/test_importlib/resources/zipdata01/ziptestdata.zip", + "Lib/test/test_importlib/resources/zipdata02", + "Lib/test/test_importlib/resources/zipdata02/__init__.py", + "Lib/test/test_importlib/resources/zipdata02/ziptestdata.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_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_pkg_import.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_index.py", + "Lib/test/test_inspect", + "Lib/test/test_inspect/__init__.py", + "Lib/test/test_inspect/inspect_fodder.py", + "Lib/test/test_inspect/inspect_fodder2.py", + "Lib/test/test_inspect/inspect_stock_annotations.py", + "Lib/test/test_inspect/inspect_stringized_annotations.py", + "Lib/test/test_inspect/inspect_stringized_annotations_2.py", + "Lib/test/test_inspect/inspect_stringized_annotations_pep695.py", + "Lib/test/test_inspect/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", + "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_launcher.py", + "Lib/test/test_lib2to3", + "Lib/test/test_lib2to3/__init__.py", + "Lib/test/test_lib2to3/__main__.py", + "Lib/test/test_lib2to3/data", + "Lib/test/test_lib2to3/data/README", + "Lib/test/test_lib2to3/data/bom.py", + "Lib/test/test_lib2to3/data/crlf.py", + "Lib/test/test_lib2to3/data/different_encoding.py", + "Lib/test/test_lib2to3/data/false_encoding.py", + "Lib/test/test_lib2to3/data/fixers", + "Lib/test/test_lib2to3/data/fixers/bad_order.py", + "Lib/test/test_lib2to3/data/fixers/myfixes", + "Lib/test/test_lib2to3/data/fixers/myfixes/__init__.py", + "Lib/test/test_lib2to3/data/fixers/myfixes/fix_explicit.py", + "Lib/test/test_lib2to3/data/fixers/myfixes/fix_first.py", + "Lib/test/test_lib2to3/data/fixers/myfixes/fix_last.py", + "Lib/test/test_lib2to3/data/fixers/myfixes/fix_parrot.py", + "Lib/test/test_lib2to3/data/fixers/myfixes/fix_preorder.py", + "Lib/test/test_lib2to3/data/fixers/no_fixer_cls.py", + "Lib/test/test_lib2to3/data/fixers/parrot_example.py", + "Lib/test/test_lib2to3/data/infinite_recursion.py", + "Lib/test/test_lib2to3/data/py2_test_grammar.py", + "Lib/test/test_lib2to3/data/py3_test_grammar.py", + "Lib/test/test_lib2to3/pytree_idempotency.py", + "Lib/test/test_lib2to3/support.py", + "Lib/test/test_lib2to3/test_all_fixers.py", + "Lib/test/test_lib2to3/test_fixers.py", + "Lib/test/test_lib2to3/test_main.py", + "Lib/test/test_lib2to3/test_parser.py", + "Lib/test/test_lib2to3/test_pytree.py", + "Lib/test/test_lib2to3/test_refactor.py", + "Lib/test/test_lib2to3/test_util.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_math_property.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", + "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/final_a.py", + "Lib/test/test_module/final_b.py", + "Lib/test/test_module/good_getattr.py", + "Lib/test/test_modulefinder.py", + "Lib/test/test_monitoring.py", + "Lib/test/test_msilib.py", + "Lib/test/test_multibytecodec.py", + "Lib/test/test_multiprocessing_fork", + "Lib/test/test_multiprocessing_fork/__init__.py", + "Lib/test/test_multiprocessing_fork/test_manager.py", + "Lib/test/test_multiprocessing_fork/test_misc.py", + "Lib/test/test_multiprocessing_fork/test_processes.py", + "Lib/test/test_multiprocessing_fork/test_threads.py", + "Lib/test/test_multiprocessing_forkserver", + "Lib/test/test_multiprocessing_forkserver/__init__.py", + "Lib/test/test_multiprocessing_forkserver/test_manager.py", + "Lib/test/test_multiprocessing_forkserver/test_misc.py", + "Lib/test/test_multiprocessing_forkserver/test_processes.py", + "Lib/test/test_multiprocessing_forkserver/test_threads.py", + "Lib/test/test_multiprocessing_main_handling.py", + "Lib/test/test_multiprocessing_spawn", + "Lib/test/test_multiprocessing_spawn/__init__.py", + "Lib/test/test_multiprocessing_spawn/test_manager.py", + "Lib/test/test_multiprocessing_spawn/test_misc.py", + "Lib/test/test_multiprocessing_spawn/test_processes.py", + "Lib/test/test_multiprocessing_spawn/test_threads.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_opcache.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_pathlib.py", + "Lib/test/test_patma.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_grammar_validator.py", + "Lib/test/test_peg_generator/test_pegen.py", + "Lib/test/test_pep646_syntax.py", + "Lib/test/test_perf_profiler.py", + "Lib/test/test_perfmaps.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", + "Lib/test/test_pydoc/__init__.py", + "Lib/test/test_pydoc/pydoc_mod.py", + "Lib/test/test_pydoc/pydocfodder.py", + "Lib/test/test_pydoc/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_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_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_cli.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", + "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_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_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_termios.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_tkinter", + "Lib/test/test_tkinter/README", + "Lib/test/test_tkinter/__init__.py", + "Lib/test/test_tkinter/__main__.py", + "Lib/test/test_tkinter/support.py", + "Lib/test/test_tkinter/test_colorchooser.py", + "Lib/test/test_tkinter/test_font.py", + "Lib/test/test_tkinter/test_geometry_managers.py", + "Lib/test/test_tkinter/test_images.py", + "Lib/test/test_tkinter/test_loadtk.py", + "Lib/test/test_tkinter/test_messagebox.py", + "Lib/test/test_tkinter/test_misc.py", + "Lib/test/test_tkinter/test_simpledialog.py", + "Lib/test/test_tkinter/test_text.py", + "Lib/test/test_tkinter/test_variables.py", + "Lib/test/test_tkinter/test_widgets.py", + "Lib/test/test_tkinter/widget_tests.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_freeze.py", + "Lib/test/test_tools/test_i18n.py", + "Lib/test/test_tools/test_makefile.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", + "Lib/test/test_ttk/__init__.py", + "Lib/test/test_ttk/__main__.py", + "Lib/test/test_ttk/test_extensions.py", + "Lib/test/test_ttk/test_style.py", + "Lib/test/test_ttk/test_widgets.py", + "Lib/test/test_ttk_textonly.py", + "Lib/test/test_tty.py", + "Lib/test/test_tuple.py", + "Lib/test/test_turtle.py", + "Lib/test/test_type_aliases.py", + "Lib/test/test_type_annotations.py", + "Lib/test/test_type_cache.py", + "Lib/test/test_type_comments.py", + "Lib/test/test_type_params.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", + "Lib/test/test_unittest/__init__.py", + "Lib/test/test_unittest/__main__.py", + "Lib/test/test_unittest/_test_warnings.py", + "Lib/test/test_unittest/dummy.py", + "Lib/test/test_unittest/support.py", + "Lib/test/test_unittest/test_assertions.py", + "Lib/test/test_unittest/test_async_case.py", + "Lib/test/test_unittest/test_break.py", + "Lib/test/test_unittest/test_case.py", + "Lib/test/test_unittest/test_discovery.py", + "Lib/test/test_unittest/test_functiontestcase.py", + "Lib/test/test_unittest/test_loader.py", + "Lib/test/test_unittest/test_program.py", + "Lib/test/test_unittest/test_result.py", + "Lib/test/test_unittest/test_runner.py", + "Lib/test/test_unittest/test_setups.py", + "Lib/test/test_unittest/test_skipping.py", + "Lib/test/test_unittest/test_suite.py", + "Lib/test/test_unittest/test_util.py", + "Lib/test/test_unittest/testmock", + "Lib/test/test_unittest/testmock/__init__.py", + "Lib/test/test_unittest/testmock/__main__.py", + "Lib/test/test_unittest/testmock/support.py", + "Lib/test/test_unittest/testmock/testasync.py", + "Lib/test/test_unittest/testmock/testcallable.py", + "Lib/test/test_unittest/testmock/testhelpers.py", + "Lib/test/test_unittest/testmock/testmagicmethods.py", + "Lib/test/test_unittest/testmock/testmock.py", + "Lib/test/test_unittest/testmock/testpatch.py", + "Lib/test/test_unittest/testmock/testsealable.py", + "Lib/test/test_unittest/testmock/testsentinel.py", + "Lib/test/test_unittest/testmock/testwith.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/package_helper.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_winapi.py", + "Lib/test/test_winconsoleio.py", + "Lib/test/test_winreg.py", + "Lib/test/test_winsound.py", + "Lib/test/test_with.py", + "Lib/test/test_wmi.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_xxlimited.py", + "Lib/test/test_xxtestfuzz.py", + "Lib/test/test_yield_from.py", + "Lib/test/test_zipapp.py", + "Lib/test/test_zipfile", + "Lib/test/test_zipfile/__init__.py", + "Lib/test/test_zipfile/__main__.py", + "Lib/test/test_zipfile/_path", + "Lib/test/test_zipfile/_path/__init__.py", + "Lib/test/test_zipfile/_path/_functools.py", + "Lib/test/test_zipfile/_path/_itertools.py", + "Lib/test/test_zipfile/_path/_support.py", + "Lib/test/test_zipfile/_path/_test_params.py", + "Lib/test/test_zipfile/_path/test_complexity.py", + "Lib/test/test_zipfile/_path/test_path.py", + "Lib/test/test_zipfile/_path/write-alpharep.py", + "Lib/test/test_zipfile/test_core.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/test_zoneinfo/test_zoneinfo_property.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/tokenizedata", + "Lib/test/tokenizedata/__init__.py", + "Lib/test/tokenizedata/bad_coding.py", + "Lib/test/tokenizedata/bad_coding2.py", + "Lib/test/tokenizedata/badsyntax_3131.py", + "Lib/test/tokenizedata/coding20731.py", + "Lib/test/tokenizedata/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenizedata/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", + "Lib/test/tokenizedata/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", + "Lib/test/tokenizedata/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", + "Lib/test/tokenizedata/tokenize_tests.txt", + "Lib/test/tracedmodules", + "Lib/test/tracedmodules/__init__.py", + "Lib/test/tracedmodules/testmod.py", + "Lib/test/typinganndata", + "Lib/test/typinganndata/__init__.py", + "Lib/test/typinganndata/_typed_dict_helper.py", + "Lib/test/typinganndata/ann_module.py", + "Lib/test/typinganndata/ann_module2.py", + "Lib/test/typinganndata/ann_module3.py", + "Lib/test/typinganndata/ann_module4.py", + "Lib/test/typinganndata/ann_module5.py", + "Lib/test/typinganndata/ann_module6.py", + "Lib/test/typinganndata/ann_module695.py", + "Lib/test/typinganndata/ann_module7.py", + "Lib/test/typinganndata/ann_module8.py", + "Lib/test/typinganndata/ann_module9.py", + "Lib/test/typinganndata/mod_generics_cache.py", + "Lib/test/wheeldata", + "Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl", + "Lib/test/wheeldata/wheel-0.40.0-py3-none-any.whl", + "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/zipdir_backslash.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/tix.py", + "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", + "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/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/types.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", + "Lib/zipfile/__init__.py", + "Lib/zipfile/__main__.py", + "Lib/zipfile/_path", + "Lib/zipfile/_path/__init__.py", + "Lib/zipfile/_path/glob.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/backport_gh110950_fix.patch", + "Mac/BuildScript/backport_gh71383_fix.patch", + "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.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.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.12.0.rst", + "Misc/NEWS.d/3.12.0a1.rst", + "Misc/NEWS.d/3.12.0a2.rst", + "Misc/NEWS.d/3.12.0a3.rst", + "Misc/NEWS.d/3.12.0a4.rst", + "Misc/NEWS.d/3.12.0a5.rst", + "Misc/NEWS.d/3.12.0a6.rst", + "Misc/NEWS.d/3.12.0a7.rst", + "Misc/NEWS.d/3.12.0b1.rst", + "Misc/NEWS.d/3.12.0b2.rst", + "Misc/NEWS.d/3.12.0b3.rst", + "Misc/NEWS.d/3.12.0b4.rst", + "Misc/NEWS.d/3.12.0rc1.rst", + "Misc/NEWS.d/3.12.0rc2.rst", + "Misc/NEWS.d/3.12.0rc3.rst", + "Misc/NEWS.d/3.12.1.rst", + "Misc/NEWS.d/3.12.2.rst", + "Misc/NEWS.d/3.12.3.rst", + "Misc/NEWS.d/3.12.4.rst", + "Misc/NEWS.d/3.12.5.rst", + "Misc/NEWS.d/3.12.6.rst", + "Misc/NEWS.d/3.12.7.rst", + "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.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/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/externals.spdx.json", + "Misc/indent.pro", + "Misc/python-config.in", + "Misc/python-config.sh.in", + "Misc/python-embed.pc.in", + "Misc/python.man", + "Misc/python.pc.in", + "Misc/rhel7", + "Misc/rhel7/README.md", + "Misc/rhel7/openssl.pc", + "Misc/rhel7/tcl.pc", + "Misc/rhel7/tk.pc", + "Misc/sbom.spdx.json", + "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", + "Modules/_blake2", + "Modules/_blake2/blake2b2s.py", + "Modules/_blake2/blake2b_impl.c", + "Modules/_blake2/blake2module.c", + "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-impl.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.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.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/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/bench.c", + "Modules/_decimal/libmpdec/bench_full.c", + "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/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", + "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/mpsignal.c", + "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/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/_hacl", + "Modules/_hacl/Hacl_Hash_MD5.c", + "Modules/_hacl/Hacl_Hash_MD5.h", + "Modules/_hacl/Hacl_Hash_SHA1.c", + "Modules/_hacl/Hacl_Hash_SHA1.h", + "Modules/_hacl/Hacl_Hash_SHA2.c", + "Modules/_hacl/Hacl_Hash_SHA2.h", + "Modules/_hacl/Hacl_Hash_SHA3.c", + "Modules/_hacl/Hacl_Hash_SHA3.h", + "Modules/_hacl/Hacl_Streaming_Types.h", + "Modules/_hacl/README.md", + "Modules/_hacl/include", + "Modules/_hacl/include/krml", + "Modules/_hacl/include/krml/FStar_UInt128_Verified.h", + "Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h", + "Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h", + "Modules/_hacl/include/krml/internal", + "Modules/_hacl/include/krml/internal/target.h", + "Modules/_hacl/include/krml/lowstar_endianness.h", + "Modules/_hacl/include/krml/types.h", + "Modules/_hacl/internal", + "Modules/_hacl/internal/Hacl_Hash_MD5.h", + "Modules/_hacl/internal/Hacl_Hash_SHA1.h", + "Modules/_hacl/internal/Hacl_Hash_SHA2.h", + "Modules/_hacl/internal/Hacl_Hash_SHA3.h", + "Modules/_hacl/python_hacl_namespaces.h", + "Modules/_hacl/refresh.sh", + "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.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/_pickle.c", + "Modules/_posixsubprocess.c", + "Modules/_queuemodule.c", + "Modules/_randommodule.c", + "Modules/_scproxy.c", + "Modules/_sqlite", + "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", + "Modules/_sqlite/clinic/row.c.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", + "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", + "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", + "Modules/_ssl_data_31.h", + "Modules/_stat.c", + "Modules/_statisticsmodule.c", + "Modules/_struct.c", + "Modules/_testbuffer.c", + "Modules/_testcapi", + "Modules/_testcapi/README.txt", + "Modules/_testcapi/abstract.c", + "Modules/_testcapi/buffer.c", + "Modules/_testcapi/bytearray.c", + "Modules/_testcapi/bytes.c", + "Modules/_testcapi/clinic", + "Modules/_testcapi/clinic/exceptions.c.h", + "Modules/_testcapi/clinic/float.c.h", + "Modules/_testcapi/clinic/vectorcall.c.h", + "Modules/_testcapi/clinic/watchers.c.h", + "Modules/_testcapi/code.c", + "Modules/_testcapi/codec.c", + "Modules/_testcapi/complex.c", + "Modules/_testcapi/datetime.c", + "Modules/_testcapi/dict.c", + "Modules/_testcapi/docstring.c", + "Modules/_testcapi/exceptions.c", + "Modules/_testcapi/file.c", + "Modules/_testcapi/float.c", + "Modules/_testcapi/gc.c", + "Modules/_testcapi/getargs.c", + "Modules/_testcapi/heaptype.c", + "Modules/_testcapi/heaptype_relative.c", + "Modules/_testcapi/immortal.c", + "Modules/_testcapi/list.c", + "Modules/_testcapi/long.c", + "Modules/_testcapi/mem.c", + "Modules/_testcapi/numbers.c", + "Modules/_testcapi/parts.h", + "Modules/_testcapi/pyos.c", + "Modules/_testcapi/pytime.c", + "Modules/_testcapi/run.c", + "Modules/_testcapi/set.c", + "Modules/_testcapi/structmember.c", + "Modules/_testcapi/sys.c", + "Modules/_testcapi/testcapi_long.h", + "Modules/_testcapi/tuple.c", + "Modules/_testcapi/unicode.c", + "Modules/_testcapi/util.h", + "Modules/_testcapi/vectorcall.c", + "Modules/_testcapi/vectorcall_limited.c", + "Modules/_testcapi/watchers.c", + "Modules/_testcapi_feature_macros.inc", + "Modules/_testcapimodule.c", + "Modules/_testclinic.c", + "Modules/_testimportmultiple.c", + "Modules/_testinternalcapi.c", + "Modules/_testmultiphase.c", + "Modules/_testsinglephase.c", + "Modules/_threadmodule.c", + "Modules/_tkinter.c", + "Modules/_tracemalloc.c", + "Modules/_typingmodule.c", + "Modules/_uuidmodule.c", + "Modules/_weakref.c", + "Modules/_winapi.c", + "Modules/_xxinterpchannelsmodule.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/_csv.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/_functoolsmodule.c.h", + "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", + "Modules/clinic/_pickle.c.h", + "Modules/clinic/_posixsubprocess.c.h", + "Modules/clinic/_queuemodule.c.h", + "Modules/clinic/_randommodule.c.h", + "Modules/clinic/_ssl.c.h", + "Modules/clinic/_statisticsmodule.c.h", + "Modules/clinic/_struct.c.h", + "Modules/clinic/_testclinic.c.h", + "Modules/clinic/_testinternalcapi.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/_zoneinfo.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/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", + "Modules/clinic/sha2module.c.h", + "Modules/clinic/sha3module.c.h", + "Modules/clinic/signalmodule.c.h", + "Modules/clinic/socketmodule.c.h", + "Modules/clinic/spwdmodule.c.h", + "Modules/clinic/symtablemodule.c.h", + "Modules/clinic/syslogmodule.c.h", + "Modules/clinic/termios.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/getpath.py", + "Modules/getpath_noop.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/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/sha2module.c", + "Modules/sha3module.c", + "Modules/signalmodule.c", + "Modules/socketmodule.c", + "Modules/socketmodule.h", + "Modules/spwdmodule.c", + "Modules/symtablemodule.c", + "Modules/syslogmodule.c", + "Modules/termios.c", + "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/xxlimited_35.c", + "Modules/xxmodule.c", + "Modules/xxsubtype.c", + "Modules/zlibmodule.c", + "Objects", + "Objects/README", + "Objects/abstract.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/classobject.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/typevarobject.c.h", + "Objects/clinic/unicodeobject.c.h", + "Objects/codeobject.c", + "Objects/complexobject.c", + "Objects/descrobject.c", + "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", + "Objects/genobject.c", + "Objects/interpreteridobject.c", + "Objects/iterobject.c", + "Objects/listobject.c", + "Objects/listsort.txt", + "Objects/lnotab_notes.txt", + "Objects/locations.md", + "Objects/longobject.c", + "Objects/memoryobject.c", + "Objects/methodobject.c", + "Objects/moduleobject.c", + "Objects/namespaceobject.c", + "Objects/object.c", + "Objects/object_layout.md", + "Objects/object_layout_312.gv", + "Objects/object_layout_312.png", + "Objects/object_layout_full_312.gv", + "Objects/object_layout_full_312.png", + "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/stringlib_find_two_way_notes.txt", + "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/structseq.c", + "Objects/tupleobject.c", + "Objects/typeobject.c", + "Objects/typeslots.inc", + "Objects/typeslots.py", + "Objects/typevarobject.c", + "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/_wmimodule.cpp", + "PC/classicAppCompat.can.xml", + "PC/classicAppCompat.cat", + "PC/classicAppCompat.sccd", + "PC/clinic", + "PC/clinic/_msi.c.h", + "PC/clinic/_testconsole.c.h", + "PC/clinic/_wmimodule.cpp.h", + "PC/clinic/msvcrtmodule.c.h", + "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/errmap.h", + "PC/frozen_dllmain.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-usage.txt", + "PC/launcher.c", + "PC/launcher2.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/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.rc", + "PC/python.manifest", + "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/validate_ucrtbase.py", + "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", + "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_module.vcxproj", + "PCbuild/_freeze_module.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/_testclinic.vcxproj", + "PCbuild/_testclinic.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/_testsinglephase.vcxproj", + "PCbuild/_testsinglephase.vcxproj.filters", + "PCbuild/_tkinter.vcxproj", + "PCbuild/_tkinter.vcxproj.filters", + "PCbuild/_uuid.vcxproj", + "PCbuild/_uuid.vcxproj.filters", + "PCbuild/_wmi.vcxproj", + "PCbuild/_wmi.vcxproj.filters", + "PCbuild/_zoneinfo.vcxproj", + "PCbuild/_zoneinfo.vcxproj.filters", + "PCbuild/blurb.bat", + "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/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.targets", + "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", + "PCbuild/xxlimited_35.vcxproj", + "PCbuild/xxlimited_35.vcxproj.filters", + "Parser", + "Parser/Python.asdl", + "Parser/action_helpers.c", + "Parser/asdl.py", + "Parser/asdl_c.py", + "Parser/myreadline.c", + "Parser/parser.c", + "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", + "Programs", + "Programs/README", + "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/asm_trampoline.S", + "Python/assemble.c", + "Python/ast.c", + "Python/ast_opt.c", + "Python/ast_unparse.c", + "Python/bltinmodule.c", + "Python/bootstrap_hash.c", + "Python/bytecodes.c", + "Python/ceval.c", + "Python/ceval_gil.c", + "Python/ceval_macros.h", + "Python/clinic", + "Python/clinic/Python-tokenize.c.h", + "Python/clinic/_warnings.c.h", + "Python/clinic/bltinmodule.c.h", + "Python/clinic/context.c.h", + "Python/clinic/import.c.h", + "Python/clinic/instrumentation.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/deepfreeze", + "Python/deepfreeze/README.txt", + "Python/dtoa.c", + "Python/dup2.c", + "Python/dynamic_annotations.c", + "Python/dynload_hpux.c", + "Python/dynload_shlib.c", + "Python/dynload_stub.c", + "Python/dynload_win.c", + "Python/emscripten_signal.c", + "Python/errors.c", + "Python/fileutils.c", + "Python/flowgraph.c", + "Python/formatter_unicode.c", + "Python/frame.c", + "Python/frozen.c", + "Python/frozen_modules", + "Python/frozen_modules/README.txt", + "Python/frozenmain.c", + "Python/future.c", + "Python/generated_cases.c.h", + "Python/getargs.c", + "Python/getcompiler.c", + "Python/getcopyright.c", + "Python/getopt.c", + "Python/getplatform.c", + "Python/getversion.c", + "Python/hamt.c", + "Python/hashtable.c", + "Python/import.c", + "Python/importdl.c", + "Python/importdl.h", + "Python/initconfig.c", + "Python/instrumentation.c", + "Python/intrinsics.c", + "Python/legacy_tracing.c", + "Python/makeopcodetargets.py", + "Python/marshal.c", + "Python/modsupport.c", + "Python/mysnprintf.c", + "Python/mystrtoul.c", + "Python/opcode_metadata.h", + "Python/opcode_targets.h", + "Python/pathconfig.c", + "Python/perf_trampoline.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/specialize.c", + "Python/stdlib_module_names.h", + "Python/structmember.c", + "Python/suggestions.c", + "Python/symtable.c", + "Python/sysmodule.c", + "Python/thread.c", + "Python/thread_nt.h", + "Python/thread_pthread.h", + "Python/thread_pthread_stubs.h", + "Python/traceback.c", + "Python/tracemalloc.c", + "README.rst", + "Tools", + "Tools/README", + "Tools/build", + "Tools/build/check_extension_modules.py", + "Tools/build/deepfreeze.py", + "Tools/build/freeze_modules.py", + "Tools/build/generate_global_objects.py", + "Tools/build/generate_levenshtein_examples.py", + "Tools/build/generate_opcode_h.py", + "Tools/build/generate_re_casefix.py", + "Tools/build/generate_sbom.py", + "Tools/build/generate_sre_constants.py", + "Tools/build/generate_stdlib_module_names.py", + "Tools/build/generate_token.py", + "Tools/build/parse_html5_entities.py", + "Tools/build/regen-configure.sh", + "Tools/build/smelly.py", + "Tools/build/stable_abi.py", + "Tools/build/umarshal.py", + "Tools/build/update_file.py", + "Tools/build/verify_ensurepip_wheels.py", + "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-analyzer.py", + "Tools/c-analyzer/c_analyzer", + "Tools/c-analyzer/c_analyzer/__init__.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/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/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/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/_common.py", + "Tools/c-analyzer/c_parser/parser/_compound_decl_body.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/__init__.py", + "Tools/c-analyzer/cpython/__main__.py", + "Tools/c-analyzer/cpython/_analyzer.py", + "Tools/c-analyzer/cpython/_builtin_types.py", + "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/distutils", + "Tools/c-analyzer/distutils/README", + "Tools/c-analyzer/distutils/__init__.py", + "Tools/c-analyzer/distutils/_msvccompiler.py", + "Tools/c-analyzer/distutils/bcppcompiler.py", + "Tools/c-analyzer/distutils/ccompiler.py", + "Tools/c-analyzer/distutils/cygwinccompiler.py", + "Tools/c-analyzer/distutils/debug.py", + "Tools/c-analyzer/distutils/dep_util.py", + "Tools/c-analyzer/distutils/errors.py", + "Tools/c-analyzer/distutils/log.py", + "Tools/c-analyzer/distutils/msvc9compiler.py", + "Tools/c-analyzer/distutils/msvccompiler.py", + "Tools/c-analyzer/distutils/spawn.py", + "Tools/c-analyzer/distutils/unixccompiler.py", + "Tools/c-analyzer/distutils/util.py", + "Tools/c-analyzer/must-resolve.sh", + "Tools/c-analyzer/table-file.py", + "Tools/cases_generator", + "Tools/cases_generator/README.md", + "Tools/cases_generator/generate_cases.py", + "Tools/cases_generator/interpreter_definition.md", + "Tools/cases_generator/lexer.py", + "Tools/cases_generator/parser.py", + "Tools/cases_generator/plexer.py", + "Tools/cases_generator/test_generator.py", + "Tools/ccbench", + "Tools/ccbench/ccbench.py", + "Tools/clinic", + "Tools/clinic/.ruff.toml", + "Tools/clinic/clinic.py", + "Tools/clinic/cpp.py", + "Tools/clinic/mypy.ini", + "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/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", + "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/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", + "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/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/doc", + "Tools/msi/doc/doc.wixproj", + "Tools/msi/doc/doc.wxs", + "Tools/msi/doc/doc_en-US.wxl_template", + "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/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/patchcheck", + "Tools/patchcheck/patchcheck.py", + "Tools/patchcheck/reindent.py", + "Tools/patchcheck/untabify.py", + "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/pegen/validator.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/test_parse_directory.py", + "Tools/peg_generator/scripts/test_pypi_packages.py", + "Tools/requirements-dev.txt", + "Tools/requirements-hypothesis.txt", + "Tools/scripts", + "Tools/scripts/2to3", + "Tools/scripts/README", + "Tools/scripts/checkpip.py", + "Tools/scripts/combinerefs.py", + "Tools/scripts/divmod_threshold.py", + "Tools/scripts/idle3", + "Tools/scripts/pydoc3", + "Tools/scripts/run_tests.py", + "Tools/scripts/sortperf.py", + "Tools/scripts/summarize_stats.py", + "Tools/scripts/var_access_benchmark.py", + "Tools/ssl", + "Tools/ssl/make_ssl_data.py", + "Tools/ssl/multissltests.py", + "Tools/stringbench", + "Tools/stringbench/README", + "Tools/stringbench/stringbench.py", + "Tools/tsan", + "Tools/tsan/supressions.txt", + "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/genmap_tchinese.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", + "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_build.py", + "Tools/wasm/wasm_webserver.py", + "aclocal.m4", + "config.guess", + "config.sub", + "configure", + "configure.ac", + "install-sh", + "pyconfig.h.in" + ], "v3.12.6": [ ".azure-pipelines", ".azure-pipelines/ci.yml", diff --git a/src/builder/tags.json b/src/builder/tags.json index 08435ef..312b9fb 100644 --- a/src/builder/tags.json +++ b/src/builder/tags.json @@ -1,4 +1,9 @@ [ + { + "installer": false, + "version": "v3.13.0rc3", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.13.0rc3" + }, { "installer": false, "version": "v3.13.0rc2", @@ -59,6 +64,11 @@ "version": "v3.13.0a1", "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.13.0a1" }, + { + "installer": true, + "version": "v3.12.7", + "zipBall": "https://api.github.com/repos/python/cpython/zipball/refs/tags/v3.12.7" + }, { "installer": true, "version": "v3.12.6",