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