micropython/py
Damien George 2b000474d9 py/lexer: Properly classify floats that look like hex numbers.
Eg 0e0 almost looks like a hex number but in fact is a float.
2015-09-07 17:33:44 +01:00
..
argcheck.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
bc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
bc.h
bc0.h
binary.c py/binary: Add support for array('q') and array('Q'). 2015-09-01 16:31:48 +01:00
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: Refine SyntaxError for repeated use of global/nonlocal. 2015-09-07 16:55:02 +01:00
compile.h
emit.h unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
emitbc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
emitcommon.c unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
emitglue.c
emitglue.h
emitinlinethumb.c
emitnative.c py: In native ARM emitter, load r7 with table earlier in func prelude. 2015-08-12 23:31:19 +01:00
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +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: Properly classify floats that look like hex numbers. 2015-09-07 17:33:44 +01:00
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py stmhal: add option to query for the current usb mode 2015-09-03 23:30:43 +01:00
makeversionhdr.py py/makeversionhdr.py: Use returncode attr to be Python2.7 compat. 2015-08-12 23:28:16 +01:00
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 py: Treat -m32 flag as part of CC, LD, etc. 2015-08-29 21:18:10 +03:00
mkrules.mk unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
modarray.c
modbuiltins.c modbuiltins: Consistently use indentation for #if. 2015-08-31 00:22:11 +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 py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
mpconfig.h py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 2015-08-20 01:05:11 +03: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 py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe. 2015-09-03 23:01:07 +01:00
obj.h py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe. 2015-09-03 23:01:07 +01:00
objarray.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objattrtuple.c
objbool.c py/objbool: Simplify dispatch of bool binary op. 2015-09-04 16:46:15 +01:00
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c
objenumerate.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objexcept.c py: Improve allocation policy of qstr data. 2015-07-14 22:56:32 +01:00
objexcept.h
objfilter.c py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 2015-08-20 01:05:11 +03:00
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 py/objgetitemiter: Make it_iternext() recognize IndexError. 2015-08-30 11:49:49 +01:00
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 objset: frozensets are hashable. 2015-08-28 22:31:52 +03:00
objsingleton.c
objslice.c
objstr.c py: Eliminate some cases which trigger unused parameter warnings. 2015-09-04 16:53:46 +01:00
objstr.h
objstringio.c
objstrunicode.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
objtuple.c py: Use mp_not_implemented consistently for not implemented features. 2015-09-03 23:14:06 +01:00
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
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 "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE. 2015-09-03 19:35:52 +03: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 py: Remove unused compile scope flags, and irrelevant flag compute code. 2015-08-17 22:39:03 +01:00
scope.c unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
scope.h unix-cpy: Remove unix-cpy. It's no longer needed. 2015-08-17 12:51:26 +01:00
sequence.c
showbc.c
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c py: Add stream_tell method, and use for unix and stmhal file tell. 2015-08-13 22:56:32 +01:00
stream.h py: Add stream_tell method, and use for unix and stmhal file tell. 2015-08-13 22:56:32 +01:00
unicode.c
unicode.h
vm.c vm: Handle "raise X from Y" statements the best way we can. 2015-09-01 10:39:04 +03:00
vmentrytable.h
vstr.c py: Prevent many extra vstr allocations. 2015-07-06 17:29:27 +01:00
warning.c