summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/cygwinccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant importAndrew M. Kuchling2001-03-221-1/+1
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-221-3/+3
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-271-67/+163
* Rene Liebscher: comment fixes.Greg Ward2000-09-011-2/+2
* Overhauld 'check_config_h()': now returns a (status, details) tuple,Greg Ward2000-08-131-26/+45
* Rene Liebscher:Greg Ward2000-08-131-18/+23
* Latest version from Rene Liebscher; major changes:Greg Ward2000-08-021-107/+230
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* Cleaned up and reformatted by Rene Liebscher.Greg Ward2000-06-291-95/+113
* Implementation of the CCompiler class for Cygwin and Mingw32, ie. the twoGreg Ward2000-06-211-0/+181