.. |
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
|
py: Add basic _thread module, with ability to start a new thread.
|
2016-06-28 11:28:48 +01:00 |
builtinevex.c
|
…
|
|
builtinimport.c
|
py/builtinimport: Disable "imported as namespace package" warning.
|
2016-07-02 14:45:49 +03:00 |
compile.c
|
…
|
|
compile.h
|
…
|
|
emit.h
|
…
|
|
emitbc.c
|
…
|
|
emitcommon.c
|
…
|
|
emitglue.c
|
…
|
|
emitglue.h
|
…
|
|
emitinlinethumb.c
|
…
|
|
emitnative.c
|
…
|
|
formatfloat.c
|
…
|
|
formatfloat.h
|
…
|
|
frozenmod.c
|
…
|
|
frozenmod.h
|
…
|
|
gc.c
|
py/gc: Implement GC running by allocation threshold.
|
2016-07-21 00:37:30 +03:00 |
gc.h
|
py/gc: Calculate (and report) maximum contiguous free block size.
|
2016-07-01 00:09:55 +03:00 |
grammar.h
|
…
|
|
lexer.c
|
…
|
|
lexer.h
|
…
|
|
lexerstr.c
|
…
|
|
lexerunix.c
|
…
|
|
makeqstrdata.py
|
…
|
|
makeqstrdefs.py
|
py/makeqstrdefs.py: Remove restriction that source path can't be absolute.
|
2016-06-16 01:04:42 +03:00 |
makeversionhdr.py
|
…
|
|
malloc.c
|
…
|
|
map.c
|
…
|
|
misc.h
|
…
|
|
mkenv.mk
|
…
|
|
mkrules.mk
|
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
|
2016-06-16 01:42:48 +03:00 |
modarray.c
|
…
|
|
modbuiltins.c
|
…
|
|
modcmath.c
|
…
|
|
modcollections.c
|
…
|
|
modgc.c
|
py/gc: Implement GC running by allocation threshold.
|
2016-07-21 00:37:30 +03:00 |
modio.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
2016-06-18 18:44:57 +03:00 |
modmath.c
|
…
|
|
modmicropython.c
|
py: Add MP_STATE_THREAD to hold state specific to a given thread.
|
2016-06-28 11:09:31 +01:00 |
modstruct.c
|
py/modstruct: Allow to have "0s" in struct format.
|
2016-05-28 23:27:38 +01:00 |
modsys.c
|
…
|
|
modthread.c
|
py/modthread: Allow to properly set the stack limit of a thread.
|
2016-06-28 11:28:51 +01:00 |
moduerrno.c
|
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
|
2016-05-28 00:17:19 +03:00 |
mpconfig.h
|
py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
|
2016-07-22 00:46:24 +03:00 |
mperrno.h
|
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
|
2016-05-28 00:17:19 +03:00 |
mphal.h
|
py/mphal.h: If virtpin API is used, automagically include its header.
|
2016-06-19 00:12:37 +03:00 |
mpprint.c
|
…
|
|
mpprint.h
|
…
|
|
mpstate.c
|
…
|
|
mpstate.h
|
py/gc: Implement GC running by allocation threshold.
|
2016-07-21 00:37:30 +03:00 |
mpthread.h
|
py/mpthread: Include mpstate.h when defining GIL macros.
|
2016-06-28 11:28:52 +01:00 |
mpz.c
|
…
|
|
mpz.h
|
…
|
|
nativeglue.c
|
…
|
|
nlr.h
|
py/nlrsetjmp: Update to take into account new location of nlr_top.
|
2016-06-28 11:28:52 +01:00 |
nlrsetjmp.c
|
py/nlrsetjmp: Update to take into account new location of nlr_top.
|
2016-06-28 11:28:52 +01:00 |
nlrthumb.c
|
py: Fix nlrthumb.c when DEBUG=1 is defined
|
2016-07-21 00:54:21 +03:00 |
nlrx64.S
|
py/nlrx64.S: Prefix mp_thread_get_state with an underscore on Mac.
|
2016-07-11 14:27:47 +01:00 |
nlrx86.S
|
py: Add basic _thread module, with ability to start a new thread.
|
2016-06-28 11:28:48 +01:00 |
nlrxtensa.S
|
…
|
|
obj.c
|
py/obj: Issue a warning when str and bytes objects are compared.
|
2016-07-22 00:34:34 +03:00 |
obj.h
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
2016-06-18 18:44:57 +03:00 |
objarray.c
|
py/objarray: Split out header to allow direct access to object.
|
2016-07-06 18:19:27 +03:00 |
objarray.h
|
py/objarray: Split out header to allow direct access to object.
|
2016-07-06 18:19:27 +03:00 |
objattrtuple.c
|
…
|
|
objbool.c
|
…
|
|
objboundmeth.c
|
…
|
|
objcell.c
|
…
|
|
objclosure.c
|
…
|
|
objcomplex.c
|
…
|
|
objdict.c
|
py/objdict: Implemented OrderedDict equality check.
|
2016-06-12 17:33:48 +03:00 |
objenumerate.c
|
…
|
|
objexcept.c
|
…
|
|
objexcept.h
|
…
|
|
objfilter.c
|
…
|
|
objfloat.c
|
…
|
|
objfun.c
|
…
|
|
objfun.h
|
…
|
|
objgenerator.c
|
…
|
|
objgenerator.h
|
…
|
|
objgetitemiter.c
|
…
|
|
objint.c
|
…
|
|
objint.h
|
…
|
|
objint_longlong.c
|
…
|
|
objint_mpz.c
|
…
|
|
objlist.c
|
…
|
|
objlist.h
|
…
|
|
objmap.c
|
…
|
|
objmodule.c
|
py: Add basic _thread module, with ability to start a new thread.
|
2016-06-28 11:28:48 +01:00 |
objmodule.h
|
…
|
|
objnamedtuple.c
|
py/objnamedtuple: Allow passing field names as a tuple.
|
2016-05-23 21:08:07 +01:00 |
objnone.c
|
…
|
|
objobject.c
|
…
|
|
objpolyiter.c
|
…
|
|
objproperty.c
|
…
|
|
objrange.c
|
…
|
|
objreversed.c
|
…
|
|
objset.c
|
…
|
|
objsingleton.c
|
…
|
|
objslice.c
|
…
|
|
objstr.c
|
…
|
|
objstr.h
|
…
|
|
objstringio.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
2016-06-18 18:44:57 +03:00 |
objstrunicode.c
|
…
|
|
objtuple.c
|
…
|
|
objtuple.h
|
…
|
|
objtype.c
|
py/objtype: Inherit protocol vtable from base class only if it exists.
|
2016-06-19 00:56:06 +03:00 |
objtype.h
|
…
|
|
objzip.c
|
…
|
|
opmethods.c
|
…
|
|
parse.c
|
py/parse: Treat constants that start with underscore as private.
|
2016-06-06 17:28:32 +01:00 |
parse.h
|
…
|
|
parsenum.c
|
…
|
|
parsenum.h
|
…
|
|
parsenumbase.c
|
…
|
|
parsenumbase.h
|
…
|
|
py.mk
|
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
|
2016-07-16 04:56:23 +03:00 |
qstr.c
|
py: Don't use gc or qstr mutex when the GIL is enabled.
|
2016-06-28 11:28:50 +01:00 |
qstr.h
|
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
|
2016-06-16 01:42:48 +03:00 |
qstrdefs.h
|
…
|
|
repl.c
|
…
|
|
repl.h
|
…
|
|
ringbuf.h
|
…
|
|
runtime.c
|
py: Implement a simple global interpreter lock.
|
2016-06-28 11:28:50 +01:00 |
runtime.h
|
…
|
|
runtime0.h
|
…
|
|
runtime_utils.c
|
…
|
|
scope.c
|
…
|
|
scope.h
|
…
|
|
sequence.c
|
…
|
|
showbc.c
|
…
|
|
smallint.c
|
…
|
|
smallint.h
|
…
|
|
stackctrl.c
|
py: Add MP_STATE_THREAD to hold state specific to a given thread.
|
2016-06-28 11:09:31 +01:00 |
stackctrl.h
|
…
|
|
stream.c
|
py/stream: Implement 2- and 3-arg write() method as an extension to CPython.
|
2016-07-14 01:44:50 +03:00 |
stream.h
|
…
|
|
unicode.c
|
…
|
|
unicode.h
|
…
|
|
vm.c
|
py: Implement a simple global interpreter lock.
|
2016-06-28 11:28:50 +01:00 |
vmentrytable.h
|
…
|
|
vstr.c
|
…
|
|
warning.c
|
…
|
|