925 Commits (6b0c88256b03de63280eb7b704f5b6aaa5e9cc46)

Author SHA1 Message Date
Paul Sokolovsky 9fdac9144d tests/vfs_fat_ramdisk: Allow to override sector size. 9 years ago
Paul Sokolovsky 9d0525182d tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API. 9 years ago
Paul Sokolovsky 0ee1d0f407 tests/vfs_fat_ramdisk: Add test for VfsFat. 9 years ago
Paul Sokolovsky e5cff5b223 tests/bytearray1: Add testcases for "in" operator. 9 years ago
Paul Sokolovsky d4315a6caf float/string_format: Split large test in 2. 9 years ago
Paul Sokolovsky 2850e7cd97 tests/run-tests: Add esp8266 target. 9 years ago
Paul Sokolovsky dc587a3623 test/float2int: Make test output clearer. 9 years ago
Damien George f7e5e677df tests/pyb: Add simple test for stm module on pyboard. 9 years ago
Damien George 3e02b1d19a py/viper: Allow casting of Python integers to viper pointers. 9 years ago
Paul Sokolovsky 5bf6eba845 tests/open_plus: Add tests for "r+", "w+" open modes. 9 years ago
Doug Currie 2e2e15cec2 py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. 9 years ago
pohmelie e3a29de1dc py/objstr: For str.format, add nested/computed fields support. 9 years ago
Damien George 93bb7dffd2 py/vm: Fix popping of exception block in UNWIND_JUMP opcode. 9 years ago
Damien George 9e677114e4 py/mpprint: Fix sign extension when printf'ing %u, %x and %X. 9 years ago
Damien George ef5f2669dc tests: For pyboard, add test for I2C error handling and recovery. 9 years ago
Damien George 3cfb15cf4d tests: Update pyboard LED test. 9 years ago
Damien George 8f54c08691 py/inlineasm: Add ability to specify return type of asm_thumb funcs. 9 years ago
Damien George ac11e89fa3 tests: For urandom test, use sys.exit() instead of sys.exit(1). 9 years ago
Damien George 0ae97f531d tests: Add some tests for urandom module. 9 years ago
Dave Hylands a17755ee8b py: Add ustruct.pack_into and unpack_from 9 years ago
chrysn f8ba2eca80 builtin property: accept keyword arguments 9 years ago
stijn dea585f8ae tests: Remove builtin_dict test 9 years ago
Dave Hylands 66d0c1052a extmod: Fix uctypes size calculation for bitfields 9 years ago
Damien George 3b936a5f4c tests: Fix math_fun_special test so it passes with single prec float. 9 years ago
Damien George b1fa907d56 tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled. 9 years ago
Damien George ea8be373a9 py/inlinethumb: Remove 30-bit restriction on movwt instruction. 9 years ago
Damien George 22b2265053 py/parse: Improve constant folding to operate on small and big ints. 9 years ago
Damien George d4df8f4925 py/objstr: In str.format, handle case of no format spec for string arg. 9 years ago
Paul Sokolovsky ee7b8f32e3 tests/object_dict.py: Add test for obj.__dict__ . 9 years ago
stijn 3c014a67ea py: Implement __dict__ for instances. 10 years ago
Dave Hylands 7281d95aee py: Make dir report instance members 9 years ago
Antonin ENFRUN b50030b1d0 tests/uctypes: Test item assignment for scalar arrays. 9 years ago
Damien George e5ce5e2a43 tests: Skip class_bind_self.py for native emitter. 9 years ago
Damien George 78913211a9 py: Be more restrictive binding self when looking up instance attrs. 9 years ago
Damien George 7ce8860b6b tests: Skip try-finally test for native emitter. 9 years ago
Damien George 8047340d75 py: Handle case of return within the finally block of try-finally. 9 years ago
Damien George 117158fcd5 tests: Add tests for stream IO errors. 9 years ago
Paul Sokolovsky 664bc44f30 tests: Add tests for %-formatting of bytes. 9 years ago
Michael Buesch 17298af61e py/modmath: Add domain error checking to sqrt, log, log2, log10. 9 years ago
Damien George 29e9db0c58 py: Fix compiler to handle lambdas used as default arguments. 9 years ago
Paul Sokolovsky a6eff059b9 unix: Rename "_os" module to "uos" for consistency with baremetal ports. 9 years ago
Damien George de2a2e296b tests: Add test for "not" of a user defined class. 9 years ago
Henrik Sölver e242b1785f py/emitinlinethumb: Add support for MRS instruction. 9 years ago
Dave Hylands 5a4a2b1db3 extmod: Add test which demonstrates LITTLE_ENDIAN packing failure 9 years ago
Damien George 3ff259a262 py: Fix calling of parent classmethod from instance of subclass. 9 years ago
Damien George 0891cf7d2d tests: Disable for_range.py test for native emitter (it requires yield). 9 years ago
Damien George 33ac0fd09f py: Don't try to optimise for+range when args are not simple expressions. 9 years ago
Paul Sokolovsky 55995869e5 tests/builtin_minmax: Make compatible with @native codegen. 9 years ago
Paul Sokolovsky 36c6d2fa7d tests/builtin_minmax: Add testcase for lazy iterable (generator). 9 years ago
pohmelie e23d5a64cf tests: Add min/max "default" agrument test 9 years ago