72 Commits (12dd8df3756d58af2f4d1f54eefd90f1ce1e0dbe)

Author SHA1 Message Date
Paul Sokolovsky 76d982ef34 type->print(): Distinguish str() and repr() variety by passing extra param. 11 years ago
John R. Lenton 189c8e1cc4 Fixed the merge so it worked and compiled and stuff 11 years ago
John R. Lenton 7244a14439 oops, nasty off-by-one in set_copy 11 years ago
John R. Lenton be790f94d5 Implemented set binary ops. 11 years ago
John R. Lenton 0de386bffe Implemented set.update 11 years ago
John R. Lenton ae00d334c6 Implemented set.remove 11 years ago
John R. Lenton 4a08067c0c Implemented set.isdisjoint 11 years ago
John R. Lenton f1ae6b48fb Implemented set.intersection and set.intersection_update 11 years ago
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
John R. Lenton c1bef21920 Implemented support for `in` and `not in` operators. 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
John R. Lenton c06763a020 This implements a better (more python-conformant) list.sort. 11 years ago
ian-v 5fd8fd2c16 Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
ian-v 7a16fadbf8 Co-exist with C++ (issue #85) 11 years ago
Paul Sokolovsky 860ffb0a43 Convert many object types structs to use C99 tagged initializer syntax. 11 years ago
Damien George 71c5181a8d Convert Python types to proper Python type hierarchy. 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago