569 Commits (136b149e417314e5ad46b3ee78b811df57e74f41)
 

Author SHA1 Message Date
Damien George 136b149e41 py: Add full traceback to exception printing. 11 years ago
Damien George 49f6a99c65 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George cbd2f7482c py: Add module/function/class name to exceptions. 11 years ago
Paul Sokolovsky 50a2d6ff59 Fix incorrect prototype of mp_builtin_open() after args refactor. 11 years ago
Paul Sokolovsky e2f3e1d24a Add socket examples (simple HTTP client and server). 11 years ago
Damien George e02b2d4391 py: Temporary fix for bug where not enough VM state is allocated. 11 years ago
Damien George ebde0b8a09 Tiny optimisation in objlist.c; a new test for inheritance. 11 years ago
Damien George a8a6db2a1d Fix warnings about int/pointer casting. 11 years ago
Damien George 2025e82cbf Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 932bf1c48f py: Fix VM/runtime unpack sequence bug, Issue #193. 11 years ago
Paul Sokolovsky a2715c05c6 Add objarray.h . 11 years ago
Damien George 8fce5b42a2 Merge pull request #194 from pfalcon/socket 11 years ago
Damien George 6b21538e91 Merge pull request #192 from pfalcon/arrays 11 years ago
Damien George 08335004cf Add source file name and line number to error messages. 11 years ago
Paul Sokolovsky fc92608237 Add lean ("raw") socket module. 11 years ago
Damien George aefe79880f Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George f49ba1bd9c Improve method lookup in mp_obj_class_lookup. 11 years ago
Paul Sokolovsky 427905cedd Add skeleton implementation of array.array and bytearray. 11 years ago
Paul Sokolovsky b31b5e0b5c Add testcase for subclassing builtin type and calling native method (broken). 11 years ago
Damien George 1d6fc94c16 Implement framework for class-defined built-in operators. 11 years ago
Damien George 0c4e909e76 Merge pull request #191 from pfalcon/store-item 11 years ago
Damien George 632cf5710c Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
Paul Sokolovsky d26b379eec int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked(). 11 years ago
Damien George 20006dbba9 Make VM stack grow upwards, and so no reversed args arrays. 11 years ago
Paul Sokolovsky 6d8edf6acf Add store_item() virtual method to type to implement container[index] = val. 11 years ago
Paul Sokolovsky 166bb40fb2 Add OverflowError and use it for small int overflow instead of assert. 11 years ago
Damien George 8655065f8c Merge pull request #184 from pfalcon/int-longlong 11 years ago
Paul Sokolovsky a9f5abd48c Implement LOAD_CONST_INT (by dispatching to int object implementation). 11 years ago
Paul Sokolovsky 966879cf59 Add long int implementation using C long long type, enable for unix port. 11 years ago
Damien George 5a877503d9 Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
Damien George 8161a10de1 stm: Add stm import support. 11 years ago
Paul Sokolovsky 10744dd816 Add empty (false) value testing for strings, tuples, lists, dicts. 11 years ago
Damien George eea2eb1bb7 Merge pull request #180 from pfalcon/examples-improve 11 years ago
Paul Sokolovsky dcac88095b Add empty "micropython" module to allow more seamless CPython portability. 11 years ago
Paul Sokolovsky c8742a06ca Add dummy micropython module to enable mandel.py run with CPython. 11 years ago
Paul Sokolovsky d0db3d3e45 conwaylife.py: Give people chance to enjoy the show. 11 years ago
Paul Sokolovsky 2aefde06b7 CPython pyb.py placeholder: Implement delay(). 11 years ago
Paul Sokolovsky a671f891dd Make file.read() and file.read(-1) call out to file.readall(). 11 years ago
Paul Sokolovsky 323c09e881 Do not assume that vstr buf is the same after it was extended. 11 years ago
Paul Sokolovsky f2b796e7c7 str.format: Don't assume that '}' immediately follows '{', skip insides. 11 years ago
Damien George b99d9ea258 Add errno=0 before call. 11 years ago
Damien George 613eb25545 stm: Fix print methods with new kind argument. 11 years ago
Damien George 5573f9f150 Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int 11 years ago
Damien George 4899ff9470 Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr 11 years ago
Damien George 7a9d0c4540 Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins 11 years ago
Damien George 11507f4074 Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
Damien George d02c6d8962 Implement eval. 11 years ago
Paul Sokolovsky 9953ca432b Add unbuffered readline() implementation for Raw I/O files. 11 years ago
Damien George e2fb2baaa4 Implement repr. 11 years ago
Damien George 9528cd66d7 Convert parse errors to exceptions. 11 years ago