summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_py.py
Commit message (Expand)AuthorAgeFilesLines
...
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-011-8/+8
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-2/+2
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-2/+3
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-021-2/+2
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Ditch unneeded imports.Greg Ward2000-01-171-1/+0
* Fixed 'find_package_modules()' to ensure that we never build (and thusGreg Ward1999-12-121-11/+24
* [from 1999-11-04]Greg Ward1999-12-031-5/+14
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66
* Basically a complete rewrite to support dealing with modules in wholeGreg Ward1999-09-211-36/+197
* Comment addition.Greg Ward1999-09-131-0/+3
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-081-7/+7
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-27/+1
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-041-6/+5
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+113