index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-23
py/emitglue: Implement persistent saving and loading of const objects.
Damien George
2015-11-23
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Damien George
2015-11-22
py/mpz: Normalize (remove leading zeros) xor operation result.
Paul Sokolovsky
2015-11-22
py/formatfloat: Handle calculation of integer digit for %f format properly.
Paul Sokolovsky
2015-11-22
py/formatfloat: Workaround (fix?) incorrect rounding for %f format.
Paul Sokolovsky
2015-11-22
py/formatfloat: Convert to fully portable implementation.
Paul Sokolovsky
2015-11-21
py/emitglue: Host definition of mp_verbose_flag.
Paul Sokolovsky
2015-11-21
py/modsys: Consistently use indented #if's.
Paul Sokolovsky
2015-11-20
py: Use MP_OBJ_NULL instead of NULL when appropriate.
Damien George
2015-11-20
py/emitglue: Add mp_raw_code_load_mem to load raw-code from memory.
Damien George
2015-11-20
py/emitglue: Only compile raw-code fatfs loader when on thumb2 platform.
Damien George
2015-11-20
py/compile: Add mp_compile_to_raw_code() to return raw code object.
Damien George
2015-11-19
py: Added Cygwin support to py/nlrx86.S.
Igor Gatis
2015-11-19
py/map: Store key/value in earliest possible slot in hash table.
Damien George
2015-11-17
py/mpstate: Make mp_pending_exception volatile.
Damien George
2015-11-17
py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.
Damien George
2015-11-17
py: Implement default and star args for lambdas.
Damien George
2015-11-17
py/compile: Don't unnecessarily save state when compiling param list.
Damien George
2015-11-14
py/modmath: Don't create symbol entry for expm1() if not needed.
Paul Sokolovsky
2015-11-14
py/modmath: Make expm1() be in MICROPY_PY_MATH_SPECIAL_FUNCTIONS.
Paul Sokolovsky
2015-11-13
unix/mpconfigport: Move log2() definition to modmath.c.
Paul Sokolovsky
2015-11-13
py: Allow to import compiled bytecode files.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Damien George
2015-11-13
py: Add constant table to bytecode.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-11-13
py: Reorganise bytecode layout so it's more structured, easier to edit.
Damien George
2015-11-09
py/emitinlinethumb: Allow to compile with -Wsign-compare.
Damien George
2015-11-09
py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter.
Damien George
2015-11-09
py/objint_longlong: Instead of assert, throw OverflowError.
Paul Sokolovsky
2015-11-07
py: Clear finalizer flag when calling gc_free.
Dave Hylands
2015-11-06
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
py/modstruct: Support repetition counters for all types, not just string.
Paul Sokolovsky
2015-10-31
py: In inline asm, vldr and vstr offsets now in bytes not words.
adminpete
2015-10-30
py/makeversionhdr.py: Work with backslashes in paths.
omtinez
2015-10-27
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-20
py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set).
Damien George
2015-10-20
py: With obj repr "C", change raw str accessor from macro to function.
Damien George
2015-10-20
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Damien George
2015-10-20
py: Make float representation configurable with object representation.
Damien George
2015-10-20
py: Move float e/pi consts to objfloat and make mp_obj_float_t private.
Damien George
2015-10-20
py: Add mp_obj_is_float function (macro) and use it where appropriate.
Damien George
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-10-19
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Paul Sokolovsky
2015-10-19
py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.
Damien George
2015-10-18
py/stream: Allow to reuse is_nonblocking_error().
Paul Sokolovsky
[next]