338 Commits (4602b9a79f86176d31bf8d3760abf2d39a380b39)

Author SHA1 Message Date
Paul Sokolovsky d944a66ead Add string comparison tests. 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
John R. Lenton 27d4ca7693 forgot to add test for dict.update 11 years ago
John R. Lenton be8fe5be2e Added dict.setdefault 11 years ago
John R. Lenton f77dce8a5d Added dict.popitem 11 years ago
John R. Lenton 0fcbaa442f implemented dict.pop 11 years ago
John R. Lenton cd0887352d Added dict.get. 11 years ago
John R. Lenton d90b19eca5 Added dict.copy 11 years ago
John R. Lenton 4ce6ceadca Added dict.clear. 11 years ago
John R. Lenton a41fe31322 Added dict iterator. 11 years ago
John R. Lenton c06763a020 This implements a better (more python-conformant) list.sort. 11 years ago
Damien George f0691f4ed5 Fix qstr in objlist.c; add more tests for list.index. 11 years ago
Damien George 11f1e4b8f1 Add test for basic builtin types. 11 years ago
xyb 8cfc9f07b9 Implements str iterator 11 years ago
Paul Sokolovsky 9464cde3c9 Unbreak string slice test by just switching to normal (not byte) strings. 11 years ago
Paul Sokolovsky 21dfb55dad tests/basics requires python3.3 11 years ago
John R. Lenton 6e1e98f864 Implements list.reverse; fixes issue #66 11 years ago
John R. Lenton 49fb6e53b3 Implements list.remove (in terms of list.index and list.pop). 11 years ago
Paul Sokolovsky 6ee1e383d6 str slice: Trim slice indexes to be in range. 11 years ago
John R. Lenton 45a8744617 Implements list.insert. Fixes issue #61. 11 years ago
Damien George c8d1384fc0 Fix int -> machine_int_t; add print to slice test. 11 years ago
Paul Sokolovsky 26534cec85 Add test for byte string slicing. 11 years ago
John R. Lenton 5d4a821339 Implements list.index. Fixes issue #57. 11 years ago
John R. Lenton e241e8c169 Implemented list.count 11 years ago
John R. Lenton 26c211648b Implemented list.copy. Fixes issue #54. 11 years ago
John R. Lenton 069ded9514 Added list.clear. Fixes issue #53. 11 years ago
John R. Lenton 64427d6ee6 renamed some tests to have better names. 11 years ago
John R. Lenton 25f417c08c Worked on list.pop: 11 years ago
Damien George 66028ab6dc Basic implementation of import. 11 years ago
John R. Lenton 4cb80582c4 Add list addition (fixes: #39) 11 years ago
Damien George 0ff883904a py: Fix generator where state array was incorrectly indexed. 11 years ago
Damien George bbabfb40ba Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. 11 years ago
Damien George 6baf76e28b py: make closures work. 11 years ago
Damien 046147dcd5 Small change to handling of integers in run-tests. 11 years ago
Damien 39977a56da Add basic functionality tests for the Python bit. 11 years ago
Damien 5ebbfe7e51 Add 2 files to a gitignore. 11 years ago
Damien 2eda70874e Add tests to test compiler and emitted byte code. 11 years ago