.. |
argcheck.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
asmarm.c
|
|
|
asmarm.h
|
|
|
asmbase.c
|
|
|
asmbase.h
|
|
|
asmthumb.c
|
|
|
asmthumb.h
|
|
|
asmx64.c
|
|
|
asmx64.h
|
|
|
asmx86.c
|
|
|
asmx86.h
|
|
|
asmxtensa.c
|
|
|
asmxtensa.h
|
|
|
bc0.h
|
|
|
bc.c
|
|
|
bc.h
|
|
|
binary.c
|
Handle truth values; speed up smallint checks
|
2019-05-12 00:10:53 -04:00 |
binary.h
|
|
|
builtin.h
|
|
|
builtinevex.c
|
|
|
builtinhelp.c
|
|
|
builtinimport.c
|
modsys: exc_info: Add traceback
|
2018-10-07 19:37:49 +02:00 |
circuitpy_defns.mk
|
Fully split gamepadshift from gamepad
|
2019-04-16 10:11:54 -07:00 |
circuitpy_mpconfig.h
|
Include cleanup and style tweaks
|
2019-04-16 10:19:07 -07:00 |
circuitpy_mpconfig.mk
|
Split GamePadShift from GamePad to save space on most boards.
|
2019-04-15 15:40:06 -07:00 |
compile.c
|
|
|
compile.h
|
|
|
emit.h
|
|
|
emitbc.c
|
|
|
emitcommon.c
|
|
|
emitglue.c
|
|
|
emitglue.h
|
|
|
emitinlinethumb.c
|
|
|
emitinlinextensa.c
|
|
|
emitnarm.c
|
|
|
emitnative.c
|
|
|
emitnthumb.c
|
|
|
emitnx64.c
|
|
|
emitnx86.c
|
|
|
emitnxtensa.c
|
|
|
formatfloat.c
|
|
|
formatfloat.h
|
|
|
frozenmod.c
|
|
|
frozenmod.h
|
|
|
gc_long_lived.c
|
Never long live the main dictionary.
|
2019-02-01 16:05:37 -08:00 |
gc_long_lived.h
|
|
|
gc.c
|
Correct collect of permanent pointers.
|
2019-04-18 15:44:44 -07:00 |
gc.h
|
Reorganize board busses into shared-bindings and shared-module.
|
2019-04-08 16:58:50 -07:00 |
grammar.h
|
|
|
ioctl.h
|
|
|
lexer.c
|
|
|
lexer.h
|
|
|
makemoduledefs.py
|
Add files via upload
|
2019-04-05 21:38:32 +02:00 |
makeqstrdata.py
|
|
|
makeqstrdefs.py
|
|
|
makeversionhdr.py
|
|
|
malloc.c
|
|
|
map.c
|
|
|
misc.h
|
|
|
mkenv.mk
|
|
|
mkrules.mk
|
Update mkrules.mk
|
2019-04-05 21:41:40 +02:00 |
modarray.c
|
|
|
modbuiltins.c
|
Make status light flash blue for incompatible mpy (fixes #1369)
|
2019-05-08 11:54:08 -07:00 |
modcmath.c
|
|
|
modcollections.c
|
|
|
modgc.c
|
|
|
modio.c
|
More make_new updates
|
2019-01-18 17:09:56 -08:00 |
modmath.c
|
|
|
modmicropython.c
|
|
|
modstruct.c
|
Improve struct compatibility with CPython
|
2019-01-20 15:12:34 -05:00 |
modsys.c
|
|
|
modthread.c
|
|
|
moduerrno.c
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
2019-02-21 11:09:44 -05:00 |
mpconfig.h
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
2019-02-21 11:09:44 -05:00 |
mperrno.h
|
|
|
mphal.h
|
|
|
mpprint.c
|
|
|
mpprint.h
|
|
|
mpstate.c
|
|
|
mpstate.h
|
Reorganize board busses into shared-bindings and shared-module.
|
2019-04-08 16:58:50 -07:00 |
mpthread.h
|
|
|
mpz.c
|
|
|
mpz.h
|
|
|
nativeglue.c
|
|
|
nlr.c
|
|
|
nlr.h
|
|
|
nlrsetjmp.c
|
|
|
nlrthumb.c
|
|
|
nlrx64.c
|
|
|
nlrx86.c
|
|
|
nlrxtensa.c
|
|
|
obj.c
|
Rework safe mode and have heap overwrite trigger it.
|
2018-12-06 14:24:20 -08:00 |
obj.h
|
Make status light flash blue for incompatible mpy (fixes #1369)
|
2019-05-08 11:54:08 -07:00 |
objarray.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objarray.h
|
|
|
objattrtuple.c
|
|
|
objbool.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objboundmeth.c
|
|
|
objcell.c
|
|
|
objclosure.c
|
|
|
objcomplex.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objdeque.c
|
More make_new fixes for unix build
|
2019-01-18 11:53:09 -08:00 |
objdict.c
|
Fix dict_make_new
|
2019-01-20 17:32:43 -08:00 |
objenumerate.c
|
fixup micropy
|
2019-01-14 18:09:02 -08:00 |
objexcept.c
|
Make MpyError a ValueError (since that's what it was before)
|
2019-05-08 13:58:31 -07:00 |
objexcept.h
|
|
|
objfilter.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objfloat.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objfun.c
|
More make_new fixes for unix build
|
2019-01-18 11:53:09 -08:00 |
objfun.h
|
|
|
objgenerator.c
|
|
|
objgenerator.h
|
|
|
objgetitemiter.c
|
|
|
objint_longlong.c
|
|
|
objint_mpz.c
|
|
|
objint.c
|
Handle truth values; speed up smallint checks
|
2019-05-12 00:10:53 -04:00 |
objint.h
|
Handle truth values; speed up smallint checks
|
2019-05-12 00:10:53 -04:00 |
objlist.c
|
Check sequence multiply for length overflow
|
2019-02-04 15:33:36 -08:00 |
objlist.h
|
|
|
objmap.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objmodule.c
|
Update objmodule.c
|
2019-04-05 21:40:28 +02:00 |
objmodule.h
|
|
|
objnamedtuple.c
|
Check for null kw_args
|
2019-01-20 16:18:34 -08:00 |
objnamedtuple.h
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objnone.c
|
|
|
objobject.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objpolyiter.c
|
|
|
objproperty.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objproperty.h
|
|
|
objrange.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objreversed.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objset.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objsingleton.c
|
|
|
objslice.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objstr.c
|
extmod/ure: Support search/match() pos and endpos parameters
|
2019-02-14 15:42:28 +01:00 |
objstr.h
|
extmod/ure: Support search/match() pos and endpos parameters
|
2019-02-14 15:42:28 +01:00 |
objstringio.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objstringio.h
|
|
|
objstrunicode.c
|
extmod/ure: Support search/match() pos and endpos parameters
|
2019-02-14 15:42:28 +01:00 |
objtuple.c
|
Check sequence multiply for length overflow
|
2019-02-04 15:33:36 -08:00 |
objtuple.h
|
|
|
objtype.c
|
Check for null local dictionaries
|
2019-04-10 14:48:27 -07:00 |
objtype.h
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
objzip.c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
opmethods.c
|
|
|
parse.c
|
|
|
parse.h
|
|
|
parsenum.c
|
|
|
parsenum.h
|
|
|
parsenumbase.c
|
|
|
parsenumbase.h
|
|
|
persistentcode.c
|
Make status light flash blue for incompatible mpy (fixes #1369)
|
2019-05-08 11:54:08 -07:00 |
persistentcode.h
|
|
|
py.mk
|
Update py.mk
|
2019-04-05 21:39:44 +02:00 |
pystack.c
|
|
|
pystack.h
|
|
|
qstr.c
|
|
|
qstr.h
|
|
|
qstrdefs.h
|
|
|
reader.c
|
|
|
reader.h
|
|
|
reload.c
|
|
|
reload.h
|
|
|
repl.c
|
Merge pull request #1859 from scottbelden/tabbing
|
2019-05-08 14:49:11 -04:00 |
repl.h
|
|
|
ringbuf.h
|
CharacteristicBuffer: make it be a stream class; add locking
|
2019-01-19 19:45:35 -05:00 |
runtime0.h
|
|
|
runtime_utils.c
|
|
|
runtime.c
|
Use OverflowError exception type for overflows
|
2019-05-09 03:22:26 -04:00 |
runtime.h
|
Use OverflowError exception type for overflows
|
2019-05-09 03:22:26 -04:00 |
scheduler.c
|
|
|
scope.c
|
all: Use the name MicroPython consistently in comments
|
2017-07-31 18:35:40 +10:00 |
scope.h
|
|
|
sequence.c
|
Use generic overflow so 64 bit is handled ok.
|
2019-02-04 16:11:16 -08:00 |
showbc.c
|
|
|
smallint.c
|
|
|
smallint.h
|
|
|
stackctrl.c
|
|
|
stackctrl.h
|
|
|
stream.c
|
Support print("", flush=True)
|
2019-02-15 16:53:19 -08:00 |
stream.h
|
Support print("", flush=True)
|
2019-02-15 16:53:19 -08:00 |
unicode.c
|
|
|
unicode.h
|
|
|
vm.c
|
|
|
vmentrytable.h
|
|
|
vstr.c
|
|
|
warning.c
|
|
|