summaryrefslogtreecommitdiffstatshomepage
path: root/py
Commit message (Expand)AuthorAge
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/gc: Refactor assertions in gc_free function.Damien George2017-07-12
* py/compile: Fix enum variable declaration.Damien George2017-07-09
* py/objgenerator: Allow to hash generators and generator instances.Damien George2017-07-07
* py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins2017-07-07
* py/compile: Use switch-case to match token and operator.Krzysztof Blazewicz2017-07-05
* py/compile: Combine arith and bit-shift ops into 1 compile routine.Krzysztof Blazewicz2017-07-05
* py/repl: Change mp_uint_t to size_t in repl helpers.Damien George2017-07-04
* py: Change mp_uint_t to size_t in builtins code.Damien George2017-07-04
* py/objdict: Factorise dict accessor helper to reduce code size.Damien George2017-07-04
* py/makeversionhdr.py: Update to parse new release line in docs/conf.py.Damien George2017-07-04
* py/modmath: Check for zero division in log with 2 args.Damien George2017-07-04
* py/vm: Make "if" control flow more obvious in YIELD_FROM opcode.Damien George2017-07-04
* py/objstr: Remove unnecessary "sign" variable in formatting code.Damien George2017-07-04
* py/runtime: Mark m_malloc_fail() as NORETURN.Damien George2017-07-04
* py/binary: Add missing "break" statements.Damien George2017-07-04
* py/objstr: Move uPy function wrappers to just after the C function.Damien George2017-07-02
* py/mpprint: Remove unreachable check for neg return of mp_format_float.Damien George2017-06-30
* py/objnamedtuple: Simplify and remove use of alloca building namedtuple.Damien George2017-06-29
* py/builtinimport: Remove unreachable code for relative imports.Damien George2017-06-28
* py/frozenmod.h: Add missing header guardsAlexander Steffen2017-06-28
* py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.Damien George2017-06-26
* py/compile: Optimise emitter label indices to save a word of heap.Damien George2017-06-22
* py/compile: Fix bug with break/continue in else of optimised for-range.Damien George2017-06-22
* py/objint: In to_bytes(), allow length arg to be any int and check sign.Damien George2017-06-15
* py/objint: Support "big" byte-order in int.to_bytes().Damien George2017-06-15
* all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George2017-06-15
* py/compile: Raise SyntaxError if positional args are given after */**.Damien George2017-06-14
* py/modthread: Raise RuntimeError in release() if lock is not acquired.Damien George2017-06-14
* py/formatfloat: Fix number of digits and exponent sign when rounding.Damien George2017-06-13
* py/objstringio: If created from immutable object, follow copy on write policy.Paul Sokolovsky2017-06-09
* py/makeqstrdefs.py: Make script run correctly with Python 2.6.Damien George2017-06-09
* py: Provide mp_decode_uint_skip() to help reduce stack usage.Damien George2017-06-09
* py/modsys: Allow to compile with obj-repr D and PY_ATTRTUPLE disabled.Damien George2017-06-08
* py/objstr: Allow to compile with obj-repr D, and unicode disabled.Damien George2017-06-08
* py/persistentcode: Allow to compile with complex numbers disabled.Damien George2017-06-08
* extmod/modlwip: Fix error codes for duplicate calls to connect().Paul Sokolovsky2017-06-04
* py/objstr: Catch case of negative "maxsplit" arg to str.rsplit().Damien George2017-06-02
* py/modbuiltins: Add core-provided version of input() function.Damien George2017-06-01
* various: Spelling fixesVille Skyttä2017-05-29
* py/objstringio: Catch mp_uint_t overflow of stream position in write().Tom Collins2017-05-26
* py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.Damien George2017-05-26
* py/emitbc: Fix bug with BC emitter computing Python stack size.Damien George2017-05-25
* py/vm: Fix bug with unwind jump popping the iterator from a for loop.Damien George2017-05-25
* py/vm: Fix bug with stackless mode and unwinding of exceptions.Damien George2017-05-25
* py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.Damien George2017-05-19
* py/objrange: Fix slicing of range when step of slice is negative.Damien George2017-05-18
* py/sequence: Fix boundary errors when slicing with a negative step.Damien George2017-05-18
* py/objstringio: Fix StringIO reads at or beyond EOF.Tom Collins2017-05-15
* py/modsys: update conditionals for code referencing sys.stdoutTom Collins2017-05-14