index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
build_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 79558 via svnmerge from
Ezio Melotti
2010-08-02
1
-1/+1
*
complementary fix for #7115
Tarek Ziadé
2009-10-13
1
-2/+4
*
Fixed #7115: using paths instead of dotted name for extensions works too in d...
Tarek Ziadé
2009-10-12
1
-0/+2
*
#7068: Fixed the partial renaming that occured in r72594
Tarek Ziadé
2009-10-06
1
-1/+1
*
Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming...
Tarek Ziadé
2009-10-05
1
-1/+2
*
removed unecessary lines for clarity and added a the same test than in trunk ...
Tarek Ziadé
2009-09-09
1
-3/+0
*
Merged revisions 73954 via svnmerge from
Tarek Ziadé
2009-07-11
1
-3/+3
*
Merged revisions 73946 via svnmerge from
Tarek Ziadé
2009-07-11
1
-4/+3
*
Merged revisions 73790 via svnmerge from
Tarek Ziadé
2009-07-03
1
-2/+11
*
Merged revisions 72781 via svnmerge from
Tarek Ziadé
2009-05-19
1
-11/+13
*
Merged revisions 72758 via svnmerge from
Tarek Ziadé
2009-05-18
1
-3/+3
*
Merged revisions 72593 via svnmerge from
Benjamin Peterson
2009-05-12
1
-14/+14
*
Merged revisions 72585 via svnmerge from
Tarek Ziadé
2009-05-12
1
-42/+45
*
Merged revisions 72531 via svnmerge from
Tarek Ziadé
2009-05-10
1
-45/+25
*
Merged revisions 69316 via svnmerge from
Tarek Ziadé
2009-02-05
1
-3/+5
*
Update distutils so that it triggers no warnings when run under -3.
Brett Cannon
2008-08-17
1
-1/+1
*
Fixed test_distutils error (test_build_ext) on VC6.
Hirokazu Yamamoto
2008-08-14
1
-1/+4
*
Add --user option to build_ext
Christian Heimes
2008-05-09
1
-1/+15
*
Issue #2513: enable 64bit cross compilation on windows.
Mark Hammond
2008-04-07
1
-3/+27
*
Removed uses of dict.has_key() from distutils, and uses of
Guido van Rossum
2008-02-21
1
-1/+1
*
Fixed paths to Windows build directories in build_ext.py
Christian Heimes
2008-02-03
1
-3/+3
*
Applied my patch #1455 with some extra fixes for VS 2005
Christian Heimes
2007-12-03
1
-1/+13
*
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
Georg Brandl
2007-04-24
1
-1/+2
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
1
-2/+2
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
1
-3/+12
*
- Fix build failure on kfreebsd and on the hurd.
Matthias Klose
2006-12-03
1
-1/+1
*
Disable linking extensions with -lpython2.5 for darwin. This should fix bug
Ronald Oussoren
2006-05-23
1
-0/+5
*
Patch #1429775: Link Python modules to libpython on linux if
Martin v. Löwis
2006-04-10
1
-2/+11
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Patch 1046644 - improved distutils support for SWIG.
Anthony Baxter
2004-10-14
1
-4/+23
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-2/+2
*
Reverting local change checked in by mistake.
Tim Peters
2004-05-11
1
-4/+3
*
Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of
Tim Peters
2004-05-11
1
-3/+4
*
Revert another local change that snuck into a whitespace normalization
Tim Peters
2004-01-18
1
-2/+1
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1/+2
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2/+0
*
[Bug #550364] Use sysconfig.get_python_version()
Andrew M. Kuchling
2002-11-14
1
-2/+2
*
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
[next]