0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2025 — Aug 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change README to reflect new pyboard repo; update dependencies. More... over 12 years ago
py: change negative array indices with array - 1. More... over 12 years ago
py: Add more bytecodes to showbc.c. More... over 12 years ago
Merge branch 'master' of github.com:dpgeorge/micropython More... over 12 years ago
Add Micro Python logo, snake on a chip. More... over 12 years ago
Merge pull request #36 from pfalcon/b-string-prefix More... over 12 years ago
Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far. More... over 12 years ago
py: remove depedence on strcat and stpcpy. More... over 12 years ago
Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. More... over 12 years ago
py: Add framework for built-in "type()" function. More... over 12 years ago
unix: revert Makefile to not use -ltermcap. More... over 12 years ago
Merge pull request #28 from vext01/openbsd More... over 12 years ago
Remove pybv3; board now lives in separate repository. More... over 12 years ago
Mention that GNU make is required. More... over 12 years ago
Fix undefined termcap symbols on OpenBSD. More... over 12 years ago
On OpenBSD MAP_ANONYMOUS is called MAP_ANON. More... over 12 years ago
malloc.h is obsolete. More... over 12 years ago
Update README with disclaimer for changing code; use gmake on BSD. More... over 12 years ago
Add new alloc metric: peak_bytes_allocated. More... over 12 years ago
py: change declaration of mp_map_t in obj.h (for issue #24). More... over 12 years ago
Add new alloc metric: current_bytes_allocated. More... over 12 years ago
m_realloc: Account only allocation size difference in total_bytes_allocated. More... over 12 years ago
Merge pull request #21 from pfalcon/readline-improve More... over 12 years ago
py: add int() and float() built-ins, partially implemented. More... over 12 years ago
Make GNU Readline usage optional (USE_READLINE define). Still enabled. More... over 12 years ago
Add readline history support. More... over 12 years ago
Update README.md More... over 12 years ago
Merge pull request #12 from pfalcon/minor-fixes More... over 12 years ago
py: make closures work. More... over 12 years ago
Typo fix in comment. More... over 12 years ago