cpython/Lib/distutils/command
Greg Ward e51d69efb0 Build reorg:
* 'build_dir' -> 'build_lib', which by default takes its value
    straight from 'build_lib' in the 'build' command
  * added 'build_temp' and 'inplace' options
  * change 'build_extensions()' to put object files (compiler turds) in
    'build_temp' dir
  * complicated the name-of-extension-file shenanigans in
    'build_extensions()' to support "in-place" extension building, i.e.
    put the extension right into the source tree (handy for developers)
  * added 'get_ext_fullname()', renamed 'extension_filename()' to
    'get_ext_filename()', and tweaked the latter a bit -- all to support
    the new filename shenanigans
2000-03-01 01:43:28 +00:00
..
__init__.py Changed 'dist' to 'sdist'. 2000-02-18 00:11:52 +00:00
build.py Build reorg: 2000-03-01 01:26:45 +00:00
build_clib.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_ext.py Build reorg: 2000-03-01 01:43:28 +00:00
build_lib.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_py.py Build reorg: change 'build_dir' option to 'build_lib'. 2000-03-01 01:19:37 +00:00
install.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_ext.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_lib.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_py.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
sdist.py Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. 2000-02-24 03:17:43 +00:00