aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* rm workaround for https://github.com/pytest-dev/pytest/issues/1965Ronan Lamy2018-11-291-2/+0
* Move test_sqlite3.py to extra_tests/Ronan Lamy2018-11-291-0/+325
* Move test_string_extra.py to extra_tests/Ronan Lamy2018-11-281-0/+46
* update to cffi/828c24a88bf6Armin Rigo2018-11-251-1/+6
* Compatibility with pytest 4.0Ronan Lamy2018-11-201-1/+1
* Update import_cffi.py script and re-run itRonan Lamy2018-11-1622-44/+65
* hg mv pypy/module/test_lib_pypy/cffi_tests/ extra_tests/Ronan Lamy2018-11-1675-0/+17037
* Move -A only test to extra_tests/Ronan Lamy2018-11-161-0/+36
* Update pytest fixture syntaxRonan Lamy2018-02-201-1/+2
* Move pyrepl tests to extra_tests/Ronan Lamy2018-02-209-0/+378
* skip this test on platforms where _vmprof is not builtAntonio Cuni2017-12-211-1/+1