summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2017-09-06py/compile2: Rename "Micro Python" to "MicroPython".origin/parse-bytecodeDamien George
2017-09-01py/emitinlinethumb: Update to work with new small-heap compiler.Damien George
2017-08-30py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default.Damien George
2017-08-30py/compile2: Optimise emitter label indices to save a word of heap.Damien George
2017-08-30py/compile2: Combine arith and bit-shift ops into 1 compile routine.Damien George
2017-08-30py/compile2: Raise SyntaxError if positional args are given after */**.Damien George
2017-08-30py/compile2: Fix bug with break/continue in else of optimised for-range.Damien George
2017-08-30py/parse2.h: Update to work with new version, v1.9.2.Damien George
2017-08-30Merge tag 'v1.9.2' into parse-bytecodeDamien George
2017-08-23py/asmthumb: Use existing macro to properly clear the D-cache.Damien George
2017-08-21py/formatfloat: Don't post-increment variable that won't be used again.Damien George
2017-08-21py/objcomplex: Remove unnecessary assignment of variable.Damien George
2017-08-21py/compile: Remove unused pn_colon code when compiling func params.Damien George
2017-08-21py/mkrules.mk: Use "find -path" when searching for frozen obj files.Damien George
2017-08-20py/stream: seek: Consistently handle negative offset for SEEK_SET.Paul Sokolovsky
2017-08-20py/objstringio: Fix regression with handling SEEK_SET.Paul Sokolovsky
2017-08-20py/objstringio: Prevent offset wraparound for io.BytesIO objects.Tom Collins
2017-08-17py/binary: Change internal bytearray typecode from 0 to 1.Damien George
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-08-15py/binary.c: Fix bug when packing big-endian 'Q' values.Bas van Sisseren
2017-08-14Merge tag 'v1.9.1' into parse-bytecodeDamien George
2017-08-14py/parse2: Make pt_show function work.Damien George
2017-08-14py/{parse2,compile2}: Update to work with merged master, v1.9.Damien George
2017-08-14Merge tag 'v1.9' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.7' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.6' into parse-bytecodeDamien George
2017-08-14py/compile2: Track changes made between v1.8.4 and v1.8.5.Damien George
2017-08-14Merge tag 'v1.8.5' into parse-bytecodeDamien George
2017-08-14py/compile2: Don't compile assert statement when optimisations enabled.Damien George
2017-08-14Merge tag 'v1.8.4' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.3' into parse-bytecodeDamien George
2017-08-14Merge tag 'v1.8.2' into parse-bytecodeDamien George
2017-08-14Revert "py/gc: Zero out all newly allocated memory to prevent stale pointers."Damien George
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-08-13Merge tag 'v1.8.1' into parse-bytecodeDamien George
2017-08-13py: Update compiler/parser to align with latest changes on master, v1.8.Damien George
2017-08-13Merge tag 'v1.8' into parse-bytecodeDamien George
2017-08-13py: Deoptimise try-finally and subscript parse nodes to match master.Damien George
2017-08-11py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-08-09py/objstr: Raise an exception for wrong type on RHS of str binary op.Damien George
2017-08-09py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George
2017-08-06py/mkrules.mk: Show frozen modules sizes together with executable size.Paul Sokolovsky
2017-08-02py,extmod,stmhal: Use "static inline" for funcs that should be inline.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-31py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.Damien George
2017-07-28py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-25py: Implement raising a big-int to a negative power.Damien George
2017-07-25py/mpz: Make mpz_is_zero() an inline function.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George