summaryrefslogtreecommitdiff
path: root/Lib/distutils/cygwinccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-3/+3
* Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-7/+17
|\
| * Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-8/+18
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Issue #15315: Support VS 2010 in distutils cygwincompiler.Martin v. L?wis2012-07-101-0/+3
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-1/+4
* Merged revisions 73975 via svnmerge fromTarek Ziadé2009-07-121-2/+4
* Merged revisions 73354 via svnmerge fromTarek Ziadé2009-06-111-63/+29
* Merged revisions 73348 via svnmerge fromTarek Ziadé2009-06-111-1/+1
* Merged revisions 73336 via svnmerge fromTarek Ziadé2009-06-101-70/+50
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-4/+4
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-3/+3
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-21/+27
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-7/+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
* 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