1. 31 Mar, 2000 2 commits
    • Greg Ward's avatar
      Fixed 'get_outputs()' so it actually works. · fa293d87
      Greg Ward authored
      Added 'get_inputs()' (which is strikingly similar to 'get_outputs()' - sigh).
      Cosmetic tweaks.
      fa293d87
    • Greg Ward's avatar
      Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods · 98661716
      Greg Ward authored
        provided by Distribution.
      Cosmetic and error message tweaks.
      Simplified 'make_release_tree()':
        * extracted 'distutils.util.create_tree()'
        * don't have to do hard-linking ourselves -- it's now handled by
          'distutils.util.copy_file()' (although the detection of
          whether hard linking is available still needs to be factored out)
      Removed 'make_tarball()' and 'make_zipfile()' entirely -- their role
        is now amply filled by 'distutils.util.make_archive()'.
      Simplified 'make_distribution()':
        * use Distribution's new 'get_full_name()' method
        * use 'make_archive()' instead of if/elif/.../else on the archive format
      98661716
  2. 30 Mar, 2000 1 commit
  3. 29 Mar, 2000 15 commits
  4. 26 Mar, 2000 6 commits
  5. 23 Mar, 2000 3 commits
  6. 22 Mar, 2000 11 commits
  7. 18 Mar, 2000 2 commits