summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-2/+3
* Fix test failure for shared builds caused by #1326113 fixÉric Araujo2012-02-151-1/+2
* Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-6/+6
* Add tests for build_ext --user (backport from 3.2)Éric Araujo2011-08-261-0/+36
* Refactor helpers for compiling the xx module in distutils tests.Éric Araujo2011-08-251-59/+9
* Issue #9516: Correct and expand OS X deployment target tests in distutilsNed Deily2011-06-291-11/+38
* Issue #12141: Install a copy of template C module file so thatNed Deily2011-06-281-0/+5
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-1/+55
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-43/+43
* Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested bothBarry Warsaw2010-10-221-1/+2
* Fix issue 10126 for Python 2.7 by using $RUNSHARED to find theBarry Warsaw2010-10-211-2/+7
* Backport fix for #10126Éric Araujo2010-10-211-0/+15
* removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...Tarek Ziadé2010-04-021-19/+21
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-0/+3
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-061-1/+5
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-9/+8
* 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