micropython/py
Damien George 11cc694aa0 Merge pull request #173 from pfalcon/file-readall
Generic implementation if stream readall() method, immediately reused in unix io.FileIO implementation
2014-01-14 15:35:50 -08:00
..
asmthumb.c Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
asmthumb.h Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
asmx64.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
asmx64.h Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
bc.h Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
bc0.h Merge branch 'master' of github.com:dpgeorge/micropython 2014-01-11 09:37:41 +00:00
builtin.c Tidy up. 2014-01-14 23:18:35 +00:00
builtin.h Merge remote-tracking branch 'upstream/master' into builtins 2014-01-13 23:14:35 +00:00
builtinimport.c Cleanup built-ins, and fix some compiler warnings/errors. 2014-01-13 19:39:01 +00:00
compile.c py: AssertionError is loaded from global, to match CPython. 2014-01-12 12:35:08 +00:00
compile.h Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
emit.h unified the bops 2014-01-11 00:58:59 +00:00
emitbc.c Merge branch 'master' of github.com:dpgeorge/micropython 2014-01-11 09:37:41 +00:00
emitcommon.c Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
emitcpy.c py: Fix emitcpy and emitnative's binary_op. 2014-01-11 09:47:06 +00:00
emitinlinethumb.c Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
emitnative.c py: Fix emitcpy and emitnative's binary_op. 2014-01-11 09:47:06 +00:00
emitpass1.c Add AssertionError. 2014-01-12 00:20:49 +02:00
gc.c Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse. 2014-01-12 22:04:20 +02:00
gc.h Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
grammar.h Add ellipsis object. 2014-01-04 18:44:46 +00:00
lexer.c Add "buffer management" and "shrink" API calls to vstr. 2014-01-13 23:31:06 +02:00
lexer.h py: Improve memory management for parser; add lexer error for bad line cont. 2014-01-12 13:55:24 +00:00
lexerstr.c Move lexerstr to main py directory (everyone uses it). 2014-01-08 15:28:26 +00:00
lexerunix.c Move lexerstr to main py directory (everyone uses it). 2014-01-08 15:28:26 +00:00
lexerunix.h Move lexerstr to main py directory (everyone uses it). 2014-01-08 15:28:26 +00:00
malloc.c Rename default config file to mpconfig.h, and port's to mpconfigport.h. 2014-01-03 19:03:11 +02:00
map.c Implemented set.remove 2014-01-12 19:16:59 +00:00
map.h Implemented set.remove 2014-01-12 19:16:59 +00:00
misc.h Merge pull request #173 from pfalcon/file-readall 2014-01-14 15:35:50 -08:00
mpconfig.h Cleanup built-ins, and fix some compiler warnings/errors. 2014-01-13 19:39:01 +00:00
mpqstr.h Split qstr into pools, and put initial pool in ROM. 2014-01-04 15:57:35 +00:00
mpqstrraw.h sorted 2014-01-13 05:12:50 +00:00
nlr.h Fix func decls with no arguments: () -> (void). 2013-10-23 20:20:17 +01:00
nlrthumb.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 2013-12-30 03:38:32 +02:00
nlrx64.S OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__) 2014-01-04 20:27:13 +01:00
nlrx86.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 2013-12-30 03:38:32 +02:00
obj.c mp_obj_equal(): Compare small and long ints properly. 2014-01-13 22:41:16 +02:00
obj.h Tidy up. 2014-01-14 23:18:35 +00:00
objbool.c py: add variable argument exception constructor function. 2014-01-08 18:11:23 +00:00
objboundmeth.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objcell.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objclosure.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objcomplex.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objdict.c Merge remote-tracking branch 'upstream/master' into containment 2014-01-13 00:41:12 +00:00
objexcept.c Refactor exception objects to have better impl of Python-side interface. 2014-01-15 00:03:23 +02:00
objfloat.c unified the bops 2014-01-11 00:58:59 +00:00
objfun.c Merge remote-tracking branch 'upstream/master' into builtins 2014-01-13 23:14:35 +00:00
objgenerator.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objint.c Move mp_obj_int_t definition to objint.h, to reuse in long int impls. 2014-01-13 22:36:49 +02:00
objint.h Move mp_obj_int_t definition to objint.h, to reuse in long int impls. 2014-01-13 22:36:49 +02:00
objlist.c Tidy up. 2014-01-14 23:18:35 +00:00
objmodule.c Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. 2014-01-09 20:57:50 +00:00
objnone.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objrange.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objset.c Fixed the merge so it worked and compiled and stuff 2014-01-13 00:52:06 +00:00
objslice.c Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
objstr.c Merge remote-tracking branch 'upstream/master' into containment 2014-01-13 23:09:04 +00:00
objtuple.c Merge pull request #165 from chipaca/builtins 2014-01-14 15:13:40 -08:00
objtuple.h Add objtuple.h to allow embedding of tuples inside other objects. 2014-01-14 23:59:18 +02:00
objtype.c py: Implement staticmethod and classmethod (internally). 2014-01-11 19:22:29 +00:00
objzip.c Tidy up. 2014-01-14 23:18:35 +00:00
parse.c Parse long Python ints properly. 2014-01-12 22:04:21 +02:00
parse.h Change object representation from 1 big union to individual structs. 2013-12-21 18:17:45 +00:00
py.mk added zip() 2014-01-13 02:31:00 +00:00
qstr.c Make qstr_init reinitialize last_pool. 2014-01-05 12:08:55 -08:00
repl.c mp_repl_is_compound_stmt(): Thinko fix s/true/try/. 2014-01-11 00:12:06 +02:00
repl.h Merge remote-tracking branch 'upstream/master' into dict_feats 2014-01-07 23:06:46 +00:00
runtime.c Merge pull request #142 from chipaca/containment 2014-01-14 15:23:09 -08:00
runtime.h Consolidate rt_make_function_[0123] to rt_make_function_n. 2014-01-13 19:50:05 +00:00
runtime0.h py: Fix emitcpy and emitnative's binary_op. 2014-01-11 09:47:06 +00:00
scope.c Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
scope.h Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
showbc.c unified the bops 2014-01-11 00:58:59 +00:00
stream.c Add generic impl of stream .readall() method. Use one for unix io.FileIO. 2014-01-13 23:31:06 +02:00
stream.h Add generic impl of stream .readall() method. Use one for unix io.FileIO. 2014-01-13 23:31:06 +02:00
unicode.c Revert MP_BOOL, etc. and use <stdbool.h> instead 2014-01-06 13:51:53 -08:00
vm.c sorted 2014-01-13 05:12:50 +00:00
vstr.c Add "buffer management" and "shrink" API calls to vstr. 2014-01-13 23:31:06 +02:00