Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 51340 and 51341 from 2.5 branch: | Martin v. Löwis | 2006-08-17 | 1 | -0/+1 |
| | | | | | Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure. | ||||
* | Don't kill a normal instance of python running on windows when checking | Neal Norwitz | 2006-07-27 | 1 | -1/+12 |
| | | | | | | to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev. | ||||
* | Port cygwin kill_python changes from 2.4 branch. | Martin v. Löwis | 2006-06-10 | 2 | -1/+8 |
| | |||||
* | Use GetModuleFileNameEx instead of GetProcessImageFileName, | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 |
| | | | | as the latter is not available on Windows 2000. | ||||
* | Revert to 45478, disable kill_python command for now. | Martin v. Löwis | 2006-04-17 | 4 | -11/+6 |
| | |||||
* | Check whether disk space is full. | Martin v. Löwis | 2006-04-17 | 1 | -0/+1 |
| | |||||
* | Rename binary again; increase noise; stop trying to actually kill the process. | Martin v. Löwis | 2006-04-17 | 4 | -3/+5 |
| | |||||
* | Rename binaries again; increase noise. | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 |
| | |||||
* | Rename binary to avoid conflicts with hanging processes on x86 w2k. | Martin v. Löwis | 2006-04-17 | 2 | -2/+2 |
| | |||||
* | Try some tracing | Martin v. Löwis | 2006-04-17 | 1 | -2/+4 |
| | |||||
* | Add kill_python command. | Martin v. Löwis | 2006-04-17 | 4 | -0/+62 |
| | |||||
* | The part checking for the sqlite DLL was looking at, and | Tim Peters | 2006-04-04 | 1 | -1/+1 |
| | | | | | | | | | copying to, a wrong location (it copied the DLL under the Python directory, and gave it name 'PCbuild'). The Windows buildbots other than mine are probably hung now, waiting for someone to press "OK" on a popup box informing them that sqlite3.dll couldn't be found. | ||||
* | sqlite on Windows: | Tim Peters | 2006-04-04 | 1 | -1/+1 |
| | | | | | | | | - The buildbot "fetch it" step failed at the end, due to using Unix syntax in the final "copy the DLL" step. test_sqlite was skipped as a result. - test_sqlite is no longer an expected skip on Windows. | ||||
* | Add sqlite3 to the Windows build process. | Martin v. Löwis | 2006-04-04 | 1 | -0/+4 |
| | |||||
* | Update to Tk 8.4.12 and Tix 8.4.0 | Martin v. Löwis | 2006-03-21 | 1 | -0/+14 |
| | |||||
* | Update to OpenSSL 0.9.8a | Martin v. Löwis | 2006-03-21 | 1 | -0/+3 |
| | |||||
* | Oops! Use python_d.exe _before_ it's destroyed :-) | Tim Peters | 2006-03-16 | 1 | -1/+1 |
| | |||||
* | Change the Windows buildbot "clean" step to remove | Tim Peters | 2006-03-16 | 1 | -1/+4 |
| | | | | stale .pyc files. | ||||
* | Initialize VS environment in external.bat as well. | Martin v. Löwis | 2006-03-13 | 1 | -0/+1 |
| | |||||
* | Update to bsddb 4.4.20. | Martin v. Löwis | 2006-03-13 | 1 | -0/+5 |
| | |||||
* | Let the buildbot make a single pass in the test suite only. | Martin v. Löwis | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | Update to bzip2 1.0.3 | Martin v. Löwis | 2006-03-13 | 2 | -0/+9 |
| | | | | Make buildbot slaves automatically fetch bzip2 1.0.3. | ||||
* | Adding the /useenv means that one's PATH actually gets through. This is | Trent Mick | 2006-03-12 | 1 | -1/+1 |
| | | | | | | | | important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install. | ||||
* | Move buildbot scripts to Tools/buildbot. | Martin v. Löwis | 2006-03-12 | 3 | -0/+9 |