summaryrefslogtreecommitdiffstatshomepage
path: root/py
Commit message (Expand)AuthorAge
* 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
* py/lexer: Process CR earlier to allow newlines checks on chr1.Tom Collins2017-05-12
* py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.Damien George2017-05-11
* unix/main: Implement -m option for packages.Paul Sokolovsky2017-05-09
* py/lexer: Simplify lexer startup by using dummy bytes and next_char().Tom Collins2017-05-09
* py/binary: Handle storing big-ints to all arrays types.Damien George2017-05-09
* py/modio: resource_stream: Implement "package" param handling.Paul Sokolovsky2017-05-06
* py/objint: In int.from_bytes, only create big-int if really needed.Damien George2017-05-06
* py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky2017-05-03
* py: Cleanup use of global DEBUG preprocessor definitionstijn2017-04-30
* py/mpz: In mpn_sub, use existing function to remove trailing zeros.Damien George2017-04-25
* py/mpz: Strip trailing zeros from mpz value when set from bytes.Damien George2017-04-25
* py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George2017-04-22
* py/compile: Refactor handling of special super() call.Damien George2017-04-22
* py/compile: Don't do unnecessary check if iter parse node is a struct.Damien George2017-04-22
* py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.Damien George2017-04-22
* py/compile: Extract parse-node kind at start of func for efficiency.Damien George2017-04-22
* py/compile: Don't do unnecessary check if parse node is a struct.Damien George2017-04-22
* py/objtype: mp_obj_new_super doesn't need to be public, so inline it.Damien George2017-04-22
* extmod/moductypes: Fix bigint handling for 32-bit ports.Paul Sokolovsky2017-04-21
* py: Reduce str/repr precision of float numbers when floats are 30-bit.Damien George2017-04-21
* py/modmicropython: Add micropython.kbd_intr() function.Damien George2017-04-18
* py/gc: Execute finaliser code in a protected environment.Damien George2017-04-12
* py/nlrsetjmp: Add check for failed NLR jump.Damien George2017-04-12
* py/objfloat: Add implementation of high-quality float hashing.Damien George2017-04-12
* py: Optimise types for common case where type has a single parent type.Damien George2017-04-12
* py/obj: Clean up and add comments describing mp_obj_type_t struct.Damien George2017-04-12
* py/objint: Use unsigned arithmetic when formatting an integer.Damien George2017-04-11
* py/objint: Extract small int value directly because type is known.Damien George2017-04-11
* py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object.Damien George2017-04-10
* py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.Damien George2017-04-10