cpython/Lib/distutils/command
Greg Ward 92f3377078 Catch up with change to CCompiler API: call 'create_static_lib()', not
'link_static_lib()'.
2000-03-10 02:02:44 +00:00
..
__init__.py
build.py Renamed 'build_lib' command to 'build_clib': 2000-03-02 01:57:12 +00:00
build_clib.py Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
build_ext.py Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. 2000-03-06 03:36:50 +00:00
build_py.py Typo fix. 2000-03-03 03:00:27 +00:00
install.py
install_ext.py
install_lib.py
install_py.py
sdist.py