| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13590: OS X Xcode 4 - improve support for universal extension modules | Ned Deily | 2013-01-31 | 1 | -64/+6 |
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
* | Merged revisions 82273 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
* | Merged revisions 81673 via svnmerge from | Ronald Oussoren | 2010-06-03 | 1 | -1/+21 |
* | Merged revisions 77380 via svnmerge from | Tarek Ziadé | 2010-01-09 | 1 | -2/+5 |
* | Merged revisions 74730 via svnmerge from | Tarek Ziadé | 2009-09-09 | 1 | -1/+3 |
* | 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 |
* | Patch #413912 from Steve Majewski: Add .m to the list of extensions | Andrew M. Kuchling | 2001-04-05 | 1 | -1/+1 |
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 1 | -82/+18 |
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 1 | -52/+52 |
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 1 | -1/+1 |
* | Fix to call 'library_filename()' instead of the non-existent | Greg Ward | 2000-07-27 | 1 | -3/+5 |
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 1 | -3/+8 |
* | Got rid of direct dependence on the sysconfig module. Mainly, this | Greg Ward | 2000-06-25 | 1 | -67/+35 |
* | Added 'preprocess()' method to CCompiler interface, and implemented | Greg Ward | 2000-06-21 | 1 | -0/+32 |
* | Import exceptions from errors.py, not ccompiler.py. | Greg Ward | 2000-05-30 | 1 | -3/+3 |