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