aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* help tests find msv compilerMatti Picus2017-11-021-0/+6
* close it in _ctypes_test tooPhilip Jenvey2014-04-241-2/+4
* py3k compatPhilip Jenvey2014-04-021-1/+1
* add hased dir for _ctypes_test, create fewer /tmp/tmp* directoriesMatti Picus2014-03-311-1/+11
* Kill code duplication.Armin Rigo2013-06-021-63/+6
* Fix _testcapi and _test_ctypes after 722471a15693, sorry.Armin Rigo2013-06-021-3/+8
* try to fix _testcapi/_ctypes_test for win32Brian Kearns2013-01-311-5/+4
* Stop monkey-patching sys.getrefcount() in lib_pypy/_ctypes_test.py.Armin Rigo2012-12-261-4/+0
* try harder to find export libMatti Picus2012-04-211-1/+8
* (fijal, arigo)Armin Rigo2011-01-201-4/+9
* Hack and provide a (slow!) version of sys.getrefcount() based on gc.get_refer...Amaury Forgeot d'Arc2011-01-031-1/+2
* Fix compilation of the _ctypes_test moduleAmaury Forgeot d'Arc2010-12-291-2/+3
* Fix compilation on 64bit linuxAmaury Forgeot d'Arc2010-11-051-1/+6
* Hack to let test_ctypes.py run to the endAmaury Forgeot d'Arc2010-11-051-0/+7
* Be crazy and compile _ctypes_test.c on the fly. It even works!Amaury Forgeot d'Arc2010-11-051-0/+44