| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -2/+2 |
|
|
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe... | Antoine Pitrou | 2013-09-30 | 1 | -7/+21 |
|
|
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -2/+4 |
|
|
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the... | Tarek Ziadé | 2010-03-05 | 1 | -77/+143 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -2/+2 |
|
|
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -2/+0 |
|
|
* | #6466 refactored distutils duplicate get_versions() functions (used to get gc... | Tarek Ziadé | 2009-07-16 | 1 | -24/+18 |
|
|
* | pep8-fied cygwinccompiler module | Tarek Ziadé | 2009-06-11 | 1 | -65/+30 |
|
|
* | #6263 fixed syntax error in distutils.cygwinccompiler | Tarek Ziadé | 2009-06-11 | 1 | -1/+1 |
|
|
* | Distutils: started code cleanup and test coverage for cygwinccompiler | Tarek Ziadé | 2009-06-10 | 1 | -71/+50 |
|
|
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
|
|
* | #2234 distutils failed with mingw binutils 2.18.50.20080109. | Amaury Forgeot d'Arc | 2008-08-18 | 1 | -4/+4 |
|
|
* | Applied my patch #1455 with some extra fixes for VS 2005 | Christian Heimes | 2007-12-03 | 1 | -21/+27 |
|
|
* | 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 |
|
|