summaryrefslogtreecommitdiff
path: root/Lib/distutils/bcppcompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-10/+7
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-051-1/+5
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-7/+3
* Refactor compile() method implementations.Jeremy Hylton2002-06-131-57/+44
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-6/+6
* Whitespace normalization.Fred Drake2001-12-061-16/+16
* [Patch #441691] preprocess() method for Borland C compiler.Andrew M. Kuchling2001-08-161-1/+35
* Import UnknownFileErrorAndrew M. Kuchling2001-08-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-271-140/+123
* Rene Liebscher:Greg Ward2000-09-011-13/+13
* Added a whinging comment about the ugliness of constructing the BCPPGreg Ward2000-08-131-0/+10
* Rene Liebscher:Greg Ward2000-08-131-4/+3
* Rewrote 'find_library_file()' much more cleanly (and consistently withGreg Ward2000-08-041-18/+16
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-021-29/+70
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-281-0/+344