aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/packaging/tests/test_command_build_ext.py
Commit message (Expand)AuthorAge
* Remove packaging from the standard library.Éric Araujo2012-06-24
* Fix for packaging test failure on shared builds (#1326113)Éric Araujo2012-02-15
* Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-15
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-06
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-19
* Branch mergeÉric Araujo2011-09-18
|\
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-17
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-18
|/
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-23
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-21
* Remove obsolete codeÉric Araujo2011-08-21
* Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-20
* Issue #9516: Port OS X deployment target tests from distutils to packagingNed Deily2011-06-28
* Issue #12141: Install copies of template C module file so thatNed Deily2011-06-28
* Brange mergeÉric Araujo2011-06-17
|\
| * Minor tweaks to packaging tests.Éric Araujo2011-06-17
| * Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-16
* | Issue #12333: run tests on the new module in a subprocessVictor Stinner2011-06-17
|/
* Fix test name in debug messageÉric Araujo2011-05-31
* Port r86353 to packaging (#10359: “;” after function definition is invali...Éric Araujo2011-05-29
* Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-22
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-22
* fixed the export symbols for the win32 linkerTarek Ziade2011-05-21
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-19