0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 17 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change int to uint for n_args in function with variable arguments. More... over 12 years ago
py: Add full traceback to exception printing. More... over 12 years ago
Merge branch 'master' of github.com:micropython/micropython More... over 12 years ago
py: Add module/function/class name to exceptions. More... over 12 years ago
Fix incorrect prototype of mp_builtin_open() after args refactor. More... over 12 years ago
py: Temporary fix for bug where not enough VM state is allocated. More... over 12 years ago
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