.. |
argcheck.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
asmarm.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmarm.h
|
continued WIP: almost compiling
|
5 years ago |
asmbase.c
|
py/asmbase: Revert removal of clearing of label offsets for native emit.
|
5 years ago |
asmbase.h
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
6 years ago |
asmthumb.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmthumb.h
|
continued WIP: almost compiling
|
5 years ago |
asmx64.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmx64.h
|
continued WIP: almost compiling
|
5 years ago |
asmx86.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmx86.h
|
WIP: complete manual inspection of all significant changes
|
5 years ago |
asmxtensa.c
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
6 years ago |
asmxtensa.h
|
continued WIP: almost compiling
|
5 years ago |
bc.c
|
Two fixes and translate more strings.
|
5 years ago |
bc.h
|
all: Remove inclusion of internal py header files.
|
5 years ago |
bc0.h
|
py: Clean up unary and binary enum list to keep groups together.
|
5 years ago |
binary.c
|
Handle truth values; speed up smallint checks
|
4 years ago |
binary.h
|
py/binary: Change internal bytearray typecode from 0 to 1.
|
6 years ago |
builtin.h
|
py/builtinhelp: Change signature of help text var from pointer to array.
|
5 years ago |
builtinevex.c
|
Two fixes and translate more strings.
|
5 years ago |
builtinhelp.c
|
Fix output overflow and make help translatable
|
4 years ago |
builtinimport.c
|
modsys: exc_info: Add traceback
|
4 years ago |
circuitpy_defns.mk
|
Disable bitbangio on Itsy M0
|
3 years ago |
circuitpy_mpconfig.h
|
Rework based on Dan's review
|
4 years ago |
circuitpy_mpconfig.mk
|
Disable bitbangio on Itsy M0
|
3 years ago |
compile.c
|
Compress all translated strings with Huffman coding.
|
5 years ago |
compile.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
emit.h
|
py/emit: Combine setup with/except/finally into one emit function.
|
5 years ago |
emitbc.c
|
py/emit: Combine setup with/except/finally into one emit function.
|
5 years ago |
emitcommon.c
|
py/emit: Combine name and global into one func for load/store/delete.
|
5 years ago |
emitglue.c
|
Validate raw code and mpy read length
|
4 years ago |
emitglue.h
|
py/emitglue: When assigning bytecode only pass bytecode len if needed.
|
5 years ago |
emitinlinethumb.c
|
fix compilation errors in emitinlinethumb.c
|
4 years ago |
emitinlinextensa.c
|
Fix esp and samd
|
5 years ago |
emitnarm.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnative.c
|
Fix esp and samd
|
5 years ago |
emitnthumb.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnx64.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnx86.c
|
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
|
5 years ago |
emitnxtensa.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
formatfloat.c
|
py/formatfloat: Fix case where floats could render with negative digits.
|
5 years ago |
formatfloat.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
frozenmod.c
|
merge finished
|
5 years ago |
frozenmod.h
|
Fix issue #207, esp8266 file operations problems (#222)
|
6 years ago |
gc.c
|
Include display objects in gc.
|
4 years ago |
gc.h
|
Include display objects in gc.
|
4 years ago |
gc_long_lived.c
|
Never long live the main dictionary.
|
4 years ago |
gc_long_lived.h
|
Introduce a long lived section of the heap.
|
5 years ago |
grammar.h
|
py/compile: Combine expr, xor_expr and and_expr into one function.
|
5 years ago |
ioctl.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
lexer.c
|
Two fixes and translate more strings.
|
5 years ago |
lexer.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
makemoduledefs.py
|
Add files via upload
|
4 years ago |
makeqstrdata.py
|
makeqstrdata: permit longer "compressed" outputs
|
4 years ago |
makeqstrdefs.py
|
Update filter and handle nested quotes
|
5 years ago |
makeversionhdr.py
|
Support internationalisation.
|
5 years ago |
malloc.c
|
WIP: after merge; before testing
|
5 years ago |
map.c
|
py/map: Don't include ordered-dict mutating code when not needed.
|
5 years ago |
misc.h
|
WIP: after merge; before testing
|
5 years ago |
mkenv.mk
|
Use python3 for mpy-tool
|
4 years ago |
mkrules.mk
|
Update mkrules.mk
|
4 years ago |
modarray.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
modbuiltins.c
|
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disabled as well
|
4 years ago |
modcmath.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
6 years ago |
modcollections.c
|
WIP: after merge; before testing
|
5 years ago |
modgc.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
6 years ago |
modio.c
|
More make_new updates
|
4 years ago |
modmath.c
|
Two fixes and translate more strings.
|
5 years ago |
modmicropython.c
|
Two fixes and translate more strings.
|
5 years ago |
modstruct.c
|
Improve struct compatibility with CPython
|
4 years ago |
modsys.c
|
modsys: exc_info: Add traceback
|
4 years ago |
modthread.c
|
Two fixes and translate more strings.
|
5 years ago |
moduerrno.c
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
4 years ago |
mpconfig.h
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
4 years ago |
mperrno.h
|
Support OSError attributes
|
4 years ago |
mphal.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
mpprint.c
|
py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.
|
5 years ago |
mpprint.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
mpstate.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
mpstate.h
|
Reorganize board busses into shared-bindings and shared-module.
|
4 years ago |
mpthread.h
|
all: Unify header guard usage.
|
6 years ago |
mpz.c
|
py/mpz: Avoid undefined behavior at integer overflow in mpz_hash.
|
5 years ago |
mpz.h
|
py/mpz: Simplify handling of borrow and quo adjustment in mpn_div.
|
5 years ago |
nativeglue.c
|
py/emit: Merge build set/slice into existing build emit function.
|
5 years ago |
nlr.c
|
continued WIP: almost compiling
|
5 years ago |
nlr.h
|
continued WIP: almost compiling
|
5 years ago |
nlrsetjmp.c
|
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
|
5 years ago |
nlrthumb.c
|
WIP: after merge; before testing
|
5 years ago |
nlrx64.c
|
continued WIP: almost compiling
|
5 years ago |
nlrx86.c
|
continued WIP: almost compiling
|
5 years ago |
nlrxtensa.c
|
continued WIP: almost compiling
|
5 years ago |
obj.c
|
Make Group iterable via a generic native iterator.
|
4 years ago |
obj.h
|
WIP: rework of Characteristic properties; enhance Descriptor; not tested
|
4 years ago |
objarray.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objarray.h
|
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
|
5 years ago |
objattrtuple.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objbool.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objboundmeth.c
|
py/objboundmeth: Support __func__ property as in CPython
|
4 years ago |
objcell.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objclosure.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objcomplex.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objdeque.c
|
More make_new fixes for unix build
|
4 years ago |
objdict.c
|
Fix dict_make_new
|
4 years ago |
objenumerate.c
|
fixup micropy
|
4 years ago |
objexcept.c
|
Make MpyError a ValueError (since that's what it was before)
|
4 years ago |
objexcept.h
|
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
|
5 years ago |
objfilter.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objfloat.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objfun.c
|
More make_new fixes for unix build
|
4 years ago |
objfun.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objgenerator.c
|
Two fixes and translate more strings.
|
5 years ago |
objgenerator.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objgetitemiter.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objint.c
|
use approx of original @godlygeek code for smallints; add tests
|
4 years ago |
objint.h
|
Handle truth values; speed up smallint checks
|
4 years ago |
objint_longlong.c
|
Two fixes and translate more strings.
|
5 years ago |
objint_mpz.c
|
Two fixes and translate more strings.
|
5 years ago |
objlist.c
|
WIP: rework of Characteristic properties; enhance Descriptor; not tested
|
4 years ago |
objlist.h
|
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
|
5 years ago |
objmap.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objmodule.c
|
Update objmodule.c
|
4 years ago |
objmodule.h
|
py/objmodule: Factor common code for calling __init__ on builtin module.
|
5 years ago |
objnamedtuple.c
|
Check for null kw_args
|
4 years ago |
objnamedtuple.h
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objnone.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objobject.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objpolyiter.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objproperty.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objproperty.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
objrange.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objreversed.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objset.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objsingleton.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objslice.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objstr.c
|
cleanup adapter.address; add uniquish suffix to BLE device name
|
4 years ago |
objstr.h
|
cleanup adapter.address; add uniquish suffix to BLE device name
|
4 years ago |
objstringio.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objstringio.h
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
6 years ago |
objstrunicode.c
|
extmod/ure: Support search/match() pos and endpos parameters
|
4 years ago |
objtuple.c
|
py: mp_obj_tuple_get: accept any item which can use tuple_getiter
|
4 years ago |
objtuple.h
|
WIP: works with just keyboard but not complex report descriptor
|
5 years ago |
objtype.c
|
Check native object in case of early access
|
4 years ago |
objtype.h
|
Check native object in case of early access
|
4 years ago |
objzip.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
opmethods.c
|
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
|
5 years ago |
parse.c
|
Two fixes and translate more strings.
|
5 years ago |
parse.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenum.c
|
Compress all translated strings with Huffman coding.
|
5 years ago |
parsenum.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenumbase.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenumbase.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
persistentcode.c
|
Validate raw code and mpy read length
|
4 years ago |
persistentcode.h
|
py: Factor out persistent-code reader into separate files.
|
6 years ago |
py.mk
|
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
|
4 years ago |
pystack.c
|
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
|
5 years ago |
pystack.h
|
py: Introduce a Python stack for scoped allocation.
|
5 years ago |
qstr.c
|
Compress all translated strings with Huffman coding.
|
5 years ago |
qstr.h
|
Support internationalisation.
|
5 years ago |
qstrdefs.h
|
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
|
5 years ago |
reader.c
|
py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.
|
5 years ago |
reader.h
|
py: Allow lexer to raise exceptions during construction.
|
6 years ago |
reload.c
|
move reload exception to reload.c
|
5 years ago |
reload.h
|
move reload exception to reload.c
|
5 years ago |
repl.c
|
Merge pull request #1859 from scottbelden/tabbing
|
4 years ago |
repl.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
ringbuf.h
|
CharacteristicBuffer: make it be a stream class; add locking
|
4 years ago |
runtime.c
|
Use OverflowError exception type for overflows
|
4 years ago |
runtime.h
|
Use OverflowError exception type for overflows
|
4 years ago |
runtime0.h
|
WIP: after merge; before testing
|
5 years ago |
runtime_utils.c
|
WIP: after merge; before testing
|
5 years ago |
scheduler.c
|
py: Add micropython.schedule() function and associated runtime code.
|
6 years ago |
scope.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
scope.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
sequence.c
|
Use generic overflow so 64 bit is handled ok.
|
4 years ago |
showbc.c
|
py: Clean up unary and binary enum list to keep groups together.
|
5 years ago |
smallint.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
smallint.h
|
py: Extend nan-boxing config to have 47-bit small integers.
|
5 years ago |
stackctrl.c
|
WIP: after merge; before testing
|
5 years ago |
stackctrl.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
stream.c
|
Support print("", flush=True)
|
4 years ago |
stream.h
|
Support print("", flush=True)
|
4 years ago |
unicode.c
|
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
|
5 years ago |
unicode.h
|
py/objstr: Add check for valid UTF-8 when making a str from bytes.
|
5 years ago |
vm.c
|
Revert "py/vm: Improve performance of opcode dispatch when using switch stmt."
|
5 years ago |
vmentrytable.h
|
Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedup
|
4 years ago |
vstr.c
|
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
|
5 years ago |
warning.c
|
py: Add config option to print warnings/errors to stderr.
|
5 years ago |