| Commit message (Expand) | Author | Age | Files | Lines |
* | Tools/buildbot/test.bat: add --slowest option (#2552) | Victor Stinner | 2017-07-03 | 1 | -1/+1 |
|
|
* | [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) | Zachary Ware | 2017-06-11 | 9 | -95/+95 |
|
|
* | Backed out changeset: e7065fc4a6c2 | Steve Dower | 2016-03-08 | 1 | -1/+1 |
|
|
* | Force clean externals on buildbots. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
|
|
* | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 1 | -11/+15 |
|
|
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 1 | -1/+1 |
|
|
* | Deprecate unused scripts in Tools/buildbot. | Zachary Ware | 2015-06-16 | 5 | -3/+15 |
|
|
* | Clean up/refactor the batch scripts used for building on Windows. | Zachary Ware | 2015-06-09 | 10 | -192/+53 |
|
|
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 10 | -182/+182 |
|
|
* | Backed out changeset 7b1ceb925471 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 | -2/+3 |
|
|
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 1 | -2/+3 |
|
|
* | Closes #23160: Respect the environment variable SVNROOT in external-common.ba... | Steve Dower | 2015-01-15 | 1 | -8/+10 |
|
|
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -2/+3 |
|
|
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -0/+4 |
|
|
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -2/+3 |
|
|
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -2/+3 |
|
|
* | Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk | Zachary Ware | 2014-07-22 | 2 | -16/+16 |
|
|
* | Issue #21683: Add Tix build to the Windows buildbot scripts. | Zachary Ware | 2014-06-08 | 3 | -0/+18 |
|
|
* | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 1 | -2/+3 |
|
|
* | Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds | Steve Dower | 2014-05-30 | 1 | -1/+3 |
|
|
* | Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows | Zachary Ware | 2014-04-22 | 3 | -16/+20 |
|
|
* | Backed out changeset 81abb121dc65 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
|
|
* | temporary change to get better debugging from windows bots | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
|
|
* | Issue #17425: Build against openssl 0.9.8y on Windows. | Martin v. Loewis | 2013-03-22 | 1 | -2/+2 |
|
|
* | Issue #15170: Quote the variable that expands to the current directory. | Stefan Krah | 2012-06-30 | 1 | -1/+1 |
|
|
* | Regrtest option "-n" doesn't exist in 2.7. | Antoine Pitrou | 2012-06-27 | 2 | -2/+2 |
|
|
* | Allow passing extra testing options to the buildbot test scripts | Antoine Pitrou | 2012-06-27 | 2 | -2/+2 |
|
|
* | Issue #15170: Try the HOST_PYTHON hack for 2.7. | Stefan Krah | 2012-06-25 | 1 | -0/+1 |
|
|
* | Stop refetching OpenSSL. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|
|
* | Force recheckout of openssl. | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 |
|
|
* | Upgrade openssl to 0.9.8x. | Martin v. Löwis | 2012-05-15 | 1 | -2/+2 |
|
|
* | Upgrade to bzip2 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 |
|
|
* | In the Windows clean script for buildbots, also clear the build dir | Antoine Pitrou | 2011-03-26 | 2 | -1/+7 |
|
|
* | Add updated .hgeol file and fix newlines in the 2.7 branch. | Georg Brandl | 2011-03-05 | 10 | -139/+139 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
* | Sorry, I committed into wrong branch. So reverted it. | Hirokazu Yamamoto | 2010-09-28 | 1 | -2/+1 |
|
|
* | Run test_ttk_guionly in verbose mode. | Hirokazu Yamamoto | 2010-09-28 | 1 | -1/+2 |
|
|
* | Update Windows build to sqlite 3.6.21. | Martin v. Löwis | 2010-01-02 | 1 | -3/+3 |
|
|
* | Switch to OpenSSL 0.9.8l. | Martin v. Löwis | 2009-12-21 | 1 | -2/+2 |
|
|
* | Fix typo. | Martin v. Löwis | 2009-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 1 | -2/+4 |
|
|
* | Typo in a directory name. Should help the AMD64 buildbots | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -1/+1 |
|
|
* | Set eol-style to CRLF for all batch files. | Martin v. Löwis | 2008-06-14 | 8 | -73/+73 |
|
|
* | Avoid rebuilding tcl/tk. | Martin v. Löwis | 2008-06-14 | 2 | -4/+7 |
|
|
* | Since python2.6 must run on Windows 2000, | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
|
|
* | Use the correct URL for sqlite3 sources, and try to fix windows buildbots. | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
|
|
* | Switch to SQLite 3.5.9. | Martin v. Löwis | 2008-06-13 | 1 | -2/+5 |
|
|
* | Switch to bzip2 1.0.5. | Martin v. Löwis | 2008-06-13 | 1 | -2/+5 |
|
|