aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow creating ctypes.py_object() on a weakref (issue 3883)Matti Picus2023-01-011-0/+12
* sync with upstreamMatti Picus2022-12-041-0/+18
* add new test fileMatti Picus2022-11-181-0/+12
* update last commitMatti Picus2022-11-171-2/+2
* sync with upstream cffi (via pypy/tools/import_cffi), report typo upstreamMatti Picus2022-11-1728-837/+864
* skip corner case test that is too hard for PyPy to get rightMatti Picus2022-11-141-0/+19
* #3840: implement the .description attribute of cursors more carefullyCarl Friedrich Bolz-Tereick2022-11-101-0/+59
* update to cffi 1.15.1 (tentative, at cffi rev 42bc0cfb5a15)Armin Rigo2022-06-083-3/+85
* make __name__ immutable tooCarl Friedrich Bolz-Tereick2022-05-251-1/+1
* show immutability in repr of maps (visible via __pypy__.strategy(obj))Carl Friedrich Bolz-Tereick2022-05-251-0/+6
* add a test that a structseq uses a mapdictCarl Friedrich Bolz-Tereick2022-05-251-0/+4
* compatibility, but also more efficient in _structseq:Carl Friedrich Bolz-Tereick2022-05-251-2/+15
* dont make an extra copy of the dictCarl Friedrich Bolz-Tereick2022-05-251-0/+3
* some safety checking for defaults (but the feature is maybe unused in pypy?)Carl Friedrich Bolz-Tereick2022-05-251-0/+7
* add at least a few more structseq testsCarl Friedrich Bolz-Tereick2022-05-251-1/+44
* backport b0441aa4fa0a to default: hide structseqfield.__get__Carl Friedrich Bolz-Tereick2022-05-251-0/+27
* pass the parameters forever everywhere until we get the right call to variadi...fijal2022-05-182-0/+26
* Move test_testcapi to extra_tests/Ronan Lamy2022-03-241-0/+13
* skip cffi embedded tests on python2 since on windows + virtualenv they failMatti Picus2022-03-131-0/+2
* rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheelMatti Picus2021-12-051-3/+3
* update cffi via pypy/tool/import_cffi.pyMatti Picus2021-12-054-2/+8
* skip the test on CPythonRonan Lamy2021-09-291-1/+3
* Move test from deprecated test_lib_pypy/ to extra_tests/Ronan Lamy2021-09-291-0/+10
* update to cffi 1.14.6Armin Rigo2021-07-074-13/+19
* try to fix #3448Carl Friedrich Bolz-Tereick2021-04-251-0/+8
* Move test_greenlet_*.py to 'extra_tests', because in 'test_lib_pypy' they areArmin Rigo2021-04-212-0/+196
* revert pyrepl to 8ef001285964, before merging upstreamMatti Picus2021-04-0210-296/+67
* merge PR 34 from github.com/pypy/pyrepl (issue 2371)Matti Picus2021-03-312-6/+6
* fix import, make tests follow the implementation (test_reader does not exist ...Matti Picus2021-03-252-5/+5
* more skips for windowsMatti Picus2021-03-231-2/+5
* skip interrupt on windowsMatti Picus2021-03-231-0/+2
* skip some pyrepl tests on windowsMatti Picus2021-03-233-3/+14
* sync with upstream pyrepl including PRs 26, 30, 34Matti Picus2021-03-219-59/+272
* update cffi to c16abb8f809fMatti Picus2021-02-211-1/+39
* update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too)Matti Picus2021-02-171-1/+15
* trivial test fixes, backport Py_NAN fixMatti Picus2020-12-311-1/+1
* update to cffi/023e2f33ee07Armin Rigo2020-12-063-3/+13
* Workaround for CPython's tests. See commentArmin Rigo2020-11-261-0/+83
* update testMatti Picus2020-11-041-3/+2
* move testMatti Picus2020-11-041-0/+40
* add missing include, needs sychronization with upstreamMatti Picus2020-11-011-0/+1
* merge default into stdlib-2.7.18-3Stefano Rivera2020-10-101-2/+2
|\
| * Drop -n, on MacOS, the builtin echo in sh doesn't support -nStefano Rivera2020-10-101-2/+2
* | merge default into stdlib-2.7.18-3Stefano Rivera2020-10-092-2/+105
|\|
| * typoMatti Picus2020-10-091-1/+1
| * fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workersMatti Picus2020-10-081-8/+7
| * more test fixesMatti Picus2020-10-071-6/+10
| * fix failing testsMatti Picus2020-10-061-6/+10
| * small fixesMatti Picus2020-10-031-2/+2
| * redo moved tests, flake8Matti Picus2020-10-031-41/+28