aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-01-04Fix int -> machine_int_t; add print to slice test.Damien George
2014-01-03Merge pull request #59 from pfalcon/sliceDamien George
Implement basic slice object and string slicing
2014-01-04Add test for byte string slicing.Paul Sokolovsky
2014-01-03Added list.clear. Fixes issue #53.John R. Lenton
2014-01-03renamed some tests to have better names.John R. Lenton
2014-01-03Merge remote-tracking branch 'upstream/master'John R. Lenton
2014-01-03Worked on list.pop:John R. Lenton
* Fixes issue #51 * Adds a specific error message for when you try to pop an empty list. * Releases some memory if the list has shurnk a lot.
2014-01-03Merge pull request #43 from chipaca/masterDamien George
Implement list addition.
2014-01-03Basic implementation of import.Damien George
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
2014-01-03Add list addition (fixes: #39)John R. Lenton
2014-01-02py: Fix generator where state array was incorrectly indexed.Damien George
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
2014-01-02Fix bash->/usr/bin/env bash; add LICENSE for Python library tests.Damien George
2013-12-30py: make closures work.Damien George
2013-12-29Small change to handling of integers in run-tests.Damien
2013-12-29Add basic functionality tests for the Python bit.Damien
2013-12-29Add 2 files to a gitignore.Damien
2013-12-29Add tests to test compiler and emitted byte code.Damien