summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge with 3.4Zachary Ware2014-06-081-0/+1
|\ \ | |/
| * Issue #21683: Add Tix build to the Windows buildbot scripts.Zachary Ware2014-06-083-2/+19
| |
* | Issue #21671: Merge with 3.4Zachary Ware2014-06-061-4/+4
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-061-4/+4
| |
* | Revert Tools/buildbot/external-common.bat to normal (with updated versions).Zachary Ware2014-06-051-16/+4
|\ \ | |/
| * Revert Tools/buildbot/external-common.bat to normal (with updated versions).Zachary Ware2014-06-051-16/+4
| |
* | Force a clean pull-and-build of Tcl/Tk on Windows buildbots.Zachary Ware2014-06-051-8/+16
|\ \ | |/
| * Force a clean pull-and-build of Tcl/Tk on Windows buildbots.Zachary Ware2014-06-051-8/+16
| |
| * Clean up Tcl/Tk building in the Windows buildbot scripts.Zachary Ware2014-06-052-10/+10
| | | | | | | | | | | | | | | | | | - Nix the 'noxp' option, it was for Win2k compatibility (which was dropped with Python 3.3) and made default ttk ugly on post-Win2k systems (#21665) - Use 'OPTS=symbols' instead of 'DEBUG=1'; symbols is the official method - Use core, shell, dlls, install-binaries, and install-libraries targets instead of all and install to avoid trying to 1) build packages that don't work with MSVC 10+ and 2) install unnecessary bits and pieces.
* | Merge with 3.4Martin v. Löwis2014-05-011-4/+4
|\ \ | |/
| * Update to 1.0.1gMartin v. Löwis2014-05-011-4/+4
| |
* | Issue #21059: Temporary measure to make the Windows buildbots useful again.Zachary Ware2014-04-082-0/+6
| | | | | | | | Hopefully.
* | Issue #21017: Enable Tix debug build on WindowsZachary Ware2014-03-221-1/+1
| |
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-224-70/+4
|/ | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64
* Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-3/+3
|
* Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.batVictor Stinner2014-02-201-1/+1
| | | | Use the same default timeout than test.bat: 1 hour (3600 seconds).
* Windows buildbot: use --timeout feature in Tools/buildbot/test.batVictor Stinner2014-01-311-1/+1
| | | | Use the same default timeout than Makefile: 1 hour (3600 seconds).
* 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.
| * 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.
* | Update Tcl/Tk to 8.6.1.Martin v. Löwis2013-11-233-18/+18
| |
* | Update xz to 5.0.5.Martin v. Löwis2013-11-221-2/+3
| |
* | Update SQLite to 3.8.1 on Windows.Martin v. Löwis2013-11-221-3/+3
| |
* | merge with 3.3Georg Brandl2013-05-121-4/+4
|\ \ | |/
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-4/+4
| |
* | #17425: merge 3.3Martin v. Löwis2013-03-241-4/+4
|\ \ | |/
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-4/+4
| |
* | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-252-9/+9
|/ | | | | Drop SDK version configuration for Tk compilation, to not bind it to W2k anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
* 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
| |