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
/
tests
/
test_build_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-2/+3
*
Fix test failure for shared builds caused by #1326113 fix
Éric Araujo
2012-02-15
1
-1/+2
*
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-6/+6
*
Add tests for build_ext --user (backport from 3.2)
Éric Araujo
2011-08-26
1
-0/+36
*
Refactor helpers for compiling the xx module in distutils tests.
Éric Araujo
2011-08-25
1
-59/+9
*
Issue #9516: Correct and expand OS X deployment target tests in distutils
Ned Deily
2011-06-29
1
-11/+38
*
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
1
-0/+5
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-1/+55
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-43/+43
*
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
Barry Warsaw
2010-10-22
1
-1/+2
*
Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the
Barry Warsaw
2010-10-21
1
-2/+7
*
Backport fix for #10126
Éric Araujo
2010-10-21
1
-0/+15
*
removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...
Tarek Ziadé
2010-04-02
1
-19/+21
*
No more deprecation warnings for distutils.sysconfig, following r78666.
Florent Xicluna
2010-03-21
1
-0/+3
*
fixed various failures and environment alterations in distutils.test_build_ext
Tarek Ziadé
2010-03-06
1
-27/+35
*
simplified the fallback case
Tarek Ziadé
2010-03-06
1
-4/+3
*
provide a fallback for xxmodule.c in case the buildir is not present
Tarek Ziadé
2010-03-06
1
-1/+5
*
copied back the build_ext tests from 2.6
Tarek Ziadé
2010-03-06
1
-115/+83
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-9/+8
*
Changed distutils tests to avoid environment alteration
Tarek Ziadé
2009-10-18
1
-2/+3
*
Fixed distutils test.
Hirokazu Yamamoto
2009-07-12
1
-1/+1
*
reverted changes for #6459 (doesn't apply on 2.x)
Tarek Ziadé
2009-07-11
1
-1/+1
*
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
Tarek Ziadé
2009-07-11
1
-1/+1
*
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
Tarek Ziadé
2009-07-10
1
-4/+5
*
Sets the compiler attribute to keep the old behavior for third-party packages.
Tarek Ziadé
2009-07-08
1
-1/+10
*
Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...
Tarek Ziadé
2009-07-06
1
-0/+14
*
Fixed #6403 : package path usage for build_ext
Tarek Ziadé
2009-07-03
1
-6/+31
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-15/+15
*
Fixed 6365: wrong inplace location for build_ext if the extension had dots
Tarek Ziadé
2009-06-29
1
-3/+15
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
1
-0/+22
*
Fixed the library extension when distutils build_ext is used inplace
Tarek Ziadé
2009-05-18
1
-7/+4
*
not running this test with MSVC6
Tarek Ziadé
2009-05-17
1
-0/+7
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
1
-4/+10
*
adding void to the c function
Tarek Ziadé
2009-05-13
1
-1/+1
*
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé
2009-05-13
1
-1/+1
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
1
-3/+40
*
fixed test_build_ext for win32
Tarek Ziadé
2009-05-10
1
-1/+1
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
1
-2/+126
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
1
-1/+2
*
fixed the test for win32 CompileError
Tarek Ziadé
2009-03-31
1
-1/+3
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
1
-1/+21
*
Issue #5052: make Distutils compatible with 2.3 again.
Tarek Ziadé
2009-02-27
1
-2/+45
*
Fix for #5257: refactored all tests in distutils, so they use a temporary dir...
Tarek Ziadé
2009-02-14
1
-4/+5
*
reverted leak fix, to use the one done in py3k branch (r67382)
Tarek Ziadé
2009-02-13
1
-2/+12
*
fixing the leak introduced in r69304
Tarek Ziadé
2009-02-12
1
-2/+2
*
Fixed #5132: enable extensions to link on Solaris
Tarek Ziadé
2009-02-05
1
-0/+21
*
Fix test_build_ext.py to work when building in a separate directory.
Neil Schemenauer
2009-02-05
1
-5/+9
*
Issue #3925: Ignores shutil.rmtree error on cygwin too.
Hirokazu Yamamoto
2008-09-21
1
-2/+2
*
On Windows, we must build a debug version iff running a debug build of
Thomas Heller
2008-05-26
1
-0/+4
*
GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.
Georg Brandl
2008-05-18
1
-0/+72