Imported Upstream version 3.9.10 upstream/3.9.10
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 25 Jan 2022 23:27:56 +0000 (08:27 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 25 Jan 2022 23:27:56 +0000 (08:27 +0900)
commitf1e6ddc341fb9a07b2790f82645362dff84c25fa
treed2626e33c12fd3bf283010119ca4a11e936dfe0b
parent78738af19356b9e03695e900438e888882934e81
Imported Upstream version 3.9.10
176 files changed:
Doc/Makefile
Doc/c-api/unicode.rst
Doc/conf.py
Doc/copyright.rst
Doc/distutils/sourcedist.rst
Doc/extending/extending.rst
Doc/faq/library.rst
Doc/faq/programming.rst
Doc/howto/logging-cookbook.rst
Doc/library/2to3.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-future.rst
Doc/library/asyncio-task.rst
Doc/library/concurrent.futures.rst
Doc/library/ctypes.rst
Doc/library/dataclasses.rst
Doc/library/datetime.rst
Doc/library/enum.rst
Doc/library/functions.rst
Doc/library/hashlib.rst
Doc/library/json.rst
Doc/library/logging.config.rst
Doc/library/logging.handlers.rst
Doc/library/logging.rst
Doc/library/multiprocessing.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pdb.rst
Doc/library/sqlite3.rst
Doc/library/statistics.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/sysconfig.rst
Doc/library/typing.rst
Doc/library/unittest.mock.rst
Doc/library/unittest.rst
Doc/library/urllib.parse.rst
Doc/library/warnings.rst
Doc/library/zipimport.rst
Doc/license.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/requirements.txt
Doc/tools/static/switchers.js [deleted file]
Doc/tools/susp-ignored.csv
Doc/tools/templates/dummy.html
Doc/tools/templates/indexsidebar.html
Doc/tools/templates/layout.html
Doc/tutorial/classes.rst
Doc/tutorial/errors.rst
Doc/tutorial/floatingpoint.rst
Doc/tutorial/stdlib.rst
Include/Python.h
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/patchlevel.h
LICENSE
Lib/argparse.py
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/tasks.py
Lib/asyncio/windows_events.py
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/ctypes/test/test_functions.py
Lib/dataclasses.py
Lib/functools.py
Lib/importlib/metadata.py
Lib/json/__init__.py
Lib/json/encoder.py
Lib/logging/handlers.py
Lib/pydoc_data/topics.py
Lib/signal.py
Lib/sqlite3/__init__.py
Lib/statistics.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/make_ssl_certs.py
Lib/test/test_argparse.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_capi.py
Lib/test/test_collections.py
Lib/test/test_concurrent_futures.py
Lib/test/test_dataclasses.py
Lib/test/test_descr.py
Lib/test/test_email/test_email.py
Lib/test/test_exceptions.py
Lib/test/test_functools.py
Lib/test/test_gdb.py
Lib/test/test_hashlib.py
Lib/test/test_imaplib.py
Lib/test/test_importlib/test_metadata_api.py
Lib/test/test_logging.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_poplib.py
Lib/test/test_queue.py
Lib/test/test_signal.py
Lib/test/test_smtplib.py
Lib/test/test_ssl.py
Lib/test/test_syntax.py
Lib/test/test_sys.py
Lib/test/test_time.py
Lib/test/test_tools/test_md5sum.py
Lib/test/test_traceback.py
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_xml_etree_c.py
Lib/tkinter/test/test_tkinter/test_misc.py
Lib/traceback.py
Lib/turtle.py
Lib/types.py
Lib/unittest/async_case.py
Lib/unittest/case.py
Lib/unittest/runner.py
Lib/unittest/test/test_case.py
Lib/unittest/test/test_program.py
Lib/unittest/test/test_result.py
Lib/unittest/test/testmock/testpatch.py
Lib/venv/__init__.py
Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch [deleted file]
Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch [deleted file]
Mac/BuildScript/build-installer.py
Mac/IDLE/IDLE.app/Contents/Info.plist
Mac/PythonLauncher/Info.plist.in
Mac/PythonLauncher/doscript.m
Mac/Resources/app/Info.plist.in
Makefile.pre.in
Misc/NEWS
Misc/README.valgrind
Modules/_asynciomodule.c
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_hashopenssl.c
Modules/_testcapimodule.c
Modules/clinic/signalmodule.c.h
Modules/gcmodule.c
Modules/mathmodule.c
Modules/posixmodule.c
Modules/posixmodule.h
Modules/signalmodule.c
Modules/zlibmodule.c
Objects/odictobject.c
PC/launcher.c
PC/layout/support/appxmanifest.py
PC/python_ver_rc.h
PCbuild/Directory.Build.props [new file with mode: 0644]
PCbuild/Directory.Build.targets [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/python.props
Parser/pegen/parse.c
Parser/pegen/pegen.c
Python/ceval.c
Python/errors.c
Python/getcopyright.c
Python/pystate.c
Python/pythonrun.c
Python/sysmodule.c
Python/traceback.c
README.rst
Tools/gdb/libpython.py
Tools/peg_generator/pegen/c_generator.py
Tools/peg_generator/pegen/grammar_parser.py
Tools/peg_generator/pegen/python_generator.py
Tools/ssl/multissltests.py
aclocal.m4
config.guess
config.sub
configure
configure.ac
pyconfig.h.in
setup.py