]> gitweb.factorcode.org Git - factor.git/history - extra/python/syntax
functors: inline the parts of interpolate this needs
[factor.git] / extra / python / syntax /
2023-08-25 Giftpflanzepython.syntax: Link help article
2022-01-19 John Benediktssonpython: fix tests
2022-01-19 John Benediktssonpython.syntax: just assert sys.path is not empty
2022-01-19 John Benediktssonpython: adding a lot more of the stable c api
2022-01-19 John Benediktssonpython: cleanup structure handling
2022-01-19 John Benediktssonpython: fix some more tests
2022-01-18 John Benediktssonpython.syntax: fix tests
2022-01-18 John Benediktssonpython: remove map(None, [1,2,3]) test that doesn't...
2022-01-18 John Benediktssonpython: fix tests
2022-01-18 John Benediktssonpython: more test fixes
2022-01-18 John Benediktssonpython: fix more tests
2022-01-18 John Benediktssonpython: more test fixes
2022-01-18 John Benediktssonpython.syntax: fix func_code => __code__
2022-01-18 John Benediktssonpython: rename __builtin__ to builtins
2021-12-21 Doug Colemanextra: Fix test/imports
2021-12-21 Doug Colemanfactor: Update split-lines tests, fix other tests
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2018-02-19 Doug Colemanpython: Fix unit tests -- only test when library is...
2017-12-09 Doug Colemanpython.syntax: Make a couple python tests long-unit...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2015-11-04 Björn Lindqvistmath.hashcodes,python.syntax: bi@ and -> both?
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-11-30 John Benediktssonextra: "1 tail" is rest.
2014-10-27 Björn Lindqvistpython.syntax: new way to bind python functions to...
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-24 Björn Lindqvistpython: new syntax PY-QUALIFIED-FROM, so you can import...
2014-10-02 Björn Lindqvistpython: tests and plug a reference leak in the exceptio...
2014-03-13 John Benediktssonpython.syntax: fix tests when run first.
2014-03-12 John Benediktssonpython.syntax: fix py-import.
2014-03-04 John Benediktssonpython: rename >factor to py>, rename import to py...
2014-03-04 Björn Lindqvistpython: fix path to test file
2014-03-04 Björn Lindqvistpython: improved docs, support for kwargs to methods...
2014-03-04 Björn Lindqvistpython: support for kwarg functions
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: metadata files and a first stab at documentation
2014-03-04 Björn Lindqvistpython: setup serialization between vectors and python...
2014-03-04 Björn Lindqvistpython: much improved syntax, $ sigil used to get objec...
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...