6
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 11, 2025 — Jul 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
pfalcon
as Paul Sokolovsky
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.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
m_realloc: Account only allocation size difference in total_bytes_allocated.
pfalcon
as Paul Sokolovsky
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.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Add readline history support.
pfalcon
as Paul Sokolovsky
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.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Put unicode functions in unicode.c, and tidy their names. More... over 12 years ago
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. More... over 12 years ago
Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfalcon-cross-plat More... over 12 years ago
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Small change to handling of integers in run-tests. More... over 12 years ago
Add basic functionality tests for the Python bit. More... over 12 years ago
py: add dict length function, and fix rt_store_set. More... over 12 years ago
Change memory allocation API to require size for free and realloc. More... over 12 years ago
Update README.md. More... over 12 years ago
py: implement POP_BLOCK in VM. More... over 12 years ago
Merge pull request #3 from pfalcon/for-upstream More... over 12 years ago
Add 2 files to a gitignore. More... over 12 years ago
Add tests to test compiler and emitted byte code. More... over 12 years ago
Don't error out if build/ directory already exists.
pfalcon
as Paul Sokolovsky
More... over 12 years ago