• Greg Ward's avatar
    Fixed 'findall()' so it only returns regular files -- no directories. · 499822d9
    Greg Ward yazdı
    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.
    499822d9
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
bdist.py Loading commit data...
bdist_dumb.py Loading commit data...
bdist_rpm.py Loading commit data...
bdist_wininst.py Loading commit data...
build.py Loading commit data...
build_clib.py Loading commit data...
build_ext.py Loading commit data...
build_py.py Loading commit data...
build_scripts.py Loading commit data...
clean.py Loading commit data...
command_template Loading commit data...
config.py Loading commit data...
install.py Loading commit data...
install_data.py Loading commit data...
install_headers.py Loading commit data...
install_lib.py Loading commit data...
install_scripts.py Loading commit data...
sdist.py Loading commit data...