summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/extension.py
Commit message (Expand)AuthorAgeFilesLines
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-141-0/+5
* Remove the recently-added get_distutil_options(), and justAndrew M. Kuchling2003-01-271-0/+2
* [Part of patch #641685] Add .dylib as an extension for shared librariesAndrew M. Kuchling2002-11-271-1/+1
* Add missing importAndrew M. Kuchling2002-11-201-1/+1
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Allow unknown keyword arguments to the Extension class, and warn about them.Andrew M. Kuchling2002-11-131-1/+14
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-0/+5
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-121-0/+4
* [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