Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suggested by Pete Shinners: treat .m and .mm files as source code. | Andrew M. Kuchling | 2001-12-21 | 1 | -1/+1 |
| | | | | | | Question for Jack Jansen: is this reasonable? Candidate for 2.2 release branch (if Jack thinks it's OK). | ||||
* | 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 |
| | | | | with 1.5.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 |
| | | | | | | easier for people porting Makefile.pre.in-based extensions to Distutils. Also loosened argument-checking in Extension constructor to make life easier for 'read_setup_file()'. | ||||
* | 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 |
| | | | | | 'export_symbols' can be None (not sure this is a good idea: it's inconsistent with every other instance attribute of Extension). | ||||
* | Revised docstring so 'sources' isn't necessarily all C/C++ files (to | Greg Ward | 2000-06-24 | 1 | -3/+5 |
| | | | | accomodate SWIG interface files, resource files, etc.). | ||||
* | Provides the Extension class, a nicer way to describe C/C++ extensions than | Greg Ward | 2000-05-31 | 1 | -0/+115 |
the old (ext_name, build_info) tuple. |