Imported Upstream version 3.9.14 upstream/3.9.14
authorJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:29 +0000 (15:01 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:29 +0000 (15:01 +0900)
commitb88ca1bc14415673dcc77d6f225317397819e8b0
tree8e02e9346d6b384559c9c60c45337be4746b82c8
parentd1028df2c8c786fb6167f22c53c4a954b554de81
Imported Upstream version 3.9.14
53 files changed:
Doc/bugs.rst
Doc/c-api/datetime.rst
Doc/data/python3.9.abi
Doc/library/asyncio-subprocess.rst
Doc/library/doctest.rst
Doc/library/functions.rst
Doc/library/http.server.rst
Doc/library/json.rst
Doc/library/multiprocessing.rst
Doc/library/security_warnings.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/test.rst
Doc/library/xml.etree.elementtree.rst
Doc/reference/expressions.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.9.rst
Include/internal/pycore_hamt.h
Include/internal/pycore_initconfig.h
Include/internal/pycore_interp.h
Include/internal/pycore_long.h [new file with mode: 0644]
Include/patchlevel.h
Lib/ensurepip/__init__.py
Lib/http/server.py
Lib/pydoc_data/topics.py
Lib/test/support/__init__.py
Lib/test/test_ast.py
Lib/test/test_cmd_line.py
Lib/test/test_compile.py
Lib/test/test_context.py
Lib/test/test_decimal.py
Lib/test/test_httpservers.py
Lib/test/test_int.py
Lib/test/test_json/test_decode.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_sys.py
Lib/test/test_xml_etree.py
Lib/test/test_xmlrpc.py
Lib/xml/etree/ElementTree.py
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c
Objects/longobject.c
Parser/pegen/pegen.c
Python/clinic/sysmodule.c.h
Python/hamt.c
Python/initconfig.c
Python/sysmodule.c
README.rst
Tools/scripts/verify_ensurepip_wheels.py [new file with mode: 0755]