Imported Upstream version 3.6.5
authorHyunjee Kim <hj0426.kim@samsung.com>
Wed, 20 Mar 2019 01:53:40 +0000 (10:53 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Wed, 20 Mar 2019 01:53:40 +0000 (10:53 +0900)
commitd361874b526245a28217f9f1ea52de837efb0a65
tree4ec0f264dbe7c991aa9d47b019825860ebe7335c
parentf1e333db2af3f5811f50a1d6490414935401a151
Imported Upstream version 3.6.5
322 files changed:
Doc/c-api/init.rst
Doc/c-api/long.rst
Doc/c-api/sequence.rst
Doc/c-api/sys.rst
Doc/c-api/unicode.rst
Doc/copyright.rst
Doc/extending/newtypes.rst
Doc/faq/extending.rst
Doc/glossary.rst
Doc/howto/logging-cookbook.rst
Doc/howto/regex.rst
Doc/howto/unicode.rst
Doc/includes/email-read-alternative.py
Doc/library/abc.rst
Doc/library/ast.rst
Doc/library/asyncio-task.rst
Doc/library/base64.rst
Doc/library/codecs.rst
Doc/library/collections.rst
Doc/library/concurrent.futures.rst
Doc/library/constants.rst
Doc/library/dis.rst
Doc/library/enum.rst
Doc/library/functions.rst
Doc/library/getpass.rst
Doc/library/glob.rst
Doc/library/io.rst
Doc/library/ipaddress.rst
Doc/library/itertools.rst
Doc/library/locale.rst
Doc/library/logging.rst
Doc/library/mailbox.rst
Doc/library/math.rst
Doc/library/optparse.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/ossaudiodev.rst
Doc/library/pickle.rst
Doc/library/quopri.rst
Doc/library/re.rst
Doc/library/shutil.rst
Doc/library/socket.rst
Doc/library/ssl.rst
Doc/library/stdtypes.rst
Doc/library/string.rst
Doc/library/subprocess.rst
Doc/library/sys.rst
Doc/library/test.rst
Doc/library/threading.rst
Doc/library/unittest.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/zlib.rst
Doc/license.rst
Doc/reference/datamodel.rst
Doc/reference/lexical_analysis.rst
Doc/tools/extensions/pyspecific.py
Doc/tools/static/switchers.js
Doc/tools/templates/dummy.html
Doc/tools/templates/indexsidebar.html
Doc/tutorial/classes.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/modules.rst
Doc/using/cmdline.rst
Doc/using/unix.rst
Doc/using/venv-create.inc
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.6.rst
Include/Python.h
Include/fileutils.h
Include/objimpl.h
Include/odictobject.h
Include/patchlevel.h
LICENSE
Lib/_collections_abc.py
Lib/_threading_local.py
Lib/abc.py
Lib/aifc.py
Lib/asyncio/base_events.py
Lib/asyncio/locks.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/unix_events.py
Lib/bdb.py
Lib/csv.py
Lib/ctypes/test/test_as_parameter.py
Lib/ctypes/test/test_pep3118.py
Lib/ctypes/test/test_structures.py
Lib/difflib.py
Lib/distutils/_msvccompiler.py
Lib/distutils/command/bdist_wininst.py
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py
Lib/email/_header_value_parser.py
Lib/email/quoprimime.py
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl with 55% similarity]
Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl with 56% similarity]
Lib/http/client.py
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete_w.py
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/hyperparser.py
Lib/idlelib/idle_test/test_help_about.py
Lib/idlelib/idle_test/test_pyparse.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_query.py
Lib/idlelib/idle_test/test_search.py
Lib/idlelib/idle_test/test_textview.py
Lib/idlelib/pyparse.py
Lib/idlelib/pyshell.py
Lib/idlelib/textview.py
Lib/inspect.py
Lib/lib2to3/Grammar.txt
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pygram.py
Lib/lib2to3/tests/support.py
Lib/lib2to3/tests/test_parser.py
Lib/macpath.py
Lib/multiprocessing/popen_fork.py
Lib/multiprocessing/process.py
Lib/multiprocessing/util.py
Lib/ntpath.py
Lib/opcode.py
Lib/os.py
Lib/pathlib.py
Lib/poplib.py
Lib/posixpath.py
Lib/pydoc.py
Lib/pydoc_data/topics.py
Lib/smtplib.py
Lib/tarfile.py
Lib/test/_test_multiprocessing.py
Lib/test/datetimetester.py
Lib/test/exception_hierarchy.txt
Lib/test/libregrtest/setup.py
Lib/test/list_tests.py
Lib/test/lock_tests.py
Lib/test/mapping_tests.py
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/support/script_helper.py
Lib/test/test_aifc.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_atexit.py
Lib/test/test_baseexception.py
Lib/test/test_builtin.py
Lib/test/test_bz2.py
Lib/test/test_capi.py
Lib/test/test_class.py
Lib/test/test_cmd.py
Lib/test/test_cmd_line.py
Lib/test/test_codeccallbacks.py
Lib/test/test_collections.py
Lib/test/test_compile.py
Lib/test/test_csv.py
Lib/test/test_dbm_dumb.py
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_difflib.py
Lib/test/test_dtrace.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_ftplib.py
Lib/test/test_functools.py
Lib/test/test_generators.py
Lib/test/test_genericpath.py
Lib/test/test_glob.py
Lib/test/test_grammar.py
Lib/test/test_hashlib.py
Lib/test/test_httplib.py
Lib/test/test_importlib/builtin/test_finder.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_largefile.py
Lib/test/test_logging.py
Lib/test/test_lzma.py
Lib/test/test_math.py
Lib/test/test_memoryio.py
Lib/test/test_ntpath.py
Lib/test/test_ordered_dict.py
Lib/test/test_os.py
Lib/test/test_parser.py
Lib/test/test_pathlib.py
Lib/test/test_pdb.py
Lib/test/test_peepholer.py
Lib/test/test_plistlib.py
Lib/test/test_poplib.py
Lib/test/test_posix.py
Lib/test/test_posixpath.py
Lib/test/test_print.py
Lib/test/test_property.py
Lib/test/test_random.py
Lib/test/test_re.py
Lib/test/test_readline.py
Lib/test/test_shutil.py
Lib/test/test_site.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_ssl.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_tools/test_i18n.py
Lib/test/test_trace.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_urlparse.py
Lib/test/test_uuid.py
Lib/test/test_venv.py
Lib/test/test_weakref.py
Lib/test/test_winconsoleio.py
Lib/test/test_xml_etree.py
Lib/test/test_zipapp.py
Lib/test/test_zlib.py
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_misc.py
Lib/tkinter/test/test_ttk/test_functions.py
Lib/tkinter/ttk.py
Lib/trace.py
Lib/turtledemo/__main__.py
Lib/unittest/test/test_discovery.py
Lib/unittest/test/testmock/testmagicmethods.py
Lib/urllib/parse.py
Lib/uuid.py
Lib/venv/scripts/nt/activate.bat
Lib/xml/etree/ElementTree.py
Lib/xmlrpc/client.py
Mac/BuildScript/build-installer.py
Mac/BuildScript/issue19373_tk_8_5_15_source.patch [deleted file]
Mac/BuildScript/openssl_sdk_makedepend.patch [deleted file]
Mac/BuildScript/resources/Conclusion.rtf [new file with mode: 0644]
Mac/BuildScript/resources/ReadMe.rtf
Mac/BuildScript/resources/Welcome.rtf
Mac/BuildScript/scripts/postflight.documentation
Mac/BuildScript/tk868_on_10_8_10_9.patch [new file with mode: 0644]
Mac/IDLE/IDLE.app/Contents/Info.plist
Mac/PythonLauncher/Info.plist.in
Mac/Resources/app/Info.plist.in
Mac/Resources/framework/Info.plist.in
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Misc/python.man
Misc/valgrind-python.supp
Modules/_asynciomodule.c
Modules/_bz2module.c
Modules/_csv.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/_hashopenssl.c
Modules/_io/bufferedio.c
Modules/_io/winconsoleio.c
Modules/_localemodule.c
Modules/_lzmamodule.c
Modules/_posixsubprocess.c
Modules/_ssl.c
Modules/clinic/_dbmmodule.c.h
Modules/clinic/_gdbmmodule.c.h
Modules/clinic/_ssl.c.h
Modules/faulthandler.c
Modules/main.c
Modules/md5module.c
Modules/posixmodule.c
Modules/socketmodule.c
Modules/zlibmodule.c
Objects/descrobject.c
Objects/dictobject.c
Objects/exceptions.c
Objects/frameobject.c
Objects/funcobject.c
Objects/listobject.c
Objects/object.c
Objects/setobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
PC/_findvs.cpp
PC/config.c
PC/getpathp.c
PCbuild/_distutils_findvs.vcxproj [new file with mode: 0644]
PCbuild/_distutils_findvs.vcxproj.filters [new file with mode: 0644]
PCbuild/find_python.bat
PCbuild/get_externals.bat
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/python.props
PCbuild/pythoncore.vcxproj
Programs/_testembed.c
Python/bltinmodule.c
Python/compile.c
Python/fileutils.c
Python/formatter_unicode.c
Python/getargs.c
Python/getcopyright.c
Python/peephole.c
Python/pylifecycle.c
Python/random.c
Python/thread_nt.h
README.rst
Tools/i18n/pygettext.py
Tools/msi/lib/lib_files.wxs
configure
configure.ac
pyconfig.h.in
setup.py