1. 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 25 years ago
  2. ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 25 years ago
  3. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 25 years ago
  4. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 25 years ago
  5. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
  6. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
  7. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  8. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  9. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  10. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  11. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  12. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  13. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
  14. a0ca3f2 Comment fix. by Greg Ward · 25 years ago
  15. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
  16. a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 25 years ago
  17. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  18. 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
  19. f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
  20. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  21. 9f200cb Fix indentation bug. by Greg Ward · 25 years ago
  22. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  23. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  24. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  25. 1b3a9af Added missing import. by Greg Ward · 25 years ago
  26. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 25 years ago
  27. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  28. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  29. 7c463ef Ditch unneeded imports. by Greg Ward · 25 years ago
  30. 7b7679e 'newer_group()' can now deal with missing files, in a way specified by by Greg Ward · 25 years ago
  31. c9f3187 Abstracted '_fix_link_args()' out of 'link_shared_object()'. by Greg Ward · 25 years ago
  32. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  33. e9436da Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. by Greg Ward · 25 years ago
  34. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  35. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 25 years ago
  36. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  37. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  38. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  39. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  40. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  41. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  42. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  43. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  44. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  45. e1ada50 Don't assume GNU tar -- generate tar file and compress in separate steps. by Greg Ward · 25 years ago
  46. d6c30f6 Removed massive comment speculating about needlessly complex variations by Greg Ward · 25 years ago
  47. 346e320 Qualified use of 'newer_group' function. by Greg Ward · 25 years ago
  48. 6bad864 Fix how we run 'zip' -- give explicit .zip extension. by Greg Ward · 25 years ago
  49. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 25 years ago
  50. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 25 years ago
  51. 455eb61 Don't import what we don't use. by Greg Ward · 25 years ago
  52. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  53. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  54. f3b997a Fixed 'mkpath()' to normalize the path right off the bat -- cleans up by Greg Ward · 25 years ago
  55. a564cc3 Hacked to support the notion of "negative alias" options, to handle by Greg Ward · 25 years ago
  56. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  57. 4fecfce Fixed order of link options: object files now precede library stuff. by Greg Ward · 25 years ago
  58. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  59. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 25 years ago
  60. 274ad9d Added all documentation. by Greg Ward · 25 years ago
  61. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 25 years ago
  62. a6cb8ae Added 'package' option. by Greg Ward · 25 years ago
  63. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 25 years ago
  64. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  65. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  66. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  67. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  68. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  69. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  70. da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
  71. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  72. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  73. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  74. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  75. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  76. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  77. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  78. dbb9625 Some option changes: by Greg Ward · 25 years ago
  79. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
  80. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  81. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  82. 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
  83. 68bdf3e Comment addition. by Greg Ward · 25 years ago
  84. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  85. 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
  86. 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
  87. 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
  88. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  89. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  90. 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
  91. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  92. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  93. c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
  94. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  95. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  96. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  97. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  98. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  99. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  100. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago