711 Commits (5cd34aca27a9f2847a0441eac16fb8940a2a0fab)

Author SHA1 Message Date
Damien George 92ab95f215 tests: Add some tests to improve coverage. 10 years ago
Damien George 26c0b155fa tests: Make float/int_power.py pass on pyboard/single prec float. 10 years ago
Damien George 12c66be2b8 tests: Add some tests to improve coverage. 10 years ago
Paul Sokolovsky 57aebe1714 tests: Add testcase for bytes() on values in range 128-255. 10 years ago
Paul Sokolovsky 2324f3ef29 moduzlib: Implement raw DEFLATE decoding support. 10 years ago
David Steinberg 0b3014ce3a py: Add support for floats in mp_binary_{get,set}_val() 10 years ago
Damien George a9dc9b8f6d py: Fix comparison of minus-zero long int. 10 years ago
David Steinberg 4c1a7e0d6a tests: Update float2int tests for new range classifications 10 years ago
Paul Sokolovsky 66b060f3e6 tests: Fix typo in file_long_read3.py. 10 years ago
Paul Sokolovsky 444331c07f modujson: .loads(): Handle more whitespace characters. 10 years ago
Paul Sokolovsky 1f04336b23 tests: Add extra test for reading multiple of internal chunk size. 10 years ago
Paul Sokolovsky 220d21e1bf tests: Add testcase for reading amounts bigger than buffer/chunk size. 10 years ago
Damien George 6d1f5070ce lib/libm: Add frexp and modf functions; use in stmhal; add tests. 10 years ago
Damien George b6e6b5277f py: Implement proper re-raising in native codegen's finally handler. 10 years ago
Damien George 962a5d50c9 py: Implement __reversed__ slot. 10 years ago
stijn bf19541f46 py: Prevent segfault for operations on closed StringIO. 10 years ago
Damien George 1e1779eacf py: Reluctantly add an extra pass to bytecode compiler. 10 years ago
Damien George 4c81ba8015 py: Never intern data of large string/bytes object; add relevant tests. 10 years ago
Damien George c38dc3ccc7 py: Implement fallback for equality check for all types. 10 years ago
Paul Sokolovsky 7bfe4b21b9 tests: Make ffi_callback.py be able to run on uclibc and macosx. 10 years ago
Damien George c33ecb83ba tests: Add test for when instance member overrides class member. 10 years ago
Damien George 19b3fea6a8 tests: Separate out test cases that rely on float support to float/ dir. 10 years ago
Damien George ad2307c92c py: Temporary fix for conversion of float to int when fits in small int. 10 years ago
Paul Sokolovsky 343ca1e63a objarray: Make sure that longint works as bytearray size. 10 years ago
Paul Sokolovsky c114496641 objstr: Implement kwargs support for str.format(). 10 years ago
Damien George 6fd4b36bc5 py: Raise exception if trying to convert inf/nan to int. 10 years ago
David Steinberg 6e0b6d02db py: Fix float to int conversion for large exponents. 10 years ago
stijn 021dc44009 py: Allow keyword arguments for namedtuple 10 years ago
stijn 12340147b0 py: Use sequence of strings for named tuple initialization 10 years ago
Damien George e0ac194f4f py: Fix rshift and not of zero/one edge cases in mpz. 10 years ago
Damien George 816a46a4ab tests: Disable float/float2int.py on pyboard (needs double prec). 10 years ago
Paul Sokolovsky 2c75665445 objstr: Fix %d-formatting of floats. 10 years ago
Paul Sokolovsky 12033df511 py: Partially fix float to int conversion. 10 years ago
Damien George c55a4d82cf py: Make bytes objs work with more str methods; add tests. 10 years ago
Paul Sokolovsky 7fdb8d78a4 tests: Add run-tests-exp.py, simple MicroPython-based test runner. 10 years ago
Paul Sokolovsky 978f4ca2e1 run-tests: Allow to run testuite against Windows build on Linux (using Wine). 10 years ago
stijn f5efefd5a0 windows: Correctly interpret skipped tests, enable uhashlib and ubinascii 10 years ago
Damien George f04329e93b lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. 10 years ago
Damien George 6936f4626c tests: Get misc/print_exception and pyb/spi working on pyboard. 10 years ago
Paul Sokolovsky c8b0229bc7 tests: sha256: skip test if uhashlib module is not available. 10 years ago
Paul Sokolovsky 7a4765dbeb tests: Add testcase for ffi callbacks. 10 years ago
Paul Sokolovsky c0bc3bd736 asmarm: Fix bug with encoding small negative ints using MVN instruction. 10 years ago
Paul Sokolovsky 138562ccd9 run-tests: Skip native/viper tests based on prefix. 10 years ago
Damien George e181c0dc07 py: Fix optimised for-loop compiler so it follows proper semantics. 10 years ago
Paul Sokolovsky 1ca28bd570 run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules. 10 years ago
Paul Sokolovsky dbc7854355 run-tests: PEP8 fix. 10 years ago
Paul Sokolovsky f42b3c7599 tests: Activate recursive_data.py test, now that io.StringIO is available. 10 years ago
Damien George 5fba93a26b tests: Add test for semantics of for-loop that optimisation can break. 10 years ago
Damien George f905145c6d tests: Disable print_exception test when using native emitter. 10 years ago
Damien George 184182d14c tests: Fix print_exception test and re-enable it on Travis CI. 10 years ago