Imported Upstream version 3.12.0 upstream/3.12.0
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 4 Jan 2024 01:37:38 +0000 (10:37 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 4 Jan 2024 01:37:38 +0000 (10:37 +0900)
commit4f4f018e97c60d0c47ba45f23b17625bdb082831
tree1411011f0595789947082ab9d8ea31a782be739f
parent37ef42e34030bcda5b99514714c2b4113fa3f7dd
Imported Upstream version 3.12.0
2847 files changed:
.azure-pipelines/ci.yml [new file with mode: 0644]
.azure-pipelines/posix-deps-apt.sh [new file with mode: 0755]
.azure-pipelines/posix-steps.yml [new file with mode: 0644]
.azure-pipelines/pr.yml [new file with mode: 0644]
.azure-pipelines/prebuild-checks.yml [new file with mode: 0644]
.azure-pipelines/windows-layout-steps.yml [new file with mode: 0644]
.azure-pipelines/windows-steps.yml [new file with mode: 0644]
.devcontainer/Dockerfile [new file with mode: 0644]
.devcontainer/devcontainer.json [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/CONTRIBUTING.rst [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/crash.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/documentation.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
.github/SECURITY.md [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/problem-matchers/gcc.json [new file with mode: 0644]
.github/problem-matchers/msvc.json [new file with mode: 0644]
.github/workflows/build.yml [new file with mode: 0644]
.github/workflows/build_msi.yml [new file with mode: 0644]
.github/workflows/documentation-links.yml [new file with mode: 0644]
.github/workflows/lint.yml [new file with mode: 0644]
.github/workflows/mypy.yml [new file with mode: 0644]
.github/workflows/new-bugs-announce-notifier.yml [new file with mode: 0644]
.github/workflows/posix-deps-apt.sh [new file with mode: 0755]
.github/workflows/project-updater.yml [new file with mode: 0644]
.github/workflows/regen-abidump.sh [new file with mode: 0644]
.github/workflows/require-pr-label.yml [new file with mode: 0644]
.github/workflows/reusable-docs.yml [new file with mode: 0644]
.github/workflows/stale.yml [new file with mode: 0644]
.github/workflows/verify-ensurepip-wheels.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.pre-commit-config.yaml [new file with mode: 0644]
.readthedocs.yml [new file with mode: 0644]
Doc/Makefile
Doc/README.rst
Doc/bugs.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/conversion.rst
Doc/c-api/datetime.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/import.rst
Doc/c-api/init.rst
Doc/c-api/init_config.rst
Doc/c-api/intro.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/object.rst
Doc/c-api/perfmaps.rst [new file with mode: 0644]
Doc/c-api/refcounting.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 [new file with mode: 0644]
Doc/contents.rst
Doc/data/python3.11.abi [deleted file]
Doc/data/python3.12.abi [new file with mode: 0644]
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/distributing/index.rst
Doc/distutils/_setuptools_disclaimer.rst [deleted file]
Doc/distutils/apiref.rst [deleted file]
Doc/distutils/builtdist.rst [deleted file]
Doc/distutils/commandref.rst [deleted file]
Doc/distutils/configfile.rst [deleted file]
Doc/distutils/examples.rst [deleted file]
Doc/distutils/extending.rst [deleted file]
Doc/distutils/index.rst [deleted file]
Doc/distutils/introduction.rst [deleted file]
Doc/distutils/packageindex.rst [deleted file]
Doc/distutils/setupscript.rst [deleted file]
Doc/distutils/sourcedist.rst [deleted file]
Doc/distutils/uploading.rst [deleted file]
Doc/extending/building.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/extending/windows.rst
Doc/faq/design.rst
Doc/faq/extending.rst
Doc/faq/general.rst
Doc/faq/gui.rst
Doc/faq/library.rst
Doc/faq/programming.rst
Doc/glossary.rst
Doc/howto/annotations.rst
Doc/howto/argparse.rst
Doc/howto/clinic.rst
Doc/howto/curses.rst
Doc/howto/descriptor.rst
Doc/howto/enum.rst
Doc/howto/functional.rst
Doc/howto/index.rst
Doc/howto/instrumentation.rst
Doc/howto/isolating-extensions.rst
Doc/howto/logging-cookbook.rst
Doc/howto/logging.rst
Doc/howto/perf_profiling.rst [new file with mode: 0644]
Doc/howto/pyporting.rst
Doc/howto/regex.rst
Doc/howto/sorting.rst
Doc/howto/unicode.rst
Doc/howto/urllib2.rst
Doc/includes/custom.c [deleted file]
Doc/includes/custom2.c [deleted file]
Doc/includes/custom3.c [deleted file]
Doc/includes/custom4.c [deleted file]
Doc/includes/diff.py [new file with mode: 0644]
Doc/includes/email-headers.py
Doc/includes/ndiff.py [new file with mode: 0644]
Doc/includes/newtypes/custom.c [new file with mode: 0644]
Doc/includes/newtypes/custom2.c [new file with mode: 0644]
Doc/includes/newtypes/custom3.c [new file with mode: 0644]
Doc/includes/newtypes/custom4.c [new file with mode: 0644]
Doc/includes/newtypes/pyproject.toml [new file with mode: 0644]
Doc/includes/newtypes/setup.py [new file with mode: 0644]
Doc/includes/newtypes/sublist.c [new file with mode: 0644]
Doc/includes/newtypes/test.py [new file with mode: 0644]
Doc/includes/setup.py [deleted file]
Doc/includes/sqlite3/pysqlite_datetime.py [deleted file]
Doc/includes/sublist.c [deleted file]
Doc/includes/test.py [deleted file]
Doc/includes/turtle-star.py [deleted file]
Doc/includes/typestruct.h
Doc/install/index.rst [deleted file]
Doc/installing/index.rst
Doc/library/__main__.rst
Doc/library/_thread.rst
Doc/library/abc.rst
Doc/library/argparse.rst
Doc/library/array.rst
Doc/library/ast.rst
Doc/library/asynchat.rst [deleted file]
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-platforms.rst
Doc/library/asyncio-policy.rst
Doc/library/asyncio-runner.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-task.rst
Doc/library/asyncore.rst [deleted file]
Doc/library/atexit.rst
Doc/library/base64.rst
Doc/library/binascii.rst
Doc/library/bisect.rst
Doc/library/bz2.rst
Doc/library/calendar.rst
Doc/library/cmath.rst
Doc/library/code.rst
Doc/library/codecs.rst
Doc/library/codeop.rst
Doc/library/collections.abc.rst
Doc/library/collections.rst
Doc/library/compileall.rst
Doc/library/concurrent.futures.rst
Doc/library/concurrent.rst
Doc/library/configparser.rst
Doc/library/constants.rst
Doc/library/contextlib.rst
Doc/library/copy.rst
Doc/library/copyreg.rst
Doc/library/crypt.rst
Doc/library/csv.rst
Doc/library/ctypes.rst
Doc/library/curses.ascii.rst
Doc/library/curses.rst
Doc/library/dataclasses.rst
Doc/library/datetime.rst
Doc/library/decimal.rst
Doc/library/devmode.rst
Doc/library/difflib.rst
Doc/library/dis.rst
Doc/library/distribution.rst
Doc/library/distutils.rst [deleted file]
Doc/library/doctest.rst
Doc/library/email.charset.rst
Doc/library/email.encoders.rst
Doc/library/email.generator.rst
Doc/library/email.message.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/fileinput.rst
Doc/library/fnmatch.rst
Doc/library/fractions.rst
Doc/library/ftplib.rst
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/gc.rst
Doc/library/gettext.rst
Doc/library/glob.rst
Doc/library/graphlib.rst
Doc/library/gzip.rst
Doc/library/hashlib.rst
Doc/library/html.entities.rst
Doc/library/html.parser.rst
Doc/library/http.client.rst
Doc/library/http.rst
Doc/library/http.server.rst
Doc/library/idle.rst
Doc/library/imaplib.rst
Doc/library/imghdr.rst
Doc/library/imp.rst [deleted file]
Doc/library/importlib.metadata.rst
Doc/library/importlib.resources.abc.rst
Doc/library/importlib.resources.rst
Doc/library/importlib.rst
Doc/library/inspect.rst
Doc/library/internet.rst
Doc/library/intro.rst
Doc/library/io.rst
Doc/library/itertools.rst
Doc/library/json.rst
Doc/library/kde_example.png [new file with mode: 0644]
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/marshal.rst
Doc/library/math.rst
Doc/library/mmap.rst
Doc/library/msvcrt.rst
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.shared_memory.rst
Doc/library/netrc.rst
Doc/library/nntplib.rst
Doc/library/operator.rst
Doc/library/optparse.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pathlib.rst
Doc/library/pdb.rst
Doc/library/pickle.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/pyexpat.rst
Doc/library/python.rst
Doc/library/queue.rst
Doc/library/random.rst
Doc/library/re.rst
Doc/library/readline.rst
Doc/library/reprlib.rst
Doc/library/resource.rst
Doc/library/runpy.rst
Doc/library/sched.rst
Doc/library/select.rst
Doc/library/selectors.rst
Doc/library/shelve.rst
Doc/library/shlex.rst
Doc/library/shutil.rst
Doc/library/signal.rst
Doc/library/site.rst
Doc/library/smtpd.rst [deleted file]
Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/library/socketserver.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/superseded.rst
Doc/library/symtable.rst
Doc/library/sys.monitoring.rst [new file with mode: 0644]
Doc/library/sys.rst
Doc/library/sysconfig.rst
Doc/library/syslog.rst
Doc/library/tarfile.rst
Doc/library/tempfile.rst
Doc/library/test.rst
Doc/library/textwrap.rst
Doc/library/threading.rst
Doc/library/timeit.rst
Doc/library/tkinter.rst
Doc/library/tkinter.ttk.rst
Doc/library/token-list.inc
Doc/library/token.rst
Doc/library/tokenize.rst
Doc/library/traceback.rst
Doc/library/tty.rst
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/urllib.error.rst
Doc/library/urllib.parse.rst
Doc/library/urllib.request.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/winreg.rst
Doc/library/winsound.rst
Doc/library/wsgiref.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.utils.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.rst
Doc/library/zipapp.rst
Doc/library/zipfile.rst
Doc/library/zipimport.rst
Doc/library/zoneinfo.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/reference/import.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 [new file with mode: 0644]
Doc/requirements.txt
Doc/tools/.nitignore [new file with mode: 0644]
Doc/tools/check-warnings.py [new file with mode: 0644]
Doc/tools/extensions/asdl_highlight.py
Doc/tools/extensions/c_annotations.py
Doc/tools/extensions/peg_highlight.py
Doc/tools/extensions/pyspecific.py
Doc/tools/extensions/suspicious.py [deleted file]
Doc/tools/rstlint.py [deleted file]
Doc/tools/susp-ignored.csv [deleted file]
Doc/tools/templates/customsourcelink.html
Doc/tools/templates/dummy.html
Doc/tools/templates/indexcontent.html
Doc/tools/templates/layout.html
Doc/tools/templates/search.html
Doc/tutorial/appendix.rst
Doc/tutorial/classes.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/errors.rst
Doc/tutorial/floatingpoint.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/using/cmdline.rst
Doc/using/configure.rst
Doc/using/mac.rst
Doc/using/unix.rst
Doc/using/venv-create.inc
Doc/using/windows.rst
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 [new file with mode: 0644]
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/index.rst
Grammar/Tokens
Grammar/python.gram
Include/README.rst
Include/abstract.h
Include/boolobject.h
Include/bytearrayobject.h
Include/bytesobject.h
Include/ceval.h
Include/complexobject.h
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/context.h
Include/cpython/dictobject.h
Include/cpython/fileobject.h
Include/cpython/floatobject.h
Include/cpython/funcobject.h
Include/cpython/genobject.h
Include/cpython/import.h
Include/cpython/initconfig.h
Include/cpython/interpreteridobject.h [new file with mode: 0644]
Include/cpython/listobject.h
Include/cpython/longintrepr.h
Include/cpython/longobject.h
Include/cpython/memoryobject.h [new file with mode: 0644]
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/pydebug.h
Include/cpython/pyerrors.h
Include/cpython/pyframe.h
Include/cpython/pylifecycle.h
Include/cpython/pystate.h
Include/cpython/pythonrun.h
Include/cpython/pytime.h
Include/cpython/setobject.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/exports.h
Include/fileobject.h
Include/floatobject.h
Include/import.h
Include/internal/pycore_accu.h [deleted file]
Include/internal/pycore_asdl.h
Include/internal/pycore_ast.h
Include/internal/pycore_ast_state.h
Include/internal/pycore_atexit.h [new file with mode: 0644]
Include/internal/pycore_bytesobject.h
Include/internal/pycore_call.h
Include/internal/pycore_ceval.h
Include/internal/pycore_ceval_state.h [new file with mode: 0644]
Include/internal/pycore_code.h
Include/internal/pycore_compile.h
Include/internal/pycore_context.h
Include/internal/pycore_descrobject.h [new file with mode: 0644]
Include/internal/pycore_dict.h
Include/internal/pycore_dict_state.h [new file with mode: 0644]
Include/internal/pycore_dtoa.h
Include/internal/pycore_faulthandler.h [new file with mode: 0644]
Include/internal/pycore_fileutils.h
Include/internal/pycore_fileutils_windows.h [new file with mode: 0644]
Include/internal/pycore_floatobject.h
Include/internal/pycore_flowgraph.h [new file with mode: 0644]
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_global_objects.h
Include/internal/pycore_global_objects_fini_generated.h [new file with mode: 0644]
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 [new file with mode: 0644]
Include/internal/pycore_interp.h
Include/internal/pycore_interpreteridobject.h [deleted file]
Include/internal/pycore_intrinsics.h [new file with mode: 0644]
Include/internal/pycore_list.h
Include/internal/pycore_long.h
Include/internal/pycore_memoryobject.h [new file with mode: 0644]
Include/internal/pycore_moduleobject.h
Include/internal/pycore_object.h
Include/internal/pycore_object_state.h [new file with mode: 0644]
Include/internal/pycore_obmalloc.h [new file with mode: 0644]
Include/internal/pycore_obmalloc_init.h [new file with mode: 0644]
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_utils.h [new file with mode: 0644]
Include/internal/pycore_parser.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 [new file with mode: 0644]
Include/internal/pycore_pystate.h
Include/internal/pycore_pythread.h [new file with mode: 0644]
Include/internal/pycore_range.h [new file with mode: 0644]
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_runtime_init_generated.h [new file with mode: 0644]
Include/internal/pycore_signal.h
Include/internal/pycore_sliceobject.h
Include/internal/pycore_structseq.h
Include/internal/pycore_symtable.h
Include/internal/pycore_sysmodule.h
Include/internal/pycore_time.h [new file with mode: 0644]
Include/internal/pycore_token.h [new file with mode: 0644]
Include/internal/pycore_tracemalloc.h [new file with mode: 0644]
Include/internal/pycore_tuple.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_typevarobject.h [new file with mode: 0644]
Include/internal/pycore_unicodeobject.h
Include/internal/pycore_unicodeobject_generated.h [new file with mode: 0644]
Include/internal/pycore_unionobject.h
Include/interpreteridobject.h [new file with mode: 0644]
Include/iterobject.h
Include/listobject.h
Include/longobject.h
Include/memoryobject.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/patchlevel.h
Include/py_curses.h
Include/pybuffer.h
Include/pycapsule.h
Include/pydtrace.h
Include/pyerrors.h
Include/pymacconfig.h
Include/pymacro.h
Include/pymath.h
Include/pymem.h
Include/pyport.h
Include/pystats.h [new file with mode: 0644]
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/setobject.h
Include/sliceobject.h
Include/structmember.h
Include/structseq.h
Include/sysmodule.h
Include/token.h [deleted file]
Include/traceback.h
Include/tracemalloc.h
Include/tupleobject.h
Include/unicodeobject.h
Include/weakrefobject.h
Lib/_aix_support.py
Lib/_bootsubprocess.py [deleted file]
Lib/_collections_abc.py
Lib/_pydatetime.py [new file with mode: 0644]
Lib/_pydecimal.py
Lib/_pyio.py
Lib/_pylong.py [new file with mode: 0644]
Lib/_strptime.py
Lib/abc.py
Lib/argparse.py
Lib/ast.py
Lib/asynchat.py [deleted file]
Lib/asyncio/__init__.py
Lib/asyncio/base_events.py
Lib/asyncio/base_futures.py
Lib/asyncio/base_tasks.py
Lib/asyncio/constants.py
Lib/asyncio/coroutines.py
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/asyncio/locks.py
Lib/asyncio/proactor_events.py
Lib/asyncio/runners.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/asyncio/taskgroups.py
Lib/asyncio/tasks.py
Lib/asyncio/timeouts.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/asyncore.py [deleted file]
Lib/base64.py
Lib/bdb.py
Lib/bisect.py
Lib/cProfile.py
Lib/calendar.py
Lib/cgitb.py
Lib/code.py
Lib/codecs.py
Lib/collections/__init__.py
Lib/colorsys.py
Lib/compileall.py
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/configparser.py
Lib/contextlib.py
Lib/copy.py
Lib/copyreg.py
Lib/csv.py
Lib/ctypes/__init__.py
Lib/ctypes/_aix.py
Lib/ctypes/_endian.py
Lib/ctypes/macholib/fetch_macholib.bat
Lib/ctypes/test/__init__.py [deleted file]
Lib/ctypes/test/__main__.py [deleted file]
Lib/ctypes/test/test_anon.py [deleted file]
Lib/ctypes/test/test_array_in_pointer.py [deleted file]
Lib/ctypes/test/test_arrays.py [deleted file]
Lib/ctypes/test/test_as_parameter.py [deleted file]
Lib/ctypes/test/test_bitfields.py [deleted file]
Lib/ctypes/test/test_buffers.py [deleted file]
Lib/ctypes/test/test_bytes.py [deleted file]
Lib/ctypes/test/test_byteswap.py [deleted file]
Lib/ctypes/test/test_callbacks.py [deleted file]
Lib/ctypes/test/test_cast.py [deleted file]
Lib/ctypes/test/test_cfuncs.py [deleted file]
Lib/ctypes/test/test_checkretval.py [deleted file]
Lib/ctypes/test/test_delattr.py [deleted file]
Lib/ctypes/test/test_errno.py [deleted file]
Lib/ctypes/test/test_find.py [deleted file]
Lib/ctypes/test/test_frombuffer.py [deleted file]
Lib/ctypes/test/test_funcptr.py [deleted file]
Lib/ctypes/test/test_functions.py [deleted file]
Lib/ctypes/test/test_incomplete.py [deleted file]
Lib/ctypes/test/test_init.py [deleted file]
Lib/ctypes/test/test_internals.py [deleted file]
Lib/ctypes/test/test_keeprefs.py [deleted file]
Lib/ctypes/test/test_libc.py [deleted file]
Lib/ctypes/test/test_loading.py [deleted file]
Lib/ctypes/test/test_macholib.py [deleted file]
Lib/ctypes/test/test_memfunctions.py [deleted file]
Lib/ctypes/test/test_numbers.py [deleted file]
Lib/ctypes/test/test_objects.py [deleted file]
Lib/ctypes/test/test_parameters.py [deleted file]
Lib/ctypes/test/test_pep3118.py [deleted file]
Lib/ctypes/test/test_pickling.py [deleted file]
Lib/ctypes/test/test_pointers.py [deleted file]
Lib/ctypes/test/test_prototypes.py [deleted file]
Lib/ctypes/test/test_python_api.py [deleted file]
Lib/ctypes/test/test_random_things.py [deleted file]
Lib/ctypes/test/test_refcounts.py [deleted file]
Lib/ctypes/test/test_repr.py [deleted file]
Lib/ctypes/test/test_returnfuncptrs.py [deleted file]
Lib/ctypes/test/test_simplesubclasses.py [deleted file]
Lib/ctypes/test/test_sizes.py [deleted file]
Lib/ctypes/test/test_slicing.py [deleted file]
Lib/ctypes/test/test_stringptr.py [deleted file]
Lib/ctypes/test/test_strings.py [deleted file]
Lib/ctypes/test/test_struct_fields.py [deleted file]
Lib/ctypes/test/test_structures.py [deleted file]
Lib/ctypes/test/test_unaligned_structures.py [deleted file]
Lib/ctypes/test/test_unicode.py [deleted file]
Lib/ctypes/test/test_values.py [deleted file]
Lib/ctypes/test/test_varsize_struct.py [deleted file]
Lib/ctypes/test/test_win32.py [deleted file]
Lib/ctypes/test/test_wintypes.py [deleted file]
Lib/ctypes/wintypes.py
Lib/curses/ascii.py
Lib/curses/textpad.py
Lib/dataclasses.py
Lib/datetime.py
Lib/dis.py
Lib/distutils/README [deleted file]
Lib/distutils/__init__.py [deleted file]
Lib/distutils/_msvccompiler.py [deleted file]
Lib/distutils/archive_util.py [deleted file]
Lib/distutils/bcppcompiler.py [deleted file]
Lib/distutils/ccompiler.py [deleted file]
Lib/distutils/cmd.py [deleted file]
Lib/distutils/command/__init__.py [deleted file]
Lib/distutils/command/bdist.py [deleted file]
Lib/distutils/command/bdist_dumb.py [deleted file]
Lib/distutils/command/bdist_rpm.py [deleted file]
Lib/distutils/command/build.py [deleted file]
Lib/distutils/command/build_clib.py [deleted file]
Lib/distutils/command/build_ext.py [deleted file]
Lib/distutils/command/build_py.py [deleted file]
Lib/distutils/command/build_scripts.py [deleted file]
Lib/distutils/command/check.py [deleted file]
Lib/distutils/command/clean.py [deleted file]
Lib/distutils/command/command_template [deleted file]
Lib/distutils/command/config.py [deleted file]
Lib/distutils/command/install.py [deleted file]
Lib/distutils/command/install_data.py [deleted file]
Lib/distutils/command/install_egg_info.py [deleted file]
Lib/distutils/command/install_headers.py [deleted file]
Lib/distutils/command/install_lib.py [deleted file]
Lib/distutils/command/install_scripts.py [deleted file]
Lib/distutils/command/register.py [deleted file]
Lib/distutils/command/sdist.py [deleted file]
Lib/distutils/command/upload.py [deleted file]
Lib/distutils/config.py [deleted file]
Lib/distutils/core.py [deleted file]
Lib/distutils/cygwinccompiler.py [deleted file]
Lib/distutils/debug.py [deleted file]
Lib/distutils/dep_util.py [deleted file]
Lib/distutils/dir_util.py [deleted file]
Lib/distutils/dist.py [deleted file]
Lib/distutils/errors.py [deleted file]
Lib/distutils/extension.py [deleted file]
Lib/distutils/fancy_getopt.py [deleted file]
Lib/distutils/file_util.py [deleted file]
Lib/distutils/filelist.py [deleted file]
Lib/distutils/log.py [deleted file]
Lib/distutils/msvc9compiler.py [deleted file]
Lib/distutils/msvccompiler.py [deleted file]
Lib/distutils/spawn.py [deleted file]
Lib/distutils/sysconfig.py [deleted file]
Lib/distutils/tests/Setup.sample [deleted file]
Lib/distutils/tests/__init__.py [deleted file]
Lib/distutils/tests/includetest.rst [deleted file]
Lib/distutils/tests/support.py [deleted file]
Lib/distutils/tests/test_archive_util.py [deleted file]
Lib/distutils/tests/test_bdist.py [deleted file]
Lib/distutils/tests/test_bdist_dumb.py [deleted file]
Lib/distutils/tests/test_bdist_rpm.py [deleted file]
Lib/distutils/tests/test_build.py [deleted file]
Lib/distutils/tests/test_build_clib.py [deleted file]
Lib/distutils/tests/test_build_ext.py [deleted file]
Lib/distutils/tests/test_build_py.py [deleted file]
Lib/distutils/tests/test_build_scripts.py [deleted file]
Lib/distutils/tests/test_check.py [deleted file]
Lib/distutils/tests/test_clean.py [deleted file]
Lib/distutils/tests/test_cmd.py [deleted file]
Lib/distutils/tests/test_config.py [deleted file]
Lib/distutils/tests/test_config_cmd.py [deleted file]
Lib/distutils/tests/test_core.py [deleted file]
Lib/distutils/tests/test_cygwinccompiler.py [deleted file]
Lib/distutils/tests/test_dep_util.py [deleted file]
Lib/distutils/tests/test_dir_util.py [deleted file]
Lib/distutils/tests/test_dist.py [deleted file]
Lib/distutils/tests/test_extension.py [deleted file]
Lib/distutils/tests/test_file_util.py [deleted file]
Lib/distutils/tests/test_filelist.py [deleted file]
Lib/distutils/tests/test_install.py [deleted file]
Lib/distutils/tests/test_install_data.py [deleted file]
Lib/distutils/tests/test_install_headers.py [deleted file]
Lib/distutils/tests/test_install_lib.py [deleted file]
Lib/distutils/tests/test_install_scripts.py [deleted file]
Lib/distutils/tests/test_log.py [deleted file]
Lib/distutils/tests/test_msvc9compiler.py [deleted file]
Lib/distutils/tests/test_msvccompiler.py [deleted file]
Lib/distutils/tests/test_register.py [deleted file]
Lib/distutils/tests/test_sdist.py [deleted file]
Lib/distutils/tests/test_spawn.py [deleted file]
Lib/distutils/tests/test_sysconfig.py [deleted file]
Lib/distutils/tests/test_text_file.py [deleted file]
Lib/distutils/tests/test_unixccompiler.py [deleted file]
Lib/distutils/tests/test_upload.py [deleted file]
Lib/distutils/tests/test_util.py [deleted file]
Lib/distutils/tests/test_version.py [deleted file]
Lib/distutils/tests/test_versionpredicate.py [deleted file]
Lib/distutils/text_file.py [deleted file]
Lib/distutils/unixccompiler.py [deleted file]
Lib/distutils/util.py [deleted file]
Lib/distutils/version.py [deleted file]
Lib/distutils/versionpredicate.py [deleted file]
Lib/doctest.py
Lib/email/__init__.py
Lib/email/_header_value_parser.py
Lib/email/base64mime.py
Lib/email/charset.py
Lib/email/encoders.py
Lib/email/feedparser.py
Lib/email/generator.py
Lib/email/header.py
Lib/email/iterators.py
Lib/email/message.py
Lib/email/mime/base.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/utils.py
Lib/encodings/idna.py
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl [deleted file]
Lib/enum.py
Lib/filecmp.py
Lib/fileinput.py
Lib/fractions.py
Lib/ftplib.py
Lib/functools.py
Lib/genericpath.py
Lib/getopt.py
Lib/gettext.py
Lib/gzip.py
Lib/hashlib.py
Lib/html/__init__.py
Lib/html/entities.py
Lib/html/parser.py
Lib/http/__init__.py
Lib/http/client.py
Lib/http/cookiejar.py
Lib/http/server.py
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete_w.py
Lib/idlelib/calltip_w.py
Lib/idlelib/colorizer.py
Lib/idlelib/debugger.py
Lib/idlelib/debugobj.py
Lib/idlelib/dynoption.py
Lib/idlelib/editor.py
Lib/idlelib/filelist.py
Lib/idlelib/help_about.py
Lib/idlelib/idle.bat
Lib/idlelib/idle_test/README.txt
Lib/idlelib/idle_test/__init__.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_help_about.py
Lib/idlelib/idle_test/test_iomenu.py
Lib/idlelib/idle_test/test_outwin.py
Lib/idlelib/idle_test/test_run.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/idle_test/test_stackviewer.py
Lib/idlelib/macosx.py
Lib/idlelib/multicall.py
Lib/idlelib/outwin.py
Lib/idlelib/pyshell.py
Lib/idlelib/redirector.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/idlelib/stackviewer.py
Lib/idlelib/textview.py
Lib/idlelib/tooltip.py
Lib/idlelib/tree.py
Lib/idlelib/undo.py
Lib/imaplib.py
Lib/imghdr.py
Lib/imp.py [deleted file]
Lib/importlib/__init__.py
Lib/importlib/_abc.py
Lib/importlib/_bootstrap.py
Lib/importlib/_bootstrap_external.py
Lib/importlib/abc.py
Lib/importlib/metadata/__init__.py
Lib/importlib/metadata/_adapters.py
Lib/importlib/metadata/_meta.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/util.py
Lib/inspect.py
Lib/io.py
Lib/ipaddress.py
Lib/keyword.py
Lib/lib2to3/pgen2/token.py
Lib/lib2to3/tests/__init__.py [deleted file]
Lib/lib2to3/tests/__main__.py [deleted file]
Lib/lib2to3/tests/data/README [deleted file]
Lib/lib2to3/tests/data/bom.py [deleted file]
Lib/lib2to3/tests/data/crlf.py [deleted file]
Lib/lib2to3/tests/data/different_encoding.py [deleted file]
Lib/lib2to3/tests/data/false_encoding.py [deleted file]
Lib/lib2to3/tests/data/fixers/bad_order.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/__init__.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py [deleted file]
Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py [deleted file]
Lib/lib2to3/tests/data/fixers/no_fixer_cls.py [deleted file]
Lib/lib2to3/tests/data/fixers/parrot_example.py [deleted file]
Lib/lib2to3/tests/data/infinite_recursion.py [deleted file]
Lib/lib2to3/tests/data/py2_test_grammar.py [deleted file]
Lib/lib2to3/tests/data/py3_test_grammar.py [deleted file]
Lib/lib2to3/tests/pytree_idempotency.py [deleted file]
Lib/lib2to3/tests/support.py [deleted file]
Lib/lib2to3/tests/test_all_fixers.py [deleted file]
Lib/lib2to3/tests/test_fixers.py [deleted file]
Lib/lib2to3/tests/test_main.py [deleted file]
Lib/lib2to3/tests/test_parser.py [deleted file]
Lib/lib2to3/tests/test_pytree.py [deleted file]
Lib/lib2to3/tests/test_refactor.py [deleted file]
Lib/lib2to3/tests/test_util.py [deleted file]
Lib/locale.py
Lib/logging/__init__.py
Lib/logging/config.py
Lib/logging/handlers.py
Lib/mailbox.py
Lib/mailcap.py
Lib/mimetypes.py
Lib/multiprocessing/connection.py
Lib/multiprocessing/context.py
Lib/multiprocessing/forkserver.py
Lib/multiprocessing/managers.py
Lib/multiprocessing/pool.py
Lib/multiprocessing/process.py
Lib/multiprocessing/queues.py
Lib/multiprocessing/spawn.py
Lib/multiprocessing/synchronize.py
Lib/netrc.py
Lib/ntpath.py
Lib/numbers.py
Lib/opcode.py
Lib/os.py
Lib/pathlib.py
Lib/pdb.py
Lib/pickle.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/pydoc.py
Lib/pydoc_data/topics.py
Lib/quopri.py
Lib/random.py
Lib/re/__init__.py
Lib/re/_constants.py
Lib/re/_parser.py
Lib/reprlib.py
Lib/runpy.py
Lib/secrets.py
Lib/shlex.py
Lib/shutil.py
Lib/site.py
Lib/smtpd.py [deleted file]
Lib/smtplib.py
Lib/socket.py
Lib/socketserver.py
Lib/sqlite3/__init__.py
Lib/sqlite3/__main__.py [new file with mode: 0644]
Lib/sqlite3/dbapi2.py
Lib/sqlite3/dump.py
Lib/ssl.py
Lib/statistics.py
Lib/subprocess.py
Lib/sunau.py
Lib/symtable.py
Lib/sysconfig.py
Lib/tabnanny.py
Lib/tarfile.py
Lib/tempfile.py
Lib/test/.ruff.toml [new file with mode: 0644]
Lib/test/_test_eintr.py
Lib/test/_test_embed_set_config.py
Lib/test/_test_embed_structseq.py
Lib/test/_test_multiprocessing.py
Lib/test/_test_venv_multiprocessing.py
Lib/test/_testcppext.cpp [deleted file]
Lib/test/audiodata/pluck-pcm24-ext.wav [new file with mode: 0644]
Lib/test/audit-tests.py
Lib/test/bad_getattr.py [deleted file]
Lib/test/bad_getattr2.py [deleted file]
Lib/test/bad_getattr3.py [deleted file]
Lib/test/bisect_cmd.py
Lib/test/clinic.test [deleted file]
Lib/test/clinic.test.c [new file with mode: 0644]
Lib/test/cmath_testcases.txt
Lib/test/crashers/infinite_loop_re.py
Lib/test/datetimetester.py
Lib/test/fork_wait.py
Lib/test/good_getattr.py [deleted file]
Lib/test/inspect_fodder.py
Lib/test/inspect_fodder2.py
Lib/test/leakers/test_ctypes.py
Lib/test/levenshtein_examples.json [new file with mode: 0644]
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/refleak.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/libregrtest/save_env.py
Lib/test/libregrtest/setup.py
Lib/test/libregrtest/utils.py
Lib/test/list_tests.py
Lib/test/lock_tests.py
Lib/test/mapping_tests.py
Lib/test/memory_watchdog.py
Lib/test/mock_socket.py
Lib/test/mod_generics_cache.py
Lib/test/pickletester.py
Lib/test/profilee.py
Lib/test/pydocfodder.py
Lib/test/pythoninfo.py
Lib/test/setup_testcppext.py [deleted file]
Lib/test/setuptools-67.6.1-py3-none-any.whl [new file with mode: 0644]
Lib/test/shadowed_super.py [new file with mode: 0644]
Lib/test/signalinterproctester.py
Lib/test/smtpd.py [new file with mode: 0755]
Lib/test/string_tests.py
Lib/test/support/__init__.py
Lib/test/support/_hypothesis_stubs/__init__.py [new file with mode: 0644]
Lib/test/support/_hypothesis_stubs/_helpers.py [new file with mode: 0644]
Lib/test/support/_hypothesis_stubs/strategies.py [new file with mode: 0644]
Lib/test/support/ast_helper.py [new file with mode: 0644]
Lib/test/support/asynchat.py [new file with mode: 0644]
Lib/test/support/asyncore.py [new file with mode: 0644]
Lib/test/support/bytecode_helper.py
Lib/test/support/hypothesis_helper.py [new file with mode: 0644]
Lib/test/support/import_helper.py
Lib/test/support/interpreters.py
Lib/test/support/os_helper.py
Lib/test/support/socket_helper.py
Lib/test/support/testcase.py [new file with mode: 0644]
Lib/test/support/testresult.py
Lib/test/support/threading_helper.py
Lib/test/support/warnings_helper.py
Lib/test/test___all__.py
Lib/test/test__opcode.py
Lib/test/test__xxinterpchannels.py [new file with mode: 0644]
Lib/test/test__xxsubinterpreters.py
Lib/test/test_abc.py
Lib/test/test_argparse.py
Lib/test/test_ast.py
Lib/test/test_asyncgen.py
Lib/test/test_asynchat.py [deleted file]
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_eager_task_factory.py [new file with mode: 0644]
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_runners.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_server.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_ssl.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_timeouts.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/test_waitfor.py
Lib/test/test_asyncio/utils.py
Lib/test/test_asyncore.py [deleted file]
Lib/test/test_atexit.py
Lib/test/test_audit.py
Lib/test/test_base64.py
Lib/test/test_bdb.py
Lib/test/test_bigmem.py
Lib/test/test_binascii.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_calendar.py
Lib/test/test_call.py
Lib/test/test_capi/check_config.py [new file with mode: 0644]
Lib/test/test_capi/test_abstract.py [new file with mode: 0644]
Lib/test/test_capi/test_codecs.py [new file with mode: 0644]
Lib/test/test_capi/test_dict.py [new file with mode: 0644]
Lib/test/test_capi/test_exceptions.py [new file with mode: 0644]
Lib/test/test_capi/test_getargs.py
Lib/test/test_capi/test_immortal.py [new file with mode: 0644]
Lib/test/test_capi/test_long.py [new file with mode: 0644]
Lib/test/test_capi/test_mem.py [new file with mode: 0644]
Lib/test/test_capi/test_misc.py
Lib/test/test_capi/test_structmembers.py
Lib/test/test_capi/test_unicode.py
Lib/test/test_capi/test_watchers.py [new file with mode: 0644]
Lib/test/test_check_c_globals.py [deleted file]
Lib/test/test_class.py
Lib/test/test_clinic.py
Lib/test/test_cmath.py
Lib/test/test_cmd_line.py
Lib/test/test_cmd_line_script.py
Lib/test/test_code.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 [new file with mode: 0644]
Lib/test/test_compiler_codegen.py [new file with mode: 0644]
Lib/test/test_complex.py
Lib/test/test_concurrent_futures.py [deleted file]
Lib/test/test_concurrent_futures/__init__.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/executor.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_as_completed.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_deadlock.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_future.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_init.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_process_pool.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_shutdown.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_thread_pool.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/test_wait.py [new file with mode: 0644]
Lib/test/test_concurrent_futures/util.py [new file with mode: 0644]
Lib/test/test_configparser.py
Lib/test/test_context.py
Lib/test/test_contextlib.py
Lib/test/test_copy.py
Lib/test/test_copyreg.py
Lib/test/test_coroutines.py
Lib/test/test_cppext.py [deleted file]
Lib/test/test_cppext/__init__.py [new file with mode: 0644]
Lib/test/test_cppext/extension.cpp [new file with mode: 0644]
Lib/test/test_cppext/setup.py [new file with mode: 0644]
Lib/test/test_cprofile.py
Lib/test/test_csv.py
Lib/test/test_ctypes.py [deleted file]
Lib/test/test_ctypes/__init__.py [new file with mode: 0644]
Lib/test/test_ctypes/__main__.py [new file with mode: 0644]
Lib/test/test_ctypes/test_anon.py [new file with mode: 0644]
Lib/test/test_ctypes/test_array_in_pointer.py [new file with mode: 0644]
Lib/test/test_ctypes/test_arrays.py [new file with mode: 0644]
Lib/test/test_ctypes/test_as_parameter.py [new file with mode: 0644]
Lib/test/test_ctypes/test_bitfields.py [new file with mode: 0644]
Lib/test/test_ctypes/test_buffers.py [new file with mode: 0644]
Lib/test/test_ctypes/test_bytes.py [new file with mode: 0644]
Lib/test/test_ctypes/test_byteswap.py [new file with mode: 0644]
Lib/test/test_ctypes/test_callbacks.py [new file with mode: 0644]
Lib/test/test_ctypes/test_cast.py [new file with mode: 0644]
Lib/test/test_ctypes/test_cfuncs.py [new file with mode: 0644]
Lib/test/test_ctypes/test_checkretval.py [new file with mode: 0644]
Lib/test/test_ctypes/test_delattr.py [new file with mode: 0644]
Lib/test/test_ctypes/test_errno.py [new file with mode: 0644]
Lib/test/test_ctypes/test_find.py [new file with mode: 0644]
Lib/test/test_ctypes/test_frombuffer.py [new file with mode: 0644]
Lib/test/test_ctypes/test_funcptr.py [new file with mode: 0644]
Lib/test/test_ctypes/test_functions.py [new file with mode: 0644]
Lib/test/test_ctypes/test_incomplete.py [new file with mode: 0644]
Lib/test/test_ctypes/test_init.py [new file with mode: 0644]
Lib/test/test_ctypes/test_internals.py [new file with mode: 0644]
Lib/test/test_ctypes/test_keeprefs.py [new file with mode: 0644]
Lib/test/test_ctypes/test_libc.py [new file with mode: 0644]
Lib/test/test_ctypes/test_loading.py [new file with mode: 0644]
Lib/test/test_ctypes/test_macholib.py [new file with mode: 0644]
Lib/test/test_ctypes/test_memfunctions.py [new file with mode: 0644]
Lib/test/test_ctypes/test_numbers.py [new file with mode: 0644]
Lib/test/test_ctypes/test_objects.py [new file with mode: 0644]
Lib/test/test_ctypes/test_parameters.py [new file with mode: 0644]
Lib/test/test_ctypes/test_pep3118.py [new file with mode: 0644]
Lib/test/test_ctypes/test_pickling.py [new file with mode: 0644]
Lib/test/test_ctypes/test_pointers.py [new file with mode: 0644]
Lib/test/test_ctypes/test_prototypes.py [new file with mode: 0644]
Lib/test/test_ctypes/test_python_api.py [new file with mode: 0644]
Lib/test/test_ctypes/test_random_things.py [new file with mode: 0644]
Lib/test/test_ctypes/test_refcounts.py [new file with mode: 0644]
Lib/test/test_ctypes/test_repr.py [new file with mode: 0644]
Lib/test/test_ctypes/test_returnfuncptrs.py [new file with mode: 0644]
Lib/test/test_ctypes/test_simplesubclasses.py [new file with mode: 0644]
Lib/test/test_ctypes/test_sizes.py [new file with mode: 0644]
Lib/test/test_ctypes/test_slicing.py [new file with mode: 0644]
Lib/test/test_ctypes/test_stringptr.py [new file with mode: 0644]
Lib/test/test_ctypes/test_strings.py [new file with mode: 0644]
Lib/test/test_ctypes/test_struct_fields.py [new file with mode: 0644]
Lib/test/test_ctypes/test_structures.py [new file with mode: 0644]
Lib/test/test_ctypes/test_unaligned_structures.py [new file with mode: 0644]
Lib/test/test_ctypes/test_unicode.py [new file with mode: 0644]
Lib/test/test_ctypes/test_values.py [new file with mode: 0644]
Lib/test/test_ctypes/test_varsize_struct.py [new file with mode: 0644]
Lib/test/test_ctypes/test_win32.py [new file with mode: 0644]
Lib/test/test_ctypes/test_wintypes.py [new file with mode: 0644]
Lib/test/test_curses.py
Lib/test/test_dataclasses.py
Lib/test/test_datetime.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_descr.py
Lib/test/test_descrtut.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_dis.py
Lib/test/test_distutils.py [deleted file]
Lib/test/test_doctest.py
Lib/test/test_dtrace.py
Lib/test/test_dynamic.py
Lib/test/test_eintr.py
Lib/test/test_email/data/msg_47.txt [new file with mode: 0644]
Lib/test/test_email/test_email.py
Lib/test/test_email/test_message.py
Lib/test/test_email/test_utils.py
Lib/test/test_embed.py
Lib/test/test_ensurepip.py
Lib/test/test_enum.py
Lib/test/test_eof.py
Lib/test/test_epoll.py
Lib/test/test_except_star.py
Lib/test/test_exception_group.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_fileinput.py
Lib/test/test_fileio.py
Lib/test/test_float.py
Lib/test/test_flufl.py
Lib/test/test_format.py
Lib/test/test_fractions.py
Lib/test/test_frame.py
Lib/test/test_fstring.py
Lib/test/test_ftplib.py
Lib/test/test_funcattrs.py
Lib/test/test_functools.py
Lib/test/test_future.py
Lib/test/test_gc.py
Lib/test/test_gdb.py
Lib/test/test_generators.py
Lib/test/test_genericalias.py
Lib/test/test_genericpath.py
Lib/test/test_getopt.py
Lib/test/test_getpath.py
Lib/test/test_gettext.py
Lib/test/test_grammar.py
Lib/test/test_gzip.py
Lib/test/test_hashlib.py
Lib/test/test_heapq.py
Lib/test/test_hmac.py
Lib/test/test_htmlparser.py
Lib/test/test_http_cookiejar.py
Lib/test/test_httplib.py
Lib/test/test_httpservers.py
Lib/test/test_idle.py
Lib/test/test_imaplib.py
Lib/test/test_imp.py [deleted file]
Lib/test/test_import/__init__.py
Lib/test/test_importlib/_context.py [new file with mode: 0644]
Lib/test/test_importlib/_path.py [new file with mode: 0644]
Lib/test/test_importlib/builtin/test_finder.py
Lib/test/test_importlib/data01/__init__.py [deleted file]
Lib/test/test_importlib/data01/binary.file [deleted file]
Lib/test/test_importlib/data01/subdirectory/__init__.py [deleted file]
Lib/test/test_importlib/data01/subdirectory/binary.file [deleted file]
Lib/test/test_importlib/data01/utf-16.file [deleted file]
Lib/test/test_importlib/data01/utf-8.file [deleted file]
Lib/test/test_importlib/data02/__init__.py [deleted file]
Lib/test/test_importlib/data02/one/__init__.py [deleted file]
Lib/test/test_importlib/data02/one/resource1.txt [deleted file]
Lib/test/test_importlib/data02/two/__init__.py [deleted file]
Lib/test/test_importlib/data02/two/resource2.txt [deleted file]
Lib/test/test_importlib/data03/__init__.py [deleted file]
Lib/test/test_importlib/data03/namespace/portion1/__init__.py [deleted file]
Lib/test/test_importlib/data03/namespace/portion2/__init__.py [deleted file]
Lib/test/test_importlib/data03/namespace/resource1.txt [deleted file]
Lib/test/test_importlib/extension/test_case_sensitivity.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/test_finder.py
Lib/test/test_importlib/frozen/test_loader.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_helpers.py [new file with mode: 0644]
Lib/test/test_importlib/import_/test_meta_path.py
Lib/test/test_importlib/import_/test_path.py
Lib/test/test_importlib/namespacedata01/binary.file [deleted file]
Lib/test/test_importlib/namespacedata01/utf-16.file [deleted file]
Lib/test/test_importlib/namespacedata01/utf-8.file [deleted file]
Lib/test/test_importlib/resources/_path.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/binary.file [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/subdirectory/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/subdirectory/binary.file [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/utf-16.file [new file with mode: 0644]
Lib/test/test_importlib/resources/data01/utf-8.file [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/one/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/one/resource1.txt [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/two/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data02/two/resource2.txt [new file with mode: 0644]
Lib/test/test_importlib/resources/data03/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data03/namespace/portion1/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data03/namespace/portion2/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/data03/namespace/resource1.txt [new file with mode: 0644]
Lib/test/test_importlib/resources/namespacedata01/binary.file [new file with mode: 0644]
Lib/test/test_importlib/resources/namespacedata01/utf-16.file [new file with mode: 0644]
Lib/test/test_importlib/resources/namespacedata01/utf-8.file [new file with mode: 0644]
Lib/test/test_importlib/resources/test_compatibilty_files.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_contents.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_custom.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_files.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_open.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_path.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_read.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_reader.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_resource.py [new file with mode: 0644]
Lib/test/test_importlib/resources/update-zips.py [new file with mode: 0755]
Lib/test/test_importlib/resources/util.py
Lib/test/test_importlib/resources/zipdata01/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/zipdata01/ziptestdata.zip [new file with mode: 0644]
Lib/test/test_importlib/resources/zipdata02/__init__.py [new file with mode: 0644]
Lib/test/test_importlib/resources/zipdata02/ziptestdata.zip [new file with mode: 0644]
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/test_abc.py
Lib/test/test_importlib/test_api.py
Lib/test/test_importlib/test_compatibilty_files.py [deleted file]
Lib/test/test_importlib/test_contents.py [deleted file]
Lib/test/test_importlib/test_files.py [deleted file]
Lib/test/test_importlib/test_locks.py
Lib/test/test_importlib/test_main.py
Lib/test/test_importlib/test_metadata_api.py
Lib/test/test_importlib/test_namespace_pkgs.py
Lib/test/test_importlib/test_open.py [deleted file]
Lib/test/test_importlib/test_path.py [deleted file]
Lib/test/test_importlib/test_read.py [deleted file]
Lib/test/test_importlib/test_reader.py [deleted file]
Lib/test/test_importlib/test_resource.py [deleted file]
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/update-zips.py [deleted file]
Lib/test/test_importlib/util.py
Lib/test/test_importlib/zipdata01/__init__.py [deleted file]
Lib/test/test_importlib/zipdata01/ziptestdata.zip [deleted file]
Lib/test/test_importlib/zipdata02/__init__.py [deleted file]
Lib/test/test_importlib/zipdata02/ziptestdata.zip [deleted file]
Lib/test/test_inspect.py
Lib/test/test_int.py
Lib/test/test_interpreters.py
Lib/test/test_io.py
Lib/test/test_isinstance.py
Lib/test/test_iter.py
Lib/test/test_itertools.py
Lib/test/test_json/test_default.py
Lib/test/test_json/test_float.py
Lib/test/test_keyword.py
Lib/test/test_largefile.py
Lib/test/test_launcher.py
Lib/test/test_lib2to3.py [deleted file]
Lib/test/test_lib2to3/__init__.py [new file with mode: 0644]
Lib/test/test_lib2to3/__main__.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/README [new file with mode: 0644]
Lib/test/test_lib2to3/data/bom.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/crlf.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/different_encoding.py [new file with mode: 0755]
Lib/test/test_lib2to3/data/false_encoding.py [new file with mode: 0755]
Lib/test/test_lib2to3/data/fixers/bad_order.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/__init__.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/fix_explicit.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/fix_first.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/fix_last.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/fix_parrot.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/myfixes/fix_preorder.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/no_fixer_cls.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/fixers/parrot_example.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/infinite_recursion.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/py2_test_grammar.py [new file with mode: 0644]
Lib/test/test_lib2to3/data/py3_test_grammar.py [new file with mode: 0644]
Lib/test/test_lib2to3/pytree_idempotency.py [new file with mode: 0755]
Lib/test/test_lib2to3/support.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_all_fixers.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_fixers.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_main.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_parser.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_pytree.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_refactor.py [new file with mode: 0644]
Lib/test/test_lib2to3/test_util.py [new file with mode: 0644]
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_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 [new file with mode: 0644]
Lib/test/test_memoryview.py
Lib/test/test_minidom.py
Lib/test/test_mmap.py
Lib/test/test_module.py [deleted file]
Lib/test/test_module/__init__.py [new file with mode: 0644]
Lib/test/test_module/bad_getattr.py [new file with mode: 0644]
Lib/test/test_module/bad_getattr2.py [new file with mode: 0644]
Lib/test/test_module/bad_getattr3.py [new file with mode: 0644]
Lib/test/test_module/good_getattr.py [new file with mode: 0644]
Lib/test/test_monitoring.py [new file with mode: 0644]
Lib/test/test_multibytecodec.py
Lib/test/test_multiprocessing_fork.py [deleted file]
Lib/test/test_multiprocessing_fork/__init__.py [new file with mode: 0644]
Lib/test/test_multiprocessing_fork/test_manager.py [new file with mode: 0644]
Lib/test/test_multiprocessing_fork/test_misc.py [new file with mode: 0644]
Lib/test/test_multiprocessing_fork/test_processes.py [new file with mode: 0644]
Lib/test/test_multiprocessing_fork/test_threads.py [new file with mode: 0644]
Lib/test/test_multiprocessing_forkserver.py [deleted file]
Lib/test/test_multiprocessing_forkserver/__init__.py [new file with mode: 0644]
Lib/test/test_multiprocessing_forkserver/test_manager.py [new file with mode: 0644]
Lib/test/test_multiprocessing_forkserver/test_misc.py [new file with mode: 0644]
Lib/test/test_multiprocessing_forkserver/test_processes.py [new file with mode: 0644]
Lib/test/test_multiprocessing_forkserver/test_threads.py [new file with mode: 0644]
Lib/test/test_multiprocessing_main_handling.py
Lib/test/test_multiprocessing_spawn.py [deleted file]
Lib/test/test_multiprocessing_spawn/__init__.py [new file with mode: 0644]
Lib/test/test_multiprocessing_spawn/test_manager.py [new file with mode: 0644]
Lib/test/test_multiprocessing_spawn/test_misc.py [new file with mode: 0644]
Lib/test/test_multiprocessing_spawn/test_processes.py [new file with mode: 0644]
Lib/test/test_multiprocessing_spawn/test_threads.py [new file with mode: 0644]
Lib/test/test_named_expressions.py
Lib/test/test_netrc.py
Lib/test/test_nis.py
Lib/test/test_ntpath.py
Lib/test/test_numeric_tower.py
Lib/test/test_opcache.py
Lib/test/test_operator.py
Lib/test/test_ordered_dict.py
Lib/test/test_os.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/test_c_parser.py
Lib/test/test_peg_generator/test_pegen.py
Lib/test/test_pep646_syntax.py
Lib/test/test_perf_profiler.py [new file with mode: 0644]
Lib/test/test_perfmaps.py [new file with mode: 0644]
Lib/test/test_pickle.py
Lib/test/test_pkgutil.py
Lib/test/test_platform.py
Lib/test/test_plistlib.py
Lib/test/test_poll.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_profile.py
Lib/test/test_property.py
Lib/test/test_pty.py
Lib/test/test_py_compile.py
Lib/test/test_pydoc.py
Lib/test/test_pyexpat.py
Lib/test/test_random.py
Lib/test/test_range.py
Lib/test/test_re.py
Lib/test/test_regrtest.py
Lib/test/test_reprlib.py
Lib/test/test_runpy.py
Lib/test/test_select.py
Lib/test/test_selectors.py
Lib/test/test_set.py
Lib/test/test_shelve.py
Lib/test/test_shlex.py
Lib/test/test_shutil.py
Lib/test/test_signal.py
Lib/test/test_site.py
Lib/test/test_slice.py
Lib/test/test_smtpd.py [deleted file]
Lib/test/test_smtplib.py
Lib/test/test_smtpnet.py
Lib/test/test_socket.py
Lib/test/test_socketserver.py
Lib/test/test_source_encoding.py
Lib/test/test_sqlite3/__init__.py
Lib/test/test_sqlite3/test_cli.py [new file with mode: 0644]
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_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_statistics.py
Lib/test/test_strftime.py
Lib/test/test_string_literals.py
Lib/test/test_strptime.py
Lib/test/test_struct.py
Lib/test/test_subclassinit.py
Lib/test/test_subprocess.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_tempfile.py
Lib/test/test_thread.py
Lib/test/test_threading.py
Lib/test/test_threading_local.py
Lib/test/test_time.py
Lib/test/test_timeout.py
Lib/test/test_tix.py
Lib/test/test_tk.py [deleted file]
Lib/test/test_tkinter/README [new file with mode: 0644]
Lib/test/test_tkinter/__init__.py [new file with mode: 0644]
Lib/test/test_tkinter/__main__.py [new file with mode: 0644]
Lib/test/test_tkinter/support.py [new file with mode: 0644]
Lib/test/test_tkinter/test_colorchooser.py [new file with mode: 0644]
Lib/test/test_tkinter/test_font.py [new file with mode: 0644]
Lib/test/test_tkinter/test_geometry_managers.py [new file with mode: 0644]
Lib/test/test_tkinter/test_images.py [new file with mode: 0644]
Lib/test/test_tkinter/test_loadtk.py [new file with mode: 0644]
Lib/test/test_tkinter/test_messagebox.py [new file with mode: 0644]
Lib/test/test_tkinter/test_misc.py [new file with mode: 0644]
Lib/test/test_tkinter/test_simpledialog.py [new file with mode: 0644]
Lib/test/test_tkinter/test_text.py [new file with mode: 0644]
Lib/test/test_tkinter/test_variables.py [new file with mode: 0644]
Lib/test/test_tkinter/test_widgets.py [new file with mode: 0644]
Lib/test/test_tkinter/widget_tests.py [new file with mode: 0644]
Lib/test/test_tokenize.py
Lib/test/test_tomllib/test_misc.py
Lib/test/test_tools/test_fixcid.py [deleted file]
Lib/test/test_tools/test_freeze.py
Lib/test/test_tools/test_gprof2html.py [deleted file]
Lib/test/test_tools/test_lll.py [deleted file]
Lib/test/test_tools/test_md5sum.py [deleted file]
Lib/test/test_tools/test_pathfix.py [deleted file]
Lib/test/test_tools/test_pdeps.py [deleted file]
Lib/test/test_tools/test_pindent.py [deleted file]
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_ttk/__init__.py [new file with mode: 0644]
Lib/test/test_ttk/__main__.py [new file with mode: 0644]
Lib/test/test_ttk/test_extensions.py [new file with mode: 0644]
Lib/test/test_ttk/test_style.py [new file with mode: 0644]
Lib/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/test/test_ttk_guionly.py [deleted file]
Lib/test/test_turtle.py
Lib/test/test_type_aliases.py [new file with mode: 0644]
Lib/test/test_type_annotations.py
Lib/test/test_type_cache.py
Lib/test/test_type_comments.py
Lib/test/test_type_params.py [new file with mode: 0644]
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/test/test_unary.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Lib/test/test_unittest.py [deleted file]
Lib/test/test_unittest/__init__.py [new file with mode: 0644]
Lib/test/test_unittest/__main__.py [new file with mode: 0644]
Lib/test/test_unittest/_test_warnings.py [new file with mode: 0644]
Lib/test/test_unittest/dummy.py [new file with mode: 0644]
Lib/test/test_unittest/support.py [new file with mode: 0644]
Lib/test/test_unittest/test_assertions.py [new file with mode: 0644]
Lib/test/test_unittest/test_async_case.py [new file with mode: 0644]
Lib/test/test_unittest/test_break.py [new file with mode: 0644]
Lib/test/test_unittest/test_case.py [new file with mode: 0644]
Lib/test/test_unittest/test_discovery.py [new file with mode: 0644]
Lib/test/test_unittest/test_functiontestcase.py [new file with mode: 0644]
Lib/test/test_unittest/test_loader.py [new file with mode: 0644]
Lib/test/test_unittest/test_program.py [new file with mode: 0644]
Lib/test/test_unittest/test_result.py [new file with mode: 0644]
Lib/test/test_unittest/test_runner.py [new file with mode: 0644]
Lib/test/test_unittest/test_setups.py [new file with mode: 0644]
Lib/test/test_unittest/test_skipping.py [new file with mode: 0644]
Lib/test/test_unittest/test_suite.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/__init__.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/__main__.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/support.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testasync.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testcallable.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testhelpers.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testmagicmethods.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testmock.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testpatch.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testsealable.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testsentinel.py [new file with mode: 0644]
Lib/test/test_unittest/testmock/testwith.py [new file with mode: 0644]
Lib/test/test_univnewlines.py
Lib/test/test_unparse.py
Lib/test/test_urllib.py
Lib/test/test_urllib2.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py
Lib/test/test_urlparse.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/__init__.py
Lib/test/test_warnings/data/package_helper.py [new file with mode: 0644]
Lib/test/test_warnings/data/stacklevel.py
Lib/test/test_wave.py
Lib/test/test_weakref.py
Lib/test/test_webbrowser.py
Lib/test/test_winreg.py
Lib/test/test_winsound.py
Lib/test/test_with.py
Lib/test/test_wmi.py [new file with mode: 0644]
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py
Lib/test/test_xmlrpc.py
Lib/test/test_yield_from.py
Lib/test/test_zipapp.py
Lib/test/test_zipfile.py [deleted file]
Lib/test/test_zipfile/__init__.py [new file with mode: 0644]
Lib/test/test_zipfile/__main__.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/__init__.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/_functools.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/_itertools.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/_support.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/_test_params.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/test_complexity.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/test_path.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/write-alpharep.py [new file with mode: 0644]
Lib/test/test_zipfile/test_core.py [new file with mode: 0644]
Lib/test/test_zipfile64.py
Lib/test/test_zipimport.py
Lib/test/test_zlib.py
Lib/test/test_zoneinfo/__init__.py
Lib/test/test_zoneinfo/test_zoneinfo.py
Lib/test/test_zoneinfo/test_zoneinfo_property.py [new file with mode: 0644]
Lib/test/wheel-0.40.0-py3-none-any.whl [new file with mode: 0644]
Lib/threading.py
Lib/timeit.py
Lib/tkinter/__init__.py
Lib/tkinter/commondialog.py
Lib/tkinter/filedialog.py
Lib/tkinter/test/README [deleted file]
Lib/tkinter/test/__init__.py [deleted file]
Lib/tkinter/test/support.py [deleted file]
Lib/tkinter/test/test_tkinter/__init__.py [deleted file]
Lib/tkinter/test/test_tkinter/test_colorchooser.py [deleted file]
Lib/tkinter/test/test_tkinter/test_font.py [deleted file]
Lib/tkinter/test/test_tkinter/test_geometry_managers.py [deleted file]
Lib/tkinter/test/test_tkinter/test_images.py [deleted file]
Lib/tkinter/test/test_tkinter/test_loadtk.py [deleted file]
Lib/tkinter/test/test_tkinter/test_messagebox.py [deleted file]
Lib/tkinter/test/test_tkinter/test_misc.py [deleted file]
Lib/tkinter/test/test_tkinter/test_simpledialog.py [deleted file]
Lib/tkinter/test/test_tkinter/test_text.py [deleted file]
Lib/tkinter/test/test_tkinter/test_variables.py [deleted file]
Lib/tkinter/test/test_tkinter/test_widgets.py [deleted file]
Lib/tkinter/test/test_ttk/__init__.py [deleted file]
Lib/tkinter/test/test_ttk/test_extensions.py [deleted file]
Lib/tkinter/test/test_ttk/test_style.py [deleted file]
Lib/tkinter/test/test_ttk/test_widgets.py [deleted file]
Lib/tkinter/test/widget_tests.py [deleted file]
Lib/token.py
Lib/tokenize.py
Lib/trace.py
Lib/traceback.py
Lib/tty.py
Lib/turtle.py
Lib/turtledemo/__main__.py
Lib/types.py
Lib/typing.py
Lib/unittest/__init__.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/test/__init__.py [deleted file]
Lib/unittest/test/__main__.py [deleted file]
Lib/unittest/test/_test_warnings.py [deleted file]
Lib/unittest/test/dummy.py [deleted file]
Lib/unittest/test/support.py [deleted file]
Lib/unittest/test/test_assertions.py [deleted file]
Lib/unittest/test/test_async_case.py [deleted file]
Lib/unittest/test/test_break.py [deleted file]
Lib/unittest/test/test_case.py [deleted file]
Lib/unittest/test/test_discovery.py [deleted file]
Lib/unittest/test/test_functiontestcase.py [deleted file]
Lib/unittest/test/test_loader.py [deleted file]
Lib/unittest/test/test_program.py [deleted file]
Lib/unittest/test/test_result.py [deleted file]
Lib/unittest/test/test_runner.py [deleted file]
Lib/unittest/test/test_setups.py [deleted file]
Lib/unittest/test/test_skipping.py [deleted file]
Lib/unittest/test/test_suite.py [deleted file]
Lib/unittest/test/testmock/__init__.py [deleted file]
Lib/unittest/test/testmock/__main__.py [deleted file]
Lib/unittest/test/testmock/support.py [deleted file]
Lib/unittest/test/testmock/testasync.py [deleted file]
Lib/unittest/test/testmock/testcallable.py [deleted file]
Lib/unittest/test/testmock/testhelpers.py [deleted file]
Lib/unittest/test/testmock/testmagicmethods.py [deleted file]
Lib/unittest/test/testmock/testmock.py [deleted file]
Lib/unittest/test/testmock/testpatch.py [deleted file]
Lib/unittest/test/testmock/testsealable.py [deleted file]
Lib/unittest/test/testmock/testsentinel.py [deleted file]
Lib/unittest/test/testmock/testwith.py [deleted file]
Lib/urllib/error.py
Lib/urllib/parse.py
Lib/urllib/request.py
Lib/uu.py [changed mode: 0755->0644]
Lib/uuid.py
Lib/venv/__init__.py
Lib/venv/scripts/common/Activate.ps1
Lib/venv/scripts/common/activate
Lib/venv/scripts/nt/activate.bat
Lib/venv/scripts/nt/deactivate.bat
Lib/venv/scripts/posix/activate.csh
Lib/venv/scripts/posix/activate.fish
Lib/warnings.py
Lib/wave.py
Lib/webbrowser.py
Lib/wsgiref/handlers.py
Lib/wsgiref/validate.py
Lib/xdrlib.py
Lib/xml/dom/expatbuilder.py
Lib/xml/etree/ElementTree.py
Lib/xml/sax/__init__.py
Lib/xml/sax/_exceptions.py
Lib/xml/sax/expatreader.py
Lib/xml/sax/xmlreader.py
Lib/xmlrpc/client.py
Lib/xmlrpc/server.py
Lib/zipapp.py
Lib/zipfile.py [deleted file]
Lib/zipfile/__init__.py [new file with mode: 0644]
Lib/zipfile/__main__.py [new file with mode: 0644]
Lib/zipfile/_path/__init__.py [new file with mode: 0644]
Lib/zipfile/_path/glob.py [new file with mode: 0644]
Lib/zipimport.py
Lib/zoneinfo/_zoneinfo.py
Mac/BuildScript/build-installer.py
Mac/BuildScript/resources/ReadMe.rtf
Mac/BuildScript/resources/Welcome.rtf
Mac/BuildScript/scripts/postflight.ensurepip
Mac/BuildScript/scripts/postflight.framework
Mac/Makefile.in
Mac/Tools/pythonw.c
Makefile.pre.in
Misc/ACKS
Misc/HISTORY
Misc/NEWS [deleted file]
Misc/NEWS.d/3.10.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a5.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a6.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0a7.rst [new file with mode: 0644]
Misc/NEWS.d/3.10.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a5.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a6.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0a7.rst [new file with mode: 0644]
Misc/NEWS.d/3.11.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a5.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a6.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0a7.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0b2.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0b3.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0b4.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0rc2.rst [new file with mode: 0644]
Misc/NEWS.d/3.12.0rc3.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0b2.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0b3.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0b4.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0rc2.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0rc3.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.0rc4.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.1rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.2.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.2rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.3.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.3rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.4.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.4rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.5.rst [new file with mode: 0644]
Misc/NEWS.d/3.5.5rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0b2.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0b3.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0b4.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.0rc2.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.1rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.2.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.2rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.2rc2.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.3.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.3rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.4.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.4rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.5.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.5rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.6.rst [new file with mode: 0644]
Misc/NEWS.d/3.6.6rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0b2.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0b3.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0b4.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0b5.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.0rc1.rst [new file with mode: 0644]
Misc/NEWS.d/3.8.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.8.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.8.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.8.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.8.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a1.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a2.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a3.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a4.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a5.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0a6.rst [new file with mode: 0644]
Misc/NEWS.d/3.9.0b1.rst [new file with mode: 0644]
Misc/NEWS.d/next/Build/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/C API/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Documentation/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/IDLE/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Security/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Tests/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Tools-Demos/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Windows/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/README.rst [new file with mode: 0644]
Misc/README
Misc/gdbinit [deleted file]
Misc/python.man
Misc/python.pc.in
Misc/stable_abi.toml
Modules/Setup
Modules/Setup.bootstrap.in
Modules/Setup.stdlib.in
Modules/_abc.c
Modules/_asynciomodule.c
Modules/_bisectmodule.c
Modules/_blake2/blake2module.c
Modules/_blake2/blake2module.h
Modules/_blake2/clinic/blake2b_impl.c.h
Modules/_blake2/clinic/blake2s_impl.c.h
Modules/_blake2/impl/blake2-config.h
Modules/_blake2/impl/blake2b-round.h
Modules/_blake2/impl/blake2s-load-xop.h
Modules/_blake2/impl/blake2s-round.h
Modules/_bz2module.c
Modules/_codecsmodule.c
Modules/_collectionsmodule.c
Modules/_contextvarsmodule.c
Modules/_cryptmodule.c
Modules/_csv.c
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/ctypes_dlfcn.h [deleted file]
Modules/_ctypes/darwin/LICENSE [deleted file]
Modules/_ctypes/darwin/README [deleted file]
Modules/_ctypes/darwin/README.ctypes [deleted file]
Modules/_ctypes/darwin/dlfcn.h [deleted file]
Modules/_ctypes/darwin/dlfcn_simple.c [deleted file]
Modules/_ctypes/libffi_osx/LICENSE [deleted file]
Modules/_ctypes/libffi_osx/README [deleted file]
Modules/_ctypes/libffi_osx/README.pyobjc [deleted file]
Modules/_ctypes/libffi_osx/ffi.c [deleted file]
Modules/_ctypes/libffi_osx/include/ffi.h [deleted file]
Modules/_ctypes/libffi_osx/include/ffi_common.h [deleted file]
Modules/_ctypes/libffi_osx/include/fficonfig.h [deleted file]
Modules/_ctypes/libffi_osx/include/ffitarget.h [deleted file]
Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h [deleted file]
Modules/_ctypes/libffi_osx/include/x86-ffitarget.h [deleted file]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S [deleted file]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h [deleted file]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S [deleted file]
Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c [deleted file]
Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S [deleted file]
Modules/_ctypes/libffi_osx/types.c [deleted file]
Modules/_ctypes/libffi_osx/x86/darwin64.S [deleted file]
Modules/_ctypes/libffi_osx/x86/x86-darwin.S [deleted file]
Modules/_ctypes/libffi_osx/x86/x86-ffi64.c [deleted file]
Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c [deleted file]
Modules/_ctypes/malloc_closure.c
Modules/_ctypes/stgdict.c
Modules/_curses_panel.c
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/_dbmmodule.c
Modules/_decimal/_decimal.c
Modules/_decimal/libmpdec/mpdecimal.c
Modules/_decimal/tests/formathelper.py
Modules/_decimal/tests/runall.bat
Modules/_elementtree.c
Modules/_functoolsmodule.c
Modules/_gdbmmodule.c
Modules/_hacl/Hacl_Hash_MD5.c [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_MD5.h [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA1.c [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA1.h [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA2.c [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA2.h [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA3.c [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_SHA3.h [new file with mode: 0644]
Modules/_hacl/Hacl_Streaming_Types.h [new file with mode: 0644]
Modules/_hacl/README.md [new file with mode: 0644]
Modules/_hacl/include/krml/FStar_UInt128_Verified.h [new file with mode: 0644]
Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h [new file with mode: 0644]
Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h [new file with mode: 0644]
Modules/_hacl/include/krml/internal/target.h [new file with mode: 0644]
Modules/_hacl/include/krml/lowstar_endianness.h [new file with mode: 0644]
Modules/_hacl/include/krml/types.h [new file with mode: 0644]
Modules/_hacl/internal/Hacl_Hash_MD5.h [new file with mode: 0644]
Modules/_hacl/internal/Hacl_Hash_SHA1.h [new file with mode: 0644]
Modules/_hacl/internal/Hacl_Hash_SHA2.h [new file with mode: 0644]
Modules/_hacl/internal/Hacl_Hash_SHA3.h [new file with mode: 0644]
Modules/_hacl/python_hacl_namespaces.h [new file with mode: 0644]
Modules/_hacl/refresh.sh [new file with mode: 0755]
Modules/_hashopenssl.c
Modules/_heapqmodule.c
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c
Modules/_io/bytesio.c
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/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/_sha3/LICENSE [deleted file]
Modules/_sha3/README.txt [deleted file]
Modules/_sha3/clinic/sha3module.c.h [deleted file]
Modules/_sha3/sha3.c [deleted file]
Modules/_sha3/sha3.h [deleted file]
Modules/_sha3/sha3module.c [deleted file]
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/microprotocols.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h
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/clinic/cert.c.h
Modules/_ssl/debughelpers.c
Modules/_ssl_data_111.h
Modules/_ssl_data_300.h
Modules/_ssl_data_31.h [new file with mode: 0644]
Modules/_stat.c
Modules/_statisticsmodule.c
Modules/_struct.c
Modules/_testbuffer.c
Modules/_testcapi/README.txt [new file with mode: 0644]
Modules/_testcapi/abstract.c [new file with mode: 0644]
Modules/_testcapi/buffer.c [new file with mode: 0644]
Modules/_testcapi/clinic/exceptions.c.h [new file with mode: 0644]
Modules/_testcapi/clinic/float.c.h [new file with mode: 0644]
Modules/_testcapi/clinic/vectorcall.c.h [new file with mode: 0644]
Modules/_testcapi/clinic/watchers.c.h [new file with mode: 0644]
Modules/_testcapi/code.c [new file with mode: 0644]
Modules/_testcapi/datetime.c [new file with mode: 0644]
Modules/_testcapi/dict.c [new file with mode: 0644]
Modules/_testcapi/docstring.c [new file with mode: 0644]
Modules/_testcapi/exceptions.c [new file with mode: 0644]
Modules/_testcapi/float.c [new file with mode: 0644]
Modules/_testcapi/gc.c [new file with mode: 0644]
Modules/_testcapi/getargs.c [new file with mode: 0644]
Modules/_testcapi/heaptype.c [new file with mode: 0644]
Modules/_testcapi/heaptype_relative.c [new file with mode: 0644]
Modules/_testcapi/immortal.c [new file with mode: 0644]
Modules/_testcapi/long.c [new file with mode: 0644]
Modules/_testcapi/mem.c [new file with mode: 0644]
Modules/_testcapi/parts.h [new file with mode: 0644]
Modules/_testcapi/pyos.c [new file with mode: 0644]
Modules/_testcapi/pytime.c [new file with mode: 0644]
Modules/_testcapi/structmember.c [new file with mode: 0644]
Modules/_testcapi/testcapi_long.h [new file with mode: 0644]
Modules/_testcapi/unicode.c [new file with mode: 0644]
Modules/_testcapi/util.h [new file with mode: 0644]
Modules/_testcapi/vectorcall.c [new file with mode: 0644]
Modules/_testcapi/vectorcall_limited.c [new file with mode: 0644]
Modules/_testcapi/watchers.c [new file with mode: 0644]
Modules/_testcapi_feature_macros.inc
Modules/_testcapimodule.c
Modules/_testclinic.c
Modules/_testinternalcapi.c
Modules/_testmultiphase.c
Modules/_testsinglephase.c [new file with mode: 0644]
Modules/_threadmodule.c
Modules/_tkinter.c
Modules/_tracemalloc.c
Modules/_typingmodule.c
Modules/_uuidmodule.c
Modules/_weakref.c
Modules/_winapi.c
Modules/_xxinterpchannelsmodule.c [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c
Modules/_xxtestfuzz/fuzzer.c
Modules/_zoneinfo.c
Modules/arraymodule.c
Modules/atexitmodule.c
Modules/audioop.c
Modules/binascii.c
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/cjkcodecs.h
Modules/cjkcodecs/clinic/multibytecodec.c.h
Modules/cjkcodecs/emu_jisx0213_2000.h
Modules/cjkcodecs/mappings_hk.h
Modules/cjkcodecs/mappings_tw.h
Modules/cjkcodecs/multibytecodec.c
Modules/cjkcodecs/multibytecodec.h
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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/sha256module.c.h [deleted file]
Modules/clinic/sha2module.c.h [new file with mode: 0644]
Modules/clinic/sha3module.c.h [new file with mode: 0644]
Modules/clinic/sha512module.c.h [deleted file]
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 [new file with mode: 0644]
Modules/clinic/termios.c.h
Modules/clinic/unicodedata.c.h
Modules/clinic/zlibmodule.c.h
Modules/cmathmodule.c
Modules/errnomodule.c
Modules/faulthandler.c
Modules/fcntlmodule.c
Modules/gc_weakref.txt
Modules/gcmodule.c
Modules/getaddrinfo.c
Modules/getbuildinfo.c
Modules/getpath.c
Modules/getpath.py
Modules/grpmodule.c
Modules/hashlib.h
Modules/itertoolsmodule.c
Modules/main.c
Modules/makesetup
Modules/mathmodule.c
Modules/md5module.c
Modules/mmapmodule.c
Modules/nismodule.c
Modules/ossaudiodev.c
Modules/overlapped.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/pyexpat.c
Modules/readline.c
Modules/resource.c
Modules/selectmodule.c
Modules/sha1module.c
Modules/sha256module.c [deleted file]
Modules/sha2module.c [new file with mode: 0644]
Modules/sha3module.c [new file with mode: 0644]
Modules/sha512module.c [deleted file]
Modules/signalmodule.c
Modules/socketmodule.c
Modules/socketmodule.h
Modules/spwdmodule.c
Modules/symtablemodule.c
Modules/syslogmodule.c
Modules/termios.c
Modules/testcapi_long.h [deleted file]
Modules/timemodule.c
Modules/tkappinit.c
Modules/tkinter.h
Modules/unicodedata.c
Modules/unicodedata_db.h
Modules/unicodename_db.h
Modules/xxlimited.c
Modules/xxlimited_35.c
Modules/xxmodule.c
Modules/xxsubtype.c
Modules/zlibmodule.c
Objects/abstract.c
Objects/accu.c [deleted file]
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/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 [new file with mode: 0644]
Objects/clinic/unicodeobject.c.h
Objects/codeobject.c
Objects/complexobject.c
Objects/descrobject.c
Objects/dictobject.c
Objects/enumobject.c
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/longobject.c
Objects/memoryobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/namespaceobject.c
Objects/object.c
Objects/object_layout.md [new file with mode: 0644]
Objects/object_layout_312.gv [new file with mode: 0644]
Objects/object_layout_312.png [new file with mode: 0644]
Objects/object_layout_full_312.gv [new file with mode: 0644]
Objects/object_layout_full_312.png [new file with mode: 0644]
Objects/obmalloc.c
Objects/odictobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/sliceobject.c
Objects/stringlib/asciilib.h
Objects/stringlib/clinic/transmogrify.h.h
Objects/stringlib/count.h
Objects/stringlib/eq.h
Objects/stringlib/fastsearch.h
Objects/stringlib/join.h
Objects/stringlib/localeutil.h
Objects/stringlib/replace.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/stringlib/unicodedefs.h [deleted file]
Objects/structseq.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/typevarobject.c [new file with mode: 0644]
Objects/unicodeobject.c
Objects/unicodetype_db.h
Objects/unionobject.c
Objects/weakrefobject.c
PC/_msi.c
PC/_testconsole.c
PC/_wmimodule.cpp [new file with mode: 0644]
PC/clinic/_msi.c.h
PC/clinic/_testconsole.c.h
PC/clinic/_wmimodule.cpp.h [new file with mode: 0644]
PC/clinic/msvcrtmodule.c.h
PC/clinic/winreg.c.h
PC/clinic/winsound.c.h
PC/config.c
PC/config_minimal.c
PC/empty.c [deleted file]
PC/launcher.c
PC/launcher2.c
PC/layout/main.py
PC/layout/support/appxmanifest.py
PC/layout/support/catalog.py
PC/layout/support/constants.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/python3dll.c
PC/readme.txt
PC/testpy.py [deleted file]
PC/winreg.c
PC/winsound.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/_testclinic.vcxproj [new file with mode: 0644]
PCbuild/_testclinic.vcxproj.filters [new file with mode: 0644]
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 [new file with mode: 0644]
PCbuild/_testsinglephase.vcxproj.filters [new file with mode: 0644]
PCbuild/_tkinter.vcxproj
PCbuild/_tkinter.vcxproj.filters
PCbuild/_uuid.vcxproj
PCbuild/_uuid.vcxproj.filters
PCbuild/_wmi.vcxproj [new file with mode: 0644]
PCbuild/_wmi.vcxproj.filters [new file with mode: 0644]
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/lib.pyproj [deleted file]
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/regen.targets
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/Python.asdl
Parser/action_helpers.c
Parser/asdl_c.py
Parser/myreadline.c
Parser/parser.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/_bootstrap_python.c
Programs/_freeze_module.c
Programs/_testembed.c
Programs/test_frozenmain.h
Python/Python-ast.c
Python/Python-tokenize.c
Python/_warnings.c
Python/adaptive.md
Python/asm_trampoline.S [new file with mode: 0644]
Python/assemble.c [new file with mode: 0644]
Python/ast.c
Python/ast_opt.c
Python/ast_unparse.c
Python/bltinmodule.c
Python/bootstrap_hash.c
Python/bytecodes.c [new file with mode: 0644]
Python/ceval.c
Python/ceval_gil.c [new file with mode: 0644]
Python/ceval_gil.h [deleted file]
Python/ceval_macros.h [new file with mode: 0644]
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 [new file with mode: 0644]
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/README.txt
Python/dtoa.c
Python/dynload_shlib.c
Python/dynload_win.c
Python/errors.c
Python/fileutils.c
Python/flowgraph.c [new file with mode: 0644]
Python/formatter_unicode.c
Python/frame.c
Python/frozen.c
Python/frozen_modules/README.txt
Python/frozenmain.c
Python/future.c
Python/generated_cases.c.h [new file with mode: 0644]
Python/getargs.c
Python/getversion.c
Python/hamt.c
Python/import.c
Python/importdl.c
Python/initconfig.c
Python/instrumentation.c [new file with mode: 0644]
Python/intrinsics.c [new file with mode: 0644]
Python/legacy_tracing.c [new file with mode: 0644]
Python/makeopcodetargets.py
Python/marshal.c
Python/modsupport.c
Python/opcode_metadata.h [new file with mode: 0644]
Python/opcode_targets.h
Python/perf_trampoline.c [new file with mode: 0644]
Python/preconfig.c
Python/pylifecycle.c
Python/pystate.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 [new file with mode: 0644]
README.rst
Tools/README
Tools/build/check_extension_modules.py [new file with mode: 0644]
Tools/build/deepfreeze.py [new file with mode: 0644]
Tools/build/freeze_modules.py [new file with mode: 0644]
Tools/build/generate_global_objects.py [new file with mode: 0644]
Tools/build/generate_levenshtein_examples.py [new file with mode: 0644]
Tools/build/generate_opcode_h.py [new file with mode: 0644]
Tools/build/generate_re_casefix.py [new file with mode: 0755]
Tools/build/generate_sre_constants.py [new file with mode: 0755]
Tools/build/generate_stdlib_module_names.py [new file with mode: 0644]
Tools/build/generate_token.py [new file with mode: 0755]
Tools/build/parse_html5_entities.py [new file with mode: 0755]
Tools/build/smelly.py [new file with mode: 0755]
Tools/build/stable_abi.py [new file with mode: 0644]
Tools/build/umarshal.py [new file with mode: 0644]
Tools/build/update_file.py [new file with mode: 0644]
Tools/build/verify_ensurepip_wheels.py [new file with mode: 0755]
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/TODO
Tools/c-analyzer/c_analyzer/__main__.py
Tools/c-analyzer/c_analyzer/info.py
Tools/c-analyzer/c_common/fsutil.py
Tools/c-analyzer/c_common/info.py [deleted file]
Tools/c-analyzer/c_common/iterutil.py
Tools/c-analyzer/c_common/show.py [deleted file]
Tools/c-analyzer/c_common/tables.py
Tools/c-analyzer/c_parser/__init__.py
Tools/c-analyzer/c_parser/__main__.py
Tools/c-analyzer/c_parser/_state_machine.py [deleted file]
Tools/c-analyzer/c_parser/info.py
Tools/c-analyzer/c_parser/parser/__init__.py
Tools/c-analyzer/c_parser/parser/_alt.py [deleted file]
Tools/c-analyzer/c_parser/parser/_common.py
Tools/c-analyzer/c_parser/parser/_delim.py [deleted file]
Tools/c-analyzer/c_parser/parser/_func_body.py
Tools/c-analyzer/c_parser/parser/_global.py
Tools/c-analyzer/c_parser/parser/_regexes.py
Tools/c-analyzer/c_parser/preprocessor/__init__.py
Tools/c-analyzer/c_parser/preprocessor/common.py
Tools/c-analyzer/c_parser/preprocessor/gcc.py
Tools/c-analyzer/c_parser/preprocessor/pure.py
Tools/c-analyzer/check-c-globals.py
Tools/c-analyzer/cpython/__main__.py
Tools/c-analyzer/cpython/_analyzer.py
Tools/c-analyzer/cpython/_builtin_types.py [new file with mode: 0644]
Tools/c-analyzer/cpython/_capi.py
Tools/c-analyzer/cpython/_parser.py
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv
Tools/c-analyzer/distutils/README [new file with mode: 0644]
Tools/c-analyzer/distutils/__init__.py [new file with mode: 0644]
Tools/c-analyzer/distutils/_msvccompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/bcppcompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/ccompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/cygwinccompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/debug.py [new file with mode: 0644]
Tools/c-analyzer/distutils/dep_util.py [new file with mode: 0644]
Tools/c-analyzer/distutils/errors.py [new file with mode: 0644]
Tools/c-analyzer/distutils/log.py [new file with mode: 0644]
Tools/c-analyzer/distutils/msvc9compiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/msvccompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/spawn.py [new file with mode: 0644]
Tools/c-analyzer/distutils/unixccompiler.py [new file with mode: 0644]
Tools/c-analyzer/distutils/util.py [new file with mode: 0644]
Tools/c-analyzer/table-file.py
Tools/cases_generator/README.md [new file with mode: 0644]
Tools/cases_generator/generate_cases.py [new file with mode: 0644]
Tools/cases_generator/interpreter_definition.md [new file with mode: 0644]
Tools/cases_generator/lexer.py [new file with mode: 0644]
Tools/cases_generator/parser.py [new file with mode: 0644]
Tools/cases_generator/plexer.py [new file with mode: 0644]
Tools/cases_generator/test_generator.py [new file with mode: 0644]
Tools/clinic/clinic.py
Tools/clinic/cpp.py
Tools/clinic/mypy.ini [new file with mode: 0644]
Tools/clinic/requirements-dev.txt [new file with mode: 0644]
Tools/demo/README [deleted file]
Tools/demo/beer.py [deleted file]
Tools/demo/eiffel.py [deleted file]
Tools/demo/hanoi.py [deleted file]
Tools/demo/life.py [deleted file]
Tools/demo/markov.py [deleted file]
Tools/demo/mcast.py [deleted file]
Tools/demo/queens.py [deleted file]
Tools/demo/redemo.py [deleted file]
Tools/demo/rpython.py [deleted file]
Tools/demo/rpythond.py [deleted file]
Tools/demo/sortvisu.py [deleted file]
Tools/demo/spreadsheet.py [deleted file]
Tools/demo/vector.py [deleted file]
Tools/freeze/test/freeze.py
Tools/gdb/libpython.py
Tools/i18n/pygettext.py
Tools/importbench/importbench.py
Tools/iobench/iobench.py
Tools/msi/build.bat
Tools/msi/buildrelease.bat
Tools/msi/bundle/Default.wxl
Tools/msi/bundle/bootstrap/pch.h
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.wxs
Tools/msi/bundle/packagegroups/tools.wxs [deleted file]
Tools/msi/common.wxs
Tools/msi/get_externals.bat
Tools/msi/launcher/launcher.wxs
Tools/msi/lib/lib_files.wxs
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/tcltk/tcltk_files.wxs
Tools/msi/test/test_files.wxs
Tools/msi/testrelease.bat
Tools/msi/tools/tools.wixproj [deleted file]
Tools/msi/tools/tools.wxs [deleted file]
Tools/msi/tools/tools_en-US.wxl [deleted file]
Tools/msi/tools/tools_files.wxs [deleted file]
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/patchcheck/patchcheck.py [new file with mode: 0755]
Tools/patchcheck/reindent.py [new file with mode: 0755]
Tools/patchcheck/untabify.py [new file with mode: 0755]
Tools/peg_generator/Makefile
Tools/peg_generator/peg_extension/peg_extension.c
Tools/peg_generator/pegen/build.py
Tools/peg_generator/pegen/c_generator.py
Tools/peg_generator/pegen/grammar.py
Tools/peg_generator/scripts/benchmark.py
Tools/peg_generator/scripts/grammar_grapher.py
Tools/peg_generator/scripts/test_parse_directory.py
Tools/peg_generator/scripts/test_pypi_packages.py
Tools/requirements-hypothesis.txt [new file with mode: 0644]
Tools/scripts/2to3
Tools/scripts/README
Tools/scripts/abitype.py [deleted file]
Tools/scripts/analyze_dxp.py [deleted file]
Tools/scripts/byext.py [deleted file]
Tools/scripts/byteyears.py [deleted file]
Tools/scripts/cleanfuture.py [deleted file]
Tools/scripts/copytime.py [deleted file]
Tools/scripts/crlf.py [deleted file]
Tools/scripts/db2pickle.py [deleted file]
Tools/scripts/deepfreeze.py [deleted file]
Tools/scripts/diff.py [deleted file]
Tools/scripts/divmod_threshold.py [new file with mode: 0644]
Tools/scripts/dutree.doc [deleted file]
Tools/scripts/dutree.py [deleted file]
Tools/scripts/eptags.py [deleted file]
Tools/scripts/find-uname.py [deleted file]
Tools/scripts/find_recursionlimit.py [deleted file]
Tools/scripts/finddiv.py [deleted file]
Tools/scripts/findlinksto.py [deleted file]
Tools/scripts/findnocoding.py [deleted file]
Tools/scripts/fixcid.py [deleted file]
Tools/scripts/fixdiv.py [deleted file]
Tools/scripts/fixheader.py [deleted file]
Tools/scripts/fixnotice.py [deleted file]
Tools/scripts/fixps.py [deleted file]
Tools/scripts/freeze_modules.py [deleted file]
Tools/scripts/generate_global_objects.py [deleted file]
Tools/scripts/generate_opcode_h.py [deleted file]
Tools/scripts/generate_re_casefix.py [deleted file]
Tools/scripts/generate_sre_constants.py [deleted file]
Tools/scripts/generate_stdlib_module_names.py [deleted file]
Tools/scripts/generate_token.py [deleted file]
Tools/scripts/get-remote-certificate.py [deleted file]
Tools/scripts/google.py [deleted file]
Tools/scripts/gprof2html.py [deleted file]
Tools/scripts/highlight.py [deleted file]
Tools/scripts/idle3
Tools/scripts/ifdef.py [deleted file]
Tools/scripts/import_diagnostics.py [deleted file]
Tools/scripts/lfcr.py [deleted file]
Tools/scripts/linktree.py [deleted file]
Tools/scripts/lll.py [deleted file]
Tools/scripts/mailerdaemon.py [deleted file]
Tools/scripts/make_ctype.py [deleted file]
Tools/scripts/md5sum.py [deleted file]
Tools/scripts/mkreal.py [deleted file]
Tools/scripts/ndiff.py [deleted file]
Tools/scripts/nm2def.py [deleted file]
Tools/scripts/objgraph.py [deleted file]
Tools/scripts/parse_html5_entities.py [deleted file]
Tools/scripts/parseentities.py [deleted file]
Tools/scripts/patchcheck.py [deleted file]
Tools/scripts/pathfix.py [deleted file]
Tools/scripts/pdeps.py [deleted file]
Tools/scripts/pep384_macrocheck.py [deleted file]
Tools/scripts/pickle2db.py [deleted file]
Tools/scripts/pindent.py [deleted file]
Tools/scripts/ptags.py [deleted file]
Tools/scripts/pysource.py [deleted file]
Tools/scripts/reindent-rst.py [deleted file]
Tools/scripts/reindent.py [deleted file]
Tools/scripts/rgrep.py [deleted file]
Tools/scripts/smelly.py [deleted file]
Tools/scripts/stable_abi.py [deleted file]
Tools/scripts/startuptime.py [deleted file]
Tools/scripts/suff.py [deleted file]
Tools/scripts/summarize_stats.py
Tools/scripts/texi2html.py [deleted file]
Tools/scripts/umarshal.py [deleted file]
Tools/scripts/untabify.py [deleted file]
Tools/scripts/update_file.py [deleted file]
Tools/scripts/verify_ensurepip_wheels.py [deleted file]
Tools/scripts/which.py [deleted file]
Tools/scripts/win_add2path.py [deleted file]
Tools/ssl/multissltests.py
Tools/unicode/genmap_tchinese.py [new file with mode: 0644]
Tools/unicode/genwincodecs.bat
Tools/unicode/makeunicodedata.py
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/wasm_assets.py
Tools/wasm/wasm_build.py
aclocal.m4
configure
configure.ac
pyconfig.h.in
setup.py [deleted file]