index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2014-01-05
Oops: add objint.c
Damien George
2014-01-04
Merge pull request #73 from mikaeleiman/apple-clang-fixes
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific de...
Mikael Eiman
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang (forgot a few places)
Mikael Eiman
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang
Mikael Eiman
2014-01-04
Add ellipsis object.
Damien George
2014-01-04
Merge pull request #70 from chipaca/list_count
Damien George
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_count
John R. Lenton
2014-01-04
Improve configurability for native x64/thumb emitter.
Damien George
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_count
John R. Lenton
2014-01-04
Merge pull request #64 from pfalcon/str-slice-range-check
Damien George
2014-01-04
Merge pull request #60 from chipaca/list_copy
Damien George
2014-01-04
str slice: Trim slice indexes to be in range.
Paul Sokolovsky
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_count
John R. Lenton
2014-01-04
Fix int -> machine_int_t; add print to slice test.
Damien George
2014-01-03
Merge pull request #59 from pfalcon/slice
Damien George
2014-01-03
Merge pull request #58 from chipaca/list_clear
Damien George
2014-01-04
str: Throw TypeError for invalid index type and clean up comments.
Paul Sokolovsky
2014-01-04
slice: Allow building with MICROPY_ENABLE_SLICE=0.
Paul Sokolovsky
2014-01-04
str: Handle non-positive slice indexes.
Paul Sokolovsky
2014-01-04
slice: Implement special handling of omitted start/stop indexes.
Paul Sokolovsky
2014-01-04
Enable slice support in config.
Paul Sokolovsky
2014-01-04
str: Initial implementation of string slicing.
Paul Sokolovsky
2014-01-04
Implement BUILD_SLICE opcode (2-arg version).
Paul Sokolovsky
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-03
Merge pull request #52 from chipaca/master
Damien George
2014-01-03
Implemented list.count
John R. Lenton
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
Implemented list.copy. Fixes issue #54.
John R. Lenton
2014-01-03
Added list.clear. Fixes issue #53.
John R. Lenton
2014-01-03
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-03
Worked on list.pop:
John R. Lenton
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
2014-01-03
Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS).
Paul Sokolovsky
2014-01-03
Add new alloc metric: peak_bytes_allocated.
Paul Sokolovsky
2014-01-03
Add new alloc metric: current_bytes_allocated.
Paul Sokolovsky
2014-01-03
m_realloc: Account only allocation size difference in total_bytes_allocated.
Paul Sokolovsky
2014-01-03
Merge pull request #43 from chipaca/master
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Add note about implementing inplace operators.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-03
Changed to use memcpy.
John R. Lenton
2014-01-03
Add a bit of whitespace.
John R. Lenton
2014-01-03
untabified
John R. Lenton
2014-01-03
Add list addition (fixes: #39)
John R. Lenton
2014-01-03
Change old use of module creation to new proper use.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2014-01-02
py: Fix generator where state array was incorrectly indexed.
Damien George
[next]