..
argcheck.c
Merge branch 'master' of https://github.com/micropython/micropython
11 years ago
asmthumb.c
py: Fix stack access in thumb native emitter.
11 years ago
asmthumb.h
py, compiler: Improve passes; add an extra pass for native emitter.
11 years ago
asmx64.c
py, compiler: Improve passes; add an extra pass for native emitter.
11 years ago
asmx64.h
py, compiler: Improve passes; add an extra pass for native emitter.
11 years ago
bc.h
py: Rename byte_code to bytecode everywhere.
11 years ago
bc0.h
Add license header to (almost) all files.
11 years ago
binary.c
Add license header to (almost) all files.
11 years ago
binary.h
Add license header to (almost) all files.
11 years ago
builtin.c
Add license header to (almost) all files.
11 years ago
builtin.h
modgc: Add new module for GC-related functionality.
11 years ago
builtinevex.c
Add license header to (almost) all files.
11 years ago
builtinimport.c
builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes().
11 years ago
builtintables.c
objset: Give up and implement frozenset.
11 years ago
builtintables.h
Add license header to (almost) all files.
11 years ago
compile.c
py: Rename byte_code to bytecode everywhere.
11 years ago
compile.h
Add license header to (almost) all files.
11 years ago
emit.h
py, compiler: Improve passes; add an extra pass for native emitter.
11 years ago
emitbc.c
py: Rename byte_code to bytecode everywhere.
11 years ago
emitcommon.c
Add license header to (almost) all files.
11 years ago
emitcpy.c
py: Rename byte_code to bytecode everywhere.
11 years ago
emitglue.c
py: Combine native emitters to 1 glue function; distinguish viper.
11 years ago
emitglue.h
py: Combine native emitters to 1 glue function; distinguish viper.
11 years ago
emitinlinethumb.c
py: Combine native emitters to 1 glue function; distinguish viper.
11 years ago
emitnative.c
py: Combine native emitters to 1 glue function; distinguish viper.
11 years ago
emitpass1.c
py, compiler: Improve passes; add an extra pass for native emitter.
11 years ago
formatfloat.c
Add license header to (almost) all files.
11 years ago
formatfloat.h
Add license header to (almost) all files.
11 years ago
gc.c
Add license header to (almost) all files.
11 years ago
gc.h
Add license header to (almost) all files.
11 years ago
grammar.h
Add license header to (almost) all files.
11 years ago
lexer.c
Add license header to (almost) all files.
11 years ago
lexer.h
Add license header to (almost) all files.
11 years ago
lexerstr.c
Add license header to (almost) all files.
11 years ago
lexerunix.c
Add license header to (almost) all files.
11 years ago
lexerunix.h
Add license header to (almost) all files.
11 years ago
makeqstrdata.py
More relaxed parsing of preprocessed qstr header
11 years ago
malloc.c
Add license header to (almost) all files.
11 years ago
map.c
Add license header to (almost) all files.
11 years ago
misc.h
py: Improve handling of memory error in parser.
11 years ago
mkenv.mk
Have make remove targets if a recipie fails.
11 years ago
mkrules.mk
build: Simplify build directory layout by putting all headers in genhdr.
11 years ago
modarray.c
Add license header to (almost) all files.
11 years ago
modcmath.c
Add license header to (almost) all files.
11 years ago
modcollections.c
Add license header to (almost) all files.
11 years ago
modgc.c
Add gc.enable, gc.disable; remove pyb.gc.
11 years ago
modio.c
Add license header to (almost) all files.
11 years ago
modmath.c
Add license header to (almost) all files.
11 years ago
modmicropython.c
Add license header to (almost) all files.
11 years ago
modstruct.c
Add license header to (almost) all files.
11 years ago
modsys.c
modsys: Enable sys.exit() per port after all.
11 years ago
mpconfig.h
modsys: Enable sys.exit() per port after all.
11 years ago
mpz.c
Windows MSVC port
11 years ago
mpz.h
Add license header to (almost) all files.
11 years ago
nlr.h
Add license header to (almost) all files.
11 years ago
nlrsetjmp.c
Add license header to (almost) all files.
11 years ago
nlrthumb.S
Add license header to (almost) all files.
11 years ago
nlrx64.S
Add license header to (almost) all files.
11 years ago
nlrx86.S
Add license header to (almost) all files.
11 years ago
obj.c
Add license header to (almost) all files.
11 years ago
obj.h
objset: Give up and implement frozenset.
11 years ago
objarray.c
Add license header to (almost) all files.
11 years ago
objarray.h
Add license header to (almost) all files.
11 years ago
objbool.c
Add license header to (almost) all files.
11 years ago
objboundmeth.c
Add license header to (almost) all files.
11 years ago
objcell.c
Add license header to (almost) all files.
11 years ago
objclosure.c
Add license header to (almost) all files.
11 years ago
objcomplex.c
Add license header to (almost) all files.
11 years ago
objdict.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objenumerate.c
Merge branch 'master' of https://github.com/micropython/micropython
11 years ago
objexcept.c
Add license header to (almost) all files.
11 years ago
objfilter.c
Add license header to (almost) all files.
11 years ago
objfloat.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objfun.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objfun.h
Add license header to (almost) all files.
11 years ago
objgenerator.c
py: Rename byte_code to bytecode everywhere.
11 years ago
objgenerator.h
Add license header to (almost) all files.
11 years ago
objgetitemiter.c
Add license header to (almost) all files.
11 years ago
objint.c
Windows MSVC port
11 years ago
objint.h
Add license header to (almost) all files.
11 years ago
objint_longlong.c
py: Improve native emitter; now supports more opcodes.
11 years ago
objint_mpz.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objlist.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objlist.h
Add license header to (almost) all files.
11 years ago
objmap.c
Add license header to (almost) all files.
11 years ago
objmodule.c
Add license header to (almost) all files.
11 years ago
objmodule.h
Add license header to (almost) all files.
11 years ago
objnamedtuple.c
Add license header to (almost) all files.
11 years ago
objnone.c
Add license header to (almost) all files.
11 years ago
objobject.c
Add license header to (almost) all files.
11 years ago
objproperty.c
Add license header to (almost) all files.
11 years ago
objrange.c
Add license header to (almost) all files.
11 years ago
objset.c
py: Disable frozenset by default, enable on unix.
11 years ago
objslice.c
Add license header to (almost) all files.
11 years ago
objstr.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objstr.h
Add license header to (almost) all files.
11 years ago
objstringio.c
Add license header to (almost) all files.
11 years ago
objtuple.c
py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.
11 years ago
objtuple.h
Add license header to (almost) all files.
11 years ago
objtype.c
objtype: Don't treat inheritance from "object" as from native type.
11 years ago
objtype.h
Add license header to (almost) all files.
11 years ago
objzip.c
Add license header to (almost) all files.
11 years ago
opmethods.c
Add license header to (almost) all files.
11 years ago
parse.c
py: Improve handling of memory error in parser.
11 years ago
parse.h
Add license header to (almost) all files.
11 years ago
parsehelper.c
Add license header to (almost) all files.
11 years ago
parsehelper.h
Add license header to (almost) all files.
11 years ago
parsenum.c
Add license header to (almost) all files.
11 years ago
parsenum.h
Add license header to (almost) all files.
11 years ago
parsenumbase.c
py: Fix base "detection" for int('0<hexdigit>', 16).
11 years ago
parsenumbase.h
Add license header to (almost) all files.
11 years ago
pfenv.c
Add license header to (almost) all files.
11 years ago
pfenv.h
Add license header to (almost) all files.
11 years ago
py-version.sh
py-version.sh: Use --always option of git describe.
11 years ago
py.mk
modgc: Add new module for GC-related functionality.
11 years ago
qstr.c
Add license header to (almost) all files.
11 years ago
qstr.h
Add license header to (almost) all files.
11 years ago
qstrdefs.h
modsys, unix: Add sys.exit(), should be implemented by a port.
11 years ago
repl.c
Add license header to (almost) all files.
11 years ago
repl.h
Add license header to (almost) all files.
11 years ago
runtime.c
windows: Add modtime implementation
11 years ago
runtime.h
Merge branch 'master' of https://github.com/micropython/micropython
11 years ago
runtime0.h
runtime0.h: Group binary ops by fives.
11 years ago
scope.c
py: Turn down amount of RAM parser and compiler use.
11 years ago
scope.h
Add license header to (almost) all files.
11 years ago
sequence.c
bytes: Implement comparison and other binary operations.
11 years ago
showbc.c
py: Rename byte_code to bytecode everywhere.
11 years ago
smallint.c
Add license header to (almost) all files.
11 years ago
smallint.h
Add license header to (almost) all files.
11 years ago
stream.c
stream: Make non-blcoking stream support configurable.
11 years ago
stream.h
Add license header to (almost) all files.
11 years ago
unicode.c
Add license header to (almost) all files.
11 years ago
vm.c
py: Rename byte_code to bytecode everywhere.
11 years ago
vmentrytable.h
Add license header to (almost) all files.
11 years ago
vstr.c
Add license header to (almost) all files.
11 years ago