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-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-04
Implements list.index. Fixes issue #57.
John R. Lenton
2014-01-03
Merge pull request #52 from chipaca/master
Damien George
2014-01-03
Implemented list.count
John R. Lenton
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
Implemented list.copy. Fixes issue #54.
John R. Lenton
2014-01-03
Added list.clear. Fixes issue #53.
John R. Lenton
2014-01-03
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-03
Worked on list.pop:
John R. Lenton
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
2014-01-03
Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS).
Paul Sokolovsky
2014-01-03
Add new alloc metric: peak_bytes_allocated.
Paul Sokolovsky
2014-01-03
Add new alloc metric: current_bytes_allocated.
Paul Sokolovsky
2014-01-03
m_realloc: Account only allocation size difference in total_bytes_allocated.
Paul Sokolovsky
2014-01-03
Merge pull request #43 from chipaca/master
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Add note about implementing inplace operators.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-03
Changed to use memcpy.
John R. Lenton
2014-01-03
Add a bit of whitespace.
John R. Lenton
2014-01-03
untabified
John R. Lenton
2014-01-03
Add list addition (fixes: #39)
John R. Lenton
2014-01-03
Change old use of module creation to new proper use.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2014-01-02
py: Fix generator where state array was incorrectly indexed.
Damien George
2014-01-02
py: __MACH__ also uses MAP_ANON.
Damien George
2014-01-02
py: change negative array indices with array - 1.
Damien George
2014-01-02
py: Add more bytecodes to showbc.c.
Damien George
2014-01-02
Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far.
Paul Sokolovsky
2014-01-02
py: remove depedence on strcat and stpcpy.
Damien George
2014-01-02
py: Add framework for built-in "type()" function.
Damien George
2014-01-01
On OpenBSD MAP_ANONYMOUS is called MAP_ANON.
Edd Barrett
2014-01-01
py: change declaration of mp_map_t in obj.h (for issue #24).
Damien George
2014-01-01
py: add int() and float() built-ins, partially implemented.
Damien George
2013-12-30
Merge pull request #12 from pfalcon/minor-fixes
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-30
Typo fix in comment.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-30
Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfal...
Damien George
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky
2013-12-29
py: add dict length function, and fix rt_store_set.
Damien
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
py: implement POP_BLOCK in VM.
Damien
2013-12-29
Handle return value of read() call.
Paul Sokolovsky
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien
2013-12-29
py: implement some basic exception matching.
Damien
2013-12-29
Add code in VM to handle nested exceptions correctly.
Damien
2013-12-29
Parse upper-case hex numbers correctly.
Damien
2013-12-21
py: simplify __next__ method for generators.
Damien
[prev]
[next]