]> gitweb.factorcode.org Git - factor.git/history - extra/python/python.factor
functors: inline the parts of interpolate this needs
[factor.git] / extra / python / python.factor
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-19 John Benediktssonpython: adding a lot more of the stable c api
2022-01-19 John Benediktssonpython: missed a swap
2022-01-19 John Benediktssonpython: cleanup structure handling
2022-01-19 John Benediktssonpython: fix some more tests
2022-01-18 John Benediktssonpython: some cleanup.
2022-01-18 John Benediktssonpython: don't PySys_SetArgvEx in startup hook
2022-01-18 John Benediktssonpython: start updating to python3 API
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-19 Doug Colemanpython: Fix like three thinko bugs but it works now.
2018-02-19 Doug Colemanpython: Fix unit tests -- only test when library is...
2018-02-19 Doug Colemanpython: Only call the init if python is actually present.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2014-12-24 John Benediktssonpython: rename startup/shutdown hooks.
2014-10-27 Doug Colemanpython: Fix >py stack effect for docs.
2014-10-27 Björn Lindqvistpython: correction of reference counting logic and...
2014-10-24 Björn Lindqvistpython: fix a reference leak in the (>py) word
2014-10-24 Björn Lindqvistpython: feature to create python callbacks/functions...
2014-10-02 Björn Lindqvistpython: docs for python-error
2014-07-06 John Benediktssonpython: change to py-initialize in startup-hook and...
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: vocab split into subvocabs python.errors and...
2014-03-04 Björn Lindqvistpython: More documentation, privatization of words...
2014-03-04 Björn Lindqvistpython: word for converting python lists to vectors
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: syntax for methods and ditching of the auto...
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: ucs2 and ucs4
2014-03-04 Björn Lindqvistpython: function needed to make both ucs2 and ucs4...
2014-03-04 Björn Lindqvistpython: a thin ffi to Python, everything mostly works...