Imported Upstream version 3.11.2 upstream upstream/3.11.2
authorJinWang An <jinwang.an@samsung.com>
Wed, 8 Mar 2023 05:31:47 +0000 (14:31 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 8 Mar 2023 05:31:47 +0000 (14:31 +0900)
commit37ef42e34030bcda5b99514714c2b4113fa3f7dd
treecd4b47425cf6d32cb452bd3db5fbf310a155409c
parent9eaa45fe52d08e40cb8c9f185231443c19ed29ad
Imported Upstream version 3.11.2
522 files changed:
.azure-pipelines/ci.yml [deleted file]
.azure-pipelines/docs-steps.yml [deleted file]
.azure-pipelines/find-tools.yml [deleted file]
.azure-pipelines/libffi-build.yml [deleted file]
.azure-pipelines/macos-steps.yml [deleted file]
.azure-pipelines/openssl-build.yml [deleted file]
.azure-pipelines/posix-deps-apt.sh [deleted file]
.azure-pipelines/posix-steps.yml [deleted file]
.azure-pipelines/pr.yml [deleted file]
.azure-pipelines/prebuild-checks.yml [deleted file]
.azure-pipelines/tcltk-build.yml [deleted file]
.azure-pipelines/windows-layout-steps.yml [deleted file]
.azure-pipelines/windows-release.yml [deleted file]
.azure-pipelines/windows-release/build-steps.yml [deleted file]
.azure-pipelines/windows-release/checkout.yml [deleted file]
.azure-pipelines/windows-release/find-sdk.yml [deleted file]
.azure-pipelines/windows-release/layout-command.yml [deleted file]
.azure-pipelines/windows-release/mingw-lib.yml [deleted file]
.azure-pipelines/windows-release/msi-steps.yml [deleted file]
.azure-pipelines/windows-release/stage-build.yml [deleted file]
.azure-pipelines/windows-release/stage-layout-embed.yml [deleted file]
.azure-pipelines/windows-release/stage-layout-full.yml [deleted file]
.azure-pipelines/windows-release/stage-layout-msix.yml [deleted file]
.azure-pipelines/windows-release/stage-layout-nuget.yml [deleted file]
.azure-pipelines/windows-release/stage-msi.yml [deleted file]
.azure-pipelines/windows-release/stage-pack-msix.yml [deleted file]
.azure-pipelines/windows-release/stage-pack-nuget.yml [deleted file]
.azure-pipelines/windows-release/stage-publish-nugetorg.yml [deleted file]
.azure-pipelines/windows-release/stage-publish-pythonorg.yml [deleted file]
.azure-pipelines/windows-release/stage-publish-store.yml [deleted file]
.azure-pipelines/windows-release/stage-sign.yml [deleted file]
.azure-pipelines/windows-release/stage-test-embed.yml [deleted file]
.azure-pipelines/windows-release/stage-test-msi.yml [deleted file]
.azure-pipelines/windows-release/stage-test-nuget.yml [deleted file]
.azure-pipelines/windows-steps.yml [deleted file]
.gitattributes [deleted file]
.github/CODEOWNERS [deleted file]
.github/CONTRIBUTING.rst [deleted file]
.github/ISSUE_TEMPLATE/bug.md [deleted file]
.github/ISSUE_TEMPLATE/config.yml [deleted file]
.github/ISSUE_TEMPLATE/crash.md [deleted file]
.github/ISSUE_TEMPLATE/documentation.md [deleted file]
.github/ISSUE_TEMPLATE/feature.md [deleted file]
.github/PULL_REQUEST_TEMPLATE.md [deleted file]
.github/SECURITY.md [deleted file]
.github/dependabot.yml [deleted file]
.github/problem-matchers/gcc.json [deleted file]
.github/problem-matchers/msvc.json [deleted file]
.github/problem-matchers/sphinx.json [deleted file]
.github/workflows/build.yml [deleted file]
.github/workflows/build_msi.yml [deleted file]
.github/workflows/doc.yml [deleted file]
.github/workflows/new-bugs-announce-notifier.yml [deleted file]
.github/workflows/posix-deps-apt.sh [deleted file]
.github/workflows/regen-abidump.sh [deleted file]
.github/workflows/stale.yml [deleted file]
.github/workflows/verify-ensurepip-wheels.yml [deleted file]
.gitignore [deleted file]
Doc/Makefile
Doc/_static/og-image.png [new file with mode: 0644]
Doc/bugs.rst
Doc/c-api/apiabiversion.rst
Doc/c-api/arg.rst
Doc/c-api/code.rst
Doc/c-api/init.rst
Doc/c-api/long.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst
Doc/conf.py
Doc/copyright.rst
Doc/faq/general.rst
Doc/faq/programming.rst
Doc/howto/annotations.rst
Doc/howto/logging-cookbook.rst
Doc/library/argparse.rst
Doc/library/array.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-policy.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-task.rst
Doc/library/asyncio.rst
Doc/library/compileall.rst
Doc/library/contextvars.rst
Doc/library/ctypes.rst
Doc/library/curses.rst
Doc/library/dataclasses.rst
Doc/library/datetime.rst
Doc/library/dis.rst
Doc/library/email.mime.rst
Doc/library/enum.rst
Doc/library/faulthandler.rst
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/io.rst
Doc/library/itertools.rst
Doc/library/locale.rst
Doc/library/logging.config.rst
Doc/library/optparse.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pathlib.rst
Doc/library/pdb.rst
Doc/library/profile.rst
Doc/library/pydoc.rst
Doc/library/random.rst
Doc/library/re.rst
Doc/library/sched.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/ssl.rst
Doc/library/stdtypes.rst
Doc/library/subprocess.rst
Doc/library/sys.rst
Doc/library/sysconfig.rst
Doc/library/tarfile.rst
Doc/library/traceback.rst
Doc/library/unittest.rst
Doc/library/weakref.rst
Doc/library/zipfile.rst
Doc/license.rst
Doc/make.bat
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/executionmodel.rst
Doc/reference/expressions.rst
Doc/requirements.txt
Doc/tools/templates/customsourcelink.html
Doc/tutorial/classes.rst
Doc/tutorial/introduction.rst
Doc/tutorial/venv.rst
Doc/using/windows.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.9.rst
Include/cpython/longintrepr.h
Include/internal/pycore_frame.h
Include/patchlevel.h
LICENSE
Lib/asyncio/base_events.py
Lib/asyncio/base_subprocess.py
Lib/asyncio/events.py
Lib/asyncio/windows_events.py
Lib/compileall.py
Lib/configparser.py
Lib/contextlib.py
Lib/ctypes/macholib/fetch_macholib.bat
Lib/ctypes/test/test_parameters.py
Lib/ctypes/test/test_pep3118.py
Lib/ctypes/test/test_refcounts.py
Lib/ctypes/test/test_struct_fields.py
Lib/dataclasses.py
Lib/doctest.py
Lib/email/mime/application.py
Lib/email/mime/audio.py
Lib/email/mime/image.py
Lib/enum.py
Lib/http/cookiejar.py
Lib/http/server.py
Lib/idlelib/idle.bat
Lib/idlelib/idle_test/test_browser.py
Lib/inspect.py
Lib/ntpath.py
Lib/platform.py
Lib/pydoc_data/topics.py
Lib/random.py
Lib/socket.py
Lib/test/clinic.test
Lib/test/doctest_lineno.py
Lib/test/inspect_fodder2.py
Lib/test/pickletester.py
Lib/test/test_ast.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_capi/test_eval_code_ex.py [new file with mode: 0644]
Lib/test/test_capi/test_getargs.py
Lib/test/test_capi/test_misc.py
Lib/test/test_clinic.py
Lib/test/test_compileall.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Lib/test/test_copy.py
Lib/test/test_coroutines.py
Lib/test/test_dataclasses.py
Lib/test/test_embed.py
Lib/test/test_enum.py
Lib/test/test_getpath.py
Lib/test/test_grammar.py
Lib/test/test_http_cookiejar.py
Lib/test/test_httpservers.py
Lib/test/test_inspect.py
Lib/test/test_launcher.py
Lib/test/test_ntpath.py
Lib/test/test_property.py
Lib/test/test_random.py
Lib/test/test_slice.py
Lib/test/test_socket.py
Lib/test/test_sqlite3/test_factory.py
Lib/test/test_syntax.py
Lib/test/test_sys.py
Lib/test/test_tarfile.py
Lib/test/test_threading_local.py
Lib/test/test_typing.py
Lib/test/test_unicode.py
Lib/test/test_urllib2.py
Lib/test/test_winreg.py
Lib/test/test_zipfile.py
Lib/tkinter/__init__.py
Lib/typing.py
Lib/unittest/mock.py
Lib/unittest/test/testmock/testasync.py
Lib/unittest/test/testmock/testmock.py
Lib/urllib/error.py
Lib/venv/scripts/common/Activate.ps1
Lib/venv/scripts/nt/activate.bat
Lib/venv/scripts/nt/deactivate.bat
Lib/zipfile.py
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl1.1.1q-pr-18719.patch [deleted file]
Mac/IDLE/IDLE.app/Contents/Info.plist
Mac/PythonLauncher/Info.plist.in
Mac/README.rst
Mac/Resources/app/Info.plist.in
Mac/Resources/framework/Info.plist.in
Misc/ACKS
Misc/NEWS [new file with mode: 0644]
Misc/NEWS.d/3.10.0a1.rst [deleted file]
Misc/NEWS.d/3.10.0a2.rst [deleted file]
Misc/NEWS.d/3.10.0a3.rst [deleted file]
Misc/NEWS.d/3.10.0a4.rst [deleted file]
Misc/NEWS.d/3.10.0a5.rst [deleted file]
Misc/NEWS.d/3.10.0a6.rst [deleted file]
Misc/NEWS.d/3.10.0a7.rst [deleted file]
Misc/NEWS.d/3.10.0b1.rst [deleted file]
Misc/NEWS.d/3.11.0.rst [deleted file]
Misc/NEWS.d/3.11.0a1.rst [deleted file]
Misc/NEWS.d/3.11.0a2.rst [deleted file]
Misc/NEWS.d/3.11.0a3.rst [deleted file]
Misc/NEWS.d/3.11.0a4.rst [deleted file]
Misc/NEWS.d/3.11.0a5.rst [deleted file]
Misc/NEWS.d/3.11.0a6.rst [deleted file]
Misc/NEWS.d/3.11.0a7.rst [deleted file]
Misc/NEWS.d/3.11.0b1.rst [deleted file]
Misc/NEWS.d/3.11.0b2.rst [deleted file]
Misc/NEWS.d/3.11.0b3.rst [deleted file]
Misc/NEWS.d/3.11.0b4.rst [deleted file]
Misc/NEWS.d/3.11.0b5.rst [deleted file]
Misc/NEWS.d/3.11.0rc1.rst [deleted file]
Misc/NEWS.d/3.11.0rc2.rst [deleted file]
Misc/NEWS.d/3.11.1.rst [deleted file]
Misc/NEWS.d/3.5.0.rst [deleted file]
Misc/NEWS.d/3.5.0a1.rst [deleted file]
Misc/NEWS.d/3.5.0a2.rst [deleted file]
Misc/NEWS.d/3.5.0a3.rst [deleted file]
Misc/NEWS.d/3.5.0a4.rst [deleted file]
Misc/NEWS.d/3.5.0b1.rst [deleted file]
Misc/NEWS.d/3.5.0b2.rst [deleted file]
Misc/NEWS.d/3.5.0b3.rst [deleted file]
Misc/NEWS.d/3.5.0b4.rst [deleted file]
Misc/NEWS.d/3.5.0rc1.rst [deleted file]
Misc/NEWS.d/3.5.0rc2.rst [deleted file]
Misc/NEWS.d/3.5.0rc3.rst [deleted file]
Misc/NEWS.d/3.5.0rc4.rst [deleted file]
Misc/NEWS.d/3.5.1.rst [deleted file]
Misc/NEWS.d/3.5.1rc1.rst [deleted file]
Misc/NEWS.d/3.5.2.rst [deleted file]
Misc/NEWS.d/3.5.2rc1.rst [deleted file]
Misc/NEWS.d/3.5.3.rst [deleted file]
Misc/NEWS.d/3.5.3rc1.rst [deleted file]
Misc/NEWS.d/3.5.4.rst [deleted file]
Misc/NEWS.d/3.5.4rc1.rst [deleted file]
Misc/NEWS.d/3.5.5.rst [deleted file]
Misc/NEWS.d/3.5.5rc1.rst [deleted file]
Misc/NEWS.d/3.6.0.rst [deleted file]
Misc/NEWS.d/3.6.0a1.rst [deleted file]
Misc/NEWS.d/3.6.0a2.rst [deleted file]
Misc/NEWS.d/3.6.0a3.rst [deleted file]
Misc/NEWS.d/3.6.0a4.rst [deleted file]
Misc/NEWS.d/3.6.0b1.rst [deleted file]
Misc/NEWS.d/3.6.0b2.rst [deleted file]
Misc/NEWS.d/3.6.0b3.rst [deleted file]
Misc/NEWS.d/3.6.0b4.rst [deleted file]
Misc/NEWS.d/3.6.0rc1.rst [deleted file]
Misc/NEWS.d/3.6.0rc2.rst [deleted file]
Misc/NEWS.d/3.6.1.rst [deleted file]
Misc/NEWS.d/3.6.1rc1.rst [deleted file]
Misc/NEWS.d/3.6.2.rst [deleted file]
Misc/NEWS.d/3.6.2rc1.rst [deleted file]
Misc/NEWS.d/3.6.2rc2.rst [deleted file]
Misc/NEWS.d/3.6.3.rst [deleted file]
Misc/NEWS.d/3.6.3rc1.rst [deleted file]
Misc/NEWS.d/3.6.4.rst [deleted file]
Misc/NEWS.d/3.6.4rc1.rst [deleted file]
Misc/NEWS.d/3.6.5.rst [deleted file]
Misc/NEWS.d/3.6.5rc1.rst [deleted file]
Misc/NEWS.d/3.6.6.rst [deleted file]
Misc/NEWS.d/3.6.6rc1.rst [deleted file]
Misc/NEWS.d/3.7.0.rst [deleted file]
Misc/NEWS.d/3.7.0a1.rst [deleted file]
Misc/NEWS.d/3.7.0a2.rst [deleted file]
Misc/NEWS.d/3.7.0a3.rst [deleted file]
Misc/NEWS.d/3.7.0a4.rst [deleted file]
Misc/NEWS.d/3.7.0b1.rst [deleted file]
Misc/NEWS.d/3.7.0b2.rst [deleted file]
Misc/NEWS.d/3.7.0b3.rst [deleted file]
Misc/NEWS.d/3.7.0b4.rst [deleted file]
Misc/NEWS.d/3.7.0b5.rst [deleted file]
Misc/NEWS.d/3.7.0rc1.rst [deleted file]
Misc/NEWS.d/3.8.0a1.rst [deleted file]
Misc/NEWS.d/3.8.0a2.rst [deleted file]
Misc/NEWS.d/3.8.0a3.rst [deleted file]
Misc/NEWS.d/3.8.0a4.rst [deleted file]
Misc/NEWS.d/3.8.0b1.rst [deleted file]
Misc/NEWS.d/3.9.0a1.rst [deleted file]
Misc/NEWS.d/3.9.0a2.rst [deleted file]
Misc/NEWS.d/3.9.0a3.rst [deleted file]
Misc/NEWS.d/3.9.0a4.rst [deleted file]
Misc/NEWS.d/3.9.0a5.rst [deleted file]
Misc/NEWS.d/3.9.0a6.rst [deleted file]
Misc/NEWS.d/3.9.0b1.rst [deleted file]
Misc/NEWS.d/next/Build/README.rst [deleted file]
Misc/NEWS.d/next/C API/README.rst [deleted file]
Misc/NEWS.d/next/Core and Builtins/README.rst [deleted file]
Misc/NEWS.d/next/Documentation/README.rst [deleted file]
Misc/NEWS.d/next/IDLE/README.rst [deleted file]
Misc/NEWS.d/next/Library/README.rst [deleted file]
Misc/NEWS.d/next/Security/README.rst [deleted file]
Misc/NEWS.d/next/Tests/README.rst [deleted file]
Misc/NEWS.d/next/Tools-Demos/README.rst [deleted file]
Misc/NEWS.d/next/Windows/README.rst [deleted file]
Misc/NEWS.d/next/macOS/README.rst [deleted file]
Misc/python.man
Modules/Setup.stdlib.in
Modules/_asynciomodule.c
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/cfield.c
Modules/_ctypes/stgdict.c
Modules/_decimal/tests/runall.bat
Modules/_io/winconsoleio.c
Modules/_testcapimodule.c
Modules/_testclinic.c [new file with mode: 0644]
Modules/_threadmodule.c
Modules/clinic/_testclinic.c.h [new file with mode: 0644]
Modules/getpath.py
Modules/posixmodule.c
Modules/pyexpat.c
Modules/socketmodule.c
Modules/unicodedata.c
Objects/bytesobject.c
Objects/descrobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/longobject.c
PC/launcher2.c
PC/layout/support/python.props
PC/python_ver_rc.h
PC/readme.txt
PC/winreg.c
PCbuild/Directory.Build.props
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/_testconsole.vcxproj
PCbuild/_testconsole.vcxproj.filters
PCbuild/_testembed.vcxproj
PCbuild/_testembed.vcxproj.filters
PCbuild/_testimportmultiple.vcxproj
PCbuild/_testimportmultiple.vcxproj.filters
PCbuild/_testinternalcapi.vcxproj
PCbuild/_testinternalcapi.vcxproj.filters
PCbuild/_testmultiphase.vcxproj
PCbuild/_testmultiphase.vcxproj.filters
PCbuild/_tkinter.vcxproj
PCbuild/_tkinter.vcxproj.filters
PCbuild/_uuid.vcxproj
PCbuild/_uuid.vcxproj.filters
PCbuild/_zoneinfo.vcxproj
PCbuild/_zoneinfo.vcxproj.filters
PCbuild/blurb.bat
PCbuild/build.bat
PCbuild/build_env.bat
PCbuild/clean.bat
PCbuild/env.bat
PCbuild/env.ps1
PCbuild/find_msbuild.bat
PCbuild/find_python.bat
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_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/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/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.c
Parser/pegen_errors.c
Python/bltinmodule.c
Python/ceval.c
Python/clinic/bltinmodule.c.h
Python/clinic/sysmodule.c.h
Python/compile.c
Python/getargs.c
Python/getcopyright.c
Python/initconfig.c
Python/sysmodule.c
README.rst
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/clinic/clinic.py
Tools/gdb/libpython.py
Tools/msi/build.bat
Tools/msi/buildrelease.bat
Tools/msi/bundle/bootstrap/pythonba.sln
Tools/msi/bundle/bootstrap/pythonba.vcxproj
Tools/msi/get_externals.bat
Tools/msi/make_appx.ps1
Tools/msi/make_cat.ps1
Tools/msi/make_zip.proj
Tools/msi/msi.props
Tools/msi/sign_build.ps1
Tools/msi/testrelease.bat
Tools/msi/uploadrelease.bat
Tools/msi/uploadrelease.proj
Tools/msi/uploadrelease.ps1
Tools/msi/wix.props
Tools/nuget/build.bat
Tools/nuget/make_pkg.proj
Tools/peg_generator/pegen/c_generator.py
Tools/scripts/generate_stdlib_module_names.py
Tools/ssl/multissltests.py
Tools/unicode/genwincodecs.bat
configure
configure.ac
setup.py