aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-04-04Merge pull request #422 from dhylands/str-moduloDamien George
2014-04-04tests: Make rge-sm.py use less memory (integration step increased).Damien George
2014-04-04py: Add m_malloc_fail function to handle memory allocation error.Damien George
2014-04-04tests/file-with: Add testcase which failed for @dpgeorge.Paul Sokolovsky
2014-04-03Implements most of str.moduloDave Hylands
2014-04-03Changes to get unix/ port compiling on Cygwin.Damien George
2014-04-03tests: Allow to run tests on pyboard.Damien George
2014-04-03run-tests: Allow to override python3 command to use via environment var.Paul Sokolovsky
2014-04-03unix file: Implement context manager protocol (for "with" statement).Paul Sokolovsky
2014-04-02py: Fix regress for printing of floats and #if.Damien George
2014-04-02tests/string-format: Add test for formatting ints with float format.Paul Sokolovsky
2014-04-02Change test scripts to use python3; bytecode tests use python3.4.Damien George
2014-04-02Add more tests.Damien George
2014-04-02py: Factor out static/class method unwrapping code; add tests.Damien George
2014-04-02Add a test.Damien George
2014-04-02py: Add support for sep and end keywords in print.Damien George
2014-04-01py: Fix math.{ceil,floor,trunc} to return int.Damien George
2014-04-01Turn off full tests in string-format.pyDave Hylands
2014-04-01tests: Add test for implicit float to int conversion (not allowed!)Paul Sokolovsky
2014-04-01Enhance str.format supportDave Hylands
2014-03-31py: Implement __getattr__.Damien George
2014-03-31objstr: Very basic implementation of % string formatting operator.Paul Sokolovsky
2014-03-31Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-31py: Fix bug in optimised for .. range.Damien George
2014-03-31tests: Add testcase for multiple inheritance.Paul Sokolovsky
2014-03-31py: Properly implement divide-by-zero handling.Paul Sokolovsky
2014-03-30Merge pull request #399 from pfalcon/gen-defargsDamien George
2014-03-30py: Fix "TypeError: 'iterator' object is not iterable", doh.Paul Sokolovsky
2014-03-30py: Implement support for generalized generator protocol.Paul Sokolovsky
2014-03-30py: Implement positional and keyword args via * and **.Damien George
2014-03-30objgenerator: Handle default args to generator functions.Paul Sokolovsky
2014-03-30vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))).Paul Sokolovsky
2014-03-30Add "tracing" to try-reraise2.py test. It now fails.Damien George
2014-03-30vm: Save current active exception on opening new try block.Paul Sokolovsky
2014-03-29py: Reraising exception possible only in except block.Paul Sokolovsky
2014-03-29Merge pull request #389 from pfalcon/with-statementDamien George
2014-03-29Merge pull request #383 from pfalcon/yield-fromDamien George
2014-03-29tests: Remove unimplemented exceptions from testing.Damien George
2014-03-29tests: Add "with" statement testcases.Paul Sokolovsky
2014-03-28tests: Add testcases for yield from.Paul Sokolovsky
2014-03-26Merge pull request #381 from pfalcon/closure-defargsDamien George
2014-03-27py: Implement getattr() builtin.Paul Sokolovsky
2014-03-26py: Support closures with default args.Paul Sokolovsky
2014-03-26py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.Damien George
2014-03-26Merge pull request #379 from pfalcon/reraiseDamien George
2014-03-26Merge branch 'gen-close-ret-val' of github.com:pfalcon/micropython into pfalc...Damien George
2014-03-26vm: Implement raise statement w/o args (reraising last exception).Paul Sokolovsky
2014-03-26objgenerator: Implement return with value and .close() method.Paul Sokolovsky
2014-03-25Merge pull request #370 from xbe/str-rfindDamien George
2014-03-25py: Removed some unnecessary exception objects.Damien George