summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-032-4/+4
* Added 'list_only' option (and modified 'run()' to respect it).Greg Ward1999-09-291-1/+9
* New command to generate source distribution based on a manifest file.Greg Ward1999-09-291-0/+590
* Added 'package' option.Greg Ward1999-09-291-7/+44
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66
* Renamed many options to be consistent across commands.Greg Ward1999-09-295-41/+35
* Added docstring, brought __all__ up-to-date.Greg Ward1999-09-211-2/+19
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-211-12/+82
* Only run build_py if we have pure Python modules, and build_ext if weGreg Ward1999-09-211-5/+9
* Some option changes:Greg Ward1999-09-211-17/+30
* Basically a complete rewrite to support dealing with modules in wholeGreg Ward1999-09-211-36/+197
* Changed selection of installation directories (in 'set_final_options()')Greg Ward1999-09-132-12/+28
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-131-31/+21
* Added support for 'package' option, including where to link theGreg Ward1999-09-131-8/+11
* Comment addition.Greg Ward1999-09-131-0/+3
* Now run 'build_ext'.Greg Ward1999-09-131-2/+2
* New command -- install_ext to install extension modules.Greg Ward1999-09-131-0/+38
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-082-14/+22
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-292-12/+18
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Patch from Perry Stoll: pass 'build_info' to link method.Greg Ward1999-08-291-2/+1
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* Implements the 'build_ext' command for building C/C++ extension modules.Greg Ward1999-08-141-0/+192
* Added a self-berating command relating to installation directories forGreg Ward1999-07-101-0/+8
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-025-42/+73
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-043-12/+7
* First checkin of real Distutils command modules.Greg Ward1999-03-226-0/+448