]> gitweb.factorcode.org Git - factor.git/history - extra/python/ffi/ffi.factor
factor: trim using lists
[factor.git] / extra / python / ffi / ffi.factor
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-19 John Benediktssonpython: adding a lot more of the stable c api
2022-01-19 John Benediktssonpython: fix some more tests
2022-01-18 John Benediktssonpython.syntax: fix func_code => __code__
2022-01-18 John Benediktssonpython: rename __builtin__ to builtins
2022-01-18 John Benediktssonpython: start updating to python3 API
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2014-10-31 Björn Lindqvistpython: both METH_VARARGS METH_KEYWORDS needed in ml_fl...
2014-10-28 Björn Lindqvistpython.objects: fix <py-cfunction> need to malloc-struc...
2014-10-24 Björn Lindqvistpython: feature to create python callbacks/functions...
2014-07-08 Doug Colemanpython.ffi: Use find-library-from-list instead of all...
2014-07-04 Doug Colemanpython.ffi: Disable python3
2014-07-04 Doug Colemanpython.ffi: On Arch Linux, the library is called libpyt...
2014-03-04 John Benediktssonpython: rename >factor to py>, rename import to py...
2014-03-04 Björn Lindqvistpython: improved docs, support for kwargs to methods...
2014-03-04 Björn Lindqvistpython: setup serialization between vectors and python...
2014-03-04 Björn Lindqvistpython: setattr wrapping
2014-03-04 Björn Lindqvistpython: compressed using lines
2014-03-04 Björn Lindqvistpython.syntax: vocab that makes python functions work...
2014-03-04 Björn Lindqvistpython: several more builtin functions and refcounting...
2014-03-04 Björn Lindqvistpython: more correct reference counting, handles ucs2...
2014-03-04 Björn Lindqvistpython: function needed to make both ucs2 and ucs4...
2014-03-04 Björn Lindqvistpython: windows compat
2014-03-04 Björn Lindqvistpython: a thin ffi to Python, everything mostly works...