1. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  2. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  3. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  4. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  5. 765c635 Adds version info to all signed binaries on Windows by Steve Dower · 8 years ago
  6. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  7. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 8 years ago
  8. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 8 years ago
  9. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  10. 553e156 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  11. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  12. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  13. 89fc3ca Make bdist_wininst build only on demand by Steve Dower · 9 years ago
  14. 1f6c29a Removes bdist_wininst dependency on MFC. by Steve Dower · 9 years ago
  15. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  16. 25c7d3f give a nice message when installer is launched w/o admin rights (closes #16561) by Benjamin Peterson · 10 years ago
  17. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  18. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  19. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  20. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  21. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  22. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  23. 891f263 Fix issue5076: bdist_wininst fails on py3k by Mark Hammond · 15 years ago
  24. 6d0e975 Merged revisions 69094 via svnmerge from by Mark Hammond · 15 years ago
  25. 26adf52 Merged revisions 63828 via svnmerge from by Georg Brandl · 16 years ago
  26. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  27. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  28. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  29. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  30. 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 19 years ago
  31. 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 19 years ago
  32. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 19 years ago
  33. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 20 years ago
  34. 9cc5cb7 Running the pre-install or post-install script did not work when by Thomas Heller · 20 years ago
  35. 876d990 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  36. 0062be2 Ignore some more build products. by Thomas Heller · 20 years ago
  37. d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 20 years ago
  38. 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 20 years ago
  39. ad6ce46 Remove the annoing and useless messagebox asking about overwriting files. by Thomas Heller · 20 years ago
  40. f9bfdd8 Patch [ 983775 ] Allow bdist_wininst to install for non-admin users by Mark Hammond · 20 years ago
  41. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  42. 74db404 The wininst.exe is no longer compressed with UPX. by Thomas Heller · 20 years ago
  43. 4834039 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 20 years ago
  44. b4fb862 The wininst-6.exe template binary for bdist_wininst is now linked by Thomas Heller · 20 years ago
  45. 89adf0a The wininst-7.1.exe template binary for bdist_wininst is now linked by Thomas Heller · 20 years ago
  46. 9614219 Minor reformatting. by Thomas Heller · 20 years ago
  47. 6837f65 Solution and project file to build wininstXX.exe with MSVC7.1 (Visual by Thomas Heller · 20 years ago
  48. cad71d0 To avoid problems with conflicting dlls, the windows installers built by Thomas Heller · 20 years ago
  49. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 20 years ago
  50. b0cd38c Oops, MSVC was still open, so the project file was not yet saved. by Thomas Heller · 22 years ago
  51. bb4b7d2 Copied the sources from the distutils CVS repository. by Thomas Heller · 22 years ago