summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/emxccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-4/+8
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-051-12/+23
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-2/+0
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-161-21/+12
* use same compiler switches as core for extensionsAndrew MacIntyre2003-12-021-2/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-2/+4
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-29/+28
* - comment improvementAndrew MacIntyre2002-08-041-1/+25
* add parameter missing following Jeremy's compiler class refactoringAndrew MacIntyre2002-08-041-1/+1
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-181-35/+13
* Refactor compile() method implementations.Jeremy Hylton2002-06-131-45/+24
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-041-2/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-1/+2
* Forgot to add the new emxccompiler.py from Andrew I. MacIntyre'sMarc-André Lemburg2002-02-061-0/+334