]> gitweb.factorcode.org Git - factor.git/history - extra/python/python-tests.factor
Use canonical way to get HEAD SHA1
[factor.git] / extra / python / python-tests.factor
2022-01-20 John Benediktssonpython: remove heisentest
2022-01-19 John Benediktssonpython: fix tests
2022-01-19 John Benediktssonpython: py-list-call shouldn't use a callback
2022-01-19 John Benediktssonpython: cleanup structure handling
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: rename __builtin__ to builtins
2018-02-19 Doug Colemanpython: Fix unit tests -- only test when library is...
2016-11-21 Björn Lindqvistpython.tests: fix test that broke for unknown reason...
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...
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 Björn Lindqvistpython.tests: more destructors & refcounting tests
2014-10-02 Björn Lindqvistpython: tests and plug a reference leak in the exceptio...
2014-07-06 John Benediktssonpython: change to py-initialize in startup-hook and...
2014-03-13 John Benediktssonpython.syntax: fix tests when run first.
2014-03-04 John Benediktssonpython: rename >factor to py>, rename import to py...
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: 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: 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: a thin ffi to Python, everything mostly works...