| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe... | Antoine Pitrou | 2013-09-30 | 1 | -7/+17 |
|\ |
|
| * | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe... | Antoine Pitrou | 2013-09-30 | 1 | -8/+18 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|/ |
|
* | Issue #15315: Support VS 2010 in distutils cygwincompiler. | Martin v. Löwis | 2012-07-10 | 1 | -0/+3 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -1/+4 |
|
|
* | Merged revisions 73975 via svnmerge from | Tarek Ziadé | 2009-07-12 | 1 | -2/+4 |
|
|
* | Merged revisions 73354 via svnmerge from | Tarek Ziadé | 2009-06-11 | 1 | -63/+29 |
|
|
* | Merged revisions 73348 via svnmerge from | Tarek Ziadé | 2009-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 73336 via svnmerge from | Tarek Ziadé | 2009-06-10 | 1 | -70/+50 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -4/+4 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -3/+3 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -21/+27 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -7/+4 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -3/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -22/+22 |
|
|
* | Patch #870382: Automatically add msvcr71 to the list of libraries if | Martin v. Löwis | 2004-08-03 | 1 | -0/+23 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | SF #877165: Give an info about what C++ compiler command should be | Hye-Shik Chang | 2004-06-05 | 1 | -0/+2 |
|
|
* | Patch #709178: remove -static option from cygwinccompiler | Jason Tishler | 2003-04-14 | 1 | -5/+30 |
|
|
* | Patch #718551: cygwinccompiler.get_versions() patch | Jason Tishler | 2003-04-09 | 1 | -3/+3 |
|
|
* | Patch #709178: remove -static option from cygwinccompiler | Jason Tishler | 2003-04-09 | 1 | -8/+2 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -2/+4 |
|
|
* | Add implementation of _compile() and use default compile() method. | Jeremy Hylton | 2002-06-18 | 1 | -31/+14 |
|
|
* | Refactor compile() method implementations. | Jeremy Hylton | 2002-06-13 | 1 | -56/+29 |
|
|
* | Fix unused local variables caught by pychecker. | Jeremy Hylton | 2002-06-04 | 1 | -5/+2 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -49/+48 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -8/+8 |
|
|
* | Remove redundant import | Andrew M. Kuchling | 2001-03-22 | 1 | -1/+1 |
|
|
* | Back out conversion to string methods; the Distutils is intended to work | Andrew M. Kuchling | 2001-03-22 | 1 | -3/+3 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+3 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 1 | -67/+163 |
|
|
* | Rene Liebscher: comment fixes. | Greg Ward | 2000-09-01 | 1 | -2/+2 |
|
|
* | Overhauld 'check_config_h()': now returns a (status, details) tuple, | Greg Ward | 2000-08-13 | 1 | -26/+45 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -18/+23 |
|
|
* | Latest version from Rene Liebscher; major changes: | Greg Ward | 2000-08-02 | 1 | -107/+230 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Cleaned up and reformatted by Rene Liebscher. | Greg Ward | 2000-06-29 | 1 | -95/+113 |
|
|
* | Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two | Greg Ward | 2000-06-21 | 1 | -0/+181 |
|
|