1. e3d1752 Use Distribution's 'has_scripts()' method instead of directly accessing by Greg Ward · 24 years ago
  2. a4efe65 Bastian Kleineidam: the "build_scripts" command. by Greg Ward · 24 years ago
  3. 8d5881a Bastian Kleineidam: the "build_scripts" command and changes by Greg Ward · 24 years ago
  4. fcd974e Normalized all the end-of-class lines. by Greg Ward · 24 years ago
  5. d7ad503 Fixed command description. by Greg Ward · 24 years ago
  6. 5edcd90 Use 'get_command_obj()' instead of 'find_command_obj()'. by Greg Ward · 24 years ago
  7. a4adafd Changed the semantics of the 'sub_commands' list: instead of function by Greg Ward · 24 years ago
  8. f355d47 Check if the claimed build directory doesn't exist, and warn that we don't by Greg Ward · 24 years ago
  9. 8711a2e Changed default developer name. Added some guiding comments. by Gregory P. Smith · 24 years ago
  10. 2c067ef Template for writing Distutils command modules. by Gregory P. Smith · 24 years ago
  11. 86ee81e Contribution from Harry Henry Gebel: the 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  12. 6a901dd List data files are listed in the Distribution attribute 'data_files', by Gregory P. Smith · 24 years ago
  13. c59d4e0 Added the 'bdist_base' option, the base temp directory for all bdist commands. by Gregory P. Smith · 24 years ago
  14. e30b7a9 Added 'get_inputs()' methods, needed by the "install" command's 'get_inputs()'. by Gregory P. Smith · 24 years ago
  15. ba0506b Drastically simplified by taking advantage of the "install" command's by Gregory P. Smith · 24 years ago
  16. a04d807 Rename 'build_bdist' to 'bdist_base', and get it by default from the by Gregory P. Smith · 24 years ago
  17. c008488 Typo fix. by Gregory P. Smith · 24 years ago
  18. 0ec8ef1 Made the '--record' option take an argument, which is the name of the by Gregory P. Smith · 24 years ago
  19. 7e855ef Ditch the explicit search for *.py[co] files -- they're now included in by Gregory P. Smith · 24 years ago
  20. 11fb783 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' by Gregory P. Smith · 24 years ago
  21. f9ebf98 Moved check for installation to non-sys.path location so it comes by Gregory P. Smith · 24 years ago
  22. 8cb6761 Harry Henry Gebel: add the "--record" option to write the list of by Gregory P. Smith · 24 years ago
  23. a190268 Added the 'build_bdist' option and code to clean it up -- this is the by Gregory P. Smith · 24 years ago
  24. b5ebe5d Harry Henry Gebel: get extra compiler flags from the CFLAGS environment by Gregory P. Smith · 24 years ago
  25. 52e399c Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically by Gregory P. Smith · 24 years ago
  26. d5b53df Harry Henry Gebel: add 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  27. de5c953 From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and by Gregory P. Smith · 24 years ago
  28. 6fafca4 Added comment/docstring/revision header. by Gregory P. Smith · 24 years ago
  29. 17f641c Fixed 'select_scheme()' so it doesn't override a directory attribute that's by Gregory P. Smith · 24 years ago
  30. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  31. f8f2b98 Caught up with renaming in 'install_misc' base class. by Gregory P. Smith · 24 years ago
  32. ae988a5 Deleted some cruft. by Gregory P. Smith · 24 years ago
  33. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  34. 6cd0c43 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  35. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  36. 1500374 Added comment about the MSVC-specific kludge. by Greg Ward · 24 years ago
  37. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  38. 18856b8 Added the ability to sneak extra flags onto the C compiler command line by Greg Ward · 24 years ago
  39. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  40. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  41. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  42. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 24 years ago
  43. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 24 years ago
  44. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  45. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 24 years ago
  46. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 24 years ago
  47. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 24 years ago
  48. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 24 years ago
  49. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  50. 1561ae1 Use 'get_python_inc()' to figure out the Python include directories by Greg Ward · 24 years ago
  51. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 24 years ago
  52. 7aff6f3 Delete some debugging print statements. by Greg Ward · 24 years ago
  53. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 24 years ago
  54. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 24 years ago
  55. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 24 years ago
  56. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 24 years ago
  57. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 24 years ago
  58. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 24 years ago
  59. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 24 years ago
  60. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 24 years ago
  61. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 24 years ago
  62. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 24 years ago
  63. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 24 years ago
  64. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 24 years ago
  65. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 24 years ago
  66. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 24 years ago
  67. 71d5583 Oops: 'build_extensions()' no longer takes an 'extensions' list. by Greg Ward · 24 years ago
  68. 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 24 years ago
  69. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  70. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 24 years ago
  71. ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 24 years ago
  72. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 24 years ago
  73. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 24 years ago
  74. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 24 years ago
  75. 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 24 years ago
  76. 8b2e95e Deleted some crufty comments and code. by Greg Ward · 24 years ago
  77. cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 24 years ago
  78. 297dd9f Fixed the class name. by Greg Ward · 24 years ago
  79. 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 24 years ago
  80. 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 24 years ago
  81. 55753d4 Renamed install_py.py to install_lib.py, since it now handles installing all by Greg Ward · 24 years ago
  82. 5b001f1 Obsolete command -- no longer relevant since we now build all modules, pure by Greg Ward · 24 years ago
  83. 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 24 years ago
  84. a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 24 years ago
  85. 531349f Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- by Greg Ward · 24 years ago
  86. 4620f30 Took out what looks like old debugging code that probably should never by Greg Ward · 24 years ago
  87. fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 24 years ago
  88. 11fc7e4 Tweaked all over: by Greg Ward · 24 years ago
  89. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  90. 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  91. dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 24 years ago
  92. 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 24 years ago
  93. eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  94. 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  95. 56359f5 Typo fix. by Greg Ward · 24 years ago
  96. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 24 years ago
  97. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  98. 60f6433 If the "build_lib" command built any C libraries, link with them all by Greg Ward · 24 years ago
  99. 833dfd5 Added command description. by Greg Ward · 24 years ago
  100. e51d69e Build reorg: by Greg Ward · 24 years ago