0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 23 hours ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #147 from dhylands/staticfs More... over 12 years ago
py: AssertionError is loaded from global, to match CPython. More... over 12 years ago
Merge pull request #146 from pfalcon/assert-exc More... over 12 years ago
logo missing fill added More... over 12 years ago
list: Implement comparison operators. More... over 12 years ago
mp_obj_equal(): For non-trivial types, call out to type's special method. More... over 12 years ago
list: Add extend() methods and += operator. More... over 12 years ago
py: Implement staticmethod and classmethod (internally). More... over 12 years ago
rt_binary_op(): Don't fall thru in case small_int op result doesn't fit back. More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into containment More... over 12 years ago
Add AssertionError. More... over 12 years ago
Implemented support for `in` and `not in` operators. More... over 12 years ago
py: Fix bug where == and != not handled for small_ints. More... over 12 years ago
stm: Disable usart calls from C. More... over 12 years ago
py: Fix emitcpy and emitnative's binary_op. More... over 12 years ago
Merge pull request #138 from chipaca/unify_bops More... over 12 years ago
Merge branch 'master' of github.com:dpgeorge/micropython More... over 12 years ago
py: Make arg to MP_BC_RAISE_VARARGS a byte. More... over 12 years ago
Small graphic - Useful for WebBanners, etc... More... over 12 years ago
unified the bops More... over 12 years ago
Parse long Python ints properly. More... over 12 years ago
Merge pull request #136 from pfalcon/for-range-downto More... over 12 years ago
Merge pull request #135 from pfalcon/simple-raise More... over 12 years ago
Merge pull request #134 from pfalcon/list-mul More... over 12 years ago
Merge pull request #131 from chipaca/dict_fromkeys More... over 12 years ago
compile_for_stmt_optimised_range(): Properly handle negative & unknown steps. More... over 12 years ago
list: Implement list multiplication. More... over 12 years ago
Unsupported operand types for binary operator: dump both args' types. More... over 12 years ago
mp_repl_is_compound_stmt(): Thinko fix s/true/try/. More... over 12 years ago
Crude attempt to implement RAISE_VARARGS (with args=1 so far only). More... over 12 years ago