Imported Upstream version 2.7.15 50/187350/1 upstream/2.7.15
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 22 Aug 2018 06:55:41 +0000 (15:55 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 22 Aug 2018 06:55:51 +0000 (15:55 +0900)
commit48da3963020bb71b5952d410358e9edc324c4562
tree77d9ce3b065bfc7b07f882f5e1285c4e884ef8ba
parent7628643e8630407914001b95e687a33e0a5715bb
Imported Upstream version 2.7.15

Change-Id: Id9c63619cb3e0b8e0af22357474f6f6429c63c61
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
289 files changed:
Doc/c-api/buffer.rst
Doc/c-api/init.rst
Doc/c-api/memory.rst
Doc/c-api/sequence.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst
Doc/conf.py
Doc/copyright.rst
Doc/docutils.conf [new file with mode: 0644]
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/faq/design.rst
Doc/faq/extending.rst
Doc/howto/logging-cookbook.rst
Doc/howto/regex.rst
Doc/howto/urllib2.rst
Doc/includes/noddy4.c
Doc/includes/sqlite3/load_extension.py
Doc/library/argparse.rst
Doc/library/atexit.rst
Doc/library/collections.rst
Doc/library/constants.rst
Doc/library/csv.rst
Doc/library/curses.rst
Doc/library/ensurepip.rst
Doc/library/gettext.rst
Doc/library/itertools.rst
Doc/library/locale.rst
Doc/library/logging.rst
Doc/library/mailbox.rst
Doc/library/msilib.rst
Doc/library/re.rst
Doc/library/sched.rst
Doc/library/socketserver.rst
Doc/library/ssl.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/tkinter.rst
Doc/library/unittest.rst
Doc/library/xml.etree.elementtree.rst
Doc/license.rst
Doc/make.bat
Doc/tools/static/switchers.js
Doc/tools/templates/indexsidebar.html
Doc/tutorial/classes.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/interpreter.rst
Doc/tutorial/introduction.rst
Doc/tutorial/modules.rst
Doc/using/cmdline.rst
Doc/using/unix.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Include/Python.h
Include/frameobject.h
Include/intobject.h
Include/objimpl.h
Include/patchlevel.h
Include/py_curses.h
Include/pymem.h
LICENSE
Lib/_threading_local.py
Lib/aifc.py
Lib/codecs.py
Lib/csv.py
Lib/ctypes/test/test_anon.py
Lib/ctypes/test/test_frombuffer.py
Lib/ctypes/test/test_funcptr.py
Lib/ctypes/test/test_parameters.py
Lib/ctypes/test/test_pep3118.py
Lib/ctypes/test/test_pointers.py
Lib/ctypes/test/test_struct_fields.py
Lib/difflib.py
Lib/distutils/ccompiler.py
Lib/distutils/command/upload.py
Lib/distutils/tests/test_ccompiler.py
Lib/distutils/tests/test_upload.py
Lib/email/utils.py
Lib/ensurepip/__init__.py
Lib/ensurepip/__main__.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/ensurepip/_uninstall.py
Lib/fpformat.py
Lib/functools.py
Lib/json/tests/test_speedups.py
Lib/lib-tk/test/test_tkinter/test_widgets.py
Lib/lib-tk/test/test_ttk/test_extensions.py
Lib/lib-tk/test/test_ttk/test_widgets.py
Lib/lib-tk/ttk.py
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pygram.py
Lib/lib2to3/tests/test_parser.py
Lib/logging/__init__.py
Lib/mimetypes.py
Lib/netrc.py
Lib/pkgutil.py
Lib/poplib.py
Lib/sqlite3/test/regression.py
Lib/ssl.py
Lib/subprocess.py
Lib/telnetlib.py
Lib/test/bisect.py
Lib/test/fork_wait.py
Lib/test/list_tests.py
Lib/test/mapping_tests.py
Lib/test/pythoninfo.py
Lib/test/regrtest.py
Lib/test/sha256.pem [deleted file]
Lib/test/support/__init__.py
Lib/test/test_abc.py
Lib/test/test_aifc.py
Lib/test/test_audioop.py
Lib/test/test_builtin.py
Lib/test/test_bytes.py
Lib/test/test_codecs.py
Lib/test/test_crypt.py
Lib/test/test_csv.py
Lib/test/test_curses.py
Lib/test/test_datetime.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_difflib.py
Lib/test/test_ensurepip.py
Lib/test/test_file2k.py
Lib/test/test_fpformat.py
Lib/test/test_ftplib.py
Lib/test/test_functools.py
Lib/test/test_gc.py
Lib/test/test_generators.py
Lib/test/test_glob.py
Lib/test/test_grammar.py
Lib/test/test_gzip.py
Lib/test/test_httplib.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_kqueue.py
Lib/test/test_mailbox.py
Lib/test/test_multiprocessing.py
Lib/test/test_netrc.py
Lib/test/test_ordered_dict.py
Lib/test/test_os.py
Lib/test/test_poll.py
Lib/test/test_poplib.py
Lib/test/test_pty.py
Lib/test/test_random.py
Lib/test/test_re.py
Lib/test/test_regrtest.py
Lib/test/test_socket.py
Lib/test/test_socketserver.py
Lib/test/test_ssl.py
Lib/test/test_strftime.py
Lib/test/test_strop.py
Lib/test/test_subprocess.py
Lib/test/test_syntax.py
Lib/test/test_sys.py
Lib/test/test_sys_settrace.py
Lib/test/test_tcl.py
Lib/test/test_test_support.py
Lib/test/test_time.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_uuid.py
Lib/test/test_warnings.py
Lib/test/test_weakref.py
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py
Lib/test/xmltestdata/expat224_utf8_bug.xml [new file with mode: 0644]
Lib/tkinter/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/tkinter/ttk.py [new file with mode: 0644]
Lib/unittest/case.py
Lib/uuid.py
Mac/BuildScript/README.txt
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/resources/install_certificates.command [new file with mode: 0755]
Mac/BuildScript/scripts/postflight.documentation
Mac/BuildScript/tk868_on_10_8_10_9.patch [new file with mode: 0644]
Mac/IDLE/Makefile.in
Mac/PythonLauncher/Info.plist.in
Mac/README
Mac/Resources/app/Info.plist.in
Mac/Resources/framework/Info.plist.in
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Misc/NEWS.d/2.7.14rc1.rst [deleted file]
Misc/NEWS.d/next/Build/README.rst [deleted file]
Misc/NEWS.d/next/C API/README.rst [deleted file]
Misc/NEWS.d/next/Core and Builtins/README.rst [deleted file]
Misc/NEWS.d/next/Documentation/README.rst [deleted file]
Misc/NEWS.d/next/IDLE/README.rst [deleted file]
Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst [deleted file]
Misc/NEWS.d/next/Library/README.rst [deleted file]
Misc/NEWS.d/next/Security/README.rst [deleted file]
Misc/NEWS.d/next/Tests/README.rst [deleted file]
Misc/NEWS.d/next/Tools-Demos/README.rst [deleted file]
Misc/NEWS.d/next/Windows/README.rst [deleted file]
Misc/NEWS.d/next/macOS/README.rst [deleted file]
Modules/_collectionsmodule.c
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_functoolsmodule.c
Modules/_hashopenssl.c
Modules/_io/bytesio.c
Modules/_io/fileio.c
Modules/_io/textio.c
Modules/_json.c
Modules/_lsprof.c
Modules/_randommodule.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sre.c
Modules/_ssl.c
Modules/_testcapimodule.c
Modules/_tkinter.c
Modules/arraymodule.c
Modules/audioop.c
Modules/datetimemodule.c
Modules/itertoolsmodule.c
Modules/mmapmodule.c
Modules/posixmodule.c
Modules/selectmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/timemodule.c
Objects/bufferobject.c
Objects/bytearrayobject.c
Objects/bytesobject.c [new file with mode: 0644]
Objects/classobject.c
Objects/dictobject.c
Objects/enumobject.c
Objects/exceptions.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/object.c
Objects/obmalloc.c
Objects/rangeobject.c
Objects/setobject.c
Objects/tupleobject.c
Objects/weakrefobject.c
PC/VS9.0/build.bat
PC/VS9.0/pyproject.vsprops
PC/_msi.c
PC/_subprocess.c
PCbuild/build.bat
PCbuild/find_msbuild.bat [new file with mode: 0644]
PCbuild/find_python.bat [new file with mode: 0644]
PCbuild/get_external.py [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/python.vcxproj
PCbuild/readme.txt
PCbuild/tcltk.props
Python/_warnings.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/getcompiler.c
Python/getcopyright.c
Python/marshal.c
Python/pystate.c
Python/pythonrun.c
Python/symtable.c
README
Tools/i18n/pygettext.py
Tools/nuget/build.bat
Tools/nuget/make_pkg.proj
Tools/scripts/reindent.py
Tools/ssl/multissltests.py [new file with mode: 0755]
Tools/ssl/test_multiple_versions.py [deleted file]
aclocal.m4
configure
configure.ac
pyconfig.h.in
setup.py