micropython/py
Paul Sokolovsky 98a627dc03 py: Add "io" module.
So far just includes "open" function, which should be supplied by a port.

TODO: Make the module #ifdef'ed.
2014-04-03 22:08:57 +03:00
..
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
bc.h
bc0.h py: Add LOAD_NULL bytecode and use it to simplify function calls. 2014-03-31 11:59:23 +01:00
binary.c
binary.h
builtin.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
builtin.h py: Add "io" module. 2014-04-03 22:08:57 +03:00
builtinevex.c
builtinimport.c
builtintables.c py: Add "io" module. 2014-04-03 22:08:57 +03:00
builtintables.h
compile.c py: Wrap compile_scope_inline_asm in #if; remove comment from misc.h. 2014-04-02 17:31:27 +01:00
compile.h
emit.h py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitbc.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitcommon.c
emitcpy.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitglue.c py: Towards default keyword arguments. 2014-03-31 15:18:37 +01:00
emitglue.h
emitinlinethumb.c
emitnative.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitpass1.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
formatfloat.c Enhance str.format support 2014-04-01 01:17:33 -07:00
formatfloat.h
gc.c gc: Uses uint defined in misc.h. 2014-04-02 20:36:32 +03:00
gc.h
grammar.h
intdivmod.c
intdivmod.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c
lexerunix.h
makeqstrdata.py
malloc.c py: Fix up so that it can compile without float. 2014-04-02 17:06:05 +01:00
map.c
misc.h py: Wrap compile_scope_inline_asm in #if; remove comment from misc.h. 2014-04-02 17:31:27 +01:00
mkenv.mk
mkrules.mk
modarray.c
modcollections.c
modio.c py: Add "io" module. 2014-04-03 22:08:57 +03:00
modmath.c py: Fix math.{ceil,floor,trunc} to return int. 2014-04-01 21:21:50 +01:00
modmicropython.c
mpconfig.h py: Add "io" module. 2014-04-03 22:08:57 +03:00
mpz.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
mpz.h py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
nlr.h
nlrthumb.S
nlrx64.S
nlrx86.S
obj.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
obj.h py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
objarray.c
objarray.h
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c py: Remove old "run time" functions that were 1 liners. 2014-03-31 16:28:13 +01:00
objenumerate.c
objexcept.c objexcept: No more magic messages in exceptions, only exception arguments. 2014-03-31 02:23:56 +03:00
objfilter.c
objfloat.c py: Implement floating point power binop. 2014-04-02 12:26:49 +01:00
objfun.c py: Disable dump_args function call entirely when not debugging. 2014-03-31 15:59:25 +01:00
objgenerator.c objgenerator.throw(GeneratorExit) is not equivalent to .close(). 2014-03-31 17:22:37 +03:00
objgenerator.h
objgetitemiter.c
objint.c py: Allow multiple of str/list/tuple on left by an integer. 2014-04-02 12:22:07 +01:00
objint.h
objint_longlong.c py: Allow multiple of str/list/tuple on left by an integer. 2014-04-02 12:22:07 +01:00
objint_mpz.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
objlist.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
objmap.c
objmodule.c
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objrange.c
objset.c
objslice.c
objstr.c Merge branch 'fix-format-int' of github.com:dhylands/micropython into dhylands-fix-format-int 2014-04-02 20:37:05 +01:00
objtuple.c
objtuple.h
objtype.c py: Factor out static/class method unwrapping code; add tests. 2014-04-02 14:13:26 +01:00
objzip.c
parse.c
parse.h
parsehelper.c
parsehelper.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
pfenv.c py: Make pfenv.c conform to code conventions. 2014-04-01 21:15:03 +01:00
pfenv.h Enhance str.format support 2014-04-01 01:17:33 -07:00
py.mk py: Add "io" module. 2014-04-03 22:08:57 +03:00
qstr.c
qstr.h
qstrdefs.h py: Add "io" module. 2014-04-03 22:08:57 +03:00
repl.c
repl.h
runtime.c py: Fix up so that it can compile without float. 2014-04-02 17:06:05 +01:00
runtime.h py: Implement __getattr__. 2014-03-31 22:57:56 +01:00
runtime0.h
scope.c
scope.h
sequence.c
showbc.c py: Add LOAD_NULL bytecode and use it to simplify function calls. 2014-03-31 11:59:23 +01:00
stream.c
stream.h
unicode.c
vm.c Merge branch 'master' of github.com:micropython/micropython 2014-03-31 16:28:58 +01:00
vstr.c py: Fix vstr_init for case that alloc = 0. 2014-03-31 17:10:59 +01:00