summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int1.py
Commit message (Expand)AuthorAge
* tests: Move int+unicode test to unicode-specific test directory.Damien George2015-09-07
* tests: Add tests for attrtuple, and for more corner cases.Damien George2015-04-22
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* tests: Add some tests to improve coverage.Damien George2015-01-29
* Make int(b'123') work properly.Dave Hylands2014-08-26
* py: Give up and make mp_obj_str_get_data() deal with bytes too.Paul Sokolovsky2014-05-11
* py: Fix base "detection" for int('0<hexdigit>', 16).Paul Sokolovsky2014-05-10
* Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky2014-01-19