micropython/py
Damien George 9a2913ed1c py/objlist: Make list += accept all arguments and add test. 2015-08-02 20:53:54 +01:00
..
argcheck.c
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
bc.c
bc.h
bc0.h
binary.c
binary.h
builtin.h
builtinevex.c
builtinimport.c builtinimport: Fix running package submodule with -m. 2015-06-29 00:26:45 +03:00
compile.c py/compile: Give more precise line number for compile errors. 2015-07-29 22:16:01 +00:00
compile.h
emit.h
emitbc.c
emitcommon.c
emitcpy.c
emitglue.c
emitglue.h
emitinlinethumb.c
emitnative.c py: For viper compile errors, add traceback with function and filename. 2015-07-27 22:20:00 +01:00
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
gc.h py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
grammar.h py/parse: Fix handling of empty input so it raises an exception. 2015-07-24 15:05:56 +00:00
lexer.c py/lexer: Raise SyntaxError when str hex escape sequence is malformed. 2015-07-23 23:20:37 +01:00
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py makeqstrdata.py: Typo fix in comment. 2015-07-31 14:58:14 +03:00
makeversionhdr.py
malloc.c py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
map.c
misc.h py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c modbuiltins: Implement round() to precision. 2015-07-19 21:49:44 +03:00
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c
modstruct.c modstruct: Raise NotImplementedError for unsupported repeat specification. 2015-07-05 22:44:14 +03:00
modsys.c
mpconfig.h py: Disable REPL EMACS key bindings by default. 2015-07-26 15:49:13 +01:00
mpprint.c
mpprint.h
mpstate.c
mpstate.h py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
mpz.c
mpz.h
nativeglue.c
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c
obj.h py: Add TimeoutError exception subclassed from OSError. 2015-07-02 11:53:08 +02:00
objarray.c py: Small code space optimisations for memoryview slice assigment. 2015-07-20 16:12:26 +01:00
objattrtuple.c
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c
objenumerate.c
objexcept.c py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
objexcept.h
objfilter.c
objfloat.c
objfun.c py: Allow viper functions to take up to 4 arguments. 2015-07-23 14:11:29 +01:00
objfun.h
objgenerator.c
objgenerator.h
objgetitemiter.c
objint.c
objint.h
objint_longlong.c
objint_mpz.c
objlist.c py/objlist: Make list += accept all arguments and add test. 2015-08-02 20:53:54 +01:00
objlist.h
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c
objrange.c
objreversed.c
objset.c
objsingleton.c
objslice.c
objstr.c py: Prevent many extra vstr allocations. 2015-07-06 17:29:27 +01:00
objstr.h
objstringio.c
objstrunicode.c
objtuple.c
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c py/parse: Fix handling of empty input so it raises an exception. 2015-07-24 15:05:56 +00:00
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk
qstr.c py: Make qstr hash size configurable, defaults to 2 bytes. 2015-07-20 11:03:13 +00:00
qstr.h
qstrdefs.h py: Make qstr hash size configurable, defaults to 2 bytes. 2015-07-20 11:03:13 +00:00
repl.c py/repl: Don't look inside strings for unmatched brackets/quotes. 2015-07-29 15:21:42 +00:00
repl.h
runtime.c runtime: Improve mp_import_name() debug logging. 2015-06-27 00:40:21 +03:00
runtime.h
runtime0.h
scope.c
scope.h
sequence.c
showbc.c
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c
stream.h
unicode.c
unicode.h
vm.c
vmentrytable.h
vstr.c py: Prevent many extra vstr allocations. 2015-07-06 17:29:27 +01:00
warning.c