0
I Use This!
Low Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Oops. In this case, unpack(p) returns a list of <cdata struct> that are each inside 'p'. So 'p' must be kept alive More... almost 10 years ago
There is no reason to restrict ffi.unpack() to primitives. More... almost 10 years ago
Remove again ffi.rawstring(), and implement instead ffi.unpack(). More... almost 10 years ago
Python3 compat More... almost 10 years ago
Also accept arrays of int8_t or uint8_t, like ffi.string() More... almost 10 years ago
Add a test here More... almost 10 years ago
ffi.rawstring(), with a minimal interface More... almost 10 years ago
Test and fix for converting empty ffi's in embedding mode More... almost 10 years ago
Change get_current_ts to always use _Py_atomic_load_relaxed when available. More... almost 10 years ago
Change the API of ffi.list_types() More... about 10 years ago
Document ffi.list_types() More... about 10 years ago
With ffi.compile(verbose=True), also print the name of the C (or Python) file being generated More... about 10 years ago
ffi.list_types() More... about 10 years ago
Update the one-sentence catch phrase describing cffi More... about 10 years ago
Update comment More... about 10 years ago
Python 3 compat More... about 10 years ago
Document issue #247 More... about 10 years ago
Another attempt at improving the shutdown issues w.r.t. @def_extern More... about 10 years ago
Oops, tests fail if we run them one by one More... about 10 years ago
For now, don't add --never-download. It causes failures on random machines. More... about 10 years ago
update More... about 10 years ago
A dump of my experiences with rpaths and $ORIGIN messes More... about 10 years ago
merge heads More... about 10 years ago
more pypy tweaks More... about 10 years ago
Recent releases of virtualenv default to downloading new pip, etc. We don't need to do that More... about 10 years ago
distribute folded back into setuptools a while ago. This option has no effect any more More... about 10 years ago
pypy on windows now stores "python27.lib" in a directory "libs" More... about 10 years ago
hg merge release-1.5 More... about 10 years ago
md5/sha1 More... about 10 years ago
hg merge default More... about 10 years ago