]> gitweb.factorcode.org Git - factor.git/history - extra/python
scryfall: better moxfield words
[factor.git] / extra / python /
2023-08-25 Giftpflanzepython.syntax: Link help article
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2022-12-13 John Benediktssonpython.ffi: adding newer pythons
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 John Benediktssonpython: remove heisentest
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
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: py-list-call shouldn't use a callback
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.syntax: fix tests
2022-01-18 John Benediktssonpython: remove map(None, [1,2,3]) test that doesn't...
2022-01-18 John Benediktssonpython: some cleanup.
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
2022-01-18 John Benediktssonpython: don't PySys_SetArgvEx in startup hook
2022-01-18 John Benediktssonpython: start updating to python3 API
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-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-19 Doug Colemanpython: Fix docs for when python dll is missing.
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-12-09 Doug Colemanpython.syntax: Make a couple python tests long-unit...
2017-07-04 Björn Lindqvistbasis/,extra/: lots of new tags.txt files
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-11-21 Björn Lindqvistpython.tests: fix test that broke for unknown reason...
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-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-12-24 John Benediktssonpython: rename startup/shutdown hooks.
2014-11-30 John Benediktssonextra: "1 tail" is rest.
2014-11-05 Benjamin PollackLink to the Python binding documentation from the Pytho...
2014-10-31 John Benediktssonpython.objects: use flags{ } for flags.
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-27 Doug Colemanpython: Fix >py stack effect for docs.
2014-10-27 Björn Lindqvistpython.syntax: new way to bind python functions to...
2014-10-27 Björn Lindqvistpython.tests: more destructors & refcounting tests
2014-10-27 Björn Lindqvistpython.modules: vocab hierarchy for standard library...
2014-10-27 Björn Lindqvistpython: correction of reference counting logic and...
2014-10-27 Björn Lindqvistpython.errors: new semantics for unsteal-ref
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: docs for python-error
2014-10-02 Björn Lindqvistpython: tests and plug a reference leak in the exceptio...
2014-10-02 Björn Lindqvistpython.throwing: new module to support capturing python...
2014-07-08 Doug Colemanpython.ffi: Use find-library-from-list instead of all...
2014-07-06 John Benediktssonpython: change to py-initialize in startup-hook and...
2014-07-04 Doug Colemanpython: Call py-initialize in example, just in case...
2014-07-04 Doug Colemanpython.ffi: Disable python3
2014-07-04 Doug Colemanpython.ffi: On Arch Linux, the library is called libpyt...
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: fix help-lint warnings.
2014-03-04 John Benediktssonpython: rename >factor to py>, rename import to py...
2014-03-04 Björn Lindqvistpython: set PYTHONHOME
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: 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: 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...
2014-03-04 Björn Lindqvistpython: the os module is considerably smaller on windows
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: windows compat
2014-03-04 Björn Lindqvistpython: a thin ffi to Python, everything mostly works...