Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Give up and make mp_obj_str_get_data() deal with bytes too. | Paul Sokolovsky | 2014-05-11 |
| | | | | | | This is not fully correct re: error handling, because we should check that that types are used consistently (only str's or only bytes), but magically makes lot of functions support bytes. | ||
* | py: Fix base "detection" for int('0<hexdigit>', 16). | Paul Sokolovsky | 2014-05-10 |
| | |||
* | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | 2014-01-19 |