| Commit message (Expand) | Author | Age | Files | Lines |
* | add new test file | Matti Picus | 2022-11-18 | 1 | -0/+12 |
* | update last commit | Matti Picus | 2022-11-17 | 1 | -2/+2 |
* | sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream | Matti Picus | 2022-11-17 | 28 | -837/+864 |
* | skip corner case test that is too hard for PyPy to get right | Matti Picus | 2022-11-14 | 1 | -0/+19 |
* | #3840: implement the .description attribute of cursors more carefully | Carl Friedrich Bolz-Tereick | 2022-11-10 | 1 | -0/+59 |
* | update to cffi 1.15.1 (tentative, at cffi rev 42bc0cfb5a15) | Armin Rigo | 2022-06-08 | 3 | -3/+85 |
* | make __name__ immutable too | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -1/+1 |
* | show immutability in repr of maps (visible via __pypy__.strategy(obj)) | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -0/+6 |
* | add a test that a structseq uses a mapdict | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -0/+4 |
* | compatibility, but also more efficient in _structseq: | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -2/+15 |
* | dont make an extra copy of the dict | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -0/+3 |
* | some safety checking for defaults (but the feature is maybe unused in pypy?) | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -0/+7 |
* | add at least a few more structseq tests | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -1/+44 |
* | backport b0441aa4fa0a to default: hide structseqfield.__get__ | Carl Friedrich Bolz-Tereick | 2022-05-25 | 1 | -0/+27 |
* | pass the parameters forever everywhere until we get the right call to variadi... | fijal | 2022-05-18 | 2 | -0/+26 |
* | Move test_testcapi to extra_tests/ | Ronan Lamy | 2022-03-24 | 1 | -0/+13 |
* | skip cffi embedded tests on python2 since on windows + virtualenv they fail | Matti Picus | 2022-03-13 | 1 | -0/+2 |
* | rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel | Matti Picus | 2021-12-05 | 1 | -3/+3 |
* | update cffi via pypy/tool/import_cffi.py | Matti Picus | 2021-12-05 | 4 | -2/+8 |
* | skip the test on CPython | Ronan Lamy | 2021-09-29 | 1 | -1/+3 |
* | Move test from deprecated test_lib_pypy/ to extra_tests/ | Ronan Lamy | 2021-09-29 | 1 | -0/+10 |
* | update to cffi 1.14.6 | Armin Rigo | 2021-07-07 | 4 | -13/+19 |
* | try to fix #3448 | Carl Friedrich Bolz-Tereick | 2021-04-25 | 1 | -0/+8 |
* | Move test_greenlet_*.py to 'extra_tests', because in 'test_lib_pypy' they are | Armin Rigo | 2021-04-21 | 2 | -0/+196 |
* | revert pyrepl to 8ef001285964, before merging upstream | Matti Picus | 2021-04-02 | 10 | -296/+67 |
* | merge PR 34 from github.com/pypy/pyrepl (issue 2371) | Matti Picus | 2021-03-31 | 2 | -6/+6 |
* | fix import, make tests follow the implementation (test_reader does not exist ... | Matti Picus | 2021-03-25 | 2 | -5/+5 |
* | more skips for windows | Matti Picus | 2021-03-23 | 1 | -2/+5 |
* | skip interrupt on windows | Matti Picus | 2021-03-23 | 1 | -0/+2 |
* | skip some pyrepl tests on windows | Matti Picus | 2021-03-23 | 3 | -3/+14 |
* | sync with upstream pyrepl including PRs 26, 30, 34 | Matti Picus | 2021-03-21 | 9 | -59/+272 |
* | update cffi to c16abb8f809f | Matti Picus | 2021-02-21 | 1 | -1/+39 |
* | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too) | Matti Picus | 2021-02-17 | 1 | -1/+15 |
* | trivial test fixes, backport Py_NAN fix | Matti Picus | 2020-12-31 | 1 | -1/+1 |
* | update to cffi/023e2f33ee07 | Armin Rigo | 2020-12-06 | 3 | -3/+13 |
* | Workaround for CPython's tests. See comment | Armin Rigo | 2020-11-26 | 1 | -0/+83 |
* | update test | Matti Picus | 2020-11-04 | 1 | -3/+2 |
* | move test | Matti Picus | 2020-11-04 | 1 | -0/+40 |
* | add missing include, needs sychronization with upstream | Matti Picus | 2020-11-01 | 1 | -0/+1 |
* | merge default into stdlib-2.7.18-3 | Stefano Rivera | 2020-10-10 | 1 | -2/+2 |
|\ |
|
| * | Drop -n, on MacOS, the builtin echo in sh doesn't support -n | Stefano Rivera | 2020-10-10 | 1 | -2/+2 |
* | | merge default into stdlib-2.7.18-3 | Stefano Rivera | 2020-10-09 | 2 | -2/+105 |
|\| |
|
| * | typo | Matti Picus | 2020-10-09 | 1 | -1/+1 |
| * | fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workers | Matti Picus | 2020-10-08 | 1 | -8/+7 |
| * | more test fixes | Matti Picus | 2020-10-07 | 1 | -6/+10 |
| * | fix failing tests | Matti Picus | 2020-10-06 | 1 | -6/+10 |
| * | small fixes | Matti Picus | 2020-10-03 | 1 | -2/+2 |
| * | redo moved tests, flake8 | Matti Picus | 2020-10-03 | 1 | -41/+28 |
| * | move translated os.* tests to extra_tests | Matti Picus | 2020-10-03 | 1 | -0/+109 |
* | | This is Python 2, no f-strings yet | Stefano Rivera | 2020-10-09 | 1 | -3/+3 |