Imported Upstream version 3.9.7 upstream/3.9.7
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 25 Jan 2022 23:27:50 +0000 (08:27 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 25 Jan 2022 23:27:50 +0000 (08:27 +0900)
commit1ef4657b14e3ecab7056c9248e7a03fd6ec0f9cd
tree29c3571bed0757176d6f3ae531fcde65b695d64f
parent8a691475cfee9d66c4833aff9359bfea79298b02
Imported Upstream version 3.9.7
303 files changed:
.editorconfig [new file with mode: 0644]
Doc/Makefile
Doc/README.rst
Doc/bugs.rst
Doc/c-api/exceptions.rst
Doc/c-api/module.rst
Doc/c-api/structures.rst
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/conf.py
Doc/distributing/index.rst
Doc/faq/gui.rst
Doc/faq/programming.rst
Doc/glossary.rst
Doc/howto/logging-cookbook.rst
Doc/howto/pyporting.rst
Doc/library/argparse.rst
Doc/library/ast.rst
Doc/library/asyncio-eventloop.rst
Doc/library/atexit.rst
Doc/library/bz2.rst
Doc/library/collections.rst
Doc/library/concurrent.futures.rst
Doc/library/configparser.rst
Doc/library/contextlib.rst
Doc/library/csv.rst
Doc/library/dis.rst
Doc/library/exceptions.rst
Doc/library/filecmp.rst
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/graphlib.rst
Doc/library/hashlib.rst
Doc/library/http.server.rst
Doc/library/idle.rst
Doc/library/importlib.metadata.rst
Doc/library/importlib.rst
Doc/library/index.rst
Doc/library/io.rst
Doc/library/ipaddress.rst
Doc/library/logging.config.rst
Doc/library/logging.rst
Doc/library/marshal.rst
Doc/library/multiprocessing.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/othergui.rst [deleted file]
Doc/library/platform.rst
Doc/library/re.rst
Doc/library/security_warnings.rst [new file with mode: 0644]
Doc/library/shelve.rst
Doc/library/shutil.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/stdtypes.rst
Doc/library/subprocess.rst
Doc/library/sysconfig.rst
Doc/library/tarfile.rst
Doc/library/tempfile.rst
Doc/library/textwrap.rst
Doc/library/tk.rst
Doc/library/tkinter.rst
Doc/library/turtle.rst
Doc/library/unittest.mock.rst
Doc/library/webbrowser.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.rst
Doc/library/zipfile.rst
Doc/reference/expressions.rst
Doc/tools/templates/indexcontent.html
Doc/tutorial/controlflow.rst
Doc/tutorial/errors.rst
Doc/tutorial/introduction.rst
Doc/whatsnew/3.8.rst
Grammar/python.gram
Include/internal/pycore_pymem.h
Include/patchlevel.h
Lib/_collections_abc.py
Lib/_weakrefset.py
Lib/argparse.py
Lib/asyncio/tasks.py
Lib/asyncio/threads.py
Lib/compileall.py
Lib/contextlib.py
Lib/ctypes/test/test_functions.py
Lib/ctypes/test/test_loading.py
Lib/distutils/README
Lib/email/_parseaddr.py
Lib/email/contentmanager.py
Lib/email/message.py
Lib/email/utils.py
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl [new file with mode: 0644]
Lib/filecmp.py
Lib/functools.py
Lib/http/client.py
Lib/idlelib/macosx.py
Lib/inspect.py
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/data/py2_test_grammar.py
Lib/lib2to3/tests/data/py3_test_grammar.py
Lib/lib2to3/tests/test_parser.py
Lib/logging/handlers.py
Lib/multiprocessing/managers.py
Lib/operator.py
Lib/pathlib.py
Lib/pdb.py
Lib/platform.py
Lib/posixpath.py
Lib/pydoc.py
Lib/pydoc_data/topics.py
Lib/rlcompleter.py
Lib/shutil.py
Lib/smtplib.py
Lib/socket.py
Lib/sqlite3/test/backup.py
Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/regression.py
Lib/sqlite3/test/userfunctions.py
Lib/test/_test_multiprocessing.py
Lib/test/_typed_dict_helper.py [new file with mode: 0644]
Lib/test/audit-tests.py
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/lock_tests.py
Lib/test/support/__init__.py
Lib/test/support/warnings_helper.py [new file with mode: 0644]
Lib/test/test__xxsubinterpreters.py
Lib/test/test_argparse.py
Lib/test/test_array.py [changed mode: 0644->0755]
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/__init__.py
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_audit.py
Lib/test/test_capi.py
Lib/test/test_code.py
Lib/test/test_collections.py
Lib/test/test_compileall.py
Lib/test/test_complex.py
Lib/test/test_concurrent_futures.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Lib/test/test_copy.py
Lib/test/test_csv.py
Lib/test/test_decimal.py
Lib/test/test_deque.py
Lib/test/test_docxmlrpc.py
Lib/test/test_email/test_contentmanager.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_message.py
Lib/test/test_enum.py
Lib/test/test_exceptions.py
Lib/test/test_file.py
Lib/test/test_fileio.py
Lib/test/test_float.py
Lib/test/test_fstring.py
Lib/test/test_functools.py
Lib/test/test_gc.py
Lib/test/test_generators.py
Lib/test/test_httpservers.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_operator.py
Lib/test/test_pathlib.py
Lib/test/test_pdb.py
Lib/test/test_peg_parser.py
Lib/test/test_pickle.py
Lib/test/test_queue.py
Lib/test/test_raise.py
Lib/test/test_range.py
Lib/test/test_readline.py
Lib/test/test_regrtest.py
Lib/test/test_rlcompleter.py
Lib/test/test_scope.py
Lib/test/test_set.py
Lib/test/test_shutil.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Lib/test/test_syntax.py
Lib/test/test_sys_settrace.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_local.py
Lib/test/test_tokenize.py
Lib/test/test_traceback.py
Lib/test/test_turtle.py
Lib/test/test_typing.py
Lib/test/test_weakref.py
Lib/test/test_weakset.py
Lib/test/test_xml_etree.py
Lib/test/test_zipimport.py
Lib/tkinter/test/test_tkinter/test_images.py
Lib/tkinter/test/test_tkinter/test_variables.py
Lib/tkinter/test/test_ttk/test_extensions.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tokenize.py
Lib/traceback.py
Lib/turtle.py
Lib/typing.py
Lib/unittest/case.py
Lib/unittest/suite.py
Lib/unittest/test/test_assertions.py
Lib/unittest/test/test_case.py
Lib/unittest/test/test_result.py
Lib/unittest/test/test_runner.py
Lib/unittest/test/test_skipping.py
Lib/urllib/request.py
Lib/weakref.py
Lib/xml/etree/ElementInclude.py
Lib/xml/etree/ElementPath.py
Lib/xml/etree/ElementTree.py
Lib/xml/etree/__init__.py
Lib/xmlrpc/server.py
Mac/BuildScript/0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch [new file with mode: 0644]
Mac/BuildScript/README.rst
Mac/BuildScript/build-installer.py
Mac/BuildScript/resources/License.rtf
Mac/README.rst
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Modules/_csv.c
Modules/_ctypes/callproc.c
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_operator.c
Modules/_sqlite/connection.c
Modules/_ssl.c
Modules/_testcapimodule.c
Modules/_tkinter.c
Modules/_winapi.c
Modules/clinic/_operator.c.h
Modules/expat/COPYING
Modules/expat/ascii.h
Modules/expat/asciitab.h
Modules/expat/expat.h
Modules/expat/expat_external.h
Modules/expat/iasciitab.h
Modules/expat/internal.h
Modules/expat/latin1tab.h
Modules/expat/nametab.h
Modules/expat/siphash.h
Modules/expat/utf8tab.h
Modules/expat/winconfig.h
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmlrole.h
Modules/expat/xmltok.c
Modules/expat/xmltok.h
Modules/expat/xmltok_impl.c
Modules/expat/xmltok_impl.h
Modules/expat/xmltok_ns.c
Modules/gc_weakref.txt
Modules/itertoolsmodule.c
Objects/classobject.c
Objects/complexobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/genericaliasobject.c
Objects/listobject.c
Objects/methodobject.c
Objects/rangeobject.c
Objects/typeobject.c
Objects/weakrefobject.c
PCbuild/get_externals.bat
PCbuild/prepare_libffi.bat
PCbuild/python.props
Parser/pegen/parse.c
Parser/pegen/parse_string.c
Parser/tokenizer.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/errors.c
Python/fileutils.c
Python/marshal.c
Python/traceback.c
README.rst
Tools/freeze/README
Tools/i18n/pygettext.py
Tools/msi/README.txt
Tools/msi/buildrelease.bat
Tools/msi/bundle/bundle.wxs
Tools/msi/common_en-US.wxl_template
Tools/msi/exe/exe_en-US.wxl_template
Tools/msi/msi.props
Tools/ssl/multissltests.py
setup.py