summaryrefslogtreecommitdiff
path: root/Lib/distutils/cygwinccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-2/+2
* 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-24/+18
* pep8-fied cygwinccompiler moduleTarek Ziadé2009-06-111-65/+30
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-111-1/+1
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-101-71/+50
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-181-4/+4
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-031-21/+27
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization.Tim Peters2004-08-041-22/+22
* Patch #870382: Automatically add msvcr71 to the list of libraries ifMartin v. Löwis2004-08-031-0/+23
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* SF #877165: Give an info about what C++ compiler command should beHye-Shik Chang2004-06-051-0/+2
* Patch #709178: remove -static option from cygwinccompilerJason Tishler2003-04-141-5/+30
* Patch #718551: cygwinccompiler.get_versions() patchJason Tishler2003-04-091-3/+3
* Patch #709178: remove -static option from cygwinccompilerJason Tishler2003-04-091-8/+2
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+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
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-181-31/+14
* Refactor compile() method implementations.Jeremy Hylton2002-06-131-56/+29
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-041-5/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-1/+2
* Whitespace normalization.Fred Drake2001-12-061-49/+48
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-8/+8
* 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