summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_clib.py
Commit message (Expand)AuthorAgeFilesLines
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-3/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-3/+2
* Whitespace normalization.Fred Drake2001-12-061-2/+2
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Untabified.Greg Ward2000-10-141-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-37/+37
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Call 'customize_compiler()' after getting CCompiler object.Greg Ward2000-06-251-0/+2
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-241-1/+6
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-1/+2
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-1/+5
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1
* Fix from Lyle Johnson: add the '--compiler' option.Gregory P. Smith2000-05-121-2/+8
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-7/+7
* Added '--force' option -- very clear what it means for building (ignoreGreg Ward2000-04-101-1/+5
* Removed some old test code: don't set 'plat' when calling 'new_compiler()'.Greg Ward2000-03-311-2/+1
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-101-3/+3
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-061-1/+0
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-021-3/+3
* 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