summaryrefslogtreecommitdiff
path: root/Lib/distutils/emxccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-111-315/+0
* 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-4/+8
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-5/+4
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-3/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* 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