Georg Brandl
49857f8a93
Add updated .hgeol file and fix newlines in the 3.2 branch.
2011-03-05 15:11:35 +01:00
Martin v. Löwis
0e74cacdff
Upgrade to sqlite3 3.7.4.
2010-12-17 21:04:09 +00:00
Martin v. Löwis
910a4edbcd
Upgrade Tcl/Tk to 8.5.9.
2010-12-17 20:43:27 +00:00
Hirokazu Yamamoto
18cc344c0f
Revert previous commit.
2010-09-20 10:46:56 +00:00
Hirokazu Yamamoto
bb14d4bc17
Windows7 buildbot debug trial. (Probably impossible)
2010-09-20 09:59:55 +00:00
Martin v. Löwis
dc078de493
Disable deletion of openssl again.
2010-08-25 22:15:18 +00:00
Martin v. Löwis
71ba07c9c8
Truly uncomment rm lines.
2010-07-31 10:56:53 +00:00
Martin v. Löwis
73a01d4fb3
Delete openssl checkouts.
2010-07-31 10:50:16 +00:00
Martin v. Löwis
f71ed9b828
Update OpenSSL version.
2010-07-31 09:21:51 +00:00
Martin v. Löwis
7df3b9eb15
Merged revisions 77226 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77226 | martin.v.loewis | 2010-01-02 10:25:21 +0100 (Sa, 02 Jan 2010) | 2 lines
Update Windows build to sqlite 3.6.21.
........
2010-01-02 10:06:19 +00:00
Martin v. Löwis
e5692cdaae
Merged revisions 76990-76991 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line
Switch to OpenSSL 0.9.8l.
........
r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line
Add NEWS for OpenSSL changes.
........
2009-12-22 08:57:39 +00:00
Martin v. Löwis
b072cf2579
Merged revisions 64267-64272 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64267 | amaury.forgeotdarc | 2008-06-14 09:40:32 +0200 (Sa, 14 Jun 2008) | 2 lines
Use the correct URL for sqlite3 sources, and try to fix windows buildbots.
........
r64269 | amaury.forgeotdarc | 2008-06-14 10:36:07 +0200 (Sa, 14 Jun 2008) | 3 lines
on windows, r64214 broke compilation with some recent SDKs,
because IPPROTO_IPV6 may be an enumeration member...
........
r64270 | amaury.forgeotdarc | 2008-06-14 11:44:41 +0200 (Sa, 14 Jun 2008) | 4 lines
Since python2.6 must run on Windows 2000,
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.
........
r64271 | martin.v.loewis | 2008-06-14 13:50:59 +0200 (Sa, 14 Jun 2008) | 3 lines
Avoid rebuilding tcl/tk.
Merge x86 changes into AMD64.
........
r64272 | martin.v.loewis | 2008-06-14 13:51:54 +0200 (Sa, 14 Jun 2008) | 2 lines
Set eol-style to CRLF for all batch files.
........
2008-06-14 11:59:52 +00:00
Martin v. Löwis
2061155dc6
Merged revisions 64243-64244 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64243 | martin.v.loewis | 2008-06-13 20:12:51 +0200 (Fr, 13 Jun 2008) | 1 line
Switch to SQLite 3.5.9.
........
r64244 | martin.v.loewis | 2008-06-13 20:19:49 +0200 (Fr, 13 Jun 2008) | 1 line
Update AMD64 build for amalgamated sqlite.
........
2008-06-13 18:21:45 +00:00
Martin v. Löwis
70ce8aae98
Merged revisions 64239 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64239 | martin.v.loewis | 2008-06-13 19:22:39 +0200 (Fr, 13 Jun 2008) | 1 line
Switch to bzip2 1.0.5.
........
2008-06-13 17:28:35 +00:00
Martin v. Löwis
f38e0d0c8c
Merged revisions 64185-64196 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64185 | martin.v.loewis | 2008-06-12 20:38:47 +0200 (Do, 12 Jun 2008) | 1 line
Switch to Tcl/Tk 8.5.2.
........
r64189 | martin.v.loewis | 2008-06-12 20:52:00 +0200 (Do, 12 Jun 2008) | 1 line
Switch to Tcl/Tk 8.5.
........
r64191 | martin.v.loewis | 2008-06-12 21:00:14 +0200 (Do, 12 Jun 2008) | 1 line
Revert bogus disabling of Tcl and Tk.
........
r64194 | martin.v.loewis | 2008-06-12 21:51:59 +0200 (Do, 12 Jun 2008) | 1 line
Split Tcl make targets into separate ones.
........
r64195 | martin.v.loewis | 2008-06-12 22:06:18 +0200 (Do, 12 Jun 2008) | 1 line
Support file names which include '+' (for Tk 8.5).
........
r64196 | martin.v.loewis | 2008-06-12 22:07:53 +0200 (Do, 12 Jun 2008) | 1 line
Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.
........
2008-06-13 14:11:59 +00:00
Trent Nelson
97797a9c3c
Bring over external-commit.bat manually, wasn't picked up via svnmerge.
2008-03-20 01:20:22 +00:00