| Commit message (Expand) | Author | Age | Files | Lines |
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -1/+26 |
|
|
* | SWIGing a source file <name>.i silently overwrites <name>.c if it is | Thomas Heller | 2002-01-18 | 1 | -2/+2 |
|
|
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 1 | -0/+11 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -10/+10 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -2/+2 |
|
|
* | Fix bug #233253: the --define and --undef options didn't work, whether | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+15 |
|
|
* | Make docstrings raw, since they contain literal backslashes. | Ka-Ping Yee | 2001-03-10 | 1 | -1/+1 |
|
|
* | Split the rpath argument into multiple paths, turning it into a list. | Andrew M. Kuchling | 2001-02-17 | 1 | -0/+3 |
|
|
* | Added an execution layer to be able to customize per-extension | Marc-André Lemburg | 2001-01-26 | 1 | -91/+92 |
|
|
* | Part of patch #102409: special cases for Cygwin: | Andrew M. Kuchling | 2001-01-24 | 1 | -0/+18 |
|
|
* | Check in patch #102971: if library_dirs is a string, split it using | Andrew M. Kuchling | 2001-01-09 | 1 | -0/+2 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -64/+63 |
|
|
* | Removed the implib_dir instance variable because it is unused. | Thomas Heller | 2000-09-28 | 1 | -13/+9 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
* | Fixed to respect 'define_macros' and 'undef_macros' on Extension object. | Greg Ward | 2000-09-17 | 1 | -1/+5 |
|
|
* | Document the directory separatory for include dir and library dir lists. | Greg Ward | 2000-09-16 | 1 | -2/+3 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_var()' instead | Greg Ward | 2000-09-15 | 1 | -3/+4 |
|
|
* | Typo fix. | Greg Ward | 2000-09-06 | 1 | -1/+1 |
|
|
* | In 'check_extensions_list()': when converting old-style 'buildinfo' dict, | Greg Ward | 2000-08-26 | 1 | -1/+3 |
|
|
* | get_export_symbols() changed, adds now module init function if not given | Greg Ward | 2000-08-13 | 1 | -8/+4 |
|
|
* | Patch from Rene Liebscher, tweaked by me: | Greg Ward | 2000-08-01 | 1 | -44/+41 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Typo fix from David Ascher. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Typo fix from Bastian Kleineidam | Andrew M. Kuchling | 2000-07-14 | 1 | -1/+1 |
|
|
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 | 1 | -5/+5 |
|
|
* | Don't try to guess the name of a .def file -- if one is supplied, use it, | Greg Ward | 2000-06-29 | 1 | -6/+0 |
|
|
* | Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, | Greg Ward | 2000-06-29 | 1 | -1/+1 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
|
|
* | Lyle Johnson: pass in temp directory as 'build_temp' argument when calling | Greg Ward | 2000-06-28 | 1 | -1/+2 |
|
|
* | A-ha! Read Thomas' patch a little more carefully and figured it out: | Greg Ward | 2000-06-27 | 1 | -1/+2 |
|
|
* | Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support. | Greg Ward | 2000-06-27 | 1 | -9/+21 |
|
|
* | Removed some debugging code that slipped into the last checkin. | Greg Ward | 2000-06-25 | 1 | -4/+3 |
|
|
* | Fixed the "pre-link hook" so it actually works, mainly by renaming it | Greg Ward | 2000-06-25 | 1 | -41/+33 |
|
|
* | Fixed a few silly bugs in my SWIG support code. (Hey, I said it was | Greg Ward | 2000-06-25 | 1 | -3/+5 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -3/+7 |
|
|
* | Experimental, completely untested SWIG support. | Greg Ward | 2000-06-24 | 1 | -5/+74 |
|
|
* | Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', | Greg Ward | 2000-06-17 | 1 | -36/+63 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -0/+5 |
|
|
* | Overhauled to expect 'self.extensions' (taken from 'ext_modules' in the | Greg Ward | 2000-05-31 | 1 | -66/+128 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -2/+2 |
|
|
* | Rene Liebscher: check if the extension file (.so or .pyd) is | Greg Ward | 2000-05-26 | 1 | -19/+24 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Harry Henry Gebel: get extra compiler flags from the CFLAGS environment | Gregory P. Smith | 2000-05-13 | 1 | -0/+8 |
|
|
* | From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and | Gregory P. Smith | 2000-05-13 | 1 | -7/+5 |
|
|
* | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 1 | -2/+11 |
|
|
* | Added comment about the MSVC-specific kludge. | Greg Ward | 2000-05-09 | 1 | -0/+10 |
|
|
* | Added the ability to sneak extra flags onto the C compiler command line | Greg Ward | 2000-05-06 | 1 | -1/+3 |
|
|
* | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 1 | -6/+6 |
|
|
* | Use 'get_python_inc()' to figure out the Python include directories | Greg Ward | 2000-04-14 | 1 | -8/+5 |
|
|
* | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 1 | -1/+5 |
|
|