| Commit message (Expand) | Author | Age | Files | Lines |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Patch #973204: Use -rpath instead of -R on Irix and Tru64. | Martin v. Löwis | 2004-08-29 | 1 | -1/+5 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Compile the files in the same order they are passed to the compiler. | Thomas Heller | 2003-12-05 | 1 | -1/+5 |
|
|
* | new method: has_function() - returns a boolean indicating whether the | Skip Montanaro | 2003-04-24 | 1 | -0/+45 |
|
|
* | [Bug #668662] Patch from Pearu Pearson: if a C source file is | Andrew M. Kuchling | 2003-02-26 | 1 | -0/+2 |
|
|
* | Bug #599248: strip directories when building Python. Out-of-tree builds shou... | Andrew M. Kuchling | 2002-12-29 | 1 | -2/+5 |
|
|
* | 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 |
|
|
* | [Bug #599248] ext module generation problem | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+2 |
|
|
* | Repair inconsistent use of tabs and spaces. | Jeremy Hylton | 2002-11-05 | 1 | -1/+1 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -8/+55 |
|
|
* | save the verbose argument as an instance attributes. Subclasses of | Skip Montanaro | 2002-10-01 | 1 | -0/+1 |
|
|
* | Commit fix for SF 603831. | Guido van Rossum | 2002-10-01 | 1 | -1/+2 |
|
|
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+1 |
|
|
* | Add a default implementation of compile() to the base class. | Jeremy Hylton | 2002-06-18 | 1 | -1/+20 |
|
|
* | Extend compiler() method with optional depends argument. | Jeremy Hylton | 2002-06-13 | 1 | -74/+168 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -9/+10 |
|
|
* | Fix trivial typo. | Thomas Heller | 2002-04-25 | 1 | -1/+1 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -17/+17 |
|
|
* | Patch by Bill Noon: added 'dylib' as a library type along with | Jack Jansen | 2001-08-27 | 1 | -2/+2 |
|
|
* | Patch #403947: On Cygwin, use the Unix compiler class, and not | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+4 |
|
|
* | This patch makes the default compiler determination more flexible | Marc-André Lemburg | 2001-02-19 | 1 | -8/+40 |
|
|
* | Add strip_dir argument to the single call to .object_filenames(), to | Andrew M. Kuchling | 2001-01-16 | 1 | -0/+1 |
|
|
* | Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted | Andrew M. Kuchling | 2001-01-15 | 1 | -0/+3 |
|
|
* | Remove deprecation warnings on old 'link_*()' methods, ie. they're not | Greg Ward | 2000-09-27 | 1 | -11/+5 |
|
|
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 1 | -39/+72 |
|
|
* | Added 'debug_print()'. | Greg Ward | 2000-08-04 | 1 | -0/+5 |
|
|
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 1 | -3/+5 |
|
|
* | Added 'execute()' method, a thin wrapper around 'util.execute() (just like | Greg Ward | 2000-08-02 | 1 | -1/+4 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 | 1 | -1/+1 |
|
|
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 1 | -4/+6 |
|
|
* | Introduced some bureaucracy for setting and tracking the executables | Greg Ward | 2000-06-25 | 1 | -3/+58 |
|
|
* | Docstring reformatting/tweaking binge. | Greg Ward | 2000-06-24 | 1 | -249/+253 |
|
|
* | Changed 'object_filenames()' to raise exception instead of silently carrying | Greg Ward | 2000-06-24 | 1 | -1/+3 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -10/+20 |
|
|
* | Added 'preprocess()' method to CCompiler interface, and implemented | Greg Ward | 2000-06-21 | 1 | -0/+16 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -3/+15 |
|
|
* | Removed exceptions -- now in errors.py to avoid expensive import of ccompiler. | Greg Ward | 2000-05-30 | 1 | -16/+0 |
|
|
* | Changed to catch compile/link failures and raise CompileError, LibError, | Greg Ward | 2000-05-30 | 1 | -5/+31 |
|
|
* | Lyle Johnson: added stubs for the four miscellaneous methods that must be | Greg Ward | 2000-05-20 | 1 | -0/+27 |
|
|
* | Added support for the 'export_symbols' parameter to 'link_shared_object()' | Greg Ward | 2000-05-20 | 1 | -1/+9 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods. | Greg Ward | 2000-03-26 | 1 | -28/+43 |
|
|
* | Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' | Greg Ward | 2000-03-18 | 1 | -1/+4 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()'. | Greg Ward | 2000-03-10 | 1 | -12/+13 |
|
|
* | Serious overhaul of the C compiler interface and the two classes that | Greg Ward | 2000-03-06 | 1 | -47/+243 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds | Greg Ward | 2000-03-01 | 1 | -1/+4 |
|
|