Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Patch #536769] Add -Xcompiler flag for adding arguments and switches for | Andrew M. Kuchling | 2002-03-29 | 1 | -0/+2 |
* | Suggested by Pete Shinners: treat .m and .mm files as source code. | Andrew M. Kuchling | 2001-12-21 | 1 | -1/+1 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -2/+2 |
* | Back out conversion to string methods; the Distutils is intended to work | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+2 |
* | Added 'read_setup_file()' to read old-style Setup files. Could make life | Greg Ward | 2000-09-17 | 1 | -2/+110 |
* | Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). | Greg Ward | 2000-08-13 | 1 | -1/+1 |
* | Typo fix in docstring. | Greg Ward | 2000-08-13 | 1 | -2/+1 |
* | Removed 'export_symbol_file'. | Greg Ward | 2000-08-02 | 1 | -8/+1 |
* | Revised docstring so 'sources' isn't necessarily all C/C++ files (to | Greg Ward | 2000-06-24 | 1 | -3/+5 |
* | Provides the Extension class, a nicer way to describe C/C++ extensions than | Greg Ward | 2000-05-31 | 1 | -0/+115 |