cpython/Lib/distutils/command
Greg Ward 9bd3e9b6b2 Adjust to the new sysconfig regime: use 'get_config_vars()' instead
of globals from sysconfig.
Added 'prefix' and 'exec_prefix' to the list of variables that can be
  expanded in installation directories (preserving the stupid old names
  of 'sys_prefix' and 'sys_exec_prefix, though).
2000-09-15 01:20:10 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Added --plat-name option to override sysconfig.get_platform() in 2000-09-11 00:47:35 +00:00
bdist_dumb.py Delete some debugging prints. 2000-09-11 00:50:37 +00:00
bdist_rpm.py Added --python and --fix-python options for better control over what 2000-09-10 01:21:27 +00:00
bdist_wininst.py The installer now displays info about version of distutils 2000-09-09 21:15:12 +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 Adjust to the new sysconfig regime: use 'get_config_var()' instead 2000-09-15 01:19:03 +00:00
build_py.py Typo fix. 2000-09-06 02:06:27 +00:00
build_scripts.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
clean.py Bastian Kleineidam: fix so it cleans up the temporary script-building 2000-09-12 00:07:49 +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 Adjust to the new sysconfig regime: use 'get_config_vars()' instead 2000-09-15 01:20:10 +00:00
install_data.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
install_headers.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
install_lib.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
install_scripts.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
sdist.py Bullet-proofing of 'make_release_tree()': 2000-09-06 02:18:59 +00:00