index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
2017-08-21
py/objcomplex: Remove unnecessary assignment of variable.
Damien George
2017-08-21
py/compile: Remove unused pn_colon code when compiling func params.
Damien George
2017-08-21
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Damien George
2017-08-20
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Fix regression with handling SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Prevent offset wraparound for io.BytesIO objects.
Tom Collins
2017-08-17
py/binary: Change internal bytearray typecode from 0 to 1.
Damien George
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-15
py/binary.c: Fix bug when packing big-endian 'Q' values.
Bas van Sisseren
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-09
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Damien George
2017-08-09
py/objtuple: Allow to use inplace-multiplication operator on tuples.
Damien George
2017-08-06
py/mkrules.mk: Show frozen modules sizes together with executable size.
Paul Sokolovsky
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-28
py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-25
py/mpz: Make mpz_is_zero() an inline function.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
Damien George
2017-07-24
py/py.mk: Make berkeley-db C-defs apply only to relevant source files.
Damien George
2017-07-21
py/builtinevex: Add typechecking of globals/locals args to eval/exec.
Tom Collins
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-18
py/modmicropython: Cast stack_limit value so it prints correctly.
Damien George
2017-07-18
py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.
Damien George
2017-07-18
py/vm: Make n_state variable local to just set-up part of VM.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
2017-07-09
py/compile: Fix enum variable declaration.
Damien George
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-05
py/compile: Use switch-case to match token and operator.
Krzysztof Blazewicz
2017-07-05
py/compile: Combine arith and bit-shift ops into 1 compile routine.
Krzysztof Blazewicz
2017-07-04
py/repl: Change mp_uint_t to size_t in repl helpers.
Damien George
2017-07-04
py: Change mp_uint_t to size_t in builtins code.
Damien George
2017-07-04
py/objdict: Factorise dict accessor helper to reduce code size.
Damien George
2017-07-04
py/makeversionhdr.py: Update to parse new release line in docs/conf.py.
Damien George
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-07-04
py/vm: Make "if" control flow more obvious in YIELD_FROM opcode.
Damien George
2017-07-04
py/objstr: Remove unnecessary "sign" variable in formatting code.
Damien George
2017-07-04
py/runtime: Mark m_malloc_fail() as NORETURN.
Damien George
2017-07-04
py/binary: Add missing "break" statements.
Damien George
2017-07-02
py/objstr: Move uPy function wrappers to just after the C function.
Damien George
2017-06-30
py/mpprint: Remove unreachable check for neg return of mp_format_float.
Damien George
2017-06-29
py/objnamedtuple: Simplify and remove use of alloca building namedtuple.
Damien George
2017-06-28
py/builtinimport: Remove unreachable code for relative imports.
Damien George
[next]