changeset: 97494:b77ceefc34ff branch: 3.5 parent: 97491:c1523d5dee3c parent: 97493:72ce2c385b7a user: Larry Hastings date: Mon Aug 24 16:47:56 2015 -0700 files: Misc/NEWS description: Merged in stevedower/cpython350 (pull request #6) Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. diff -r c1523d5dee3c -r b77ceefc34ff Misc/NEWS --- a/Misc/NEWS Mon Aug 24 16:44:44 2015 -0700 +++ b/Misc/NEWS Mon Aug 24 16:47:56 2015 -0700 @@ -16,6 +16,8 @@ Library ------- +- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. + - Issue #24839: platform._syscmd_ver raises DeprecationWarning What's New in Python 3.5.0 release candidate 1? diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/get_externals.bat Mon Aug 24 16:47:56 2015 -0700 @@ -55,9 +55,9 @@ bzip2-1.0.6 nasm-2.11.06 openssl-1.0.2d - tcl-core-8.6.4.1 - tk-8.6.4.1 - tix-8.4.3.4 + tcl-core-8.6.4.2 + tk-8.6.4.2 + tix-8.4.3.6 sqlite-3.8.11.0 xz-5.0.5 ) do ( diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/readme.txt --- a/PCbuild/readme.txt Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/readme.txt Mon Aug 24 16:47:56 2015 -0700 @@ -236,7 +236,7 @@ Homepage: http://www.sqlite.org/ _tkinter - Wraps version 8.6.1 of the Tk windowing system. + Wraps version 8.6.4 of the Tk windowing system. Homepage: http://www.tcl.tk/ diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/tcl.vcxproj --- a/PCbuild/tcl.vcxproj Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/tcl.vcxproj Mon Aug 24 16:47:56 2015 -0700 @@ -61,7 +61,8 @@ - symbols + ucrt + symbols,ucrt INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" setlocal diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/tcltk.props --- a/PCbuild/tcltk.props Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/tcltk.props Mon Aug 24 16:47:56 2015 -0700 @@ -5,7 +5,7 @@ 8 6 4 - 1 + 2 $(TclMajorVersion) $(TclMinorVersion) $(TclPatchLevel) @@ -13,7 +13,7 @@ 8 4 3 - 4 + 6 $(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\ $(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\ $(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\ diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/tix.vcxproj --- a/PCbuild/tix.vcxproj Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/tix.vcxproj Mon Aug 24 16:47:56 2015 -0700 @@ -56,11 +56,9 @@ - msvcrt - symbols,msvcrt BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" - DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" - DEBUG=0 NODEBUG=1 + DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g + DEBUG=0 NODEBUG=1 UCRT=1 setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' ') diff -r c1523d5dee3c -r b77ceefc34ff PCbuild/tk.vcxproj --- a/PCbuild/tk.vcxproj Mon Aug 24 16:44:44 2015 -0700 +++ b/PCbuild/tk.vcxproj Mon Aug 24 16:47:56 2015 -0700 @@ -60,8 +60,8 @@ - msvcrt - symbols,msvcrt + ucrt + symbols,ucrt TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" setlocal diff -r c1523d5dee3c -r b77ceefc34ff Tools/msi/tcltk/tcltk.wixproj --- a/Tools/msi/tcltk/tcltk.wixproj Mon Aug 24 16:44:44 2015 -0700 +++ b/Tools/msi/tcltk/tcltk.wixproj Mon Aug 24 16:47:56 2015 -0700 @@ -27,13 +27,6 @@ DLLs\ tcltk_dlls - - $(VCInstallDir)redist\$(Platform)\ - $(VCInstallDir)redist\$(Platform)\ - $(VCInstallDir)redist\$(Platform)\ - DLLs\ - tcltk_dlls - $(tcltkDir)