Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-03 | py/objset: Include the failed key in a KeyError raised from set.remove. | Damien George | |
2014-04-05 | py: Fix delete operation on map/dict and set objects. | Damien George | |
Hash table can now be completely full (ie now NULL entry) before a resize is triggered. Use sentinel value to indicate delete entry in the table. | |||
2014-01-19 | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | |