summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2018-04-02Merge branch 'master' into 3.0_hidDan Halbert
2018-04-01Merge pull request #734 from jepler/str-find-backwards-circuitpythonScott Shawcroft
2018-04-01py/objgenerator: Check stack before resuming a generatorJeff Epler
2018-03-31py/objstr: Don't crash when end < startJeff Epler
2018-03-31Merge pull request #728 from jepler/double-splat-crash-circuitpythonScott Shawcroft
2018-03-31py/bc: Turn assertion error into exceptionJeff Epler
2018-03-30WIP: works with just keyboard but not complex report descriptorDan Halbert
2018-03-29Fix assertion failures in super_attrJeff Epler
2018-03-29Fix assertion failures in mp_obj_new_typeJeff Epler
2018-03-29Fix assertion failure in mpz_divmod_inplJeff Epler
2018-03-26Merge pull request #709 from jepler/core-class-superpropertyScott Shawcroft
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-25super(): Do the same lookup tasks as regular getattrJeff Epler
2018-03-25Don't assume the type of the prop->proxy objectsJeff Epler
2018-03-23Implement * and *= for array.arrayJeff Epler
2018-01-24Merge pull request #552 from tannewt/flexible_parserDan Halbert
2018-01-24Make parsing more memory flexible.Scott Shawcroft
2018-01-24Revert "alloca seems buggy on M4"Dan Halbert
2018-01-24Merge pull request #547 from tannewt/alloc_long_livedDan Halbert
2018-01-24Fix the initial state and polish a couple comments.Scott Shawcroft
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft
2018-01-23undo removal of alloca in builtinimport.cDan Halbert
2018-01-23alloca seems buggy on M4Dan Halbert
2018-01-23Speed up qstr loading by using the stack to store a temporaryScott Shawcroft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2018-01-02Avoid gcc 7.2.1 compiler issues in nlr_push() (#506)Dan Halbert
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-11-01py: Prevent crash with LTO.Scott Shawcroft
2017-10-31Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."Damien George
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-27py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.Paul Sokolovsky
2017-10-27py/objtype: Define all special methods if requested.Paul Sokolovsky
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-21py/objtype: Fit qstrs for special methods in byte type.Paul Sokolovsky
2017-10-19py/objtype: Use CPython compatible method name for sizeof.Paul Sokolovsky
2017-10-19py/argcheck: Remove #if guard around terse error message helper func.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-12py/emitnative: Simplify binary op emitter, no need to check inplace ops.Damien George
2017-10-11py/emitnative: Implement floor-division and modulo for viper emitter.Damien George
2017-10-11py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.Damien George
2017-10-10py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-10-10py/modmath: Convert log2 macro into a function.Damien George
2017-10-10py/modmath: Add full checks for math domain errors.Damien George
2017-10-10py/bc: Update opcode_format_table to match the bytecode.Damien George
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-05py/persistentcode: Bump .mpy version number to version 3.Damien George
2017-10-05py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.Damien George