Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c6606edc
Commit
c6606edc
authored
Apr 22, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows
from 8.5.2 to 8.5.15.
parent
46b6c086
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
16 deletions
+26
-16
Misc/NEWS
Misc/NEWS
+6
-0
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+5
-5
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+9
-5
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+6
-6
No files found.
Misc/NEWS
View file @
c6606edc
...
...
@@ -390,6 +390,12 @@ Documentation
-
Issue
#
19795
:
Improved
markup
of
True
/
False
constants
.
Windows
-------
-
Issue
#
21303
,
#
20565
:
Updated
the
version
of
Tcl
/
Tk
included
in
the
installer
from
8.5.2
to
8.5.15
.
Whats
' New in Python 2.7.6?
===========================
...
...
Tools/buildbot/external-amd64.bat
View file @
c6606edc
...
...
@@ -5,16 +5,16 @@ call "Tools\buildbot\external-common.bat"
call
"
%VS9
0COMNTOOLS
%
\..\..\VC\vcvarsall.bat"
x86_amd64
if
not
exist
tcltk64
\bin\tcl85g.dll
(
cd
tcl
-
8
.5.
2.1
\win
cd
tcl
-
8
.5.
15.0
\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
clean
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
install
cd
..\..
)
if
not
exist
tcltk64
\bin\tk85g.dll
(
cd
tk
-
8
.5.
2.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
install
cd
tk
-
8
.5.
15.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
install
cd
..\..
)
Tools/buildbot/external-common.bat
View file @
c6606edc
...
...
@@ -10,13 +10,17 @@ cd ..
@rem
if
exist
tcl8
.4.12
rd
/s/q
tcl8
.4.12
@rem
if
exist
tcl8
.4.16
rd
/s/q
tcl8
.4.16
@rem
if
exist
tcl
-
8
.4.18.1
rd
/s/q
tcl
-
8
.4.18.1
@rem
if
exist
tcl
-
8
.5.2.1
rd
/s/q
tcl
-
8
.5.2.1
@rem
if
exist
tcl
-
8
.5.15.0
rd
/s/q
tcl
-
8
.5.15.0
@rem
if
exist
tk8
.4.12
rd
/s/q
tk8
.4.12
@rem
if
exist
tk8
.4.16
rd
/s/q
tk8
.4.16
@rem
if
exist
tk
-
8
.4.18.1
rd
/s/q
tk
-
8
.4.18.1
@rem
if
exist
tk
-
8
.5.2.0
rd
/s/q
tk
-
8
.5.2.0
@rem
if
exist
tk
-
8
.5.15.0
rd
/s/q
tk
-
8
.5.15.0
@rem
if
exist
db
-
4
.4.20
rd
/s/q
db
-
4
.4.20
@rem
if
exist
db
-
4
.7.25.0
rd
/s/q
db
-
4
.7.25.0
@rem
if
exist
openssl
-
0
.9.8y
rd
/s/q
openssl
-
0
.9.8y
@rem
if
exist
sqlite
-
3
.6.21
rd
/s/q
sqlite
-
3
.6.21
@rem
if
exist
sqlite
-
3
.6.21
rd
/s/q
sqlite
-
3
.6.21
@rem
bzip
if
not
exist
bzip2
-
1
.0.6
(
...
...
@@ -32,11 +36,11 @@ if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4
if
not
exist
openssl
-
0
.9.8y
svn
export
http
://svn.python.org/projects/external/openssl
-
0
.9.8y
@rem
tcl
/tk
if
not
exist
tcl
-
8
.5.
2.1
(
rd
/s/q
tcltk
tcltk64
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.5.
2.1
if
not
exist
tcl
-
8
.5.
15.0
(
rd
/s/q
tcltk
tcltk64
tcl
-
8
.5.2.1
tk
-
8
.5.2.0
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.5.
15.0
)
if
not
exist
tk
-
8
.5.
2.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.2
.0
if
not
exist
tk
-
8
.5.
15.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.15
.0
@rem
sqlite3
if
not
exist
sqlite
-
3
.6.21
(
...
...
Tools/buildbot/external.bat
View file @
c6606edc
...
...
@@ -6,16 +6,16 @@ call "%VS90COMNTOOLS%\vsvars32.bat"
if
not
exist
tcltk
\bin\tcl85g.dll
(
@rem
all
and
install
need
to
be
separate
invocations
,
otherwise
nmakehlp
is
not
found
on
install
cd
tcl
-
8
.5.
2.1
\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
clean
all
cd
tcl
-
8
.5.
15.0
\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
clean
all
nmake
-f
makefile
.vc
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
install
cd
..\..
)
if
not
exist
tcltk
\bin\tk85g.dll
(
cd
tk
-
8
.5.
2.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
2.1
install
cd
tk
-
8
.5.
15.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
15.0
install
cd
..\..
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment