summaryrefslogtreecommitdiffstatshomepage
path: root/py/objset.c
Commit message (Expand)AuthorAge
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* Change int to uint for n_args in function with variable arguments.Damien George2014-01-19
* Make VM stack grow upwards, and so no reversed args arrays.Damien George2014-01-18
* type->print(): Distinguish str() and repr() variety by passing extra param.Paul Sokolovsky2014-01-15
* Fixed the merge so it worked and compiled and stuffJohn R. Lenton2014-01-13
* Merge remote-tracking branch 'upstream/master' into containmentJohn R. Lenton2014-01-13
|\
| * oops, nasty off-by-one in set_copyJohn R. Lenton2014-01-12
| * Implemented set binary ops.John R. Lenton2014-01-12
| * Implemented set.updateJohn R. Lenton2014-01-12
| * Implemented set.removeJohn R. Lenton2014-01-12
| * Implemented set.isdisjointJohn R. Lenton2014-01-12
| * Implemented set.intersection and set.intersection_updateJohn R. Lenton2014-01-12
| * Implemented set.difference and set.difference_updateJohn R. Lenton2014-01-12
| * Implemented set.discardJohn R. Lenton2014-01-12
| * Implemented set.copyJohn R. Lenton2014-01-12
| * Implemented set.clearJohn R. Lenton2014-01-12
| * Implemented set.addJohn R. Lenton2014-01-12
| * make sets iterableJohn R. Lenton2014-01-12
* | Implemented support for `in` and `not in` operators.John R. Lenton2014-01-11
|/
* Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George2014-01-07
|\
| * Revert MP_BOOL, etc. and use <stdbool.h> insteadian-v2014-01-06
| * Co-exist with C++ (issue #85)ian-v2014-01-06
|/
* Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky2014-01-05
* Convert Python types to proper Python type hierarchy.Damien George2014-01-04
* Change object representation from 1 big union to individual structs.Damien2013-12-21