micropython/py
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python.
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.
2015-04-28 23:52:36 +01:00
..
argcheck.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
asmarm.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
asmarm.h
asmthumb.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmthumb.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx64.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
asmx64.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx86.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx86.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
bc.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
bc.h
bc0.h
binary.c py: Fix handling of negative numbers in struct.pack of q/Q. 2015-04-25 23:51:14 +01:00
binary.h
builtin.h
builtinevex.c
builtinimport.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
compile.c py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
compile.h
emit.h py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
emitbc.c py: Modify bytecode "with" behaviour so it doesn't use any heap. 2015-04-24 01:52:28 +01:00
emitcommon.c
emitcpy.c
emitglue.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
emitglue.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
emitinlinethumb.c py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
emitnative.c py/emitnative.c: Fix stack adjustment when erroring on binary op. 2015-04-22 23:16:03 +01:00
formatfloat.c py/formatfloat.c: Fix format of floating point numbers near 1.0. 2015-04-12 13:06:20 +01:00
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
gc.h
grammar.h py: Clean up some bits and pieces in parser, grammar. 2015-04-21 16:43:18 +00:00
lexer.c
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py
makeversionhdr.py py: Replace py-version.sh with makeversionhdr.py, written in Python. 2015-04-28 23:52:36 +01:00
malloc.c
map.c py: Some trivial cosmetic changes, for code style consistency. 2015-04-04 15:53:11 +01:00
misc.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
mkenv.mk
mkrules.mk py: Replace py-version.sh with makeversionhdr.py, written in Python. 2015-04-28 23:52:36 +01:00
modarray.c
modbuiltins.c py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
modstruct.c
modsys.c py: Replace py-version.sh with makeversionhdr.py, written in Python. 2015-04-28 23:52:36 +01:00
mpconfig.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
mpprint.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
mpprint.h py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*. 2015-04-16 14:30:16 +00:00
mpstate.c
mpstate.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
mpz.c py: Fix handling of negative numbers in struct.pack of q/Q. 2015-04-25 23:51:14 +01:00
mpz.h py: Support conversion of bignum to bytes. 2015-04-25 23:16:39 +01:00
nativeglue.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
obj.h py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
objarray.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objattrtuple.c py: In attrtuple use the correct length value and index for 'fields'. 2015-04-29 00:04:00 +02:00
objbool.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objboundmeth.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objcell.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objclosure.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objcomplex.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objdict.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objenumerate.c py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. 2015-04-06 23:51:29 +03:00
objexcept.c py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
objexcept.h
objfilter.c
objfloat.c py: Fix printing of "inf" and "nan" floating point values. 2015-04-22 16:51:29 +01:00
objfun.c objfun: Fix to stackless mode after recent refactor. 2015-04-25 01:43:45 +03:00
objfun.h
objgenerator.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objgenerator.h
objgetitemiter.c py: Some trivial cosmetic changes, for code style consistency. 2015-04-04 15:53:11 +01:00
objint.c py: Support conversion of bignum to bytes. 2015-04-25 23:16:39 +01:00
objint.h py: Support conversion of bignum to bytes. 2015-04-25 23:16:39 +01:00
objint_longlong.c py: Implement power op for long-long implementation of bignum. 2015-04-25 23:28:10 +01:00
objint_mpz.c py: Support conversion of bignum to bytes. 2015-04-25 23:16:39 +01:00
objlist.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objlist.h
objmap.c
objmodule.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objmodule.h
objnamedtuple.c py: Add attrtuple object, for space-efficient tuples with attr access. 2015-04-21 14:14:24 +00:00
objnone.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objobject.c
objproperty.c
objrange.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objreversed.c py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. 2015-04-07 00:17:11 +03:00
objset.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objslice.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstr.c py: Add optional code to check bytes constructor values are in range. 2015-04-23 15:28:18 +01:00
objstr.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstringio.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstrunicode.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objtuple.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objtuple.h py: Add attrtuple object, for space-efficient tuples with attr access. 2015-04-21 14:14:24 +00:00
objtype.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objtype.h py: Combine load_attr and store_attr type methods into one (attr). 2015-04-11 16:54:37 +01:00
objzip.c
opmethods.c
parse.c py: Clean up some bits and pieces in parser, grammar. 2015-04-21 16:43:18 +00:00
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk py: Replace py-version.sh with makeversionhdr.py, written in Python. 2015-04-28 23:52:36 +01:00
qstr.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
qstr.h py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
qstrdefs.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
repl.c
repl.h
runtime.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
runtime.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
runtime0.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
scope.c
scope.h
sequence.c
showbc.c py: Simplify bytecode prelude when encoding closed over variables. 2015-04-07 00:08:17 +01:00
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c
stream.h
unicode.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
unicode.h
vm.c vm: On exiting except block, clear sys.exc_info() value. 2015-04-26 01:40:37 +03:00
vmentrytable.h
vstr.c py/vstr.c: Allow vstr_printf to print correctly to a fixed buffer. 2015-04-18 14:23:13 +01:00
warning.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00