index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
misc.h
Commit message (
Expand
)
Author
Age
*
Implement octal and hex escapes in strings.
Paul Sokolovsky
2014-01-22
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
*
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
|
\
*
\
Merge pull request #173 from pfalcon/file-readall
Damien George
2014-01-14
|
\
\
|
*
|
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-13
|
|
/
*
/
added zip()
John R. Lenton
2014-01-13
|
/
*
Revert MP_BOOL, etc. and use <stdbool.h> instead
ian-v
2014-01-06
*
Co-exist with C++ (issue #85)
ian-v
2014-01-06
*
Add new alloc metric: peak_bytes_allocated.
Paul Sokolovsky
2014-01-03
*
Add new alloc metric: current_bytes_allocated.
Paul Sokolovsky
2014-01-03
*
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
*
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
*
Change object representation from 1 big union to individual structs.
Damien
2013-12-21
*
Fixup include of stdarg and va_list definition.
Damien
2013-11-03
*
Add simple var-arg functions; add simple string.format.
Damien
2013-11-03
*
Fix func decls with no arguments: () -> (void).
Damien
2013-10-23
*
Add vstr and its functions.
Damien
2013-10-20
*
Initial commit.
Damien
2013-10-04