summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-181-2/+3
* Fixed distutils test.Hirokazu Yamamoto2009-07-121-1/+1
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-111-1/+1
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-111-1/+1
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-101-4/+5
* Sets the compiler attribute to keep the old behavior for third-party packages.Tarek Ziadé2009-07-081-1/+10
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-061-0/+14
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-031-6/+31
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-15/+15
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-291-3/+15
* fixed the 'package' option of build_extTarek Ziadé2009-05-191-0/+22
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-181-7/+4
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-4/+10
* adding void to the c functionTarek Ziadé2009-05-131-1/+1
* added an inifoo in the C file, to avoid a warning by the MSVC9 linkerTarek Ziadé2009-05-131-1/+1
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-121-3/+40
* fixed test_build_ext for win32Tarek Ziadé2009-05-101-1/+1
* fixed #5984 and improved test coverageTarek Ziadé2009-05-101-2/+126
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-091-1/+2
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-311-1/+21
* Issue #5052: make Distutils compatible with 2.3 again.Tarek Ziadé2009-02-271-2/+45
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-141-4/+5
* reverted leak fix, to use the one done in py3k branch (r67382)Tarek Ziadé2009-02-131-2/+12
* fixing the leak introduced in r69304Tarek Ziadé2009-02-121-2/+2
* Fixed #5132: enable extensions to link on SolarisTarek Ziadé2009-02-051-0/+21
* Fix test_build_ext.py to work when building in a separate directory.Neil Schemenauer2009-02-051-5/+9
* Issue #3925: Ignores shutil.rmtree error on cygwin too.Hirokazu Yamamoto2008-09-211-2/+2
* On Windows, we must build a debug version iff running a debug build ofThomas Heller2008-05-261-0/+4
* GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.Georg Brandl2008-05-181-0/+72