| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -64/+33 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -3/+2 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -3/+0 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -3/+2 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -2/+2 |
|
|
* | [Bug #414032] Make the 'sdist' command work when the distribution contains | Andrew M. Kuchling | 2001-08-10 | 1 | -2/+18 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -37/+37 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
* | Call 'customize_compiler()' after getting CCompiler object. | Greg Ward | 2000-06-25 | 1 | -0/+2 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -1/+6 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -1/+2 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -1/+5 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 1 | -2/+8 |
|
|
* | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 1 | -7/+7 |
|
|
* | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 1 | -1/+5 |
|
|
* | Removed some old test code: don't set 'plat' when calling 'new_compiler()'. | Greg Ward | 2000-03-31 | 1 | -2/+1 |
|
|
* | Catch up with change to CCompiler API: call 'create_static_lib()', not | Greg Ward | 2000-03-10 | 1 | -3/+3 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -1/+0 |
|
|
* | Renamed 'build_lib' command to 'build_clib': | Greg Ward | 2000-03-02 | 1 | -3/+3 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Added command description. | Greg Ward | 2000-03-02 | 1 | -14/+48 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 1 | -4/+4 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -3/+4 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | Added 'debug' option, and changed compile/link calls to use it. | Greg Ward | 2000-02-09 | 1 | -3/+9 |
|
|
* | New command to build C (and C++, hopefully) libraries needed by extensions | Greg Ward | 2000-02-05 | 1 | -0/+161 |
|
|