summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* Closes #17202: Merge with 3.4Zachary Ware2015-04-139-79/+79
|\
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-1310-169/+169
| | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
| * Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.Zachary Ware2015-04-091-1/+1
| |
| * Refresh OpenSSL sources on the buildbotsZachary Ware2015-04-091-1/+1
| |
| * Issue #23686: Update Windows build to use OpenSSL 1.0.2a.Zachary Ware2015-04-081-4/+4
| |
| * Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-4/+4
| |
| * Closes #23160: Respect the environment variable SVNROOT in ↵Steve Dower2015-01-151-8/+10
| | | | | | | | external-common.bat (patch by anselm.kruis)
* | Issue #23260: Update Windows installerSteve Dower2015-02-061-16/+4
| |
* | Backed out changeset ceaac3d483a1 (buildbots refreshed)Zachary Ware2014-12-151-1/+1
| |
* | Fetch new external sources on the buildbotsZachary Ware2014-12-151-1/+1
| |
* | Removes use of ValueOrDefault function that is not always available on the ↵Steve Dower2014-12-121-1/+1
| | | | | | | | buildbots.
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-223-19/+19
| | | | | | | | which will be used for the official 3.5 release.
* | Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-022-2/+2
|\ \ | |/
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+2
| |
| * Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-0/+4
| |
* | Turn externals cleaning back offZachary Ware2014-10-171-1/+1
| |
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|\ \ | |/
| * Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-4/+4
| |
| * Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-4/+4
| |
* | Issue #21907: Partially revert changes to Windows buildbot scripts.Zachary Ware2014-10-134-19/+19
| | | | | | | | | | | | | | | | | | Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets.
* | Issue #21907: Try to make the pre-Vista Windows buildbots happier.Zachary Ware2014-10-111-0/+10
| | | | | | | | Initial patch by David Bolen.
* | Issue #21907: Make the buildbot clean script always return 0.Zachary Ware2014-07-081-0/+3
| | | | | | | | | | The clean script is a "best effort" thing anyway, and this will hopefully revive the XP buildbot.
* | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-0710-98/+55
| | | | | | | | | | | | The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
* | 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.