micropython/py
Paul Sokolovsky 8b85d14b92 modsys: Add basic sys.exc_info() implementation.
The implementation is very basic and non-compliant and provided solely for
CPython compatibility. The function itself is bad Python2 heritage, its
usage is discouraged.
2015-04-25 03:49:23 +03:00
..
argcheck.c
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
bc.c
bc.h
bc0.h
binary.c
binary.h
builtin.h
builtinevex.c
builtinimport.c
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
emitglue.h
emitinlinethumb.c
emitnative.c py/emitnative.c: Fix stack adjustment when erroring on binary op. 2015-04-22 23:16:03 +01:00
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c
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
malloc.c
map.c
misc.h
mkenv.mk
mkrules.mk
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
modstruct.c
modsys.c modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
mpconfig.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
mpprint.c
mpprint.h
mpstate.c
mpstate.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
mpz.c py/mpz.c: Fix bug with shl not truncating zero digits correctly. 2015-04-22 23:16:49 +01:00
mpz.h
nativeglue.c
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c
obj.h py: Make viper codegen raise proper exception (ViperTypeError) on error. 2015-04-20 13:29:31 +00:00
objarray.c
objattrtuple.c py: Add attrtuple object, for space-efficient tuples with attr access. 2015-04-21 14:14:24 +00:00
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c
objenumerate.c
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
objgenerator.h
objgetitemiter.c
objint.c
objint.h
objint_longlong.c
objint_mpz.c py/objint_mpz.c: Make int_from_uint actually return uint. 2015-04-22 23:17:34 +01:00
objlist.c
objlist.h
objmap.c
objmodule.c
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
objobject.c
objproperty.c
objrange.c
objreversed.c
objset.c
objslice.c
objstr.c py: Add optional code to check bytes constructor values are in range. 2015-04-23 15:28:18 +01:00
objstr.h
objstringio.c
objstrunicode.c
objtuple.c
objtuple.h py: Add attrtuple object, for space-efficient tuples with attr access. 2015-04-21 14:14:24 +00:00
objtype.c
objtype.h
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-version.sh stmhal: Implement os.uname() to get details of OS and hardware. 2015-04-21 14:51:49 +00:00
py.mk py: Add attrtuple object, for space-efficient tuples with attr access. 2015-04-21 14:14:24 +00:00
qstr.c
qstr.h
qstrdefs.h modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
repl.c
repl.h
runtime.c
runtime.h
runtime0.h
scope.c
scope.h
sequence.c
showbc.c
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c
stream.h
unicode.c
unicode.h
vm.c modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
vmentrytable.h
vstr.c
warning.c