0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 21 hours ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement initial ADC support
mux
More... over 12 years ago
Add missing ADC driver
mux
More... over 12 years ago
support int(str, basbase)
xyb
More... over 12 years ago
Implemented int(str) in UNIX
xyb
More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into builtins More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into containment More... over 12 years ago
Merge remote-tracking branch 'upstream/master' More... over 12 years ago
Add generic impl of stream .readall() method. Use one for unix io.FileIO. More... over 12 years ago
Add "buffer management" and "shrink" API calls to vstr. More... over 12 years ago
Move mp_obj_int_t definition to objint.h, to reuse in long int impls. More... over 12 years ago
Made sorted() raise an exception instead of aborting when given no arguments; moved around some things in objfun.c as a consequence More... over 12 years ago
Cleaned up sorted() as per Damien's suggestions. More... over 12 years ago
Consolidate rt_make_function_[0123] to rt_make_function_n. More... over 12 years ago
Merge pull request #168 from dhylands/add-strstr More... over 12 years ago
Cleanup built-ins, and fix some compiler warnings/errors. More... over 12 years ago
Merge pull request #172 from dhylands/init-kw More... over 12 years ago
Implement str() and repr() builtin functions. More... over 12 years ago
type->print(): Distinguish str() and repr() variety by passing extra param. More... over 12 years ago
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects. More... over 12 years ago
mp_obj_equal(): Compare small and long ints properly. More... over 12 years ago
made DEBUG control CFLAGS in Makefiles oter than stm as well. More... over 12 years ago
logo gradients in master SVG, png More... over 12 years ago
Added public domain implementations of strchr and strstr. More... over 12 years ago
sorted More... over 12 years ago
added zip() More... over 12 years ago
Add combined image to GitHub front page README.md More... over 12 years ago
Fixed the merge so it worked and compiled and stuff More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into containment More... over 12 years ago
Merge pull request #162 from chipaca/str_find More... over 12 years ago
Merge pull request #160 from pfalcon/elaborate-int More... over 12 years ago