]> gitweb.factorcode.org Git - factor.git/history - extra/python/python.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / python / python.factor
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...