aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-05Merge remote-tracking branch 'upstream/master' into list_reverseJohn R. Lenton
2014-01-05Merge pull request #80 from xyb/striterDamien George
2014-01-05Fix qstr in objlist.c; add more tests for list.index.Damien George
2014-01-05Merge pull request #78 from chipaca/list_indexDamien George
2014-01-05Add test for basic builtin types.Damien George
2014-01-05Implements str iteratorxyb
2014-01-05Merge remote-tracking branch 'upstream/master' into list_indexJohn R. Lenton
2014-01-04Merge pull request #70 from chipaca/list_countDamien George
2014-01-04Unbreak string slice test by just switching to normal (not byte) strings.Paul Sokolovsky
2014-01-04tests/basics requires python3.3Paul Sokolovsky
2014-01-04Merge remote-tracking branch 'upstream/master' into list_countJohn R. Lenton
2014-01-04Merge pull request #64 from pfalcon/str-slice-range-checkDamien George
2014-01-04Merge pull request #60 from chipaca/list_copyDamien George
2014-01-04Implements list.reverse; fixes issue #66John R. Lenton
2014-01-04Implements list.remove (in terms of list.index and list.pop).John R. Lenton
2014-01-04str slice: Trim slice indexes to be in range.Paul Sokolovsky
2014-01-04Merge remote-tracking branch 'upstream/master' into list_insertJohn R. Lenton
2014-01-04Merge remote-tracking branch 'upstream/master' into list_countJohn R. Lenton
2014-01-04Implements list.insert. Fixes issue #61.John R. Lenton
2014-01-04Fix int -> machine_int_t; add print to slice test.Damien George
2014-01-03Merge pull request #59 from pfalcon/sliceDamien George
2014-01-04Add test for byte string slicing.Paul Sokolovsky
2014-01-04Implements list.index. Fixes issue #57.John R. Lenton
2014-01-03Implemented list.countJohn R. Lenton
2014-01-03Implemented list.copy. Fixes issue #54.John R. Lenton
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
2014-01-03Merge pull request #43 from chipaca/masterDamien George
2014-01-03Basic implementation of import.Damien George
2014-01-03Add list addition (fixes: #39)John R. Lenton
2014-01-02py: Fix generator where state array was incorrectly indexed.Damien George
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