1. 1b26b6a Patch #103587: Fix typo that broke the install_data command; caught by by Andrew M. Kuchling · 24 years ago
  2. a221b2a Data pathnames were not converted from URL-style to local style. Fixed. by Jack Jansen · 24 years ago
  3. 49c9942 Added an execution layer to be able to customize per-extension building. by Marc-André Lemburg · 24 years ago
  4. 506f0b1 Part of patch #102409: special cases for Cygwin: by Andrew M. Kuchling · 24 years ago
  5. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  6. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  7. 8fe2c12 Add forgotten initialization. Fixes bug #120994, "Traceback with by Andrew M. Kuchling · 24 years ago
  8. fa9ff76 Untabified. by Greg Ward · 24 years ago
  9. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 24 years ago
  10. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 24 years ago
  11. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 24 years ago
  12. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  13. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  14. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  15. 0295181 Typo fix. by Greg Ward · 24 years ago
  16. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  17. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  18. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  19. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  20. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  21. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  22. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  23. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  24. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  25. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  26. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  27. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  28. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  29. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  30. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  31. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  32. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  33. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  34. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  35. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  36. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  37. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  38. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  39. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  40. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  41. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  42. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  43. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  44. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  45. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  46. e918b6f Typo fix. by Greg Ward · 24 years ago
  47. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  48. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  49. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  50. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  51. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  52. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  53. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  54. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  55. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  56. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  57. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  58. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  59. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  60. 904ca11 Changes: by Thomas Heller · 24 years ago
  61. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  62. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  63. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  64. 6a2035d Typo fix. by Greg Ward · 24 years ago
  65. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  66. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  67. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  68. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  69. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  70. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  71. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  72. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  73. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  74. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  75. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  76. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  77. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  78. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  79. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  80. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 24 years ago
  81. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 24 years ago
  82. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 24 years ago
  83. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  84. aa5372c Remove unused 'search_dir()' method. Comment tweak. by Greg Ward · 24 years ago
  85. 53c1bc3 Typo fix from David Ascher. by Greg Ward · 24 years ago
  86. 23adc9f Typo fix from Bastian Kleineidam by Andrew M. Kuchling · 24 years ago
  87. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  88. fd9f168 Fixed so the ZIP file (which is bundled into an executable) goes in the by Greg Ward · 24 years ago
  89. c4eb84a Added --dist-dir option to control where output archive(s) go. by Greg Ward · 24 years ago
  90. 040dc0b Added the --dist-dir option that the "bdist_*" will use to control where by Greg Ward · 24 years ago
  91. c061410 Added the --dist-dir option to control where the archive(s) are put; by Greg Ward · 24 years ago
  92. 5d6ae76 Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, by Greg Ward · 24 years ago
  93. 22e1bf7 Don't try to guess the name of a .def file -- if one is supplied, use it, by Greg Ward · 24 years ago
  94. df112a7 Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, by Greg Ward · 24 years ago
  95. 499822d Fixed 'findall()' so it only returns regular files -- no directories. by Greg Ward · 24 years ago
  96. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  97. cc623a2 Lyle Johnson: pass in temp directory as 'build_temp' argument when calling by Greg Ward · 24 years ago
  98. b0b98a5 Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" by Greg Ward · 24 years ago
  99. edc6a51 Fixed to use 'reinitialize_command()' to fetch the "install" command object. by Greg Ward · 24 years ago
  100. b593793 A-ha! Read Thomas' patch a little more carefully and figured it out: by Greg Ward · 24 years ago