Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |