1. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 23 years ago
  2. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
  3. 49bdaed Fix for by Michael W. Hudson · 24 years ago
  4. fa9ff76 Untabified. by Greg Ward · 25 years ago
  5. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 25 years ago
  6. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 25 years ago
  7. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 25 years ago
  8. 53db815 Tweaked the build temp dir names again. by Greg Ward · 25 years ago
  9. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 25 years ago
  10. 3459381 Changed so all the help-generating functions are defined, at module-level, by Greg Ward · 25 years ago
  11. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 25 years ago
  12. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 25 years ago
  13. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 25 years ago
  14. e3d1752 Use Distribution's 'has_scripts()' method instead of directly accessing by Greg Ward · 25 years ago
  15. 8d5881a Bastian Kleineidam: the "build_scripts" command and changes by Greg Ward · 25 years ago
  16. fcd974e Normalized all the end-of-class lines. by Greg Ward · 25 years ago
  17. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 25 years ago
  18. 7aff6f3 Delete some debugging print statements. by Greg Ward · 25 years ago
  19. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 25 years ago
  20. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 25 years ago
  21. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 25 years ago
  22. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  23. 42a3bf5 Build reorg: by Greg Ward · 25 years ago
  24. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  25. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  26. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  27. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 25 years ago
  28. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  29. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  30. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 26 years ago
  31. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 26 years ago
  32. 36e68e2 Now run 'build_ext'. by Greg Ward · 26 years ago
  33. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 26 years ago
  34. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago