| Commit message (Expand) | Author | Age | Files | Lines |
* | Two small fixes for the support for SDKs on MacOSX: | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
|
|
* | Fix for issue #7724: ensure that distutils and python's own setup.py | Ronald Oussoren | 2010-06-03 | 1 | -1/+21 |
|
|
* | Revert r80963 - it broke compilation everywhere | Antoine Pitrou | 2010-05-08 | 1 | -20/+1 |
|
|
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 1 | -1/+20 |
|
|
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the... | Tarek Ziadé | 2010-03-05 | 1 | -23/+6 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -4/+6 |
|
|
* | Fixed #7617: all flavors of gcc should be recognized now | Tarek Ziadé | 2010-01-08 | 1 | -2/+5 |
|
|
* | Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler | Tarek Ziadé | 2009-09-09 | 1 | -1/+3 |
|
|
* | Fixed #6164 AIX specific linker argument in Distutils unixcompiler | Tarek Ziadé | 2009-06-20 | 1 | -16/+17 |
|
|
* | Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex... | Tarek Ziadé | 2009-05-09 | 1 | -5/+19 |
|
|
* | Apply patch for issue 3090: ARCHFLAGS parsing incorrect | Jesse Noller | 2008-07-16 | 1 | -2/+1 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -1/+7 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-10-18 | 1 | -1/+1 |
|
|
* | MacOSX: The universal build requires that users have the MacOSX10.4u SDK | Ronald Oussoren | 2006-10-08 | 1 | -0/+16 |
|
|
* | MacOSX: fix rather dumb buglet that made it impossible to create extensions on | Ronald Oussoren | 2006-06-27 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-23 | 1 | -1/+1 |
|
|
* | Patch #1488098. | Ronald Oussoren | 2006-05-23 | 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 |
|
|