1. 1d2ce45 Add _multiprocessing module. by Martin v. Löwis · 16 years ago
  2. fd82f2e Disable UAC by default. by Martin v. Löwis · 16 years ago
  3. c9798fc Pickup sqlite3.dll from binary directory. Commit more often. by Martin v. Löwis · 16 years ago
  4. b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. by Martin v. Löwis · 16 years ago
  5. 7b9e124 Support file names which include '+' (for Tk 8.5). by Martin v. Löwis · 16 years ago
  6. 367c79a Create grammar pickle files on installation; remove them on uninstallation. by Martin v. Löwis · 16 years ago
  7. dcc8620 Include all licenses of the packages that we include. by Martin v. Löwis · 16 years ago
  8. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  9. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  10. f466c2a Port to VS 2008. Drop W9x support. by Martin v. Löwis · 16 years ago
  11. 344d066 Use the CHM file name that Sphinx assigns. by Martin v. Löwis · 16 years ago
  12. 8bd5334 Add 2.6b1 and 2.6b2 UUIDs. by Martin v. Löwis · 16 years ago
  13. 023b9f9 Package wininst*.exe from distutils/command. by Martin v. Löwis · 17 years ago
  14. 775e10d Suppress compilation of py3_ files upon installation. by Martin v. Löwis · 17 years ago
  15. 1e72fec Make the "private CRT" case work, by editing the by Martin v. Löwis · 17 years ago
  16. 46a8be7 Drop support for 7.1 CRT. by Martin v. Löwis · 17 years ago
  17. e411f89 Make private_crt feature object a global variable. by Martin v. Löwis · 17 years ago
  18. 54d489a Delete ALLUSERS property merged from CRT merge module, so that per-user installations become possible again. by Martin v. Löwis · 17 years ago
  19. db508be Add script to merge msvcr90. by Martin v. Löwis · 17 years ago
  20. 4dc3415 Add two features to distinguish between private and SxS CRT. by Martin v. Löwis · 17 years ago
  21. 5f187fb Extend sizes of various fields, to support the CRT90 merge module. by Martin v. Löwis · 17 years ago
  22. 0e795e7 Package Tcl from tcltk64 on AMD64. by Martin v. Löwis · 17 years ago
  23. 03dc56c Locate VS installation dir from environment, so that it works with the express edition. by Martin v. Löwis · 17 years ago
  24. d9759c4 Bundle msvcr90.dll as a "private assembly". by Martin v. Löwis · 17 years ago
  25. 1c5105d Add 2.6aN uuids. by Martin v. Löwis · 17 years ago
  26. 94da1d6 Don't try to package msvcr90 for the moment. by Martin v. Löwis · 17 years ago
  27. e7a434e Package using VS 2008. by Martin v. Löwis · 17 years ago
  28. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 17 years ago
  29. 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 17 years ago
  30. e604eb9 MSI uses back slashes as path separators by Christian Heimes · 17 years ago
  31. ce49f02 Fix paths for build bot, part 2 by Christian Heimes · 17 years ago
  32. 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 17 years ago
  33. 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 17 years ago
  34. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  35. 0ffdacd Patch #1468: Package Lib/test/*.pem. by Martin v. Löwis · 17 years ago
  36. 8628f75 Take chm file from build/htmlhelp/pydoc.chm. by Martin v. Löwis · 17 years ago
  37. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  38. 1ab4a1f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  39. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  40. 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
  41. e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
  42. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  43. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  44. 0682a52 Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 18 years ago
  45. 1c08bb9 Forward port r52134: Add uuids for 2.4.4. by Martin v. Löwis · 18 years ago
  46. c0fdb18 Forward-port 51862: Add sgml_input.html. by Martin v. Löwis · 18 years ago
  47. 147f9ae Whitespace normalization. by Tim Peters · 18 years ago
  48. 38325b7 Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  49. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  50. 9315251 Add UUID for upcoming 2.5b3. by Martin v. Löwis · 18 years ago
  51. 4cbd05c Properly quote compileall and Lib paths in case TARGETDIR has a space. by Martin v. Löwis · 18 years ago
  52. 88ef637 Add sqlite3.dll to the DLLs component, not to the TkDLLs component. by Martin v. Löwis · 18 years ago
  53. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  54. 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 18 years ago
  55. 64ed043 Package setuptools by Martin v. Löwis · 19 years ago
  56. 9fbc44c Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. by Martin v. Löwis · 19 years ago
  57. 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 19 years ago
  58. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
  59. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 19 years ago
  60. 59c3acc Add check_soundcard.vbs. Will backport by Martin v. Löwis · 19 years ago
  61. 1d278fc Move product_codes in their own file. by Martin v. Löwis · 19 years ago
  62. df51179 Correct case in test for Windows 9X. by Martin v. Löwis · 19 years ago
  63. 06b3dde Drop information about 2.4 DLLs. by Martin v. Löwis · 19 years ago
  64. 1fe4f01 Add product ids for 2.5. by Martin v. Löwis · 19 years ago
  65. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 19 years ago
  66. a09655e Add ctypes. by Martin v. Löwis · 19 years ago
  67. 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 19 years ago
  68. d149c21 Open dll file in binary. by Martin v. Löwis · 19 years ago
  69. b6be87f Whitespace normalization. by Tim Peters · 19 years ago
  70. df40ce3 Fix typo by Martin v. Löwis · 19 years ago
  71. 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
  72. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  73. 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
  74. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  75. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  76. 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
  77. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  78. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 20 years ago
  79. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 20 years ago
  80. 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 20 years ago
  81. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  82. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  83. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  84. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  85. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  86. 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
  87. 6d60c09 Include site-packages directory. by Martin v. Löwis · 20 years ago
  88. eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 20 years ago
  89. 72f0801 SF bug #1061457: spelling error in win installer by Raymond Hettinger · 20 years ago
  90. 7b2563b Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does. by Martin v. Löwis · 20 years ago
  91. f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 20 years ago
  92. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  93. 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 20 years ago
  94. 1e3a264 Generate the product code properly by Martin v. Löwis · 20 years ago
  95. dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 20 years ago
  96. 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 20 years ago
  97. 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 20 years ago
  98. 104c46b Support Python 2.2. by Martin v. Löwis · 20 years ago
  99. 7d3755d Add test_difflib_expect.html. by Martin v. Löwis · 20 years ago
  100. e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago