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
*
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