| Add list addition (fixes: #39) |
|
More...
|
over 12 years ago
|
| Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS). |
|
More...
|
over 12 years ago
|
| Enable slice support in config. |
|
More...
|
over 12 years ago
|
| str: Initial implementation of string slicing. |
|
More...
|
over 12 years ago
|
| Implement BUILD_SLICE opcode (2-arg version). |
|
More...
|
over 12 years ago
|
| Add basic implementation of slice object. |
|
More...
|
over 12 years ago
|
| Added DXF R2000 vector logo. |
|
More...
|
over 12 years ago
|
| Change old use of module creation to new proper use. |
|
More...
|
over 12 years ago
|
| Add module object, to be used eventually for import. |
|
More...
|
over 12 years ago
|
| py: Fix generator where state array was incorrectly indexed. |
|
More...
|
over 12 years ago
|
| py: __MACH__ also uses MAP_ANON. |
|
More...
|
over 12 years ago
|
| Change README to reflect new pyboard repo; update dependencies. |
|
More...
|
over 12 years ago
|
| py: change negative array indices with array - 1. |
|
More...
|
over 12 years ago
|
| py: Add more bytecodes to showbc.c. |
|
More...
|
over 12 years ago
|
| Merge branch 'master' of github.com:dpgeorge/micropython |
|
More...
|
over 12 years ago
|
| Add Micro Python logo, snake on a chip. |
|
More...
|
over 12 years ago
|
| Merge pull request #36 from pfalcon/b-string-prefix |
|
More...
|
over 12 years ago
|
| Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far. |
|
More...
|
over 12 years ago
|
| py: remove depedence on strcat and stpcpy. |
|
More...
|
over 12 years ago
|
| Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. |
|
More...
|
over 12 years ago
|
| py: Add framework for built-in "type()" function. |
|
More...
|
over 12 years ago
|
| unix: revert Makefile to not use -ltermcap. |
|
More...
|
over 12 years ago
|
| Merge pull request #28 from vext01/openbsd |
|
More...
|
over 12 years ago
|
| Remove pybv3; board now lives in separate repository. |
|
More...
|
over 12 years ago
|
| Mention that GNU make is required. |
|
More...
|
over 12 years ago
|
| Fix undefined termcap symbols on OpenBSD. |
|
More...
|
over 12 years ago
|
| On OpenBSD MAP_ANONYMOUS is called MAP_ANON. |
|
More...
|
over 12 years ago
|
| malloc.h is obsolete. |
|
More...
|
over 12 years ago
|
| Update README with disclaimer for changing code; use gmake on BSD. |
|
More...
|
over 12 years ago
|
| Add new alloc metric: peak_bytes_allocated. |
|
More...
|
over 12 years ago
|