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