0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add bytearray basic tests. More... over 12 years ago
array: Implement iterator. More... over 12 years ago
Revamp qstrs: they now include length and hash. More... over 12 years ago
Add len() support for arrays. More... over 12 years ago
Add OSC_VALUE to Makefile
mux
More... over 12 years ago
Remove hardcoded PLL_M value
mux
More... over 12 years ago
Implement str.split(None). More... over 12 years ago
run-tests: Allow to run tests selectively via command line. More... over 12 years ago
str: Implement proper string (instead of byte string) indexing. More... over 12 years ago
Implement string multiplication. More... over 12 years ago
sequence.c: Start to refactor sequence operations for reuse among types. More... over 12 years ago
unix file: Refactor and add sys.stdout/stdin/stderr. More... over 12 years ago
objstr: More support for MP_OBJ_QSTR. More... over 12 years ago
mp_obj_get_type_str(): Handle MP_OBJ_QSTR. More... over 12 years ago
socket-client, socket-server examples now run on both Micro- and C-Python. More... over 12 years ago
Add dummy bytes() constructor. More... over 12 years ago
Don't preimport socket module. More... over 12 years ago
unix socket: Add send() and recv() methods. More... over 12 years ago
stream_read(): Shrink memory block to actual read size. More... over 12 years ago
unix io.FileIO: Add iteration support. More... over 12 years ago
mp_identity(): Add generic identity function. More... over 12 years ago
stream: Add generic unbuffered iternext method. More... over 12 years ago
mp_obj_get_qstr(): Handle MP_OBJ_QSTR. More... over 12 years ago
py: Put micropython module init code in builtinmp.c. More... over 12 years ago
Merge pull request #198 from pfalcon/expose-memstat More... over 12 years ago
Merge branch 'master' of github.com:micropython/micropython More... over 12 years ago
Rename unix binary to 'micropython'. More... over 12 years ago
Don't implicitly import "sys" module. More... over 12 years ago
Expose memory stats functions via "micropython" module. More... over 12 years ago
Properly print MP_OBJ_QSTR objects. More... over 12 years ago