summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_lib.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-021-202/+0
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added command description.Greg Ward2000-03-021-14/+48
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-4/+4
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-3/+4
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'debug' option, and changed compile/link calls to use it.Greg Ward2000-02-091-3/+9
* New command to build C (and C++, hopefully) libraries needed by extensionsGreg Ward2000-02-051-0/+161