| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | fix test | Stefano Rivera | 2020-10-09 | 1 | -3/+6 |
|/ |
|
* | update to cffi/144ac54d9bff | Armin Rigo | 2020-09-23 | 1 | -1/+22 |
* | add some prints in an attempt to understand this failure, which doesn't show up | Armin Rigo | 2020-09-03 | 1 | -0/+3 |
* | update to cffi/108825c76286 | Armin Rigo | 2020-09-03 | 1 | -2/+2 |
* | add the tweaked test_c.py from cffi, which can now be run directly | Armin Rigo | 2020-08-30 | 1 | -0/+4498 |
* | clean up unused import | Matti Picus | 2020-08-30 | 1 | -1/+0 |
* | update to cffi 1.14.2 | Armin Rigo | 2020-08-15 | 1 | -2/+2 |
* | missing adds | Armin Rigo | 2020-07-28 | 2 | -0/+236 |
* | update to cffi/222126b71a49 (v1.14.1) | Armin Rigo | 2020-07-27 | 5 | -2/+108 |
* | backport test (issue 3269) | Matti Picus | 2020-07-16 | 1 | -0/+9 |
* | revert this change | Matti Picus | 2020-07-13 | 1 | -1/+3 |
* | fix win32 test for py3 | Matti Picus | 2020-07-12 | 1 | -3/+4 |
* | update to cffi/54810acbf34d | Armin Rigo | 2020-05-28 | 2 | -1/+81 |
* | Replace get_format_str() with tp._getformat() and fix pointer formats | Ronan Lamy | 2020-05-22 | 2 | -6/+34 |
* | memoryviews on pointers contain the pointer itself, not what it points to. Ad... | Ronan Lamy | 2020-05-22 | 1 | -0/+11 |
* | Add 2 failing tests | Ronan Lamy | 2020-05-13 | 1 | -0/+6 |
* | test cleanup: fix deprecated syntax | Ronan Lamy | 2020-05-06 | 1 | -6/+11 |
* | Let @pytest.mark.pypy_only work as advertised in extra_tests/ | Ronan Lamy | 2020-05-06 | 1 | -0/+17 |
* | update to cffi/4a4a9e8abe97 | Armin Rigo | 2020-04-16 | 1 | -3/+3 |
* | skip test that segfaults on windows | Matti Picus | 2020-04-05 | 1 | -1/+3 |
* | fix 127fefd15a2b -> extra_link_args | Matti Picus | 2020-03-27 | 1 | -1/+1 |
* | try adding '-stdlib=libc++' for darwin | Matti Picus | 2020-03-26 | 1 | -0/+3 |
* | update to cffi/b433990af27a | Armin Rigo | 2020-03-06 | 1 | -2/+129 |
* | re-add deleted binop_overriding tests | quejebo | 2020-03-02 | 1 | -0/+49 |
* | Rewrote extra binop_overriding test to run -- removed all appdirect tests; on... | quejebo | 2020-03-02 | 1 | -151/+83 |
* | Convert apptest descroperation to new format. Split test_binop_overriding su... | quejebo | 2020-03-01 | 1 | -0/+155 |
* | hg merge default | Ronan Lamy | 2020-02-27 | 1 | -1/+5 |
|\ |
|
| * | byteorder related issue, check the byte order of that machine | Richard Plangger | 2020-02-20 | 1 | -1/+5 |
* | | Backport changes from branch py3-StringIO-perf | Ronan Lamy | 2020-02-27 | 1 | -0/+54 |
|/ |
|
* | update to cffi/f2ec51ca7510 | Armin Rigo | 2020-02-07 | 4 | -0/+34 |
* | update to cffi/d6ad2ea5a57e | Armin Rigo | 2020-01-10 | 5 | -22/+34 |