1. cdbc977 Install 2to3 script. by Martin v. Löwis · 16 years ago
  2. 27f60a6 Comment out tcltk/tcltk64 removal. by Trent Nelson · 16 years ago
  3. 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
  4. 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
  5. 12b580b Checkout sqlite-source when it is not there. by Thomas Heller · 16 years ago
  6. 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
  7. 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
  8. 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
  9. a8b09fd Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does by Brett Cannon · 16 years ago
  10. f2b333a Run debug version, cd to PCbuild. by Martin v. Löwis · 17 years ago
  11. 7bae443 Use -x64 flag. by Martin v. Löwis · 17 years ago
  12. 3accbb0 Well that was dumb. platform.python_implementation returns a function, not a by Jeffrey Yasskin · 17 years ago
  13. 019e9d7 Fix pybench for pythons < 2.6, tested back to 2.3. by Jeffrey Yasskin · 17 years ago
  14. 0df0f6d Add tests for with and finally performance to pybench. by Jeffrey Yasskin · 17 years ago
  15. db311ba Update db-4.4.20 build procedure. by Martin v. Löwis · 17 years ago
  16. 4291b19 cd PCbuild only after deleting all pyc files. by Martin v. Löwis · 17 years ago
  17. 0e795e7 Package Tcl from tcltk64 on AMD64. by Martin v. Löwis · 17 years ago
  18. 8b6552d Build db-4.4.20 with VS9; remove VS2003 build if necessary. by Martin v. Löwis · 17 years ago
  19. 03dc56c Locate VS installation dir from environment, so that it works with the express edition. by Martin v. Löwis · 17 years ago
  20. d9759c4 Bundle msvcr90.dll as a "private assembly". by Martin v. Löwis · 17 years ago
  21. 1c5105d Add 2.6aN uuids. by Martin v. Löwis · 17 years ago
  22. 4219da4 Issue 2117. Update compiler module to handle class decorators. by Facundo Batista · 17 years ago
  23. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  24. f88a077 Now we handle different the backup copy, because of security by Facundo Batista · 17 years ago
  25. 1ea8cb4 #1726198: replace while 1: fp.readline() with file iteration. by Georg Brandl · 17 years ago
  26. bd865db Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/ by Christian Heimes · 17 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. 94da1d6 Don't try to package msvcr90 for the moment. by Martin v. Löwis · 17 years ago
  30. e7a434e Package using VS 2008. by Martin v. Löwis · 17 years ago
  31. 4b3311b Use vcbuild for VS 2009. by Martin v. Löwis · 17 years ago
  32. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 17 years ago
  33. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 17 years ago
  34. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 17 years ago
  35. 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 17 years ago
  36. e604eb9 MSI uses back slashes as path separators by Christian Heimes · 17 years ago
  37. ce49f02 Fix paths for build bot, part 2 by Christian Heimes · 17 years ago
  38. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  39. 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 17 years ago
  40. 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 17 years ago
  41. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  42. 0ffdacd Patch #1468: Package Lib/test/*.pem. by Martin v. Löwis · 17 years ago
  43. f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
  44. 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
  45. 4bd037d Fix path. by Martin v. Löwis · 17 years ago
  46. 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
  47. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  48. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  49. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
  50. 8628f75 Take chm file from build/htmlhelp/pydoc.chm. by Martin v. Löwis · 17 years ago
  51. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  52. 1ab4a1f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  53. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  54. 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
  55. e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
  56. d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 17 years ago
  57. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
  58. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  59. 22000cb Build bzip2. by Thomas Heller · 17 years ago
  60. 635d7a2 Notes about building tcl/tk for windows/AMD64. by Thomas Heller · 17 years ago
  61. 92094d0 Do not hardcode the buildbot's directory name. by Thomas Heller · 17 years ago
  62. de15cdf Don't rebuild Berkeley DB if not needed (this was committed by accident). by Thomas Heller · 17 years ago
  63. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  64. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  65. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  66. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  67. 04233ee Make reindent.py executable. by Georg Brandl · 17 years ago
  68. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  69. fd61107 Typo. by Georg Brandl · 18 years ago
  70. 0682a52 Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 18 years ago
  71. b1a8ef6 Jython doesn't have sys.setcheckinterval() - ignore it in that case. by Marc-André Lemburg · 18 years ago
  72. a50e623 Add Python implementation to the machine details. by Marc-André Lemburg · 18 years ago
  73. 0750b1f Fix name. by Georg Brandl · 18 years ago
  74. 1c08bb9 Forward port r52134: Add uuids for 2.4.4. by Martin v. Löwis · 18 years ago
  75. 790e194 Make this thing executable. by Guido van Rossum · 18 years ago
  76. c0fdb18 Forward-port 51862: Add sgml_input.html. by Martin v. Löwis · 18 years ago
  77. f6fc454 Fix a buglet in the error reporting (SF bug report #1546372). by Marc-André Lemburg · 18 years ago
  78. 147f9ae Whitespace normalization. by Tim Peters · 18 years ago
  79. 38325b7 Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  80. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  81. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  82. fe5004f Update list of files; fix a typo by Andrew M. Kuchling · 18 years ago
  83. 9315251 Add UUID for upcoming 2.5b3. by Martin v. Löwis · 18 years ago
  84. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  85. ab26004 Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  86. 44c668d Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  87. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  88. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  89. 3b3f118 Whitespace normalization. by Marc-André Lemburg · 18 years ago
  90. 7d9743d Updated to pybench 2.0. by Marc-André Lemburg · 18 years ago
  91. 573bd19 Revert wrong svn copy. by Marc-André Lemburg · 18 years ago
  92. 08de1ef Update pybench to version 2.0. by Marc-André Lemburg · 18 years ago
  93. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  94. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  95. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  96. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  97. e9eeab5 Initial version of systimes - a module to provide platform dependent by Marc-André Lemburg · 18 years ago
  98. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  99. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  100. 57ad060 Blasted typos ... by Steve Holden · 18 years ago