aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update to cffi/ba124ec241c1Armin Rigo2020-01-053-3/+50
* update to cffi/eebc6733b38dArmin Rigo2019-11-104-27/+27
* update all the way to cffi/3873bbdd3b9eArmin Rigo2019-10-2112-121/+139
* update to cffi/46c06e1fd666Armin Rigo2019-09-291-1/+1
* adjust test for systems with limited threadsMatti Picus2019-09-271-3/+13
* Add sometimes-failing test about a race condition in SemLock.release()Ronan Lamy2019-09-251-0/+26
* test that pycparser is latest versionMatti Picus2019-09-202-12/+22
* update to cffi/74f57a76ed53Armin Rigo2019-08-171-0/+12
* Un-fix the broken attempt at emulating bug-to-bug compatibility, and insteadArmin Rigo2019-08-161-3/+7
* qualify memoryview.cast to python 3.3 and upMatti Picus2019-08-151-2/+4
* add failing ctypes test that causes socket.sendall() failureMatti Picus2019-08-141-0/+8
* fix tests for win32Matti Picus2019-08-122-2/+2
* json: bug-to-bug compatibility in a corner caseArmin Rigo2019-08-101-0/+5
* Issue #3052Armin Rigo2019-08-101-0/+19
* update to cffi/f34ec7d90cd6Armin Rigo2019-07-231-0/+12
* Import test from cffi/e00484ba0031. Fix it.Armin Rigo2019-06-121-0/+53
* update to cffi/90d267a96234Armin Rigo2019-06-036-8/+71
* update to cffi/5aeca29219dbArmin Rigo2019-04-0210-120/+316
* merge default into branchMatti Picus2019-03-091-1/+1
|\
| * pin pytest to 4.0 since they deprecated raises(Exception, "test as str") in 4.1Matti Picus2019-03-081-1/+1
* | test, fix for _swappedbytes_ replacing the class field attributes, not the in...Matti Picus2019-03-031-4/+7
* | cleanup, add testMatti Picus2019-02-241-0/+17
|/
* update to cffi/914388b2b8b8Armin Rigo2019-02-162-0/+3
* update to cffi/59b8d697b9b9Armin Rigo2019-01-311-0/+95
* import cffi/eaf42ddaca57Armin Rigo2019-01-301-4/+5
* update to cffi/1bba8ce1cb04: from_buffer("type",buf)Armin Rigo2019-01-083-26/+26
* import cffi/a62ab002583f: ffi.release()Armin Rigo2019-01-052-0/+36
* Skip pyrepl tests on CPython if it's not availableRonan Lamy2018-12-161-0/+8
* Update to cffi/f4de3d6b3c34: implement ffi.from_buffer(x, require_writable=True)Armin Rigo2018-12-163-0/+30
* Fix grp to match CPythonRonan Lamy2018-12-141-3/+3
* Skip test if greenlet is missingRonan Lamy2018-12-141-2/+2
* Update to cffi/448af882f47eRonan Lamy2018-12-143-7/+35
* remove obsolete fileRonan Lamy2018-12-131-15/+0
* Remove obsolete READMERonan Lamy2018-12-131-8/+0
* Make ctypes tests more py3-friendlyRonan Lamy2018-12-1211-107/+102
* Allow (most) ctypes tests to run on CPython and add @pytest.mark.pypy_onlyRonan Lamy2018-12-127-11/+13
* Compatibility with pytest 4.*Ronan Lamy2018-12-121-4/+4
* Move ctypes_tests to extra_tests/Ronan Lamy2018-12-1230-0/+2599
* Move test_syslogRonan Lamy2018-12-071-0/+7
* Move test_itertools to extra_tests/Ronan Lamy2018-12-061-0/+15
* Move test_grp to extra_tests/Ronan Lamy2018-12-061-0/+38
* Update and move test_dbmRonan Lamy2018-12-051-0/+90
* Move test_cStringIO to extra_tests/Ronan Lamy2018-12-051-0/+23
* Move test_gdbm_extraRonan Lamy2018-12-051-0/+16
* Move test_functoolsRonan Lamy2018-12-051-0/+46
* Move test_cPickleRonan Lamy2018-12-051-0/+34
* Move test_datetime to extra_tests/Ronan Lamy2018-12-051-0/+357
* Make test work on CPythonRonan Lamy2018-11-301-4/+4
* Move test_code_extra.pyRonan Lamy2018-11-301-0/+19
* Make tests more py3-friendlyRonan Lamy2018-11-291-6/+7