summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-262-4/+2
| | | | | pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
* Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-4/+4
|
* Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-4/+4
|
* Merge buildbot script changesAntoine Pitrou2012-06-272-3/+2
|\
| * Allow passing extra testing options to the buildbot test scriptsAntoine Pitrou2012-06-272-3/+2
| |
| * Issue #15171: Try the HOST_PYTHON hack for 3.2.Stefan Krah2012-06-251-0/+1
| |
* | Drop useenv=true also from the 32-bit build script: It is not necessary andStefan Krah2012-06-241-2/+2
| | | | | | | | leads to failures in successive 64-bit/32-bit builds in the same shell window.
* | Issue #15102: Fix paths of python executables.Stefan Krah2012-06-241-1/+0
| |
* | Use -W on the Windows 64 buildbotsAntoine Pitrou2012-06-241-1/+1
| |
* | Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporaryStefan Krah2012-06-241-0/+1
| | | | | | | | measure.
* | Issue #15102: Fix paths in external-amd64.bat.Stefan Krah2012-06-231-5/+5
| |
* | Issue #15102: Allow platform-specific settings for the current projectStefan Krah2012-06-231-2/+2
| | | | | | | | to override environment variables.
* | Fix typo.Martin v. Löwis2012-05-181-2/+2
| |
* | Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-181-2/+5
| |
* | merge 3.2Martin v. Löwis2012-05-181-2/+2
|\ \ | |/
| * Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-181-2/+2
| |
* | Merge 3.2Brian Curtin2012-05-151-3/+0
|\ \ | |/
| * bsddb never existed in 3.x, no need to keep downloading sleepycatBrian Curtin2012-05-151-3/+0
| |
* | merge 3.2Martin v. Löwis2012-05-141-2/+0
|\ \ | |/
| * Stop deleting non-existing bytecode files.Martin v. Löwis2012-05-141-2/+0
| |
| * Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-141-4/+4
| |
* | Upgrade sqlite to 3.7.12.Martin v. Löwis2012-05-141-4/+4
| |
* | Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-141-4/+4
| |
* | Update the clean and MSI scripts for VS2010Brian Curtin2012-05-143-5/+5
| |
* | Correct PlatformTarget->Platform usage for building the solutionBrian Curtin2012-05-132-2/+2
| |
* | Convert build slave scripts to work with VS2010Brian Curtin2012-05-132-4/+6
| |
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-138-15/+15
| |
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+5
|/
* In the Windows clean script for buildbots, also clear the build dirAntoine Pitrou2011-03-262-1/+7
| | | | (so that stale test files, which can be very large, get wiped out)
* Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-0510-140/+140
|
* Upgrade to sqlite3 3.7.4.Martin v. Löwis2010-12-171-4/+4
|
* Upgrade Tcl/Tk to 8.5.9.Martin v. Löwis2010-12-173-13/+13
|
* Turn on regrtest -W (rerun immediately) option for Windows, too.R. David Murray2010-12-141-1/+1
|
* Reverted to r70917.Hirokazu Yamamoto2010-09-281-2/+1
|
* Changed order to see other test results. (Also temporary commit)Hirokazu Yamamoto2010-09-281-1/+1
|
* Run test_ttk_guionly in verbose mode. (This commit is temporary)Hirokazu Yamamoto2010-09-281-1/+2
|
* Revert previous commit.Hirokazu Yamamoto2010-09-201-16/+1
|
* Windows7 buildbot debug trial. (Probably impossible)Hirokazu Yamamoto2010-09-201-1/+16
|
* Disable deletion of openssl again.Martin v. Löwis2010-08-251-2/+1
|
* Truly uncomment rm lines.Martin v. Löwis2010-07-311-2/+2
|
* Delete openssl checkouts.Martin v. Löwis2010-07-311-1/+2
|
* Update OpenSSL version.Martin v. Löwis2010-07-311-2/+2
|
* Merged revisions 77226 via svnmerge fromMartin v. Löwis2010-01-021-3/+3
| | | | | | | | | | 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. ........
* Merged revisions 76990-76991 via svnmerge fromMartin v. Löwis2009-12-221-2/+2
| | | | | | | | | | | | | | 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. ........
* Readd -n.Martin v. Löwis2009-03-311-1/+1
|
* Merged revisions 64387 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64387 | amaury.forgeotdarc | 2008-06-18 23:33:58 +0200 (mer., 18 juin 2008) | 2 lines Typo in a directory name. Should help the AMD64 buildbots ........
* Merged revisions 64267-64272 via svnmerge fromMartin v. Löwis2008-06-1410-78/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........
* Merged revisions 64243-64244 via svnmerge fromMartin v. Löwis2008-06-131-2/+5
| | | | | | | | | | | | | | 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. ........
* Merged revisions 64239 via svnmerge fromMartin v. Löwis2008-06-131-2/+5
| | | | | | | | | | 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. ........
* Merged revisions 64185-64196 via svnmerge fromMartin v. Löwis2008-06-133-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........