cpython/Lib/distutils/command
Greg Ward 18856b80e2 Added the ability to sneak extra flags onto the C compiler command line
via an 'extra_compile_args' option in the 'build_info' dictionary.
2000-05-06 13:12:59 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +00:00
bdist.py Harry Henry Gebel: 2000-04-25 01:38:20 +00:00
bdist_dumb.py Harry Henry Gebel: import exception classes. 2000-04-26 02:29:51 +00:00
build.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
build_clib.py Cleaned up/simplified error-handling: 2000-04-15 22:15:07 +00:00
build_ext.py Added the ability to sneak extra flags onto the C compiler command line 2000-05-06 13:12:59 +00:00
build_py.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Added the "--root" option as a sort of meta-install-base; if supplied, 2000-04-27 01:56:38 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
sdist.py Supply short form for --manifest-only (-o) and --force-manifest (-f) 2000-04-26 01:14:33 +00:00