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
2014-05-25
py: Refactor slice helpers, preparing to support arbitrary slicing.
Paul Sokolovsky
2014-05-25
Merge branch 'keep-strings-uninterned' of github.com:pfalcon/micropython into...
Damien George
2014-05-25
sequence: Throw exception for not implemented slice steps.
Paul Sokolovsky
2014-05-25
objlist: Implement growing slice assignment.
Paul Sokolovsky
2014-05-25
py: Handle case of slice start > stop in common sequence function.
Paul Sokolovsky
2014-05-25
objslice: Support arbitrary objects start, stop, and step.
Paul Sokolovsky
2014-05-24
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-24
objstr: Implement .endswith().
Paul Sokolovsky
2014-05-24
unix modsocket: Make .makefile() method more compliant.
Paul Sokolovsky
2014-05-22
py: Initial attempts to actually allow implementing __new__ in Python.
Paul Sokolovsky
2014-05-21
objobject: Fix arguments to __init__().
Paul Sokolovsky
2014-05-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-21
objtype: super: Fall back to "object" lookup as last resort.
Paul Sokolovsky
2014-05-21
objtype: super: Add stop condition for looking up in base types.
Paul Sokolovsky
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-21
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Damien George
2014-05-20
modstruct: struct_calcsize: Fix case of uninitialized var.
Paul Sokolovsky
2014-05-19
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Paul Sokolovsky
2014-05-19
objexcept: Implement explicit __init__ method, useful for subclasses.
Paul Sokolovsky
2014-05-19
objtype: Separate __new__ and __init__ methods.
Paul Sokolovsky
2014-05-17
py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked()
Sven Wegener
2014-05-17
py: More mp_identity usage.
Paul Sokolovsky
2014-05-17
py: More const usage.
Paul Sokolovsky
2014-05-15
objstr: startswith(): Accept optional "start" arg.
Paul Sokolovsky
2014-05-15
py: Implement more complete bytes comparison handling.
Paul Sokolovsky
2014-05-15
sequence: Fix yet another case of improper sequence comparison.
Paul Sokolovsky
2014-05-15
objstringio: Implement io.BytesIO.
Paul Sokolovsky
2014-05-14
objstr.c: Partial implementation of .rsplit().
Paul Sokolovsky
2014-05-13
py: Improve mpz_and function.
Damien George
2014-05-13
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-12
py: Fix bug in mpz_and function.
Damien George
2014-05-12
py: Remove emit_glue init and deinit. Needed only for debugging.
Damien George
2014-05-12
py: Add support for __debug__ constant.
Damien George
2014-05-12
py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename).
Damien George
2014-05-12
modstruct: Implement count specifier for strings (e.g. "100s").
Paul Sokolovsky
2014-05-12
Fix some unused variables, and silence a clang warning about initialization o...
Antonin ENFRUN
2014-05-12
unix: Create __bss_start and _end symbols for Mach-O targets.
Antonin ENFRUN
2014-05-11
modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1.
Paul Sokolovsky
2014-05-11
objstr: Slice indexing: support bytes properly.
Paul Sokolovsky
2014-05-11
objstr: Make .split() support bytes.
Paul Sokolovsky
2014-05-11
objstr: Make .join() support bytes.
Paul Sokolovsky
2014-05-11
py: Fix __len__ special method result handling.
Paul Sokolovsky
2014-05-11
py: Don't expect that type->getiter() always returns iterator, check for NULL.
Paul Sokolovsky
2014-05-11
showbc: Decode MAP_ADD.
Paul Sokolovsky
2014-05-11
py: Add basic implementation of hasattr() function.
Paul Sokolovsky
2014-05-11
py: Use mp_arg_check_num in more places.
Damien George
2014-05-11
py: frozenset() creates an empty frozenset.
Damien George
2014-05-11
py: Rename globally-accessible tuple functions, prefix with mp_obj_.
Damien George
[prev]
[next]