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
8d0d3690
Commit
8d0d3690
authored
Nov 23, 2013
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Tcl/Tk to 8.6.1.
parent
67986f94
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
28 deletions
+28
-28
Misc/NEWS
Misc/NEWS
+1
-1
PCbuild/build_tkinter.py
PCbuild/build_tkinter.py
+3
-3
PCbuild/pyproject.props
PCbuild/pyproject.props
+4
-4
PCbuild/readme.txt
PCbuild/readme.txt
+2
-2
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+7
-7
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+4
-4
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+7
-7
No files found.
Misc/NEWS
View file @
8d0d3690
...
...
@@ -402,7 +402,7 @@ Documentation
Build
-----
- Update SQLite to 3.8.1
and xz to 5.0.5
on Windows.
- Update SQLite to 3.8.1
, xz to 5.0.5, and Tcl/Tk to 8.6.1
on Windows.
- Issue #16632: Enable DEP and ASLR on Windows.
...
...
PCbuild/build_tkinter.py
View file @
8d0d3690
...
...
@@ -11,9 +11,9 @@ import sys
here
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
par
=
os
.
path
.
pardir
TCL
=
"tcl8.
5.1
1"
TK
=
"tk8.
5.1
1"
TIX
=
"tix-8.4.3.
x
"
TCL
=
"tcl8.
6.
1"
TK
=
"tk8.
6.
1"
TIX
=
"tix-8.4.3.
3
"
ROOT
=
os
.
path
.
abspath
(
os
.
path
.
join
(
here
,
par
,
par
))
NMAKE
=
(
'nmake /nologo /f %s %s %s'
)
...
...
PCbuild/pyproject.props
View file @
8d0d3690
...
...
@@ -23,10 +23,10 @@
<opensslDir>
$(externalsDir)\openssl-1.0.1e
</opensslDir>
<tcltkDir>
$(externalsDir)\tcltk
</tcltkDir>
<tcltk64Dir>
$(externalsDir)\tcltk64
</tcltk64Dir>
<tcltkLib>
$(tcltkDir)\lib\tcl8
5.lib;$(tcltkDir)\lib\tk85
.lib
</tcltkLib>
<tcltkLibDebug>
$(tcltkDir)\lib\tcl8
5g.lib;$(tcltkDir)\lib\tk85
g.lib
</tcltkLibDebug>
<tcltk64Lib>
$(tcltk64Dir)\lib\tcl8
5.lib;$(tcltk64Dir)\lib\tk85
.lib
</tcltk64Lib>
<tcltk64LibDebug>
$(tcltk64Dir)\lib\tcl8
5g.lib;$(tcltk64Dir)\lib\tk85
g.lib
</tcltk64LibDebug>
<tcltkLib>
$(tcltkDir)\lib\tcl8
6t.lib;$(tcltkDir)\lib\tk86t
.lib
</tcltkLib>
<tcltkLibDebug>
$(tcltkDir)\lib\tcl8
6tg.lib;$(tcltkDir)\lib\tk86t
g.lib
</tcltkLibDebug>
<tcltk64Lib>
$(tcltk64Dir)\lib\tcl8
6t.lib;$(tcltk64Dir)\lib\tk86t
.lib
</tcltk64Lib>
<tcltk64LibDebug>
$(tcltk64Dir)\lib\tcl8
6tg.lib;$(tcltk64Dir)\lib\tk86t
g.lib
</tcltk64LibDebug>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
...
...
PCbuild/readme.txt
View file @
8d0d3690
...
...
@@ -211,7 +211,7 @@ _sqlite3
Homepage:
http://www.sqlite.org/
_tkinter
Wraps version 8.
5.1
1 of the Tk windowing system.
Wraps version 8.
6.
1 of the Tk windowing system.
Homepage:
http://www.tcl.tk/
...
...
@@ -261,7 +261,7 @@ The external-amd64.bat file contains this for tcl:
So for a release build, you'd call it as:
nmake -f makefile.vc MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all install
Note that the above command is called from within ..\..\tcl-8.
5.1
1.0\win
Note that the above command is called from within ..\..\tcl-8.
6.
1.0\win
(relative to this directory); don't forget to build Tk as well as Tcl!
This will be cleaned up in the future; http://bugs.python.org/issue15968
...
...
Tools/buildbot/external-amd64.bat
View file @
8d0d3690
...
...
@@ -4,18 +4,18 @@
call
"Tools\buildbot\external-common.bat"
call
"
%VS1
00COMNTOOLS
%
\..\..\VC\vcvarsall.bat"
x86_amd64
if
not
exist
tcltk64
\bin\tcl8
5
g.dll
(
cd
tcl
-
8
.
5.1
1.0\win
if
not
exist
tcltk64
\bin\tcl8
6t
g.dll
(
cd
tcl
-
8
.
6.
1.0\win
nmake
-f
makefile
.vc
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
clean
all
nmake
-f
makefile
.vc
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
install
cd
..\..
)
if
not
exist
tcltk64
\bin\tk8
5
g.dll
(
cd
tk
-
8
.
5.1
1.0\win
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
clean
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
all
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
install
if
not
exist
tcltk64
\bin\tk8
6t
g.dll
(
cd
tk
-
8
.
6.
1.0\win
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
6.
1.0
clean
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
6.
1.0
all
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.
6.
1.0
install
cd
..\..
)
Tools/buildbot/external-common.bat
View file @
8d0d3690
...
...
@@ -30,11 +30,11 @@ if not exist openssl-1.0.1e (
)
@rem
tcl
/tk
if
not
exist
tcl
-
8
.
5.1
1.0
(
rd
/s/q
tcltk
tcltk64
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.
5.1
1.0
if
not
exist
tcl
-
8
.
6.
1.0
(
rd
/s/q
tcltk
tcltk64
tcl
-
8
.5.11.0
tk
-
8
.5.11.0
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.
6.
1.0
)
if
not
exist
tk
-
8
.
5.11.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.1
1.0
if
not
exist
tk
-
8
.
6.1.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.6.
1.0
@rem
sqlite3
if
not
exist
sqlite
-
3
.8.1
(
...
...
Tools/buildbot/external.bat
View file @
8d0d3690
...
...
@@ -4,18 +4,18 @@
call
"Tools\buildbot\external-common.bat"
call
"
%VS1
00COMNTOOLS
%
\vsvars32.bat"
if
not
exist
tcltk
\bin\tcl8
5
g.dll
(
if
not
exist
tcltk
\bin\tcl8
6t
g.dll
(
@rem
all
and
install
need
to
be
separate
invocations
,
otherwise
nmakehlp
is
not
found
on
install
cd
tcl
-
8
.
5.1
1.0\win
cd
tcl
-
8
.
6.
1.0\win
nmake
-f
makefile
.vc
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
clean
all
nmake
-f
makefile
.vc
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
install
cd
..\..
)
if
not
exist
tcltk
\bin\tk8
5
g.dll
(
cd
tk
-
8
.
5.1
1.0\win
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
clean
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
all
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
5.1
1.0
install
if
not
exist
tcltk
\bin\tk8
6t
g.dll
(
cd
tk
-
8
.
6.
1.0\win
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
6.
1.0
clean
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
6.
1.0
all
nmake
-f
makefile
.vc
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.
6.
1.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