1. 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 17 years ago
  2. 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 17 years ago
  3. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  4. 0ffdacd Patch #1468: Package Lib/test/*.pem. by Martin v. Löwis · 17 years ago
  5. f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
  6. 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
  7. 4bd037d Fix path. by Martin v. Löwis · 17 years ago
  8. 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
  9. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  10. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  11. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
  12. 8628f75 Take chm file from build/htmlhelp/pydoc.chm. by Martin v. Löwis · 17 years ago
  13. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  14. 1ab4a1f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  15. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  16. 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
  17. e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
  18. d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 17 years ago
  19. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
  20. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  21. 22000cb Build bzip2. by Thomas Heller · 17 years ago
  22. 635d7a2 Notes about building tcl/tk for windows/AMD64. by Thomas Heller · 17 years ago
  23. 92094d0 Do not hardcode the buildbot's directory name. by Thomas Heller · 17 years ago
  24. de15cdf Don't rebuild Berkeley DB if not needed (this was committed by accident). by Thomas Heller · 17 years ago
  25. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  26. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  27. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  28. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  29. 04233ee Make reindent.py executable. by Georg Brandl · 17 years ago
  30. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  31. fd61107 Typo. by Georg Brandl · 18 years ago
  32. 0682a52 Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 18 years ago
  33. b1a8ef6 Jython doesn't have sys.setcheckinterval() - ignore it in that case. by Marc-André Lemburg · 18 years ago
  34. a50e623 Add Python implementation to the machine details. by Marc-André Lemburg · 18 years ago
  35. 0750b1f Fix name. by Georg Brandl · 18 years ago
  36. 1c08bb9 Forward port r52134: Add uuids for 2.4.4. by Martin v. Löwis · 18 years ago
  37. 790e194 Make this thing executable. by Guido van Rossum · 18 years ago
  38. c0fdb18 Forward-port 51862: Add sgml_input.html. by Martin v. Löwis · 18 years ago
  39. f6fc454 Fix a buglet in the error reporting (SF bug report #1546372). by Marc-André Lemburg · 18 years ago
  40. 147f9ae Whitespace normalization. by Tim Peters · 18 years ago
  41. 38325b7 Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  42. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  43. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  44. fe5004f Update list of files; fix a typo by Andrew M. Kuchling · 18 years ago
  45. 9315251 Add UUID for upcoming 2.5b3. by Martin v. Löwis · 18 years ago
  46. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  47. ab26004 Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  48. 44c668d Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  49. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  50. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  51. 3b3f118 Whitespace normalization. by Marc-André Lemburg · 18 years ago
  52. 7d9743d Updated to pybench 2.0. by Marc-André Lemburg · 18 years ago
  53. 573bd19 Revert wrong svn copy. by Marc-André Lemburg · 18 years ago
  54. 08de1ef Update pybench to version 2.0. by Marc-André Lemburg · 18 years ago
  55. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  56. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  57. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  58. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  59. e9eeab5 Initial version of systimes - a module to provide platform dependent by Marc-André Lemburg · 18 years ago
  60. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  61. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  62. 57ad060 Blasted typos ... by Steve Holden · 18 years ago
  63. a4ebed8 Update help text and documentaition. by Steve Holden · 18 years ago
  64. 19bfd42 Whitespace normalization. by Tim Peters · 18 years ago
  65. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago
  66. f845877 Use minimum calibration time rather than avergae to avoid by Steve Holden · 18 years ago
  67. 877ab9b Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  68. 584c8d4 Whitespace normalization. by Tim Peters · 18 years ago
  69. 431a763 Add -t option to allow easy test selection. by Steve Holden · 18 years ago
  70. df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 18 years ago
  71. 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 18 years ago
  72. f9cc594 Whitespace normalization. by Tim Peters · 19 years ago
  73. 64ed043 Package setuptools by Martin v. Löwis · 19 years ago
  74. f75225b - tp_init shouldn't call base class tp_init by default by Jack Jansen · 19 years ago
  75. c311f64 Adding pybench 1.3 to the Tools/ directory. by Marc-André Lemburg · 19 years ago
  76. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 19 years ago
  77. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 19 years ago
  78. c97c119 Check whether disk space is full. by Martin v. Löwis · 19 years ago
  79. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 19 years ago
  80. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 19 years ago
  81. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 19 years ago
  82. 5b3bf0d Try some tracing by Martin v. Löwis · 19 years ago
  83. 2d12372 Add kill_python command. by Martin v. Löwis · 19 years ago
  84. 9fbc44c Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. by Martin v. Löwis · 19 years ago
  85. d9da722 Bug #1451341: find fuzzy marks correctly. by Georg Brandl · 19 years ago
  86. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 19 years ago
  87. 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 19 years ago
  88. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
  89. b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
  90. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 19 years ago
  91. 59c3acc Add check_soundcard.vbs. Will backport by Martin v. Löwis · 19 years ago
  92. 5d23f9a Don't add multiple empty lines at the end of the codec. With this a by Walter Dörwald · 19 years ago
  93. 1d278fc Move product_codes in their own file. by Martin v. Löwis · 19 years ago
  94. df51179 Correct case in test for Windows 9X. by Martin v. Löwis · 19 years ago
  95. 06b3dde Drop information about 2.4 DLLs. by Martin v. Löwis · 19 years ago
  96. cff2208 Whitespace for generated code. by Walter Dörwald · 19 years ago
  97. 1fe4f01 Add product ids for 2.5. by Martin v. Löwis · 19 years ago
  98. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 19 years ago
  99. 7fbb9d1 SF bug #1457411, fix errors using variables that don't exist. by Neal Norwitz · 19 years ago
  100. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 19 years ago