1. 7aff6f3 Delete some debugging print statements. by Greg Ward · 25 years ago
  2. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 25 years ago
  3. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 25 years ago
  4. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 25 years ago
  5. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 25 years ago
  6. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 25 years ago
  7. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 25 years ago
  8. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 25 years ago
  9. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 25 years ago
  10. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 25 years ago
  11. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 25 years ago
  12. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 25 years ago
  13. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 25 years ago
  14. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 25 years ago
  15. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 25 years ago
  16. 71d5583 Oops: 'build_extensions()' no longer takes an 'extensions' list. by Greg Ward · 25 years ago
  17. 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 25 years ago
  18. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  19. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
  20. ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 25 years ago
  21. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 25 years ago
  22. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 25 years ago
  23. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 25 years ago
  24. 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 25 years ago
  25. 8b2e95e Deleted some crufty comments and code. by Greg Ward · 25 years ago
  26. cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 25 years ago
  27. 297dd9f Fixed the class name. by Greg Ward · 25 years ago
  28. 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 25 years ago
  29. 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 25 years ago
  30. 55753d4 Renamed install_py.py to install_lib.py, since it now handles installing all by Greg Ward · 25 years ago
  31. 5b001f1 Obsolete command -- no longer relevant since we now build all modules, pure by Greg Ward · 25 years ago
  32. 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 25 years ago
  33. a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 25 years ago
  34. 531349f Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- by Greg Ward · 25 years ago
  35. 4620f30 Took out what looks like old debugging code that probably should never by Greg Ward · 25 years ago
  36. fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 25 years ago
  37. 11fc7e4 Tweaked all over: by Greg Ward · 25 years ago
  38. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  39. 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  40. dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 25 years ago
  41. 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 25 years ago
  42. eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
  43. 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
  44. 56359f5 Typo fix. by Greg Ward · 25 years ago
  45. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 25 years ago
  46. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  47. 60f6433 If the "build_lib" command built any C libraries, link with them all by Greg Ward · 25 years ago
  48. 833dfd5 Added command description. by Greg Ward · 25 years ago
  49. e51d69e Build reorg: by Greg Ward · 25 years ago
  50. 42a3bf5 Build reorg: by Greg Ward · 25 years ago
  51. e691651 Build reorg: change 'build_dir' option to 'build_lib'. by Greg Ward · 25 years ago
  52. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 25 years ago
  53. 4840112 Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. by Greg Ward · 25 years ago
  54. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  55. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  56. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  57. e1b1c94 Changed 'dist' to 'sdist'. by Greg Ward · 25 years ago
  58. a82122b The 'sdist' command to create a source distribution. This is derived from the by Greg Ward · 25 years ago
  59. 3d6b023 The 'dist' command is dead -- long live the 'sdist' command! by Greg Ward · 25 years ago
  60. 968d883 Path from Thomas Heller: resurrect the .def file kludge while preserving the by Greg Ward · 26 years ago
  61. e8c6ce4 Added 'debug' option, and changed compile/link calls to use it. by Greg Ward · 26 years ago
  62. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 26 years ago
  63. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 26 years ago
  64. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 26 years ago
  65. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 26 years ago
  66. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 26 years ago
  67. 7f0fb0b Improved an error message. by Greg Ward · 26 years ago
  68. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 26 years ago
  69. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 26 years ago
  70. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 26 years ago
  71. 4c67936 Added 'dist' command. by Greg Ward · 26 years ago
  72. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 26 years ago
  73. 9f200cb Fix indentation bug. by Greg Ward · 26 years ago
  74. 1b3a9af Added missing import. by Greg Ward · 26 years ago
  75. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 26 years ago
  76. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 26 years ago
  77. 7c463ef Ditch unneeded imports. by Greg Ward · 26 years ago
  78. e9436da Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. by Greg Ward · 26 years ago
  79. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 26 years ago
  80. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 26 years ago
  81. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 26 years ago
  82. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 26 years ago
  83. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 26 years ago
  84. 631e6a0 [from 1999-11-04] by Greg Ward · 26 years ago
  85. e1ada50 Don't assume GNU tar -- generate tar file and compress in separate steps. by Greg Ward · 26 years ago
  86. d6c30f6 Removed massive comment speculating about needlessly complex variations by Greg Ward · 26 years ago
  87. 6bad864 Fix how we run 'zip' -- give explicit .zip extension. by Greg Ward · 26 years ago
  88. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 26 years ago
  89. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 26 years ago
  90. 455eb61 Don't import what we don't use. by Greg Ward · 26 years ago
  91. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 26 years ago
  92. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 26 years ago
  93. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 26 years ago
  94. a6cb8ae Added 'package' option. by Greg Ward · 26 years ago
  95. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 26 years ago
  96. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 26 years ago
  97. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 26 years ago
  98. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 26 years ago
  99. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 26 years ago
  100. dbb9625 Some option changes: by Greg Ward · 26 years ago