Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backs out buildbot clean trigger. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | | | | Force clean of externals on buildbots. | ||||
* | Removes deprecated -n option from buildbot script. | Steve Dower | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 1 | -11/+15 |
| | | | | | This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat | ||||
* | Removes --clean-only option from buildbots. | Steve Dower | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. | Steve Dower | 2015-08-19 | 1 | -1/+1 |
| | | | | Triggers clean on buildbots. | ||||
* | Merge 3.4 | Zachary Ware | 2015-06-17 | 5 | -3/+15 |
|\ | |||||
| * | Deprecate unused scripts in Tools/buildbot. | Zachary Ware | 2015-06-16 | 5 | -3/+15 |
| | | | | | | | | | | I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while. | ||||
* | | Merge forward extras beyond #21907 backport. | Zachary Ware | 2015-06-10 | 5 | -28/+19 |
|\ \ | |/ | |||||
| * | Clean up/refactor the batch scripts used for building on Windows. | Zachary Ware | 2015-06-10 | 10 | -177/+51 |
| | | | | | | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible. | ||||
* | | Issue #20035: Reimplement tkinter._fix module as a C function. | Zachary Ware | 2015-05-22 | 2 | -4/+0 |
| | | | | | | | | | | The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms. | ||||
* | | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 9 | -79/+79 |
|\ \ | |/ | |||||
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 10 | -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 Ware | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Refresh OpenSSL sources on the buildbots | Zachary Ware | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Issue #23686: Update Windows build to use OpenSSL 1.0.2a. | Zachary Ware | 2015-04-08 | 1 | -4/+4 |
| | | |||||
| * | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 1 | -4/+4 |
| | | |||||
| * | Closes #23160: Respect the environment variable SVNROOT in ↵ | Steve Dower | 2015-01-15 | 1 | -8/+10 |
| | | | | | | | | external-common.bat (patch by anselm.kruis) | ||||
* | | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -16/+4 |
| | | |||||
* | | Backed out changeset ceaac3d483a1 (buildbots refreshed) | Zachary Ware | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Fetch new external sources on the buildbots | Zachary Ware | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Removes use of ValueOrDefault function that is not always available on the ↵ | Steve Dower | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | buildbots. | ||||
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 3 | -19/+19 |
| | | | | | | | | which will be used for the official 3.5 release. | ||||
* | | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -1/+2 |
| | | |||||
| * | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -0/+4 |
| | | |||||
* | | Turn externals cleaning back off | Zachary Ware | 2014-10-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -4/+4 |
| | | |||||
| * | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -4/+4 |
| | | |||||
* | | Issue #21907: Partially revert changes to Windows buildbot scripts. | Zachary Ware | 2014-10-13 | 4 | -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 Ware | 2014-10-11 | 1 | -0/+10 |
| | | | | | | | | Initial patch by David Bolen. | ||||
* | | Issue #21907: Make the buildbot clean script always return 0. | Zachary Ware | 2014-07-08 | 1 | -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 Ware | 2014-07-07 | 10 | -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.4 | Zachary Ware | 2014-06-08 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21683: Add Tix build to the Windows buildbot scripts. | Zachary Ware | 2014-06-08 | 3 | -2/+19 |
| | | |||||
* | | Issue #21671: Merge with 3.4 | Zachary Ware | 2014-06-06 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 1 | -4/+4 |
| | | |||||
* | | Revert Tools/buildbot/external-common.bat to normal (with updated versions). | Zachary Ware | 2014-06-05 | 1 | -16/+4 |
|\ \ | |/ | |||||
| * | Revert Tools/buildbot/external-common.bat to normal (with updated versions). | Zachary Ware | 2014-06-05 | 1 | -16/+4 |
| | | |||||
* | | Force a clean pull-and-build of Tcl/Tk on Windows buildbots. | Zachary Ware | 2014-06-05 | 1 | -8/+16 |
|\ \ | |/ | |||||
| * | Force a clean pull-and-build of Tcl/Tk on Windows buildbots. | Zachary Ware | 2014-06-05 | 1 | -8/+16 |
| | | |||||
| * | Clean up Tcl/Tk building in the Windows buildbot scripts. | Zachary Ware | 2014-06-05 | 2 | -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.4 | Martin v. Löwis | 2014-05-01 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Update to 1.0.1g | Martin v. Löwis | 2014-05-01 | 1 | -4/+4 |
| | | |||||
* | | Issue #21059: Temporary measure to make the Windows buildbots useful again. | Zachary Ware | 2014-04-08 | 2 | -0/+6 |
| | | | | | | | | Hopefully. | ||||
* | | Issue #21017: Enable Tix debug build on Windows | Zachary Ware | 2014-03-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build | Zachary Ware | 2014-03-22 | 4 | -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öwis | 2014-03-02 | 1 | -3/+3 |
| | |||||
* | Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat | Victor Stinner | 2014-02-20 | 1 | -1/+1 |
| | | | | Use the same default timeout than test.bat: 1 hour (3600 seconds). |