1. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 11 years ago
  2. a14a06f Issue #15170: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  3. 8c368ef Regrtest option "-n" doesn't exist in 2.7. by Antoine Pitrou · 12 years ago
  4. 3a12156 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  5. ea1eda2 Issue #15170: Try the HOST_PYTHON hack for 2.7. by Stefan Krah · 12 years ago
  6. 64051d0 Stop refetching OpenSSL. by Martin v. Löwis · 12 years ago
  7. 580227a Force recheckout of openssl. by Martin v. Löwis · 12 years ago
  8. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  9. e7f67b5 Upgrade to bzip2 1.0.6. by Martin v. Löwis · 12 years ago
  10. 41347fe In the Windows clean script for buildbots, also clear the build dir by Antoine Pitrou · 13 years ago
  11. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 14 years ago
  12. 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 14 years ago
  13. 3b47b6c Sorry, I committed into wrong branch. So reverted it. by Hirokazu Yamamoto · 14 years ago
  14. ba0c843 Run test_ttk_guionly in verbose mode. by Hirokazu Yamamoto · 14 years ago
  15. f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 15 years ago
  16. 55e1a69 Switch to OpenSSL 0.9.8l. by Martin v. Löwis · 15 years ago
  17. 0306894 Fix typo. by Martin v. Löwis · 15 years ago
  18. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  19. d574633 Typo in a directory name. Should help the AMD64 buildbots by Amaury Forgeot d'Arc · 16 years ago
  20. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  21. 6807120 Avoid rebuilding tcl/tk. Merge x86 changes into AMD64. by Martin v. Löwis · 16 years ago
  22. 8c3bc86 Since python2.6 must run on Windows 2000, by Amaury Forgeot d'Arc · 16 years ago
  23. c06f5a4 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. by Amaury Forgeot d'Arc · 16 years ago
  24. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  25. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  26. 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 16 years ago
  27. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  28. a383796 Explicitly refer to current hhp file (2.6a3) by Martin v. Löwis · 16 years ago
  29. 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
  30. 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
  31. 980c598 Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now. by Trent Nelson · 16 years ago
  32. 27f60a6 Comment out tcltk/tcltk64 removal. by Trent Nelson · 17 years ago
  33. e7abf20 Force a clean of the tcltk/tcltk64 directories now that we've completely changed the tcl/tk build environment. by Trent Nelson · 17 years ago
  34. 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 · 17 years ago
  35. 12b580b Checkout sqlite-source when it is not there. by Thomas Heller · 17 years ago
  36. 4f4738f Lets have another try at getting the Windows buildbots in a consistent state before rebuilding using the new process. by Trent Nelson · 17 years ago
  37. 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 · 17 years ago
  38. 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 · 17 years ago
  39. f2b333a Run debug version, cd to PCbuild. by Martin v. Löwis · 17 years ago
  40. 7bae443 Use -x64 flag. by Martin v. Löwis · 17 years ago
  41. db311ba Update db-4.4.20 build procedure. by Martin v. Löwis · 17 years ago
  42. 4291b19 cd PCbuild only after deleting all pyc files. by Martin v. Löwis · 17 years ago
  43. 8b6552d Build db-4.4.20 with VS9; remove VS2003 build if necessary. by Martin v. Löwis · 17 years ago
  44. 61390fd Change amd64 buildbot scripts to use Visual Studio 2008, and by Thomas Heller · 17 years ago
  45. f71b59b Change amd64 buildbot scripts to use Visual Studio 2008, and by Thomas Heller · 17 years ago
  46. 4b3311b Use vcbuild for VS 2009. by Martin v. Löwis · 17 years ago
  47. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 17 years ago
  48. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 17 years ago
  49. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  50. f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
  51. 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
  52. 4bd037d Fix path. by Martin v. Löwis · 17 years ago
  53. 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
  54. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  55. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  56. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
  57. 22000cb Build bzip2. by Thomas Heller · 17 years ago
  58. 635d7a2 Notes about building tcl/tk for windows/AMD64. by Thomas Heller · 17 years ago
  59. 92094d0 Do not hardcode the buildbot's directory name. by Thomas Heller · 17 years ago
  60. de15cdf Don't rebuild Berkeley DB if not needed (this was committed by accident). by Thomas Heller · 17 years ago
  61. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  62. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  63. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  64. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  65. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  66. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  67. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  68. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 18 years ago
  69. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 18 years ago
  70. c97c119 Check whether disk space is full. by Martin v. Löwis · 18 years ago
  71. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 18 years ago
  72. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 18 years ago
  73. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 18 years ago
  74. 5b3bf0d Try some tracing by Martin v. Löwis · 18 years ago
  75. 2d12372 Add kill_python command. by Martin v. Löwis · 18 years ago
  76. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 18 years ago
  77. b2fc21e sqlite on Windows: by Tim Peters · 18 years ago
  78. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 18 years ago
  79. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 19 years ago
  80. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 19 years ago
  81. 1a3b248 Oops! Use python_d.exe _before_ it's destroyed :-) by Tim Peters · 19 years ago
  82. 378832c Change the Windows buildbot "clean" step to remove stale .pyc files. by Tim Peters · 19 years ago
  83. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 19 years ago
  84. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
  85. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
  86. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
  87. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 19 years ago
  88. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago