12821 Commits (4c132614e136970cbd12d927bc6c52e2a7f0f070)
 

Author SHA1 Message Date
Damien George 66327006fc py: change negative array indices with array - 1. 11 years ago
Damien George 27bf5b829b py: Add more bytecodes to showbc.c. 11 years ago
Damien George f9168ba78b Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
Damien George 40b7c73e8f Add Micro Python logo, snake on a chip. 11 years ago
Damien George ab21caa5b0 Merge pull request #36 from pfalcon/b-string-prefix 11 years ago
Paul Sokolovsky bdf822b3d8 Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far. 11 years ago
Damien George fe8fb9165c py: remove depedence on strcat and stpcpy. 11 years ago
Damien George bbabfb40ba Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. 11 years ago
Damien George 40563d56bd py: Add framework for built-in "type()" function. 11 years ago
Damien George 210a02e105 unix: revert Makefile to not use -ltermcap. 11 years ago
Damien George 6b032642ec Merge pull request #28 from vext01/openbsd 11 years ago
Damien George 5d32983cb7 Remove pybv3; board now lives in separate repository. 11 years ago
Edd Barrett 33fefc74a5 Mention that GNU make is required. 11 years ago
Edd Barrett 0d02eb178a Fix undefined termcap symbols on OpenBSD. 11 years ago
Edd Barrett 67ab5ee779 On OpenBSD MAP_ANONYMOUS is called MAP_ANON. 11 years ago
Edd Barrett 8146aea8ef malloc.h is obsolete. 11 years ago
Damien George 8bbd112938 Update README with disclaimer for changing code; use gmake on BSD. 11 years ago
Damien George df884fe4cc py: change declaration of mp_map_t in obj.h (for issue #24). 11 years ago
Damien George 17b161333b Merge pull request #21 from pfalcon/readline-improve 11 years ago
Damien George 209d1b1835 py: add int() and float() built-ins, partially implemented. 11 years ago
Paul Sokolovsky fa027672da Make GNU Readline usage optional (USE_READLINE define). Still enabled. 11 years ago
Paul Sokolovsky 903b24f041 Add readline history support. 11 years ago
Dr-Syn 31aa47d56a Update README.md 11 years ago
Damien George 83c437cb0d Merge pull request #12 from pfalcon/minor-fixes 11 years ago
Damien George 6baf76e28b py: make closures work. 11 years ago
Paul Sokolovsky 2efbc622cb Typo fix in comment. 11 years ago
Paul Sokolovsky e1151e463d Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. 11 years ago
Damien George 8cc96a35e5 Put unicode functions in unicode.c, and tidy their names. 11 years ago
Damien George 212c296c0b Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. 11 years ago
Damien George cd340c44c2 Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfalcon-cross-plat 11 years ago
Paul Sokolovsky e85c38992d Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
Damien 046147dcd5 Small change to handling of integers in run-tests. 11 years ago
Damien 39977a56da Add basic functionality tests for the Python bit. 11 years ago
Damien dae7eb7226 py: add dict length function, and fix rt_store_set. 11 years ago
Damien 732407f1bf Change memory allocation API to require size for free and realloc. 11 years ago
Damien a1c8e5737c Update README.md. 11 years ago
Damien 02a7c41e76 py: implement POP_BLOCK in VM. 11 years ago
Damien George 319b28a355 Merge pull request #3 from pfalcon/for-upstream 11 years ago
Damien 5ebbfe7e51 Add 2 files to a gitignore. 11 years ago
Damien 2eda70874e Add tests to test compiler and emitted byte code. 11 years ago
Paul Sokolovsky 729fd12fbf Don't error out if build/ directory already exists. 11 years ago
Paul Sokolovsky 44d0f3cfa2 Handle return value of read() call. 11 years ago
Damien de690d128b Add unix-cpy, used to test Micro Python byte code against CPython. 11 years ago
Damien b86e3f9293 py: implement some basic exception matching. 11 years ago
Damien 8f9e2ee157 Add code in VM to handle nested exceptions correctly. 11 years ago
Damien dd12d1378f Parse upper-case hex numbers correctly. 11 years ago
Damien 7f7636e41c Add CODECONVENTIONS, and modify i2c module to conform. 11 years ago
Hagen Kaye 1e6a25882c Merge branch 'master' of https://github.com/dpgeorge/micropython 11 years ago
Hagen Kaye 07590c2739 changes to Makefile and main.c to add i2c.c 11 years ago
Hagen Kaye 6474598c65 Added i2c python interface object 11 years ago