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
910a4edb
Commit
910a4edb
authored
Dec 17, 2010
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Tcl/Tk to 8.5.9.
parent
09f44140
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
15 deletions
+20
-15
Misc/NEWS
Misc/NEWS
+5
-0
PCbuild/build_tkinter.py
PCbuild/build_tkinter.py
+2
-2
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+5
-5
Tools/buildbot/external-common.bat
Tools/buildbot/external-common.bat
+3
-3
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+5
-5
No files found.
Misc/NEWS
View file @
910a4edb
...
...
@@ -76,6 +76,11 @@ Tools/Demos
- Issue #10706: Remove outdated script runtests.sh. Either ``make test``
or ``python -m test`` should be used instead.
Build
-----
- The Windows build now uses Tcl/Tk 8.5.9.
What's New in Python 3.2 Beta 1?
================================
...
...
PCbuild/build_tkinter.py
View file @
910a4edb
...
...
@@ -11,8 +11,8 @@ import sys
here
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
par
=
os
.
path
.
pardir
TCL
=
"tcl8.5.
2
"
TK
=
"tk8.5.
2
"
TCL
=
"tcl8.5.
9
"
TK
=
"tk8.5.
9
"
TIX
=
"tix-8.4.3.x"
ROOT
=
os
.
path
.
abspath
(
os
.
path
.
join
(
here
,
par
,
par
))
...
...
Tools/buildbot/external-amd64.bat
View file @
910a4edb
...
...
@@ -5,17 +5,17 @@ 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.
9.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.
9
.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
MACHINE
=
AMD64
INSTALLDIR
=
..\..\tcltk64
TCLDIR
=
..\..\tcl
-
8
.5.
9.0
install
cd
..\..
)
Tools/buildbot/external-common.bat
View file @
910a4edb
...
...
@@ -30,11 +30,11 @@ if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4
if
not
exist
openssl
-
1
.0.0a
svn
export
http
://svn.python.org/projects/external/openssl
-
1
.0.0a
@rem
tcl
/tk
if
not
exist
tcl
-
8
.5.
2.1
(
if
not
exist
tcl
-
8
.5.
9.0
(
rd
/s/q
tcltk
tcltk64
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.5.
2.1
svn
export
http
://svn.python.org/projects/external/tcl
-
8
.5.
9.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.
9.0
svn
export
http
://svn.python.org/projects/external/tk
-
8
.5.9
.0
@rem
sqlite3
if
not
exist
sqlite
-
3
.6.21
(
...
...
Tools/buildbot/external.bat
View file @
910a4edb
...
...
@@ -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
cd
tcl
-
8
.5.
9.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.
9
.0\win
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
9.0
clean
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
9.0
all
nmake
-f
makefile
.vc
COMPILERFLAGS
=
-DWINVER
=
0x0500
OPTS
=
noxp
DEBUG
=
1
INSTALLDIR
=
..\..\tcltk
TCLDIR
=
..\..\tcl
-
8
.5.
9.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