micropython/py
Damien George 3b108e7699 Merge pull request #493 from aitjcize/patch
Move entry_table to separated header file.
2014-04-15 14:33:11 +01:00
..
asmthumb.c py: Big improvements to inline assembler. 2014-04-13 00:30:32 +01:00
asmthumb.h py: Big improvements to inline assembler. 2014-04-13 00:30:32 +01:00
asmx64.c
asmx64.h
bc.h
bc0.h py: Make all LOAD_FAST ops check for unbound local. 2014-04-12 18:20:40 +01:00
binary.c
binary.h
builtin.c py: Fix builtin hex to print prefix. 2014-04-15 12:50:21 +01:00
builtin.h py: Add hex builtin function. 2014-04-15 12:42:52 +01:00
builtinevex.c py: Add traceback info to syntax errors. 2014-04-13 11:56:02 +01:00
builtinimport.c builtinimport: Add basic support for namespace packages. 2014-04-15 01:30:25 +03:00
builtintables.c py: Add hex builtin function. 2014-04-15 12:42:52 +01:00
builtintables.h
compile.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
compile.h
emit.h py: Improve inline assembler; improve compiler constant folding. 2014-04-12 17:54:52 +01:00
emitbc.c py: Fix up source-line calculation. 2014-04-13 14:51:56 +01:00
emitcommon.c Merge pull request #471 from errordeveloper/misc_fix/unistd 2014-04-13 13:22:36 +01:00
emitcpy.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
emitglue.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
emitglue.h py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
emitinlinethumb.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
emitnative.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
emitpass1.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
formatfloat.c
formatfloat.h
gc.c
gc.h
grammar.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c py: Adjust #includes in lexerunix.c. 2014-04-13 13:25:05 +01:00
lexerunix.h
makeqstrdata.py py: Fix builtin hex to print prefix. 2014-04-15 12:50:21 +01:00
malloc.c
map.c
misc.h
mkenv.mk Replace some Makefile commands with variables in py/mkenv.mk 2014-04-07 01:35:45 +01:00
mkrules.mk Fix parallel build. 2014-04-15 01:47:14 +08:00
modarray.c
modcollections.c py: Rename collections module to _collections. 2014-04-13 10:24:00 +03:00
modio.c
modmath.c
modmicropython.c
modstruct.c
modsys.c modsys: Implement sys.version. 2014-04-14 01:46:45 +03:00
mpconfig.h Move entry_table to separated header file. 2014-04-15 17:08:42 +08:00
mpz.c
mpz.h
nlr.h
nlrthumb.S
nlrx64.S
nlrx86.S
obj.c py: Fix SyntaxError exception: don't have a block name, so pass NULL. 2014-04-13 15:01:28 +01:00
obj.h py: Add property object, with basic functionality. 2014-04-13 18:59:45 +01:00
objarray.c
objarray.h
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c objdict: Add __delitem__. 2014-04-13 23:55:59 +03:00
objenumerate.c
objexcept.c
objfilter.c
objfloat.c py: Detect ZeroDivisionError properly for floats. 2014-04-13 17:45:30 +01:00
objfun.c py: Fix mp_get_buffer, and use it in more places. 2014-04-13 12:08:52 +01:00
objgenerator.c
objgenerator.h
objgetitemiter.c
objint.c py: Oops, fix int.from_bytes to correctly convert bytes! 2014-04-13 12:40:50 +01:00
objint.h
objint_longlong.c
objint_mpz.c
objlist.c Merge pull request #476 from pfalcon/static-sys 2014-04-13 12:52:39 +01:00
objlist.h objlist: Add support for statically allocated lists. 2014-04-13 07:02:56 +03:00
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c py: Add property object, with basic functionality. 2014-04-13 18:59:45 +01:00
objrange.c
objset.c py: Factor out impl of special methods for builtin types into opmethods.c 2014-04-13 11:54:53 +03:00
objslice.c
objstr.c Make USE_COMPUTED_GOTO a config option in mpconfig.h. 2014-04-14 21:20:30 +01:00
objstr.h objstr: Allow to define statically allocated str objects. 2014-04-14 01:45:06 +03:00
objtuple.c
objtuple.h
objtype.c py: Implement __delitem__ method for classes. 2014-04-15 01:30:25 +03:00
objzip.c
opmethods.c objdict: Add __delitem__. 2014-04-13 23:55:59 +03:00
parse.c
parse.h
parsehelper.c py: Fix SyntaxError exception: don't have a block name, so pass NULL. 2014-04-13 15:01:28 +01:00
parsehelper.h py: Add traceback info to syntax errors. 2014-04-13 11:56:02 +01:00
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
pfenv.c
pfenv.h
py-version.sh
py.mk py: Add property object, with basic functionality. 2014-04-13 18:59:45 +01:00
qstr.c qstr, objstr: Make sure that valid hash != 0, treat 0 as "not computed". 2014-04-14 01:43:01 +03:00
qstr.h py: Add 'static' to inline function MP_BOOL; remove category_t. 2014-04-12 17:53:05 +01:00
qstrdefs.h py: Fix builtin hex to print prefix. 2014-04-15 12:50:21 +01:00
repl.c
repl.h
runtime.c Merge pull request #476 from pfalcon/static-sys 2014-04-13 12:52:39 +01:00
runtime.h Merge pull request #476 from pfalcon/static-sys 2014-04-13 12:52:39 +01:00
runtime0.h py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
scope.c py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
scope.h py: Remove unique_codes from emitglue.c. Replace with pointers. 2014-04-13 11:04:33 +01:00
sequence.c
showbc.c py: Fix up source-line calculation. 2014-04-13 14:51:56 +01:00
smallint.c
smallint.h
stream.c py: the entire `<unistd.h>` shouldn't be needed 2014-04-12 16:45:35 +01:00
stream.h
unicode.c
vm.c Rename header file. 2014-04-15 21:29:08 +08:00
vmentrytable.h Rename header file. 2014-04-15 21:29:08 +08:00
vstr.c