1. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  2. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  3. e918b6f Typo fix. by Greg Ward · 24 years ago
  4. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  5. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  6. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  7. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  8. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  9. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  10. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  11. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  12. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  13. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  14. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  15. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  16. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  17. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  18. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  19. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  20. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  21. 904ca11 Changes: by Thomas Heller · 24 years ago
  22. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  23. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  24. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  25. 6a2035d Typo fix. by Greg Ward · 24 years ago
  26. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  27. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  28. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  29. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  30. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  31. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  32. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  33. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  34. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  35. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  36. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  37. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  38. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  39. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  40. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  41. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  42. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  43. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  44. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  45. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  46. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  47. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  48. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  49. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  50. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  51. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  52. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  53. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  54. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  55. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  56. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  57. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  58. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  59. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  60. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  61. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  62. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  63. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  64. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  65. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  66. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  67. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  68. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  69. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  70. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  71. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  72. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  73. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  74. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  75. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  76. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  77. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  78. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 24 years ago
  79. 979db97 Added list-like methods: 'append()', 'extend()', 'sort()'. by Greg Ward · 24 years ago
  80. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 24 years ago
  81. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 24 years ago
  82. d5dcc17 Typo fix. by Greg Ward · 24 years ago
  83. 58bff53 Added DistutilsTemplateError. by Greg Ward · 24 years ago
  84. c019e2c Ditched the unused 'recursive_exclude_pattern()' method. by Greg Ward · 24 years ago
  85. 0f34185 Renamed 'select_pattern()' to 'include_pattern()'. by Greg Ward · 24 years ago
  86. 7b3d56c Renamed 'process_line()' to 'process_template_line()', and factored out by Greg Ward · 24 years ago
  87. c98927a Added class docstring and ditched inappropriate class attrs. by Greg Ward · 24 years ago
  88. adc1172 Provides the FileList class for building a list of filenames by exploring by Greg Ward · 24 years ago
  89. ae0965e Bump version to 0.9.1pre. by Greg Ward · 24 years ago
  90. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  91. aa5372c Remove unused 'search_dir()' method. Comment tweak. by Greg Ward · 24 years ago
  92. 7499847 Fix to call 'library_filename()' instead of the non-existent by Greg Ward · 24 years ago
  93. 53c1bc3 Typo fix from David Ascher. by Greg Ward · 24 years ago
  94. 23adc9f Typo fix from Bastian Kleineidam by Andrew M. Kuchling · 24 years ago
  95. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  96. fd9f168 Fixed so the ZIP file (which is bundled into an executable) goes in the by Greg Ward · 24 years ago
  97. c4eb84a Added --dist-dir option to control where output archive(s) go. by Greg Ward · 24 years ago
  98. 040dc0b Added the --dist-dir option that the "bdist_*" will use to control where by Greg Ward · 24 years ago
  99. c061410 Added the --dist-dir option to control where the archive(s) are put; by Greg Ward · 24 years ago
  100. 1b5ec76 Simplify the registry-module-finding code: _winreg or win32api/win32con. by Greg Ward · 24 years ago