1. 2529aa9 Fix product code handling for Win64. by Martin v. Löwis · 16 years ago
  2. 3903f50 Allow simultaneous installation of 32-bit and 64-bit versions by Martin v. Löwis · 17 years ago
  3. 782c417 Backport r58149: Clean Release projects as well. by Martin v. Löwis · 17 years ago
  4. 9a85f04 Add 2.5 MSI builder. by Martin v. Löwis · 17 years ago
  5. fe2cb59 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  6. 738032f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  7. aa1e005 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  8. d266f7a Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 17 years ago
  9. f6d7371 Fix name. by Georg Brandl · 18 years ago
  10. af22c52 Add sgml_input.html. by Martin v. Löwis · 18 years ago
  11. 8a230b5 Backport bug fix for SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  12. 58af7ef Patch #1545507: Exclude ctypes package in Win64 MSI file. by Martin v. Löwis · 18 years ago
  13. 9f04e6a Leave tk build directory to restore original path. by Martin v. Löwis · 18 years ago
  14. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  15. fe5004f Update list of files; fix a typo by Andrew M. Kuchling · 18 years ago
  16. 9315251 Add UUID for upcoming 2.5b3. by Martin v. Löwis · 18 years ago
  17. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  18. ab26004 Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  19. 44c668d Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  20. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  21. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  22. 3b3f118 Whitespace normalization. by Marc-André Lemburg · 18 years ago
  23. 7d9743d Updated to pybench 2.0. by Marc-André Lemburg · 18 years ago
  24. 573bd19 Revert wrong svn copy. by Marc-André Lemburg · 18 years ago
  25. 08de1ef Update pybench to version 2.0. by Marc-André Lemburg · 18 years ago
  26. 787fe6d Port cygwin kill_python changes from 2.4 branch. by Martin v. Löwis · 18 years ago
  27. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  28. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  29. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  30. e9eeab5 Initial version of systimes - a module to provide platform dependent by Marc-André Lemburg · 18 years ago
  31. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  32. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  33. 57ad060 Blasted typos ... by Steve Holden · 18 years ago
  34. a4ebed8 Update help text and documentaition. by Steve Holden · 18 years ago
  35. 19bfd42 Whitespace normalization. by Tim Peters · 18 years ago
  36. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago
  37. f845877 Use minimum calibration time rather than avergae to avoid by Steve Holden · 18 years ago
  38. 877ab9b Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  39. 584c8d4 Whitespace normalization. by Tim Peters · 18 years ago
  40. 431a763 Add -t option to allow easy test selection. by Steve Holden · 18 years ago
  41. df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 18 years ago
  42. 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 18 years ago
  43. f9cc594 Whitespace normalization. by Tim Peters · 18 years ago
  44. 64ed043 Package setuptools by Martin v. Löwis · 18 years ago
  45. f75225b - tp_init shouldn't call base class tp_init by default by Jack Jansen · 18 years ago
  46. c311f64 Adding pybench 1.3 to the Tools/ directory. by Marc-André Lemburg · 18 years ago
  47. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 18 years ago
  48. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 18 years ago
  49. c97c119 Check whether disk space is full. by Martin v. Löwis · 18 years ago
  50. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 18 years ago
  51. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 18 years ago
  52. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 18 years ago
  53. 5b3bf0d Try some tracing by Martin v. Löwis · 18 years ago
  54. 2d12372 Add kill_python command. by Martin v. Löwis · 18 years ago
  55. 9fbc44c Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. by Martin v. Löwis · 18 years ago
  56. d9da722 Bug #1451341: find fuzzy marks correctly. by Georg Brandl · 18 years ago
  57. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 18 years ago
  58. 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 18 years ago
  59. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 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. 59c3acc Add check_soundcard.vbs. Will backport by Martin v. Löwis · 18 years ago
  63. 5d23f9a Don't add multiple empty lines at the end of the codec. With this a by Walter Dörwald · 18 years ago
  64. 1d278fc Move product_codes in their own file. by Martin v. Löwis · 18 years ago
  65. df51179 Correct case in test for Windows 9X. by Martin v. Löwis · 18 years ago
  66. 06b3dde Drop information about 2.4 DLLs. by Martin v. Löwis · 18 years ago
  67. cff2208 Whitespace for generated code. by Walter Dörwald · 18 years ago
  68. 1fe4f01 Add product ids for 2.5. by Martin v. Löwis · 18 years ago
  69. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  70. 7fbb9d1 SF bug #1457411, fix errors using variables that don't exist. by Neal Norwitz · 18 years ago
  71. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 18 years ago
  72. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  73. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 18 years ago
  74. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  75. 1a3b248 Oops! Use python_d.exe _before_ it's destroyed :-) by Tim Peters · 18 years ago
  76. 378832c Change the Windows buildbot "clean" step to remove stale .pyc files. by Tim Peters · 18 years ago
  77. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  78. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  79. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  80. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  81. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  82. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  83. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  84. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  85. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  86. a09655e Add ctypes. by Martin v. Löwis · 18 years ago
  87. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  88. ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 18 years ago
  89. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  90. 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 18 years ago
  91. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  92. d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 18 years ago
  93. 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 18 years ago
  94. d149c21 Open dll file in binary. by Martin v. Löwis · 18 years ago
  95. 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 18 years ago
  96. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  97. b6be87f Whitespace normalization. by Tim Peters · 18 years ago
  98. df40ce3 Fix typo by Martin v. Löwis · 18 years ago
  99. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  100. cbcdfdc Whitespace normalization. by Tim Peters · 18 years ago