| Commit message (Expand) | Author | Age | Files | Lines |
* | fix tests for py.test running on CPython v3.10.0b3 | Armin Rigo | 2021-06-20 | 2 | -7/+8 |
* | another test fix | Armin Rigo | 2021-06-20 | 1 | -3/+4 |
* | source-only update, to version number 1.14.4-1v1.14.4-1 | Armin Rigo | 2020-11-29 | 1 | -1/+6 |
* | add missing includememset | Matti Picus | 2020-11-01 | 1 | -0/+1 |
* | Issue #478 | Armin Rigo | 2020-10-29 | 1 | -0/+5 |
* | Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after the | Armin Rigo | 2020-07-28 | 3 | -14/+0 |
* | more CPython 3.9b5 fixes | Armin Rigo | 2020-07-27 | 2 | -2/+7 |
* | CPython 3.9b5 fix | Armin Rigo | 2020-07-27 | 2 | -0/+9 |
* | forgot this file | Armin Rigo | 2020-07-24 | 1 | -0/+26 |
* | pff I love Python 3 | Armin Rigo | 2020-07-24 | 1 | -1/+2 |
* | Allow ffi.embedding_init_code("unicode-with-non-ascii-chars") | Armin Rigo | 2020-07-24 | 1 | -0/+6 |
* | more of the same, for win64 | Armin Rigo | 2020-07-21 | 1 | -4/+9 |
* | fix this logic | Armin Rigo | 2020-07-21 | 1 | -4/+1 |
* | Skip this test by default. It keeps finding corner cases that are bugs of | Armin Rigo | 2020-07-21 | 1 | -6/+9 |
* | pff, it seems that "running for more than 0.2 seconds" is also a failure cond... | Armin Rigo | 2020-07-21 | 1 | -2/+2 |
* | A new set of segfaults on Windows using callbacks | Armin Rigo | 2020-07-21 | 1 | -2/+37 |
* | Keep sys.path, otherwise it's testing another version of _cffi_backend.so | Armin Rigo | 2020-07-19 | 1 | -0/+1 |
* | Test the callbacks, too | Armin Rigo | 2020-07-19 | 1 | -2/+41 |
* | force calls via libffi. shows the problem recently solved on windows | Armin Rigo | 2020-07-19 | 1 | -4/+7 |
* | Check with the real C compiler | Armin Rigo | 2020-07-19 | 2 | -89/+124 |
* | Add a hypothesis test. Mostly checks libffi, or our own libffi_msvc on windows | Armin Rigo | 2020-07-19 | 1 | -0/+89 |
* | ctypes on windows doesn't correctly return 3-bytes structs | Armin Rigo | 2020-07-19 | 1 | -0/+2 |
* | Extra tests for using a 3-bytes struct as a return type | Armin Rigo | 2020-07-18 | 2 | -0/+47 |
* | on darwin, arm64 bitfields act like x86_64 | Lawrence D'Anna | 2020-07-09 | 1 | -2/+12 |
* | #454 | Armin Rigo | 2020-05-29 | 1 | -0/+41 |
* | Issue #454 | Armin Rigo | 2020-05-26 | 1 | -1/+47 |
* | #453 | Armin Rigo | 2020-05-20 | 1 | -0/+34 |
* | copy this from pypy | Armin Rigo | 2020-04-16 | 1 | -0/+3 |
* | Merge branch 'branch/msvcrt' into 'branch/default' | Armin Rigo | 2020-04-16 | 1 | -3/+3 |
|\ |
|
| * | add missing importmsvcrt | Matti Picus | 2020-04-01 | 1 | -1/+1 |
| * | support python2 builds with msvc>13 | Matti Picus | 2020-04-01 | 1 | -2/+2 |
* | | Vendor in pypy's version of py.path.local.make_numbered_dir(), which is more | Armin Rigo | 2020-03-06 | 1 | -2/+129 |
|/ |
|
* | May fix test on OS/X | Armin Rigo | 2020-02-07 | 1 | -0/+1 |
* | Issue #440 | Armin Rigo | 2020-01-19 | 3 | -0/+33 |
* | Python 3.9 compat | Armin Rigo | 2020-01-07 | 4 | -13/+22 |
* | merge branch 'shortername', thanks matti | Armin Rigo | 2020-01-06 | 1 | -1/+1 |
|\ |
|
| * | tweak how to pass define_macros, shorten module name to not go over 260 chars | Matti Picus | 2020-01-05 | 1 | -1/+1 |
* | | fix some gcc warnings | Armin Rigo | 2020-01-05 | 1 | -8/+11 |
* | | fix test for b9a98b040bd7 | Armin Rigo | 2020-01-05 | 1 | -3/+3 |
* | | Issue #437 | Armin Rigo | 2020-01-05 | 2 | -0/+47 |
|/ |
|
* | Tweak the '-Wno-*' arguments passed to gcc during tests | Armin Rigo | 2019-11-07 | 4 | -27/+27 |
* | Issue #429 | Armin Rigo | 2019-10-21 | 1 | -0/+6 |
* | Windows fix: sometimes, time.sleep() doesn't sleep apparently | Armin Rigo | 2019-10-15 | 2 | -12/+20 |
* | Add a warning when we use in cdef() a global variable without also specifying... | Armin Rigo | 2019-10-14 | 10 | -109/+113 |
* | oops | Armin Rigo | 2019-09-20 | 1 | -2/+2 |
* | Silence the warning | Armin Rigo | 2019-09-20 | 1 | -1/+1 |
* | Add another test | Armin Rigo | 2019-07-23 | 1 | -0/+12 |
* | Issue #413 | Armin Rigo | 2019-07-23 | 1 | -0/+12 |
* | Issue #412 | Armin Rigo | 2019-06-12 | 1 | -0/+53 |
* | Support for from_buffer("type *") | Armin Rigo | 2019-05-26 | 1 | -0/+21 |