summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
...
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-041-9/+0
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-311-0/+2
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-181-11/+11
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-131-4/+2
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-121-1/+2
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-2/+18
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-9/+9
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-1/+26
* SWIGing a source file <name>.i silently overwrites <name>.c if it isThomas Heller2002-01-181-2/+2
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-061-0/+11
* Whitespace normalization.Fred Drake2001-12-061-10/+10
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-2/+2
* Fix bug #233253: the --define and --undef options didn't work, whetherAndrew M. Kuchling2001-03-171-0/+15
* Make docstrings raw, since they contain literal backslashes.Ka-Ping Yee2001-03-101-1/+1
* Split the rpath argument into multiple paths, turning it into a list.Andrew M. Kuchling2001-02-171-0/+3
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-261-91/+92
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-241-0/+18
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Standardized whitespace around function calls.Greg Ward2000-09-301-64/+63
* Removed the implib_dir instance variable because it is unused.Thomas Heller2000-09-281-13/+9
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-161-2/+3
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-151-3/+4
* Typo fix.Greg Ward2000-09-061-1/+1
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-261-1/+3
* get_export_symbols() changed, adds now module init function if not givenGreg Ward2000-08-131-8/+4
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-011-44/+41
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* Typo fix from David Ascher.Greg Ward2000-07-271-1/+1
* Typo fix from Bastian KleineidamAndrew M. Kuchling2000-07-141-1/+1
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-5/+5
* Don't try to guess the name of a .def file -- if one is supplied, use it,Greg Ward2000-06-291-6/+0
* Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,Greg Ward2000-06-291-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* A-ha! Read Thomas' patch a little more carefully and figured it out:Greg Ward2000-06-271-1/+2
* Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support.Greg Ward2000-06-271-9/+21
* Removed some debugging code that slipped into the last checkin.Greg Ward2000-06-251-4/+3
* Fixed the "pre-link hook" so it actually works, mainly by renaming itGreg Ward2000-06-251-41/+33
* Fixed a few silly bugs in my SWIG support code. (Hey, I said it wasGreg Ward2000-06-251-3/+5
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-241-3/+7
* Experimental, completely untested SWIG support.Greg Ward2000-06-241-5/+74
* Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',Greg Ward2000-06-171-36/+63
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-0/+5
* Overhauled to expect 'self.extensions' (taken from 'ext_modules' in theGreg Ward2000-05-311-66/+128
* Some far-reaching naming changes:Greg Ward2000-05-271-2/+2
* Rene Liebscher: check if the extension file (.so or .pyd) isGreg Ward2000-05-261-19/+24
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1