Imported Upstream version 3.10.8 upstream/3.10.8
authorJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:47 +0000 (15:01 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 18 Jan 2023 06:01:47 +0000 (15:01 +0900)
commit9c126ec1b34d95dae77cfe45c31196c18a547347
tree3d1dd0decbfaecbbd91e7dc70cf4ea87a71529b5
parent106c627b2cb5ef80aafa12ee7c3286d91d7e7a97
Imported Upstream version 3.10.8
249 files changed:
Doc/README.rst
Doc/about.rst
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/call.rst
Doc/c-api/capsule.rst
Doc/c-api/complex.rst
Doc/c-api/conversion.rst
Doc/c-api/dict.rst
Doc/c-api/exceptions.rst
Doc/c-api/file.rst
Doc/c-api/float.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/long.rst
Doc/c-api/marshal.rst
Doc/c-api/memory.rst
Doc/c-api/memoryview.rst
Doc/c-api/module.rst
Doc/c-api/object.rst
Doc/c-api/structures.rst
Doc/c-api/sys.rst
Doc/c-api/tuple.rst
Doc/c-api/typehints.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/conf.py
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/faq/extending.rst
Doc/faq/general.rst
Doc/faq/gui.rst
Doc/faq/library.rst
Doc/faq/programming.rst
Doc/faq/windows.rst
Doc/glossary.rst
Doc/howto/descriptor.rst
Doc/howto/logging-cookbook.rst
Doc/howto/unicode.rst
Doc/includes/email-read-alternative.py
Doc/includes/tzinfo_examples.py
Doc/library/_thread.rst
Doc/library/ast.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-future.rst
Doc/library/asyncio-llapi-index.rst
Doc/library/asyncio-policy.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-task.rst
Doc/library/bisect.rst
Doc/library/copyreg.rst
Doc/library/csv.rst
Doc/library/ctypes.rst
Doc/library/decimal.rst
Doc/library/dis.rst
Doc/library/email.compat32-message.rst
Doc/library/email.generator.rst
Doc/library/functions.rst
Doc/library/http.client.rst
Doc/library/http.cookiejar.rst
Doc/library/http.server.rst
Doc/library/importlib.rst
Doc/library/io.rst
Doc/library/json.rst
Doc/library/logging.rst
Doc/library/mailbox.rst
Doc/library/mailcap.rst
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.shared_memory.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pickle.rst
Doc/library/posix.rst
Doc/library/random.rst
Doc/library/re.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/stdtypes.rst
Doc/library/struct.rst
Doc/library/subprocess.rst
Doc/library/sys.rst
Doc/library/test.rst
Doc/library/tkinter.rst
Doc/library/tkinter.tix.rst
Doc/library/tkinter.ttk.rst
Doc/library/traceback.rst
Doc/library/typing.rst
Doc/library/unittest.rst
Doc/library/urllib.parse.rst
Doc/library/venv.rst
Doc/library/wave.rst
Doc/library/xmlrpc.client.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/reference/import.rst
Doc/tools/extensions/pyspecific.py
Doc/tools/susp-ignored.csv
Doc/tutorial/errors.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/introduction.rst
Doc/using/unix.rst
Doc/using/windows.rst
Doc/whatsnew/2.0.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.1.rst
Doc/whatsnew/3.10.rst
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
Include/dynamic_annotations.h
Include/patchlevel.h
LICENSE
Lib/ast.py
Lib/asyncio/base_events.py
Lib/asyncio/futures.py
Lib/asyncio/locks.py
Lib/asyncio/streams.py
Lib/asyncio/tasks.py
Lib/asyncio/unix_events.py
Lib/codeop.py
Lib/http/cookiejar.py
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config_key.py
Lib/idlelib/idle_test/test_configdialog.py
Lib/idlelib/idle_test/test_text.py
Lib/idlelib/idle_test/test_zzdummy.py
Lib/idlelib/macosx.py
Lib/inspect.py
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/encoder.py
Lib/mailcap.py
Lib/multiprocessing/resource_tracker.py
Lib/os.py
Lib/plistlib.py
Lib/pstats.py
Lib/pydoc_data/topics.py
Lib/subprocess.py
Lib/tabnanny.py
Lib/test/_test_multiprocessing.py
Lib/test/audit-tests.py
Lib/test/clinic.test
Lib/test/pickletester.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_audit.py
Lib/test/test_baseexception.py
Lib/test/test_cmd_line.py
Lib/test/test_codeop.py
Lib/test/test_compile.py
Lib/test/test_coroutines.py
Lib/test/test_csv.py
Lib/test/test_dis.py
Lib/test/test_exceptions.py
Lib/test/test_inspect.py
Lib/test/test_int.py
Lib/test/test_ipaddress.py
Lib/test/test_json/test_fail.py
Lib/test/test_json/test_pass1.py
Lib/test/test_json/test_pass2.py
Lib/test/test_json/test_pass3.py
Lib/test/test_list.py
Lib/test/test_long.py
Lib/test/test_mailcap.py
Lib/test/test_posix.py
Lib/test/test_sched.py
Lib/test/test_source_encoding.py
Lib/test/test_string_literals.py
Lib/test/test_subprocess.py
Lib/test/test_sys_settrace.py
Lib/test/test_syslog.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Lib/test/test_unparse.py
Lib/test/typinganndata/__init__.py [new file with mode: 0644]
Lib/test/typinganndata/ann_module9.py [new file with mode: 0644]
Lib/tkinter/__init__.py
Lib/tkinter/dialog.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/tix.py
Lib/turtle.py
Lib/turtledemo/clock.py
Lib/urllib/request.py
Lib/venv/__init__.py
Lib/wsgiref/validate.py
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl1.1.1q-pr-18719.patch [new file with mode: 0644]
Mac/BuildScript/resources/License.rtf
Makefile.pre.in
Misc/ACKS
Misc/HISTORY
Misc/NEWS
Modules/_asynciomodule.c
Modules/_csv.c
Modules/_functoolsmodule.c
Modules/_testcapimodule.c
Modules/clinic/_winapi.c.h
Modules/clinic/overlapped.c.h
Modules/clinic/posixmodule.c.h
Modules/expat/COPYING
Modules/expat/expat.h
Modules/expat/internal.h
Modules/expat/siphash.h
Modules/expat/xmlparse.c
Modules/expat/xmltok.c
Modules/expat/xmltok_impl.c
Modules/faulthandler.c
Modules/posixmodule.c
Modules/syslogmodule.c
Objects/descrobject.c
Objects/exceptions.c
Objects/funcobject.c
Objects/listobject.c
Objects/longobject.c
Objects/object.c
PC/_msi.c
PC/clinic/_msi.c.h
PC/clinic/winreg.c.h
Parser/tokenizer.c
Python/ceval.c
Python/ceval_gil.h
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h
Python/initconfig.c
Python/mysnprintf.c
README.rst
Tools/clinic/clinic.py
Tools/msi/buildrelease.bat
Tools/msi/bundle/Default.wxl
Tools/scripts/get-remote-certificate.py