summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65667 via svnmerge fromHirokazu Yamamoto2008-08-141-1/+4
* Remove incorrect usages of map() in distutils.Amaury Forgeot d'Arc2008-07-261-1/+1
* Follow-up of PEP 3121:Amaury Forgeot d'Arc2008-06-111-2/+2
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-1/+15
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-3/+27
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-3/+3
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-1/+13
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-5/+5
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-80/+40
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+4
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-12/+12
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-3/+12
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+5
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+11
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-141-4/+23
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Reverting local change checked in by mistake.Tim Peters2004-05-111-4/+3
* Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list ofTim Peters2004-05-111-3/+4
* Revert another local change that snuck into a whitespace normalizationTim Peters2004-01-181-2/+1
* Whitespace normalization.Tim Peters2004-01-181-1/+2
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-141-2/+2
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-1/+5
* [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