summaryrefslogtreecommitdiff
path: root/Lib/distutils/extension.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+0
* Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
* Minor cosmetic enhancement to provide a more readable repr()esentation of Ext...Giampaolo Rodola'2014-03-271-0/+8
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-76/+79
* Merged revisions 74164 via svnmerge fromTarek Ziadé2009-07-221-4/+5
* Merged revisions 73170 via svnmerge fromTarek Ziadé2009-06-031-14/+8
* Merged revisions 73166 via svnmerge fromTarek Ziadé2009-06-031-13/+4
* Merged revisions 70910 via svnmerge fromTarek Ziadé2009-03-311-0/+5
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-8/+4
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-3/+3
* 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