1. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  2. 60f6433 If the "build_lib" command built any C libraries, link with them all by Greg Ward · 25 years ago
  3. 833dfd5 Added command description. by Greg Ward · 25 years ago
  4. e51d69e Build reorg: by Greg Ward · 25 years ago
  5. 42a3bf5 Build reorg: by Greg Ward · 25 years ago
  6. e691651 Build reorg: change 'build_dir' option to 'build_lib'. by Greg Ward · 25 years ago
  7. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 25 years ago
  8. 4840112 Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. by Greg Ward · 25 years ago
  9. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  10. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  11. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  12. e1b1c94 Changed 'dist' to 'sdist'. by Greg Ward · 25 years ago
  13. a82122b The 'sdist' command to create a source distribution. This is derived from the by Greg Ward · 25 years ago
  14. 3d6b023 The 'dist' command is dead -- long live the 'sdist' command! by Greg Ward · 25 years ago
  15. 968d883 Path from Thomas Heller: resurrect the .def file kludge while preserving the by Greg Ward · 25 years ago
  16. e8c6ce4 Added 'debug' option, and changed compile/link calls to use it. by Greg Ward · 25 years ago
  17. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 25 years ago
  18. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
  19. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  20. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  21. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  22. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  23. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
  24. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
  25. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  26. 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
  27. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  28. 9f200cb Fix indentation bug. by Greg Ward · 25 years ago
  29. 1b3a9af Added missing import. by Greg Ward · 25 years ago
  30. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 25 years ago
  31. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  32. 7c463ef Ditch unneeded imports. 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. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 25 years ago
  35. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  36. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  37. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  38. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  39. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  40. e1ada50 Don't assume GNU tar -- generate tar file and compress in separate steps. by Greg Ward · 25 years ago
  41. d6c30f6 Removed massive comment speculating about needlessly complex variations by Greg Ward · 25 years ago
  42. 6bad864 Fix how we run 'zip' -- give explicit .zip extension. by Greg Ward · 25 years ago
  43. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 25 years ago
  44. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 25 years ago
  45. 455eb61 Don't import what we don't use. by Greg Ward · 25 years ago
  46. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  47. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 25 years ago
  48. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 25 years ago
  49. a6cb8ae Added 'package' option. by Greg Ward · 25 years ago
  50. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 25 years ago
  51. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  52. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  53. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  54. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  55. dbb9625 Some option changes: by Greg Ward · 25 years ago
  56. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
  57. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  58. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  59. 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
  60. 68bdf3e Comment addition. by Greg Ward · 25 years ago
  61. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  62. 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
  63. 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
  64. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  65. 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
  66. 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
  67. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  68. e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
  69. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  70. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  71. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  72. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 26 years ago
  73. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago