summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/extension.py
Commit message (Expand)AuthorAgeFilesLines
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-291-0/+2
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1
* Whitespace normalization.Fred Drake2001-12-061-2/+2
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-221-2/+2
* String method conversion.Eric S. Raymond2001-02-091-2/+2
* Added 'read_setup_file()' to read old-style Setup files. Could make lifeGreg Ward2000-09-171-2/+110
* Rene Liebscher: ext.export_symbols is now always a list (added 'or []').Greg Ward2000-08-131-1/+1
* Typo fix in docstring.Greg Ward2000-08-131-2/+1
* Removed 'export_symbol_file'.Greg Ward2000-08-021-8/+1
* Revised docstring so 'sources' isn't necessarily all C/C++ files (toGreg Ward2000-06-241-3/+5
* Provides the Extension class, a nicer way to describe C/C++ extensions thanGreg Ward2000-05-311-0/+115