1. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  2. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  3. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  4. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  5. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  6. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  7. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  8. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  9. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  10. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  11. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  12. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  13. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  14. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  15. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  16. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  17. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  18. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  19. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  20. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  21. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  22. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  23. 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
  24. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  25. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
  26. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  27. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  28. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  29. e918b6f Typo fix. by Greg Ward · 24 years ago
  30. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  31. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  32. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  33. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  34. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  35. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  36. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  37. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  38. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  39. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  40. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  41. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  42. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  43. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  44. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  45. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  46. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  47. 904ca11 Changes: by Thomas Heller · 24 years ago
  48. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  49. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  50. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  51. 6a2035d Typo fix. by Greg Ward · 24 years ago
  52. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  53. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  54. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  55. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  56. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  57. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  58. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  59. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  60. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  61. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  62. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  63. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  64. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  65. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  66. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  67. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  68. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  69. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  70. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  71. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  72. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  73. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  74. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  75. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  76. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  77. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  78. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  79. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  80. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  81. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  82. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  83. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  84. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  85. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  86. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  87. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  88. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  89. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  90. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  91. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  92. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  93. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  94. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  95. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  96. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  97. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  98. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  99. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  100. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago