aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27tests/wipy: Improve robustness of rtc_irq test.Daniel Campora
2015-09-27tests/wipy: Improve robustness of time test.Daniel Campora
2015-09-27cc3200: Implement support for os.dupterm().Daniel Campora
2015-09-27cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.Daniel Campora
2015-09-27cc3200/tools: Improve update script robustness.Daniel Campora
2015-09-27cc3200: New WLAN API including test.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-26unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method.Paul Sokolovsky
2015-09-26unix/modjni: Need to really use per-rettype Call*Method functions.Paul Sokolovsky
2015-09-24unix/modjni: new_jobject(): Handle null reference.Paul Sokolovsky
2015-09-24py/compile: Put compiler state on the C stack.Damien George
2015-09-23docs: Bump version to 1.4.6.Damien George
2015-09-23unix/modjni: Factor out is_object_type().Paul Sokolovsky
2015-09-23windows: Make mpconfigport.h up-to-date with the unix portstijn
2015-09-23tests: Omit process output parsing in case of CalledProcessErrorstijn
2015-09-23py: Slightly simplify compile and emit of star/double-star arguments.Damien George