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
Age
Commit message (
Expand
)
Author
2014-01-16
str.format: Don't assume that '}' immediately follows '{', skip insides.
Paul Sokolovsky
2014-01-15
Add errno=0 before call.
Damien George
2014-01-15
stm: Fix print methods with new kind argument.
Damien George
2014-01-15
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Damien George
2014-01-15
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-15
Add unbuffered readline() implementation for Raw I/O files.
Paul Sokolovsky
2014-01-15
Implement repr.
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-15
add more tests and remove debug code
xyb
2014-01-15
int() test passed
xyb
2014-01-15
added filter()
John R. Lenton
2014-01-15
Added map
John R. Lenton
2014-01-15
Implement str() and repr() builtin functions.
Paul Sokolovsky
2014-01-15
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-14
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-14
Make GitHub logo/image a JPEG so it's smaller.
Damien George
2014-01-14
added enumerate()
John R. Lenton
2014-01-14
Merge pull request #170 from chipaca/master
Damien George
2014-01-14
stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions.
Damien George
2014-01-14
Merge pull request #163 from Metallicow/README-branch
Damien George
2014-01-14
Merge pull request #175 from iabdalkader/master
Damien George
2014-01-14
Merge pull request #173 from pfalcon/file-readall
Damien George
2014-01-14
Merge pull request #161 from pfalcon/exc-more-pythonic
Damien George
2014-01-14
Merge pull request #142 from chipaca/containment
Damien George
2014-01-14
Tidy up.
Damien George
2014-01-14
Merge pull request #165 from chipaca/builtins
Damien George
2014-01-15
Implement "is" and "is not" operators.
Paul Sokolovsky
2014-01-15
Refactor exception objects to have better impl of Python-side interface.
Paul Sokolovsky
2014-01-14
Add objtuple.h to allow embedding of tuples inside other objects.
Paul Sokolovsky
2014-01-14
Add ADC support for internal TEMP/VBAT/VREF
mux
2014-01-14
Implement initial ADC support
mux
2014-01-14
Add missing ADC driver
mux
2014-01-14
support int(str, basbase)
xyb
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master' into containment
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-13
Add generic impl of stream .readall() method. Use one for unix io.FileIO.
Paul Sokolovsky
2014-01-13
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-13
mp_obj_equal(): Compare small and long ints properly.
Paul Sokolovsky
2014-01-13
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
Paul Sokolovsky
2014-01-13
Made sorted() raise an exception instead of aborting when given no arguments;...
John R. Lenton
2014-01-13
Cleaned up sorted() as per Damien's suggestions.
John R. Lenton
2014-01-13
Consolidate rt_make_function_[0123] to rt_make_function_n.
Damien George
2014-01-13
Merge pull request #168 from dhylands/add-strstr
Damien George
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
Merge pull request #172 from dhylands/init-kw
Damien George
[next]