aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* help tests find msv compilerMatti Picus2017-11-021-0/+6
* close it in _ctypes_test tooPhilip Jenvey2014-04-241-3/+1
* close it when finishedPhilip Jenvey2014-04-241-2/+6
* add hased dir for _ctypes_test, create fewer /tmp/tmp* directoriesMatti Picus2014-03-311-19/+3
* hash _testcapi.c file contents, and add testMatti Picus2014-03-291-2/+5
* compile test_capi once for a version of pypy and the c fileMatti Picus2014-03-281-2/+25
* Kill code duplication.Armin Rigo2013-06-021-62/+2
* Fix _testcapi and _test_ctypes after 722471a15693, sorry.Armin Rigo2013-06-021-3/+8
* have _testcapi sans cpyext trigger an ImportError instead of becoming an emptyPhilip Jenvey2013-05-151-1/+1
* Skip a bunch of tests if _testcapi is not thereMaciej Fijalkowski2013-05-151-1/+6
* try to fix _testcapi/_ctypes_test for win32Brian Kearns2013-01-311-2/+1
* try harder to find export libMatti Picus2012-04-211-1/+8
* pypy names extension modules differently: _testcapi.pypy-14.soAmaury Forgeot d'Arc2011-01-131-2/+3
* Fix import of testcapi on WindowsAmaury Forgeot d'Arc2010-11-121-1/+2
* Fix _testcapi compilation on 64bit linuxAmaury Forgeot d'Arc2010-11-081-1/+6
* See how much of the _testcapi module we can support on PyPyAmaury Forgeot d'Arc2010-11-051-0/+44