aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-12-11tests: Disable print_exception test when using native emitter.Damien George
2014-12-11tests: Fix print_exception test and re-enable it on Travis CI.Damien George
2014-12-11run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails.Paul Sokolovsky
2014-12-10tests: Fix print_exception.py to work on Travis CI.Damien George
2014-12-10tests: Add test for print_exception() function.Paul Sokolovsky
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-12-04py: Allow bytes/bytearray/array to be init'd by buffer protocol objects.Damien George
2014-11-30py: Implement +, += and .extend for bytearray and array objs.Damien George
2014-11-29tests: Split out float test from builtin_round.py.Damien George
2014-11-26Adding CAN filter managementHenrik Sölver
2014-11-22tests: Add test for hashlib.sha256 .Paul Sokolovsky
2014-11-21py: Add support for float/double arrays in array module.Damien George
2014-11-19Set PYTHONIOENCODING='utf-8' so that unicode tests can pass on CPython onblmorris
2014-11-16py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George
2014-11-17tests: Add test for file.seek().Paul Sokolovsky
2014-11-15stmhal: Fix HAL error raising; make test for it.Damien George
2014-11-15tests: Add test for hash of user defined class.Damien George
2014-11-05py: Allow +, in, and compare ops between bytes and bytearray/array.Damien George
2014-11-03py: Fix builtin callable so it checks user-defined instances correctly.Damien George
2014-11-02py: Fix bug with right-shifting small ints by large amounts.Paul Sokolovsky
2014-10-31tests: Add heapalloc.py.exp, since CPython can't generate it.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-10-30stmhal: Improve CAN print function.Damien George
2014-10-30tests: Added and adapted CAN tests for extended messagesHenrik Sölver
2014-10-31objstr: Allow to convert any buffer proto object to str.Paul Sokolovsky
2014-10-30moductypes: Add test for accessing UINT8 array.Paul Sokolovsky
2014-10-30moductypes: Make sure we can apply .sizeof() to all aggregate types.Paul Sokolovsky
2014-10-26tests: Get builtin_compile to skin properly on pyboard.Damien George
2014-10-26stmhal: Change SPI phase spec to 0,1 to match standard conventions.Damien George
2014-10-26py: Fix memoryview referencing so it retains ptr to original buffer.Damien George
2014-10-25tests: Add test for compile builtin.Damien George
2014-10-23stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.Paul Sokolovsky
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-10-22extmod: Add uheapq module.Damien George
2014-10-22py: Fix smallint modulo with negative arguments.Damien George
2014-10-22py: Remove unused and unneeded SystemError exception.Damien George
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.Damien George
2014-10-21Use mode/encoding kwargs in io and unicode testsstijn
2014-10-19py: Partially fix viper multi-comparison; add test for it.Damien George
2014-10-18unix, stmhal: Implement file.readinto() method.Paul Sokolovsky
2014-10-17modure: Update to re1.5 v0.6.1, fixed and extended character class support.Paul Sokolovsky
2014-10-17py: Add more compiler optimisations for constant if/while conditions.Damien George
2014-10-17tests: Add test for nested while with exc and break.Damien George
2014-10-16objclosure: Fix printing of generator closures.Paul Sokolovsky
2014-10-15modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).Paul Sokolovsky
2014-10-12Merge pull request #904 from pfalcon/moduzlibDamien George
2014-10-13moduzlib: Integrate into the system.Paul Sokolovsky
2014-10-12py: Implement native load for viper.Damien George