cpython/Lib/distutils/command
Greg Ward 499822d959 Fixed 'findall()' so it only returns regular files -- no directories.
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.
2000-06-29 02:06:29 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist_dumb.py Fixed to use 'reinitialize_command()' to fetch the "install" command object. 2000-06-28 00:36:40 +00:00
bdist_rpm.py Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if 2000-06-08 14:21:23 +00:00
bdist_wininst.py Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" 2000-06-28 00:56:20 +00:00
build.py Changed so all the help-generating functions are defined, at module-level, 2000-06-24 01:23:37 +00:00
build_clib.py Call 'customize_compiler()' after getting CCompiler object. 2000-06-25 02:10:58 +00:00
build_ext.py typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
build_py.py Renamed 'modules' option to 'py_modules', for consistency with Distribution 2000-06-04 13:42:52 +00:00
build_scripts.py Take the basename of the script before concatenating it with the build dir. 2000-05-25 20:05:52 +00:00
clean.py Moved warnings out of 'finalize_options()' into 'run()'. 2000-05-28 23:47:00 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
install.py Changed the default installation directory for data files (used by 2000-06-24 17:22:39 +00:00
install_data.py Print a warning if we install a data file right in install_dir. 2000-06-24 17:36:24 +00:00
install_headers.py Delete spurious comment. 2000-06-21 03:14:27 +00:00
install_lib.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
install_scripts.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
sdist.py Fixed 'findall()' so it only returns regular files -- no directories. 2000-06-29 02:06:29 +00:00