aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_ext.py
Commit message (Expand)AuthorAge
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-14
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Reverting local change checked in by mistake.Tim Peters2004-05-11
* Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list ofTim Peters2004-05-11
* Revert another local change that snuck into a whitespace normalizationTim Peters2004-01-18
* Whitespace normalization.Tim Peters2004-01-18
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-14
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-05
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-04
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-31
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-18
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-13
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-12
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-11
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-25
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-31
* SWIGing a source file <name>.i silently overwrites <name>.c if it isThomas Heller2002-01-18
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-06
* Whitespace normalization.Fred Drake2001-12-06
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-26
* Fix bug #233253: the --define and --undef options didn't work, whetherAndrew M. Kuchling2001-03-17
* Make docstrings raw, since they contain literal backslashes.Ka-Ping Yee2001-03-10
* Split the rpath argument into multiple paths, turning it into a list.Andrew M. Kuchling2001-02-17
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-26
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-24
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-09
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Removed the implib_dir instance variable because it is unused.Thomas Heller2000-09-28
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-17
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-16
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-15
* Typo fix.Greg Ward2000-09-06
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-26
* get_export_symbols() changed, adds now module init function if not givenGreg Ward2000-08-13
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-01
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-27
* Typo fix from David Ascher.Greg Ward2000-07-27
* Typo fix from Bastian KleineidamAndrew M. Kuchling2000-07-14
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-07
* Don't try to guess the name of a .def file -- if one is supplied, use it,Greg Ward2000-06-29
* Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,Greg Ward2000-06-29
* typos fixed by Rob HooftJeremy Hylton2000-06-28
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-28
* A-ha! Read Thomas' patch a little more carefully and figured it out:Greg Ward2000-06-27
* Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support.Greg Ward2000-06-27