| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35198 Fix C++ extension compilation on AIX (GH-10437) | Kevin Adler | 2019-03-04 | 1 | -1/+9 |
|
|
* | remove IRIX support (closes bpo-31341) (#3310) | Benjamin Peterson | 2017-09-04 | 1 | -2/+0 |
|
|
* | Issue #20767: Fix -R option for FreeBSD/clang. | Stefan Krah | 2016-08-03 | 1 | -0/+2 |
|
|
* | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. | Ned Deily | 2016-02-24 | 1 | -0/+22 |
|
|
* | Issue #15184: Ensure consistent results of OS X configuration | Ned Deily | 2012-07-21 | 1 | -64/+6 |
|
|
* | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-07-16 | 1 | -17/+4 |
|
|
* | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-06-23 | 1 | -4/+17 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -24/+20 |
|
|
* | Merged revisions 82272 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
|
|
* | Merged revisions 81662 via svnmerge from | Ronald Oussoren | 2010-06-03 | 1 | -1/+22 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -4/+6 |
|
|
* | Merged revisions 77377 via svnmerge from | Tarek Ziadé | 2010-01-08 | 1 | -2/+5 |
|
|
* | Merged revisions 74728 via svnmerge from | Tarek Ziadé | 2009-09-09 | 1 | -1/+3 |
|
|
* | Merged revisions 73490 via svnmerge from | Tarek Ziadé | 2009-06-28 | 1 | -16/+17 |
|
|
* | Merged revisions 72497 via svnmerge from | Tarek Ziadé | 2009-05-09 | 1 | -5/+19 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -2/+1 |
|
|
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -1/+7 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -16/+15 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -2/+1 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -4/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+16 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+62 |
|
|
* | Patch #973204: Use -rpath instead of -R on Irix and Tru64. | Martin v. Löwis | 2004-08-29 | 1 | -0/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -3/+3 |
|
|
* | Fixed indentation error. Closes bug #746953. | Jack Jansen | 2003-06-01 | 1 | -2/+2 |
|
|
* | Patch #740301: Add +s when linking shared libraries on HP-UX, use -L | Martin v. Löwis | 2003-05-31 | 1 | -2/+4 |
|
|
* | Patch #718049: Setting exe_extension for cygwin | Jason Tishler | 2003-04-18 | 1 | -0/+2 |
|
|
* | Patch #642019: Recognize gcc-x.y as gcc. | Martin v. Löwis | 2002-11-21 | 1 | -1/+1 |
|
|
* | 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 | -4/+8 |
|
|
* | MacOSX linker doesn't understand -R flag at all, no matter how you feed it | Skip Montanaro | 2002-10-09 | 1 | -1/+4 |
|
|
* | The .preprocess() method didn't work, because it didn't add the input file | Andrew M. Kuchling | 2002-09-09 | 1 | -0/+1 |
|
|
* | Add implementation of _compile() and use default compile() method. | Jeremy Hylton | 2002-06-18 | 1 | -18/+6 |
|
|
* | Refactor compile() method implementations. | Jeremy Hylton | 2002-06-13 | 1 | -28/+12 |
|
|
* | More style changes and little cleanups. | Jeremy Hylton | 2002-06-13 | 1 | -63/+33 |
|
|
* | Some more style improvements | Jeremy Hylton | 2002-06-13 | 1 | -25/+4 |
|
|
* | Python style conformance: Delete spaces between name of function and arglist. | Jeremy Hylton | 2002-06-13 | 1 | -41/+41 |
|
|
* | Remove unused imports caught by pychecker | Jeremy Hylton | 2002-06-04 | 1 | -1/+1 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -3/+4 |
|
|
* | on MacOSX/Darwin, use ranlib when building static libs. | Just van Rossum | 2002-02-11 | 1 | -1/+4 |
|
|
* | When using GCC, use the right option to add a directory to the list of dirs | Fred Drake | 2001-12-11 | 1 | -1/+18 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -8/+8 |
|
|
* | Patch by Bill Noon: added 'dylib' as a library type along with | Jack Jansen | 2001-08-27 | 1 | -2/+7 |
|
|
* | Fix a mismatched parenthesis in the last patch. | Guido van Rossum | 2001-07-16 | 1 | -1/+1 |
|
|
* | [Bug #441527] Fixes for preprocessor support, contributed by Tarn | Andrew M. Kuchling | 2001-07-16 | 1 | -4/+5 |
|
|