1. 29 Jun, 2000 2 commits
    • Greg Ward's avatar
      Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, · 0350ebe9
      Greg Ward authored
      we can run "sdist" on a distribution with old-style extension structures
      even if we haven't built it yet.  Bug spotted by Harry Gebel.
      0350ebe9
    • Greg Ward's avatar
      Fixed 'findall()' so it only returns regular files -- no directories. · 78d7f6ae
      Greg Ward authored
      Changed 'prune_file_list()' so it also prunes out RCS and CVS directories.
      Added 'is_regex' parameter to 'select_pattern()', 'exclude_pattern()',
        and 'translate_pattern()', so that you don't have to be constrained
        by the simple shell-glob-like pattern language, and can escape into
        full-blown regexes when needed.  Currently this is only available
        in code -- it's not exposed in the manifest template mini-language.
      Added 'prune' option (controlled by --prune and --no-prune) to determine
        whether we call 'prune_file_list()' or not -- it's true by default.
      Fixed 'negative_opt' -- it was misnamed and not being seen by dist.py.
      Added --no-defaults to the option table, so it's seen by FancyGetopt.
      78d7f6ae
  2. 28 Jun, 2000 7 commits
  3. 27 Jun, 2000 7 commits
  4. 25 Jun, 2000 9 commits
  5. 24 Jun, 2000 10 commits
  6. 23 Jun, 2000 1 commit
  7. 21 Jun, 2000 4 commits