aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-10drivers/sdcard: Allow up to 5 retries to initialise SD card.Damien George
2015-10-10docs: Describe properly how MCU can be woken from pyb.standby() state.Damien George
2015-10-10unix/modjni: py2jvalue: Support bool and None values.Paul Sokolovsky
2015-10-09tests: In pyb RTC tests, check wakeup register values.Peter Hinch
2015-10-09stmhal: Fix USB CDC-only mode under Windows.Dave Hylands
2015-10-08py/parse: Factor logic when creating parse node from and-rule.Damien George
2015-10-09unix/modjni: jvalue2py() is currently not used.Paul Sokolovsky
2015-10-08unix/modjni: Allow to access fields of objects.Paul Sokolovsky
2015-10-08py: Don't generate unnecessary parse nodes for assignment or kwargs.Damien George
2015-10-08tests: Add test for evaluation order of dictionary key/value pairs.Damien George
2015-10-08py/emitnative: Raise ViperTypeError for unsupported unary ops.Damien George
2015-10-08py/compile: Fix edge case when constant-folding negation of integer.Damien George
2015-10-08stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.Damien George
2015-10-07unix/modjni: After Call*Method(), Java exception should always be checked.Paul Sokolovsky
2015-10-06stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.Damien George
2015-10-06docs: Update esp8266 documentation to match the code.Radomir Dopieralski
2015-10-06modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky
2015-10-05tests/basics/builtin_range: PEP8 fixes.Paul Sokolovsky
2015-10-04lib/axtls: Update submodule, adds .gitignore .Paul Sokolovsky
2015-10-04unix: Add support for building axtls dependency lib.Paul Sokolovsky
2015-10-04lib/axtls: Add axtls git submodule, dependency of modussl.Paul Sokolovsky
2015-10-04unix/modjni: jclass.__str__/__repr__: Return Java .toString() value.Paul Sokolovsky
2015-10-03py: Allow to enable inline assembler without native emitter.Damien George
2015-10-03unix/modjni: jobject.__str__/__repr__: Return Java .toString() value.Paul Sokolovsky
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George
2015-10-02unix/modjni: Convert Java's IndexOutOfBoundsException to Python's IndexError.Paul Sokolovsky
2015-10-02minimal: Tune parser chunk allocation policy for very small heap.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-10-01py: Catch all cases of integer (big and small) division by zero.Damien George
2015-10-01py/mpz: Fix bignum anding of large negative with smaller positive int.Damien George
2015-10-01tests: Add further tests for mpz code.Damien George
2015-10-01py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.Damien George
2015-10-01py/mpz: Raise NotImplError instead of failing assertion.Damien George
2015-10-01py/parsenum: Provide detailed error for int parsing with escaped bytes.Damien George
2015-10-01unix/modjni: Propagate Java exceptions on list access.Paul Sokolovsky
2015-09-30unix/modjni: Fix method argument matching.Paul Sokolovsky
2015-09-29unix/modjni: Implement len() for objects with java.util.List interface.Paul Sokolovsky
2015-09-28unix/modjni: call_method: Delete done local references in loop.Paul Sokolovsky
2015-09-28py/objrange: Bugfix for range_subscr() when index is a slice object.Tom Soulanille
2015-09-28tests: Test slicing a range that does not start at zero.Tom Soulanille
2015-09-27unix/modjni: call_method: Better resource release.Paul Sokolovsky
2015-09-28cc3200: WiPy SW v1.0.0 release.Daniel Campora
2015-09-27tests/wipy: Skip the rtc_irq test.Daniel Campora
2015-09-27cc3200: Always reset WLAN after setting the mode.Daniel Campora
2015-09-27cc3200: Make auth param positional in wlan.connect.Daniel Campora
2015-09-27tests: Skip uheapq1 test if target is WiPy.Daniel Campora
2015-09-27cc3200: Disable uheapq and uhashlib.Daniel Campora
2015-09-27tests/wipy: Fix error in wlan test.Daniel Campora
2015-09-27tests/wipy: Add machine module tests.Daniel Campora
2015-09-27tests: Skip extmod machine tests when target is WiPy.Daniel Campora