You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky da1ce93da8 Implement "from module import *" construct. 11 years ago
..
asmthumb.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
asmthumb.h Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
asmx64.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
asmx64.h Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
bc.h py: mp_execute_byte_code has 2 arg arrays, for more efficient default params. 11 years ago
bc0.h py: Tidy up BINARY_OPs; negation done by special NOT bytecode. 11 years ago
builtin.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
builtin.h Expose __import__() function. 11 years ago
builtinevex.c Implement full arg handling for exec(). 11 years ago
builtinimport.c Make mp_obj_str_get_data return char* instead of byte*. 11 years ago
builtinmp.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
compile.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
compile.h Add source file name and line number to error messages. 11 years ago
emit.h py: Add built-in super. 11 years ago
emitbc.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
emitcommon.c Revamp qstrs: they now include length and hash. 11 years ago
emitcpy.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
emitinlinethumb.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
emitnative.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
emitpass1.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
gc.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
gc.h Add prototype for gc_dump_info(). 11 years ago
grammar.h Clean up handling of function return type annotation. 11 years ago
lexer.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
lexer.h Search paths properly on import and execute __init__.py if it exists. 11 years ago
lexerstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
lexerunix.c Remove older import helpers, no longer used. 11 years ago
lexerunix.h Move lexerstr to main py directory (everyone uses it). 11 years ago
makeqstrdata.py Retain file order of qstr definitions. 11 years ago
malloc.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
map.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
map.h py: Allow mp_map_t to be initialised by a fixed-size, const table. 11 years ago
misc.h Implement fixed buffer vstrs; use them for import path. 11 years ago
mkenv.mk Rework makefiles. Add proper dependency checking. 11 years ago
mkrules.mk Fixed dependency problem for qstrdefs.generated.h 11 years ago
mpconfig.h Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
nlr.h Fix func decls with no arguments: () -> (void). 11 years ago
nlrthumb.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
nlrx64.S Typo fix in comment. 11 years ago
nlrx86.S Fixed problems with nlx86.S on Linux 11 years ago
obj.c mp_obj_equal(): Instead of assert(), throw NotImplementedError. 11 years ago
obj.h Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objarray.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objarray.h Add objarray.h . 11 years ago
objbool.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objboundmeth.c Revamp qstrs: they now include length and hash. 11 years ago
objcell.c Revamp qstrs: they now include length and hash. 11 years ago
objclosure.c Revamp qstrs: they now include length and hash. 11 years ago
objcomplex.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objdict.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objenumerate.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objexcept.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objfilter.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objfloat.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objfun.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objgenerator.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objgetitemiter.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objint.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objint.h long int: Implement more operations. 11 years ago
objint_longlong.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objlist.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objmap.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objmodule.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objnone.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objrange.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objset.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objslice.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
objtuple.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objtuple.h type->print(): Distinguish str() and repr() variety by passing extra param. 11 years ago
objtype.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
objzip.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. 11 years ago
parse.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
parse.h Implement mp_parse_node_free; print properly repr(string). 11 years ago
py.mk py: Implement builtin exec. 11 years ago
qstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
qstr.h Add qstr_info() function and bindings for unix port. 11 years ago
qstrdefs.h Merge branch 'master' of github.com:micropython/micropython 11 years ago
repl.c mp_repl_is_compound_stmt(): Thinko fix s/true/try/. 11 years ago
repl.h Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
runtime.c Implement "from module import *" construct. 11 years ago
runtime.h Implement "from module import *" construct. 11 years ago
runtime0.h py: Partially fix native emitter to work with latest runtime. 11 years ago
scope.c Allow qstr's with non-ident chars, construct good identifier for them. 11 years ago
scope.h mp_compile(): Properly free module_scope and all nested scopes. 11 years ago
sequence.c Fix some int casting that failed on 64 bit architecture. 11 years ago
showbc.c Implement "from module import *" construct. 11 years ago
stream.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
stream.h stream: Add generic unbuffered iternext method. 11 years ago
strtonum.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 11 years ago
unicode.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
vm.c Implement "from module import *" construct. 11 years ago
vstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago