0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 18 hours ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tiny optimisation in objlist.c; a new test for inheritance. More... over 12 years ago
Fix warnings about int/pointer casting. More... over 12 years ago
Merge branch 'master' of github.com:micropython/micropython More... over 12 years ago
py: Fix VM/runtime unpack sequence bug, Issue #193. More... over 12 years ago
Add objarray.h . More... over 12 years ago
Merge pull request #194 from pfalcon/socket More... over 12 years ago
Merge pull request #192 from pfalcon/arrays More... over 12 years ago
Add source file name and line number to error messages. More... over 12 years ago
Add socket examples (simple HTTP client and server). More... over 12 years ago
Add lean ("raw") socket module. More... over 12 years ago
Merge branch 'master' of github.com:micropython/micropython More... over 12 years ago
Improve method lookup in mp_obj_class_lookup. More... over 12 years ago
Add skeleton implementation of array.array and bytearray. More... over 12 years ago
Add testcase for subclassing builtin type and calling native method (broken). More... over 12 years ago
Implement framework for class-defined built-in operators. More... over 12 years ago
Merge pull request #191 from pfalcon/store-item More... over 12 years ago
Merge branch 'master' of github.com:dpgeorge/micropython More... over 12 years ago
Make VM stack grow upwards, and so no reversed args arrays. More... over 12 years ago
int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked(). More... over 12 years ago
Add store_item() virtual method to type to implement container[index] = val. More... over 12 years ago
Add OverflowError and use it for small int overflow instead of assert. More... over 12 years ago
Merge pull request #184 from pfalcon/int-longlong More... over 12 years ago
Add long int implementation using C long long type, enable for unix port. More... over 12 years ago
Implement LOAD_CONST_INT (by dispatching to int object implementation). More... over 12 years ago
Merge branch 'master' of github.com:dpgeorge/micropython More... over 12 years ago
stm: Add stm import support. More... over 12 years ago
Add empty (false) value testing for strings, tuples, lists, dicts. More... over 12 years ago
Merge pull request #180 from pfalcon/examples-improve More... over 12 years ago
Add empty "micropython" module to allow more seamless CPython portability. More... over 12 years ago
Add dummy micropython module to enable mandel.py run with CPython. More... over 12 years ago