6
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jul 09, 2025 — Jul 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__) More... over 12 years ago
OSX: fixes to make nlrx64.S with Apple's clang (forgot a few places) More... over 12 years ago
OSX: fixes to make nlrx64.S with Apple's clang More... over 12 years ago
Add ellipsis object. More... over 12 years ago
Merge pull request #70 from chipaca/list_count More... over 12 years ago
Convert USE_READLINE config option to be consistent with others.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Unbreak string slice test by just switching to normal (not byte) strings.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
tests/basics requires python3.3
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Don't error out if build/ directory already exists.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Split qstr into pools, and put initial pool in ROM. More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into list_count More... over 12 years ago
Improve configurability for native x64/thumb emitter. More... over 12 years ago
Added DXF R2000 vector text. More... over 12 years ago
Added SVG vector text. More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into list_count More... over 12 years ago
Merge branch 'master' of github.com:dpgeorge/micropython More... over 12 years ago
stm: Add comments for storage read from cache. More... over 12 years ago
Merge git://github.com/stevie67/micropython into stevie67-master More... over 12 years ago
Merge pull request #64 from pfalcon/str-slice-range-check More... over 12 years ago
Merge pull request #60 from chipaca/list_copy More... over 12 years ago
Implements list.reverse; fixes issue #66 More... over 12 years ago
Fix issue #62: Cache loses data More... over 12 years ago
Implements list.remove (in terms of list.index and list.pop). Fixes issue #63. More... over 12 years ago
str slice: Trim slice indexes to be in range.
pfalcon
as Paul Sokolovsky
More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into list_insert More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into list_count More... over 12 years ago
Implements list.insert. Fixes issue #61. More... over 12 years ago
Fix int -> machine_int_t; add print to slice test. More... over 12 years ago
Merge pull request #59 from pfalcon/slice More... over 12 years ago
Merge pull request #58 from chipaca/list_clear More... over 12 years ago