| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -1/+5 |
|
|
* | [Patch #588809] Remove check of environment variables; sysconfig.py will do t... | Andrew M. Kuchling | 2002-11-04 | 1 | -9/+0 |
|
|
* | Fixes SF bug#614051: win32 build_ext problem. | Thomas Heller | 2002-10-31 | 1 | -0/+2 |
|
|
* | Only import msvccompiler on win32 platforms. | Jeremy Hylton | 2002-06-18 | 1 | -11/+11 |
|
|
* | Extend dependency tracking so that .o files are rebuilt. | Jeremy Hylton | 2002-06-13 | 1 | -4/+2 |
|
|
* | Add a new definition to Extension objects: depends. | Jeremy Hylton | 2002-06-12 | 1 | -1/+2 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -2/+18 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -9/+9 |
|
|
* | Append the PC specific include 'PC' and library 'PCBuild' directories | Thomas Heller | 2002-04-25 | 1 | -1/+8 |
|
|
* | 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 |
|
|