2262 Commits (f33dfb966a1432281809e372b9d3803e7fd3cb2f)

Author SHA1 Message Date
John R. Lenton 032129f3b5 Implemented set.difference and set.difference_update 11 years ago
John R. Lenton 2a24172cdc Implemented set.discard 11 years ago
John R. Lenton 3b0bd87906 Implemented set.copy 11 years ago
John R. Lenton 1d7fb2f21b Implemented set.clear 11 years ago
John R. Lenton 19b14d3d8a Implemented set.add 11 years ago
John R. Lenton 0ce03b48a0 make sets iterable 11 years ago
Paul Sokolovsky 1945e60aeb list: Implement comparison operators. 11 years ago
Paul Sokolovsky c698d266d1 list: Add extend() methods and += operator. 11 years ago
John R. Lenton c1bef21920 Implemented support for `in` and `not in` operators. 11 years ago
Paul Sokolovsky 899c69f94c compile_for_stmt_optimised_range(): Properly handle negative & unknown steps. 11 years ago
Paul Sokolovsky 5388a3c29a Crude attempt to implement RAISE_VARARGS (with args=1 so far only). 11 years ago
Paul Sokolovsky 074d3b5f86 list: Implement list multiplication. 11 years ago
John R. Lenton 4bee76ebca Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are. 11 years ago
John R. Lenton 9ec3a87189 dict views now, refactoring later. 11 years ago
Damien George 004cdcebfe py: Implement base class lookup, issubclass, isinstance. 11 years ago
Damien George 062478e66d Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. 11 years ago
Paul Sokolovsky 926d2b621e Count individual testcases when running tests. 11 years ago
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