| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 1 | -3/+15 |
| | | |||||
| * | fix tests for py.test running on CPython v3.10.0b3 | Armin Rigo | 2021-06-20 | 1 | -7/+3 |
| | | |||||
| * | Extra tests for using a 3-bytes struct as a return type | Armin Rigo | 2020-07-18 | 1 | -0/+17 |
| | | |||||
| * | Issue #440 | Armin Rigo | 2020-01-19 | 1 | -0/+13 |
| | | | | | | | Limit the amount of memory that is requested from alloca() for temporary conversion of arguments. Non-small requests are instead handled with PyObject_Malloc() and PyObject_Free(). | ||||
| * | Add a warning when we use in cdef() a global variable without also ↵ | Armin Rigo | 2019-10-14 | 1 | -7/+7 |
| | | | | | specifying a storage class (extern or static) | ||||
| * | Fix deprecated uses of pytest.raises() | Ronan Lamy | 2019-03-12 | 1 | -1/+3 |
| | | |||||
| * | py3 fix | Armin Rigo | 2019-01-29 | 1 | -1/+1 |
| | | |||||
| * | Backed out changeset 7a76a3815340 | Armin Rigo | 2019-01-29 | 1 | -4/+5 |
| | | | | | | On Windows, there is no lround() or (as far as I can find) any math function returning an integer. | ||||
| * | Issue #382 | Armin Rigo | 2018-09-04 | 1 | -5/+4 |
| | | | | | Second fix attempt, thanks Adam | ||||
| * | Issue #382 | Armin Rigo | 2018-09-04 | 1 | -4/+5 |
| | | | | | | Change the test to a non-floating-point example, where ignoring the return value should work even on x87. | ||||
| * | Ignore multiple dlclose(), like file.close() does in Python | Armin Rigo | 2018-02-27 | 1 | -3/+1 |
| | | |||||
| * | Implement ffi.dlclose() for the in-line case | Armin Rigo | 2018-02-16 | 1 | -0/+20 |
| | | |||||
| * | Some test fixes for Python 3 on Windows | Armin Rigo | 2017-06-19 | 1 | -0/+16 |
| | | |||||
| * | Backed out changeset 0087e2aec9ef | Armin Rigo | 2016-09-03 | 1 | -36/+57 |
| | | | | | Un-kill the ctypes backend. Issue #282 for a justification. | ||||
| * | Kill the ctypes backend. | Armin Rigo | 2016-09-03 | 1 | -57/+36 |
| | | |||||
| * | refactor the lazy-loading in dlopen() lib objects; add __dir__(). | Armin Rigo | 2015-12-08 | 1 | -1/+13 |
| | | |||||
| * | hg merge default | Armin Rigo | 2015-11-23 | 1 | -1/+1 |
| |\ | |||||
| | * | fix | Armin Rigo | 2015-11-17 | 1 | -1/+1 |
| | | | |||||
| * | | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -27/+5 |
| |/ | | | | | lets us avoid taking the GIL, which might crash in case the Python interpreter is not initialized at all. | ||||
| * | win32 fix | Armin Rigo | 2015-10-16 | 1 | -1/+2 |
| | | |||||
| * | win32 fix | Armin Rigo | 2015-10-16 | 1 | -1/+4 |
| | | |||||
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -7/+13 |
| | | |||||
| * | start to fix tests | Armin Rigo | 2015-10-06 | 1 | -13/+11 |
| | | |||||
| * | check that the function types are really incompatible | Armin Rigo | 2015-10-05 | 1 | -0/+7 |
| | | |||||
| * | non-windows fixes | Armin Rigo | 2015-10-05 | 1 | -4/+6 |
| | | |||||
| * | Starting, with exactly two function types: no-abi (i.e. cdecl on windows), ↵ | Armin Rigo | 2015-10-05 | 1 | -8/+12 |
| | | | | | or stdcall. | ||||
| * | A branch to implement "__stdcall" more completely on Windows. Initial tests | Armin Rigo | 2015-10-05 | 1 | -0/+45 |
| | | |||||
| * | the big Moving Files Around step | Armin Rigo | 2015-05-12 | 1 | -0/+429 |
