1. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  2. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  3. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  4. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  5. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  6. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  7. da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
  8. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  9. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  10. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  11. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  12. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  13. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  14. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  15. dbb9625 Some option changes: by Greg Ward · 25 years ago
  16. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
  17. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  18. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  19. 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
  20. 68bdf3e Comment addition. by Greg Ward · 25 years ago
  21. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  22. 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
  23. 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
  24. 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
  25. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  26. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  27. 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
  28. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  29. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  30. c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
  31. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  32. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  33. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  34. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  35. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  36. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  37. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  38. 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
  39. 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
  40. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  41. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago
  42. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  43. e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
  44. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago
  45. 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
  46. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  47. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  48. 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
  49. 8c66b69 Added DistutilsExecError, DistutilsValueError. by Greg Ward · 25 years ago
  50. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  51. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
  52. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
  53. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  54. ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
  55. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
  56. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  57. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  58. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  59. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  60. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  61. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 25 years ago
  62. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 25 years ago
  63. e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 25 years ago
  64. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 25 years ago
  65. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 25 years ago
  66. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 25 years ago
  67. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 25 years ago
  68. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago
  69. 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 25 years ago
  70. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago
  71. db75afe Added collapse_ws option. by Greg Ward · 25 years ago
  72. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  73. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago
  74. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago
  75. 522af3a Update and add docstrings. by Fred Drake · 26 years ago
  76. 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 26 years ago
  77. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 26 years ago
  78. 1190ee3 Fred's sysconfig module. by Greg Ward · 26 years ago
  79. ee789b9 Initial checkin of distutils source files. by Greg Ward · 26 years ago