Imported Upstream version 3.10.9 upstream/3.10.9
authorJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:48 +0000 (15:01 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:48 +0000 (15:01 +0900)
commit647a127df741e75721bfed8c31cf7f5fd371eb26
tree80ce86e09d5f3c4148df230d32fdd59391ac37b7
parent9c126ec1b34d95dae77cfe45c31196c18a547347
Imported Upstream version 3.10.9
249 files changed:
Doc/README.rst
Doc/c-api/init.rst
Doc/c-api/init_config.rst
Doc/c-api/memory.rst
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/data/refcounts.dat
Doc/extending/embedding.rst
Doc/faq/design.rst
Doc/faq/general.rst
Doc/faq/programming.rst
Doc/faq/windows.rst
Doc/glossary.rst
Doc/howto/argparse.rst
Doc/howto/clinic.rst
Doc/howto/logging-cookbook.rst
Doc/howto/logging.rst
Doc/install/index.rst
Doc/library/argparse.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-llapi-index.rst
Doc/library/asyncio-policy.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-task.rst
Doc/library/base64.rst
Doc/library/bdb.rst
Doc/library/bz2.rst
Doc/library/codecs.rst
Doc/library/concurrent.futures.rst
Doc/library/contextlib.rst
Doc/library/contextvars.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/doctest.rst
Doc/library/email.compat32-message.rst
Doc/library/email.errors.rst
Doc/library/email.headerregistry.rst
Doc/library/ensurepip.rst
Doc/library/functions.rst
Doc/library/hashlib.rst
Doc/library/http.server.rst
Doc/library/importlib.rst
Doc/library/locale.rst
Doc/library/lzma.rst
Doc/library/multiprocessing.rst
Doc/library/os.rst
Doc/library/re.rst
Doc/library/secrets.rst
Doc/library/select.rst
Doc/library/signal.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Doc/library/sqlite3.rst
Doc/library/statistics.rst
Doc/library/stdtypes.rst
Doc/library/struct.rst
Doc/library/subprocess.rst
Doc/library/sys.rst
Doc/library/tk.rst
Doc/library/tkinter.colorchooser.rst
Doc/library/tkinter.dnd.rst
Doc/library/tkinter.messagebox.rst
Doc/library/types.rst
Doc/library/typing.rst
Doc/library/unittest.mock-examples.rst
Doc/library/venv.rst
Doc/library/weakref.rst
Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.server.rst
Doc/library/zoneinfo.rst
Doc/license.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/reference/grammar.rst
Doc/reference/import.rst
Doc/reference/simple_stmts.rst
Doc/tools/extensions/pyspecific.py
Doc/tutorial/datastructures.rst
Doc/tutorial/interpreter.rst
Doc/using/configure.rst
Doc/using/unix.rst
Doc/using/venv-create.inc
Doc/using/windows.rst
Doc/whatsnew/2.2.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.3.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
Include/patchlevel.h
Lib/_collections_abc.py
Lib/argparse.py
Lib/ast.py
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/codecs.py
Lib/ctypes/test/test_struct_fields.py
Lib/ctypes/test/test_structures.py
Lib/dataclasses.py
Lib/encodings/idna.py
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl with 62% similarity]
Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl with 61% similarity]
Lib/http/server.py
Lib/idlelib/NEWS.txt
Lib/idlelib/macosx.py
Lib/importlib/metadata/__init__.py
Lib/importlib/metadata/_functools.py
Lib/inspect.py
Lib/logging/__init__.py
Lib/multiprocessing/connection.py
Lib/multiprocessing/shared_memory.py
Lib/pdb.py
Lib/platform.py
Lib/pydoc_data/topics.py
Lib/shutil.py
Lib/statistics.py
Lib/test/_test_multiprocessing.py
Lib/test/audit-tests.py
Lib/test/support/__init__.py
Lib/test/test_argparse.py
Lib/test/test_ast.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_sendfile.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_unix_events.py
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_audit.py
Lib/test/test_builtin.py
Lib/test/test_call.py
Lib/test/test_capi/__init__.py [new file with mode: 0644]
Lib/test/test_capi/__main__.py [new file with mode: 0644]
Lib/test/test_capi/test_getargs.py [moved from Lib/test/test_getargs2.py with 100% similarity]
Lib/test/test_capi/test_misc.py [moved from Lib/test/test_capi.py with 99% similarity]
Lib/test/test_capi/test_structmembers.py [moved from Lib/test/test_structmembers.py with 100% similarity]
Lib/test/test_capi/test_unicode.py [new file with mode: 0644]
Lib/test/test_codecs.py
Lib/test/test_collections.py
Lib/test/test_complex.py
Lib/test/test_coroutines.py
Lib/test/test_dataclasses.py
Lib/test/test_dictviews.py
Lib/test/test_hashlib.py
Lib/test/test_httpservers.py
Lib/test/test_imp.py
Lib/test/test_importlib/test_metadata_api.py
Lib/test/test_importlib/util.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_math.py
Lib/test/test_pdb.py
Lib/test/test_platform.py
Lib/test/test_re.py
Lib/test/test_shutil.py
Lib/test/test_statistics.py
Lib/test/test_tokenize.py
Lib/test/test_tools/test_i18n.py
Lib/test/test_trace.py
Lib/test/test_typing.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Lib/test/test_urlparse.py
Lib/test/test_venv.py
Lib/test/test_weakref.py
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_text.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Lib/trace.py
Lib/unittest/case.py
Lib/unittest/mock.py
Lib/unittest/result.py
Lib/unittest/test/test_async_case.py
Lib/unittest/test/test_result.py
Lib/unittest/test/test_runner.py
Lib/unittest/test/testmock/testasync.py
Lib/urllib/parse.py
Lib/uuid.py
Lib/venv/__init__.py
Lib/venv/scripts/posix/activate.fish
Mac/BuildScript/build-installer.py
Mac/README.rst
Makefile.pre.in
Misc/NEWS
Modules/_asynciomodule.c
Modules/_ctypes/callproc.c
Modules/_ctypes/stgdict.c
Modules/_io/_iomodule.c
Modules/_io/fileio.c
Modules/_io/textio.c
Modules/_pickle.c
Modules/_sha3/kcp/KeccakSponge.inc
Modules/_sha3/sha3module.c
Modules/_sre.c
Modules/_testcapimodule.c
Modules/_winapi.c
Modules/_zoneinfo.c
Modules/audioop.c
Modules/clinic/_winapi.c.h
Modules/clinic/overlapped.c.h
Modules/expat/expat.h
Modules/expat/xmlparse.c
Modules/expat/xmltok_impl.h
Modules/faulthandler.c
Modules/itertoolsmodule.c
Modules/mathmodule.c
Modules/overlapped.c
Modules/posixmodule.c
Modules/readline.c
Modules/syslogmodule.c
Modules/termios.c
Objects/genericaliasobject.c
Objects/object.c
Objects/obmalloc.c
PC/python_uwp.cpp
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt
Parser/tokenizer.c
Python/import.c
Python/sysmodule.c
README.rst
Tools/i18n/pygettext.py
configure
configure.ac