micropython/py
Damien George 1dfde891e3 Merge pull request #373 from iabdalkader/module_register
Add mp_obj_module_register
2014-03-25 13:21:51 +00:00
..
asmthumb.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
asmthumb.h
asmx64.c
asmx64.h
bc.h vm: Abstract working with tagged pointers in VM using macro accessors. 2014-03-23 21:41:29 +02:00
bc0.h
binary.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
binary.h
builtin.c py: Improve dir(): extract names from type->methods table. 2014-03-23 00:03:11 +00:00
builtin.h py: Remove obsolete declarations; make mp_obj_get_array consistent. 2014-03-24 10:47:13 +00:00
builtinevex.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
builtinimport.c py: Remove obsolete declarations; make mp_obj_get_array consistent. 2014-03-24 10:47:13 +00:00
builtinmath.c py/builtinmath.c: use tgamma() instead of gamma(). 2014-03-23 02:46:10 -07:00
builtinmp.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
compile.c Fixed floor division on mp ints and small ints. Added a floordivide test case. 2014-03-22 20:29:56 +00:00
compile.h
emit.h
emitbc.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
emitcommon.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
emitcpy.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
emitinlinethumb.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
emitnative.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
emitpass1.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
formatfloat.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
formatfloat.h Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. 2014-03-10 13:27:02 +00:00
gc.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
gc.h GC: Fix printf formats for debugging; add gc_dump_alloc_table. 2014-02-26 22:55:59 +00:00
grammar.h
intdivmod.c Fixed floor division on mp ints and small ints. Added a floordivide test case. 2014-03-22 20:29:56 +00:00
intdivmod.h Fixed floor division on mp ints and small ints. Added a floordivide test case. 2014-03-22 20:29:56 +00:00
lexer.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexer.h
lexerstr.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexerunix.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexerunix.h
makeqstrdata.py Fix makeqstrdata.py to work in Python 2.7 2014-03-10 00:07:35 -07:00
malloc.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
map.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
map.h py: Take out bitfield entries from their own structure. 2014-02-26 17:40:52 +00:00
misc.h Add vstr_ins and vstr_cut_out; improve stmhal readline. 2014-03-15 14:33:09 +00:00
mkenv.mk
mkrules.mk stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
mpconfig.h Implement ROMable modules. Add math module. 2014-03-08 15:24:39 +00:00
mpz.c objint_mpz: Quick&dirty implementation of bitwise operations. 2014-03-23 01:59:11 +02:00
mpz.h objint_mpz: Quick&dirty implementation of bitwise operations. 2014-03-23 01:59:11 +02:00
nlr.h nlr.h: Do proper arch selection, using the same tests as nlr*.S . 2014-03-01 10:05:33 +02:00
nlrthumb.S nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A. 2014-03-01 10:05:53 +02:00
nlrx64.S Fix OS X detection. 2014-03-22 17:37:20 -07:00
nlrx86.S
obj.c py: Remove obsolete declarations; make mp_obj_get_array consistent. 2014-03-24 10:47:13 +00:00
obj.h Merge pull request #373 from iabdalkader/module_register 2014-03-25 13:21:51 +00:00
objarray.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objarray.h
objbool.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objboundmeth.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objcell.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objclosure.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objcomplex.c py: Allow 'complex()' to take a string as first argument. 2014-03-21 11:45:46 +00:00
objdict.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objenumerate.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objexcept.c objexcept: Add "args" exception attribute, as well as StopIteration.value. 2014-03-25 01:42:01 +02:00
objfilter.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objfloat.c Merge remote-tracking branch 'upstream/master' 2014-03-22 12:17:36 +00:00
objfun.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objgenerator.c objgenerator: Add comments for latest mp_obj_gen_instance_t refactors. 2014-03-22 23:42:22 +02:00
objgetitemiter.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objint.c py: Add function to convert long int to float. 2014-03-22 20:54:01 +00:00
objint.h Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objint_longlong.c py: Add function to convert long int to float. 2014-03-22 20:54:01 +00:00
objint_mpz.c objint_mpz: Quick&dirty implementation of bitwise operations. 2014-03-23 01:59:11 +02:00
objlist.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objmap.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objmodule.c Add mp_obj_module_register 2014-03-25 00:25:27 +02:00
objnamedtuple.c namedtuple: Inherit unary/binary ops from tuple base class. 2014-03-03 11:42:53 +08:00
objnone.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objobject.c py: Add 'object' object. 2014-03-22 21:31:28 +00:00
objrange.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objset.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objslice.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objstr.c py: Make 'bytes' be a proper type, support standard constructor args. 2014-03-22 00:07:04 +02:00
objtuple.c py: Allow hashing of functions and tuples. 2014-03-20 19:20:59 +00:00
objtuple.h namedtuple: Inherit unary/binary ops from tuple base class. 2014-03-03 11:42:53 +08:00
objtype.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objzip.c
parse.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
parse.h py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
parsehelper.c
parsehelper.h
parsenum.c py: Put back proper ValueError for badly parsed integers. 2014-03-21 20:46:38 +00:00
parsenum.h py: Allow 'complex()' to take a string as first argument. 2014-03-21 11:45:46 +00:00
parsenumbase.c py: Implement bit-shift and not operations for mpz. 2014-03-01 19:50:50 +00:00
parsenumbase.h py: Implement bit-shift and not operations for mpz. 2014-03-01 19:50:50 +00:00
py.mk py: Add 'object' object. 2014-03-22 21:31:28 +00:00
qstr.c py: Remove name of var arg from macros with var args. 2014-02-26 16:57:08 +00:00
qstr.h
qstrdefs.h objexcept: Add "args" exception attribute, as well as StopIteration.value. 2014-03-25 01:42:01 +02:00
repl.c
repl.h
runtime.c rt_load_method(): Add missing qstr_str() when getting type name. 2014-03-25 01:39:10 +02:00
runtime.h py: Implement support for "except Exception as var" clause. 2014-03-23 22:00:04 +02:00
runtime0.h Support passing positional args as keywords to bytecode functions. 2014-02-16 18:36:33 +02:00
scope.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
scope.h
sequence.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
showbc.c showbc: Dump YIELD_FROM. 2014-03-22 13:52:08 +02:00
stream.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
stream.h
unicode.c
vm.c py: Implement support for "except Exception as var" clause. 2014-03-23 22:00:04 +02:00
vstr.c py: Clean up includes. 2014-03-17 02:43:40 -07:00