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