Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the | Zachary Ware | 2013-11-26 | 2 | -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.2 | Georg Brandl | 2013-05-12 | 1 | -4/+4 |
| | |||||
* | Issue #17425: Build with openssl 1.0.1d on Windows. | Martin v. Löwis | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Merge buildbot script changes | Antoine Pitrou | 2012-06-27 | 2 | -3/+2 |
|\ | |||||
| * | Allow passing extra testing options to the buildbot test scripts | Antoine Pitrou | 2012-06-27 | 2 | -3/+2 |
| | | |||||
| * | Issue #15171: Try the HOST_PYTHON hack for 3.2. | Stefan Krah | 2012-06-25 | 1 | -0/+1 |
| | | |||||
* | | Drop useenv=true also from the 32-bit build script: It is not necessary and | Stefan Krah | 2012-06-24 | 1 | -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 Krah | 2012-06-24 | 1 | -1/+0 |
| | | |||||
* | | Use -W on the Windows 64 buildbots | Antoine Pitrou | 2012-06-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary | Stefan Krah | 2012-06-24 | 1 | -0/+1 |
| | | | | | | | | measure. | ||||
* | | Issue #15102: Fix paths in external-amd64.bat. | Stefan Krah | 2012-06-23 | 1 | -5/+5 |
| | | |||||
* | | Issue #15102: Allow platform-specific settings for the current project | Stefan Krah | 2012-06-23 | 1 | -2/+2 |
| | | | | | | | | to override environment variables. | ||||
* | | Fix typo. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
| | | |||||
* | | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 1 | -2/+5 |
| | | |||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 |
| | | |||||
* | | Merge 3.2 | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | bsddb never existed in 3.x, no need to keep downloading sleepycat | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
| | | |||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Stop deleting non-existing bytecode files. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | | |||||
| * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 |
| | | |||||
* | | Upgrade sqlite to 3.7.12. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 |
| | | |||||
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 |
| | | |||||
* | | Update the clean and MSI scripts for VS2010 | Brian Curtin | 2012-05-14 | 3 | -5/+5 |
| | | |||||
* | | Correct PlatformTarget->Platform usage for building the solution | Brian Curtin | 2012-05-13 | 2 | -2/+2 |
| | | |||||
* | | Convert build slave scripts to work with VS2010 | Brian Curtin | 2012-05-13 | 2 | -4/+6 |
| | | |||||
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 8 | -15/+15 |
| | | |||||
* | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 1 | -0/+5 |
|/ | |||||
* | In the Windows clean script for buildbots, also clear the build dir | Antoine Pitrou | 2011-03-26 | 2 | -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 Brandl | 2011-03-05 | 10 | -140/+140 |
| | |||||
* | Upgrade to sqlite3 3.7.4. | Martin v. Löwis | 2010-12-17 | 1 | -4/+4 |
| | |||||
* | Upgrade Tcl/Tk to 8.5.9. | Martin v. Löwis | 2010-12-17 | 3 | -13/+13 |
| | |||||
* | Turn on regrtest -W (rerun immediately) option for Windows, too. | R. David Murray | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Reverted to r70917. | Hirokazu Yamamoto | 2010-09-28 | 1 | -2/+1 |
| | |||||
* | Changed order to see other test results. (Also temporary commit) | Hirokazu Yamamoto | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | Run test_ttk_guionly in verbose mode. (This commit is temporary) | Hirokazu Yamamoto | 2010-09-28 | 1 | -1/+2 |
| | |||||
* | Revert previous commit. | Hirokazu Yamamoto | 2010-09-20 | 1 | -16/+1 |
| | |||||
* | Windows7 buildbot debug trial. (Probably impossible) | Hirokazu Yamamoto | 2010-09-20 | 1 | -1/+16 |
| | |||||
* | Disable deletion of openssl again. | Martin v. Löwis | 2010-08-25 | 1 | -2/+1 |
| | |||||
* | Truly uncomment rm lines. | Martin v. Löwis | 2010-07-31 | 1 | -2/+2 |
| | |||||
* | Delete openssl checkouts. | Martin v. Löwis | 2010-07-31 | 1 | -1/+2 |
| | |||||
* | Update OpenSSL version. | Martin v. Löwis | 2010-07-31 | 1 | -2/+2 |
| | |||||
* | Merged revisions 77226 via svnmerge from | Martin v. Löwis | 2010-01-02 | 1 | -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 from | Martin v. Löwis | 2009-12-22 | 1 | -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öwis | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Merged revisions 64387 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -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 from | Martin v. Löwis | 2008-06-14 | 10 | -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 from | Martin v. Löwis | 2008-06-13 | 1 | -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 from | Martin v. Löwis | 2008-06-13 | 1 | -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 from | Martin v. Löwis | 2008-06-13 | 3 | -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. ........ |