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
/
py.mk
Age
Commit message (
Expand
)
Author
2014-04-17
Merge pull request #507 from pfalcon/nlr-setjmp
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
nlr: Add implementation using setjmp/longjmp.
Paul Sokolovsky
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
py: Factor out impl of special methods for builtin types into opmethods.c
Paul Sokolovsky
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-12
py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.
Paul Sokolovsky
2014-04-10
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-07
Replace some Makefile commands with variables in py/mkenv.mk
Andrew Scheller
2014-04-04
Merge pull request #421 from dhylands/git-version
Damien George
2014-04-04
py: This time, real proper overflow checking of small int power.
Damien George
2014-04-03
Add the git version to the banner
Dave Hylands
2014-04-03
py: Add "io" module.
Paul Sokolovsky
2014-04-01
Enhance str.format support
Dave Hylands
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
2014-03-22
py: Add 'object' object.
Damien George
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-10
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George
2014-03-10
Add proper floating point printing support.
Dave Hylands
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-22
py: Put number parsing code together in parsenum.c.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-14
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-03
py: Implement builtin exec.
Damien George
2014-01-30
Fix Makefiles: -O3 option was not being applied; mkdir for STM.
Damien George
2014-01-25
Fixed dependency problem for qstrdefs.generated.h
Dave Hylands
2014-01-25
py: Implement iterator support for object that has __getitem__.
Damien George
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
sequence.c: Start to refactor sequence operations for reuse among types.
Paul Sokolovsky
2014-01-20
Expose memory stats functions via "micropython" module.
Paul Sokolovsky
2014-01-18
Add skeleton implementation of array.array and bytearray.
Paul Sokolovsky
2014-01-17
Add long int implementation using C long long type, enable for unix port.
Paul Sokolovsky
2014-01-15
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-15
added filter()
John R. Lenton
2014-01-15
Added map
John R. Lenton
2014-01-14
added enumerate()
John R. Lenton
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
added zip()
John R. Lenton
2014-01-09
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Damien George
2014-01-08
Make build output quieter.
Dave Hylands
[prev]
[next]