summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-394/+0
* Fix for packaging test failure on shared builds (#1326113)Éric Araujo2012-02-151-1/+2
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-151-6/+6
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-061-24/+8
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-6/+5
* Branch mergeÉric Araujo2011-09-181-7/+1
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-7/+1
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-1/+1
|/
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-231-8/+0
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-211-21/+2
* Remove obsolete codeÉric Araujo2011-08-211-2/+0
* Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-201-26/+3
* Issue #9516: Port OS X deployment target tests from distutils to packagingNed Deily2011-06-291-1/+92
* Issue #12141: Install copies of template C module file so thatNed Deily2011-06-281-0/+5
* Brange mergeÉric Araujo2011-06-171-8/+8
|\
| * Minor tweaks to packaging tests.Éric Araujo2011-06-171-10/+10
| * Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-161-3/+1
* | Issue #12333: run tests on the new module in a subprocessVictor Stinner2011-06-171-24/+16
|/
* Fix test name in debug messageÉric Araujo2011-05-311-2/+2
* Port r86353 to packaging (#10359: “;” after function definition is invali...Éric Araujo2011-05-291-1/+1
* Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-221-1/+5
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-221-1/+24
* fixed the export symbols for the win32 linkerTarek Ziade2011-05-211-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+353