837 Commits (624eff6a8a948c5ffa7c7d17fab69b3739f2e711)
 

Author SHA1 Message Date
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
xyb 3e4ed25138 add more tests and remove debug code 11 years ago
xyb 3270fb4be6 int() test passed 11 years ago
John R. Lenton fca456bc3c added filter() 11 years ago
John R. Lenton 39b174e00a Added map 11 years ago
Paul Sokolovsky 36c4499d36 Implement str() and repr() builtin functions. 11 years ago
Paul Sokolovsky 76d982ef34 type->print(): Distinguish str() and repr() variety by passing extra param. 11 years ago
John R. Lenton ff8007c7d6 Merge remote-tracking branch 'upstream/master' into builtins 11 years ago
Damien George 24224d7c72 Make GitHub logo/image a JPEG so it's smaller. 11 years ago
John R. Lenton 9daa78943e added enumerate() 11 years ago
Damien George c6920d31e2 Merge pull request #170 from chipaca/master 11 years ago
Damien George 0367ad6214 stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions. 11 years ago
Damien George 36b35c041b Merge pull request #163 from Metallicow/README-branch 11 years ago
Damien George a04a33fee7 Merge pull request #175 from iabdalkader/master 11 years ago
Damien George 11cc694aa0 Merge pull request #173 from pfalcon/file-readall 11 years ago
Damien George 39eab8de96 Merge pull request #161 from pfalcon/exc-more-pythonic 11 years ago
Damien George 66a5bf681d Merge pull request #142 from chipaca/containment 11 years ago
Damien George 0f59203e37 Tidy up. 11 years ago
Damien George 6c2401e935 Merge pull request #165 from chipaca/builtins 11 years ago
Paul Sokolovsky 8bc96471f0 Implement "is" and "is not" operators. 11 years ago
Paul Sokolovsky ddf2178d83 Refactor exception objects to have better impl of Python-side interface. 11 years ago
Paul Sokolovsky 8eec8bcad9 Add objtuple.h to allow embedding of tuples inside other objects. 11 years ago
mux 8c10240722 Add ADC support for internal TEMP/VBAT/VREF 11 years ago
mux 3591285091 Implement initial ADC support 11 years ago
mux b4e374f138 Add missing ADC driver 11 years ago
xyb 82e61bdc24 support int(str, basbase) 11 years ago
xyb c178ea471e Implemented int(str) in UNIX 11 years ago
John R. Lenton 93451002f0 Merge remote-tracking branch 'upstream/master' into builtins 11 years ago
John R. Lenton f5a0a7d2b3 Merge remote-tracking branch 'upstream/master' into containment 11 years ago
John R. Lenton 10d2f72860 Merge remote-tracking branch 'upstream/master' 11 years ago
Paul Sokolovsky 5225450b9f Add generic impl of stream .readall() method. Use one for unix io.FileIO. 11 years ago
Paul Sokolovsky 5d2499c638 Add "buffer management" and "shrink" API calls to vstr. 11 years ago
Paul Sokolovsky ca318bba0d mp_obj_equal(): Compare small and long ints properly. 11 years ago