aboutsummaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2017-01-05Add time.struct_time support.Scott Shawcroft
2016-12-19atmel-samd: Add help() and remove mem_info functions from smallest builds to ...Scott Shawcroft
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer
2016-11-29Revert "py: Add ability to manually mark blocks during collect."Scott Shawcroft
2016-11-29Only include uheap in debug builds.Scott Shawcroft
2016-11-28py: fix python3 compatibility errorScott Shawcroft
2016-11-23Add heap analysis scripts based on GDB breakpoint logs.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-21py: Add ability to manually mark blocks during collect.Scott Shawcroft
2016-11-18py: Add support for properties on native objects when they are in the locals ...Scott Shawcroft
2016-11-18py: Change frozen build to not use -printf which isn't available on Mac OSX.Scott Shawcroft
2016-11-18py: Fix typo in comment.Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-11-08py: Strip leading dirs from frozen mpy files, so any path can be used.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-11-03py: Add MICROPY_FLOAT_CONST macro for defining float constants.Damien George
2016-11-03py: Change config default so m_malloc0 uses memset if GC not enabled.Colin Hogben
2016-11-02py: Fix wrong assumption that m_renew will not move if shrinkingColin Hogben
2016-11-02unix: fix symbol references for x86 MacJan Pochyla
2016-10-31py: remove asserts that are always true in emitbc.cPavol Rusnak
2016-10-31py: fix null pointer dereference in mpz.c, fix missing va_end in warning.cPavol Rusnak
2016-10-30py/sequence: Fix reverse slicing of lists.Fabio Utzig
2016-10-30extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky
2016-10-27py/stream: Typo fix in comment.Paul Sokolovsky
2016-10-25atmel-samd: Support auto-reset based on USB write activity.Scott Shawcroft
2016-10-26extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky
2016-10-24py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT.Damien George
2016-10-24py/modbuiltins: Add builtin "slice", pointing to existing slice type.Damien George
2016-10-22py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible.Paul Sokolovsky
2016-10-21lib/utils/pyhelp.c: Use mp_printf() instead of printf()Erik Moqvist
2016-10-21py: Specialise builtin funcs to use separate type for fixed arg count.Damien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-20Merge remote-tracking branch 'micropython/master'Tony DiCola
2016-10-21py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.Paul Sokolovsky
2016-10-17py: Use mp_raise_msg helper function where appropriate.Damien George
2016-10-17py/objdict: Actually provide the key that failed in KeyError exception.Damien George
2016-10-17py/objdict: Fix optimisation for allocating result in fromkeys.Damien George
2016-10-14py/makeversionhdr.py: Use any tag to describe the version.Scott Shawcroft
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky
2016-10-14py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.Damien George
2016-10-13extmod/modujson: Implement ujson.load() to load JSON from a stream.Damien George
2016-10-12esp8266: Enable importing of precompiled .mpy files.Damien George
2016-10-12py/lexer: Remove unnecessary code, and unreachable code.Damien George
2016-10-12py/compile: Remove debugging code for compiler dispatch.Damien George
2016-10-11py/objint: Use size_t for arguments that measure bytes/sizes.Damien George
2016-10-11py: Factor duplicated function to calculate size of formatted int.Damien George
2016-10-11py/mpz: Use assert to verify mpz does not have a fixed digit buffer.Damien George
2016-10-11py/mpz: In divmod, replace check for rhs!=0 with assert.Damien George
2016-10-11py/compile: Remove unreachable code.Damien George
2016-10-11py/modmicropython: Add micropython.opt_level([value]) function.Damien George