aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_clib.py
Commit message (Expand)AuthorAge
* Merged revisions 84608 via svnmerge fromÉric Araujo2010-09-07
* Fixed #5940: distutils.command.build_clib.check_library_list is doing the rig...Tarek Ziadé2009-05-06
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-27
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Whitespace normalization.Fred Drake2001-12-06
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-10
* Untabified.Greg Ward2000-10-14
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Call 'customize_compiler()' after getting CCompiler object.Greg Ward2000-06-25
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-24
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-24
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-07
* Normalized all the end-of-class lines.Greg Ward2000-05-25
* Fix from Lyle Johnson: add the '--compiler' option.Gregory P. Smith2000-05-12
* Cleaned up/simplified error-handling:Greg Ward2000-04-15
* Added '--force' option -- very clear what it means for building (ignoreGreg Ward2000-04-10
* Removed some old test code: don't set 'plat' when calling 'new_compiler()'.Greg Ward2000-03-31
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-10
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-06
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-02
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-02
* Added command description.Greg Ward2000-03-02
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-18
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-18
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-18
* Added 'debug' option, and changed compile/link calls to use it.Greg Ward2000-02-09
* New command to build C (and C++, hopefully) libraries needed by extensionsGreg Ward2000-02-05