summaryrefslogtreecommitdiff
path: root/Lib/distutils/emxccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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