1. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  2. d574633 Typo in a directory name. Should help the AMD64 buildbots by Amaury Forgeot d'Arc · 16 years ago
  3. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  4. 6807120 Avoid rebuilding tcl/tk. Merge x86 changes into AMD64. by Martin v. Löwis · 16 years ago
  5. 8c3bc86 Since python2.6 must run on Windows 2000, by Amaury Forgeot d'Arc · 16 years ago
  6. c06f5a4 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. by Amaury Forgeot d'Arc · 16 years ago
  7. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  8. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  9. 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 16 years ago
  10. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  11. a383796 Explicitly refer to current hhp file (2.6a3) by Martin v. Löwis · 16 years ago
  12. 5a4d668 Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. by Trent Nelson · 16 years ago
  13. d6dffbc Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. by Trent Nelson · 16 years ago
  14. 980c598 Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now. by Trent Nelson · 16 years ago
  15. 27f60a6 Comment out tcltk/tcltk64 removal. by Trent Nelson · 16 years ago
  16. e7abf20 Force a clean of the tcltk/tcltk64 directories now that we've completely changed the tcl/tk build environment. by Trent Nelson · 16 years ago
  17. 611c86b Fix the x64 Windows build environment used by the buildbots. %VS90COMNTOOLS%\vsvars32.bat is fine for 32-bit builds, but doesn't work for x64 builds, regardless of /MACHINE:AMD64 and /USECL:MS_OPTERON flags passed to cl.exe. Launch the x86_64 cross compilation environment via '%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64'. I don't have access to any systems *without* Visual Studio 2008 Professional installed (i.e. just Express Edition), so I can't test if x64 compilation works w/ VS Express at the moment. by Trent Nelson · 16 years ago
  18. 12b580b Checkout sqlite-source when it is not there. by Thomas Heller · 16 years ago
  19. 4f4738f Lets have another try at getting the Windows buildbots in a consistent state before rebuilding using the new process. by Trent Nelson · 16 years ago
  20. 4fbaaca Fix the tcl-8.4.18.1 path and make sure we cd into the right directory when building tcl/tk. by Trent Nelson · 16 years ago
  21. 05a9664 Refine the Visual Studio 2008 build solution in order to improve how we deal with external components, as well as fixing outstanding issues with Windows x64 build support. Introduce two new .vcproj files, _bsddb44.vcproj and sqlite3.vcproj, which replace the previous pre-link event scripts for _bsddb and _sqlite3 respectively. The new project files inherit from our property files as if they were any other Python module. This has numerous benefits. First, the components get built with exactly the same compiler flags and settings as the rest of Python. Second, it makes it much easier to debug problems in the external components when they're part of the build system. Third, they'll benefit from profile guided optimisation in the release builds, just like the rest of Python core. by Trent Nelson · 16 years ago
  22. f2b333a Run debug version, cd to PCbuild. by Martin v. Löwis · 16 years ago
  23. 7bae443 Use -x64 flag. by Martin v. Löwis · 16 years ago
  24. db311ba Update db-4.4.20 build procedure. by Martin v. Löwis · 16 years ago
  25. 4291b19 cd PCbuild only after deleting all pyc files. by Martin v. Löwis · 16 years ago
  26. 8b6552d Build db-4.4.20 with VS9; remove VS2003 build if necessary. by Martin v. Löwis · 16 years ago
  27. 61390fd Change amd64 buildbot scripts to use Visual Studio 2008, and by Thomas Heller · 17 years ago
  28. f71b59b Change amd64 buildbot scripts to use Visual Studio 2008, and by Thomas Heller · 17 years ago
  29. 4b3311b Use vcbuild for VS 2009. by Martin v. Löwis · 17 years ago
  30. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 17 years ago
  31. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 17 years ago
  32. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  33. f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
  34. 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
  35. 4bd037d Fix path. by Martin v. Löwis · 17 years ago
  36. 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
  37. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  38. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  39. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
  40. 22000cb Build bzip2. by Thomas Heller · 17 years ago
  41. 635d7a2 Notes about building tcl/tk for windows/AMD64. by Thomas Heller · 17 years ago
  42. 92094d0 Do not hardcode the buildbot's directory name. by Thomas Heller · 17 years ago
  43. de15cdf Don't rebuild Berkeley DB if not needed (this was committed by accident). by Thomas Heller · 17 years ago
  44. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  45. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  46. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  47. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  48. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  49. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  50. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  51. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 18 years ago
  52. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 18 years ago
  53. c97c119 Check whether disk space is full. by Martin v. Löwis · 18 years ago
  54. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 18 years ago
  55. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 18 years ago
  56. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 18 years ago
  57. 5b3bf0d Try some tracing by Martin v. Löwis · 18 years ago
  58. 2d12372 Add kill_python command. by Martin v. Löwis · 18 years ago
  59. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 18 years ago
  60. b2fc21e sqlite on Windows: by Tim Peters · 18 years ago
  61. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 18 years ago
  62. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  63. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 18 years ago
  64. 1a3b248 Oops! Use python_d.exe _before_ it's destroyed :-) by Tim Peters · 18 years ago
  65. 378832c Change the Windows buildbot "clean" step to remove stale .pyc files. by Tim Peters · 18 years ago
  66. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  67. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  68. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  69. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  70. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  71. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago