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
/
builtin.c
Age
Commit message (
Expand
)
Author
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-26
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-26
py: Improved builtin dir.
Damien George
2014-03-27
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-26
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
Damien George
2014-03-23
py: Improve dir(): extract names from type->methods table.
Damien George
2014-03-22
py: Make 'bytes' be a proper type, support standard constructor args.
Paul Sokolovsky
2014-03-22
py: Make 'str' be a proper type, support standard constructor args.
Paul Sokolovsky
2014-03-17
py: Clean up includes.
xbe
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-08
Make mp_obj_str_get_data return char* instead of byte*.
Damien George
2014-02-02
py: Add very basic implementation of dir() builtin.
Damien George
2014-02-02
Change id to return signed integer.
Damien George
2014-02-01
Implement and add tests for the id() builtin function.
xbe
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
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-20
Add dummy bytes() constructor.
Paul Sokolovsky
2014-01-19
Change int to uint for n_args in function with variable arguments.
Damien George
2014-01-18
Make VM stack grow upwards, and so no reversed args arrays.
Damien George
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Implement repr.
Damien George
2014-01-15
Implement str() and repr() builtin functions.
Paul Sokolovsky
2014-01-15
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-14
Tidy up.
Damien George
2014-01-13
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-13
Made sorted() raise an exception instead of aborting when given no arguments;...
John R. Lenton
2014-01-13
Cleaned up sorted() as per Damien's suggestions.
John R. Lenton
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
sorted
John R. Lenton
2014-01-10
Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are.
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
py: Proper framework for built-in 'type'.
Damien George
2014-01-08
py: add variable argument exception constructor function.
Damien George
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
py: Improve __build_class__.
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-02
py: Add framework for built-in "type()" function.
Damien George
2014-01-01
py: add int() and float() built-ins, partially implemented.
Damien George
2013-12-29
py: add dict length function, and fix rt_store_set.
Damien
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-21
py: simplify __next__ method for generators.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
[prev]
[next]