10 Commits (988827b85a9b09f1164e101ea2520562dd31634e)

Author SHA1 Message Date
Damien George 43384ad7e7 tests/basics: Add tests for parsing of ints with base 36. 8 years ago
Damien George 75a811a6df tests: Move int+unicode test to unicode-specific test directory. 9 years ago
Damien George 1f9e2188a6 tests: Add tests for attrtuple, and for more corner cases. 10 years ago
Damien George 214179b430 tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
Damien George 7d414a1b52 py: Parse big-int/float/imag constants directly in parser. 10 years ago
Damien George 12c66be2b8 tests: Add some tests to improve coverage. 10 years ago
Dave Hylands b7f7c655ed Make int(b'123') work properly. 10 years ago
Paul Sokolovsky eea0118654 py: Give up and make mp_obj_str_get_data() deal with bytes too. 11 years ago
Paul Sokolovsky 6e8085b425 py: Fix base "detection" for int('0<hexdigit>', 16). 11 years ago
Paul Sokolovsky 8c3858b016 Move tests in basic/tests/ up one level preparating to multiple test dirs. 11 years ago
xyb 3e4ed25138 add more tests and remove debug code 11 years ago
xyb 3270fb4be6 int() test passed 11 years ago
xyb c178ea471e Implemented int(str) in UNIX 11 years ago