Imported Upstream version 3.4.5 95/155895/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 16 Oct 2017 10:56:29 +0000 (19:56 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 16 Oct 2017 10:56:38 +0000 (19:56 +0900)
commit36027d8ce51d3661430ae00b95ca56b10557dc78
tree0432e9775439683fd15f4aa3de40a0f75e8e0ba9
parentf1b4b21e605de615afb342c59e4e535b691d2417
Imported Upstream version 3.4.5

Change-Id: I31435ecc855874ee0c136dd39a0f6d7df18cc43f
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
73 files changed:
Doc/README.txt
Doc/copyright.rst
Doc/faq/programming.rst
Doc/library/ast.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-task.rst
Doc/library/binascii.rst
Doc/library/crypto.rst
Doc/library/functions.rst
Doc/library/stdtypes.rst
Doc/library/time.rst
Doc/library/unittest.rst
Doc/license.rst
Doc/tools/static/copybutton.js
Doc/tools/templates/layout.html
Include/patchlevel.h
LICENSE
Lib/asyncio/base_events.py
Lib/asyncio/coroutines.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/streams.py
Lib/asyncio/tasks.py
Lib/asyncio/test_utils.py
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl with 60% similarity]
Lib/enum.py
Lib/idlelib/README.txt
Lib/pathlib.py
Lib/pydoc_data/topics.py
Lib/smtplib.py
Lib/subprocess.py
Lib/test/capath/0e4015b9.0 [new file with mode: 0644]
Lib/test/capath/ce7b8643.0 [new file with mode: 0644]
Lib/test/https_svn_python_org_root.pem [deleted file]
Lib/test/script_helper.py
Lib/test/selfsigned_pythontestdotnet.pem
Lib/test/test__locale.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_cmd_line.py
Lib/test/test_dictviews.py
Lib/test/test_enum.py
Lib/test/test_pathlib.py
Lib/test/test_script_helper.py [changed mode: 0755->0644]
Lib/test/test_ssl.py
Mac/BuildScript/resources/License.rtf
Mac/IDLE/IDLE.app/Contents/Info.plist
Mac/PythonLauncher/Info.plist.in
Mac/Resources/app/Info.plist.in
Mac/Resources/framework/Info.plist.in
Misc/ACKS
Misc/NEWS
Misc/python.man
Modules/_collectionsmodule.c
Modules/_elementtree.c
Modules/_ssl.c
Modules/expat/expat.h
Modules/expat/xmlparse.c
Modules/expat/xmltok.c
Modules/itertoolsmodule.c
Modules/zipimport.c
Objects/dictobject.c
Objects/setobject.c
PC/python_nt.rc
Python/getcopyright.c
README