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.
 
 
 
 
 
 
Damien George da51a399cf Merge pull request #383 from pfalcon/yield-from 11 years ago
..
asmthumb.c py: Clean up includes. 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: Put n_state for bytecode in the bytecode prelude. 11 years ago
bc0.h py: Support closures with default args. 11 years ago
binary.c py: Clean up includes. 11 years ago
binary.h ffi: Implement ffivar.get()/set() methods. 11 years ago
builtin.c Merge branch 'master' of github.com:micropython/micropython 11 years ago
builtin.h py: Implement getattr() builtin. 11 years ago
builtinevex.c py: Clean up includes. 11 years ago
builtinimport.c Proper support for registering builtin modules in ROM. 11 years ago
builtintables.c py: Thin out predefined exceptions. 11 years ago
builtintables.h Proper support for registering builtin modules in ROM. 11 years ago
compile.c py: Free unique_code slot for outer module. 11 years ago
compile.h Add source file name and line number to error messages. 11 years ago
emit.h py: Factor out code from runtime.c to emitglue.c. 11 years ago
emitbc.c py: Rename emit_pre so they have globally unique names. 11 years ago
emitcommon.c py: Clean up includes. 11 years ago
emitcpy.c py: Clean up includes. 11 years ago
emitglue.c py: Free unique_code slot for outer module. 11 years ago
emitglue.h py: Free unique_code slot for outer module. 11 years ago
emitinlinethumb.c py: Factor out code from runtime.c to emitglue.c. 11 years ago
emitnative.c py: Rename emit_pre so they have globally unique names. 11 years ago
emitpass1.c py: Clean up includes. 11 years ago
formatfloat.c py: Clean up includes. 11 years ago
formatfloat.h Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. 11 years ago
gc.c py: Clean up includes. 11 years ago
gc.h GC: Fix printf formats for debugging; add gc_dump_alloc_table. 11 years ago
grammar.h Clean up handling of function return type annotation. 11 years ago
intdivmod.c Fixed floor division on mp ints and small ints. Added a floordivide test case. 11 years ago
intdivmod.h Fixed floor division on mp ints and small ints. Added a floordivide test case. 11 years ago
lexer.c py: Clean up includes. 11 years ago
lexer.h Search paths properly on import and execute __init__.py if it exists. 11 years ago
lexerstr.c py: Clean up includes. 11 years ago
lexerunix.c py: Clean up includes. 11 years ago
lexerunix.h Move lexerstr to main py directory (everyone uses it). 11 years ago
makeqstrdata.py py: Replace naive and teribble hash function with djb2. 11 years ago
malloc.c py: Clean up includes. 11 years ago
map.c py: Clean up includes. 11 years ago
map.h py: Fix bug in type_store_attr, trying to store to ROM. 11 years ago
misc.h Add vstr_ins and vstr_cut_out; improve stmhal readline. 11 years ago
mkenv.mk Rework makefiles. Add proper dependency checking. 11 years ago
mkrules.mk stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
modarray.c Proper support for registering builtin modules in ROM. 11 years ago
modcollections.c Proper support for registering builtin modules in ROM. 11 years ago
modmath.c Proper support for registering builtin modules in ROM. 11 years ago
modmicropython.c Proper support for registering builtin modules in ROM. 11 years ago
mpconfig.h Proper support for registering builtin modules in ROM. 11 years ago
mpz.c objint_mpz: Quick&dirty implementation of bitwise operations. 11 years ago
mpz.h objint_mpz: Quick&dirty implementation of bitwise operations. 11 years ago
nlr.h nlr.h: Do proper arch selection, using the same tests as nlr*.S . 11 years ago
nlrthumb.S nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A. 11 years ago
nlrx64.S Fix OS X detection. 11 years ago
nlrx86.S Fixed problems with nlx86.S on Linux 11 years ago
obj.c py: Remove obsolete declarations; make mp_obj_get_array consistent. 11 years ago
obj.h objgenerator: close(): Throw instance of GeneratorExit (not type). 11 years ago
objarray.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objarray.h Add objarray.h . 11 years ago
objbool.c py: Clean up includes. 11 years ago
objboundmeth.c py: Clean up includes. 11 years ago
objcell.c py: Clean up includes. 11 years ago
objclosure.c py: Clean up includes. 11 years ago
objcomplex.c py: Fix typo printing complex numbers that are purely imaginary. 11 years ago
objdict.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objenumerate.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objexcept.c objgenerator: close(): Throw instance of GeneratorExit (not type). 11 years ago
objfilter.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objfloat.c Merge remote-tracking branch 'upstream/master' 11 years ago
objfun.c py: Put n_state for bytecode in the bytecode prelude. 11 years ago
objgenerator.c objgenerator: close(): Throw instance of GeneratorExit (not type). 11 years ago
objgenerator.h py: Swap around the double return value of mp_obj_gen_resume. 11 years ago
objgetitemiter.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objint.c py: Add function to convert long int to float. 11 years ago
objint.h Add arbitrary precision integer support. 11 years ago
objint_longlong.c py: Add function to convert long int to float. 11 years ago
objint_mpz.c objint_mpz: Quick&dirty implementation of bitwise operations. 11 years ago
objlist.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objmap.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objmodule.c Proper support for registering builtin modules in ROM. 11 years ago
objmodule.h Proper support for registering builtin modules in ROM. 11 years ago
objnamedtuple.c namedtuple: Inherit unary/binary ops from tuple base class. 11 years ago
objnone.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objobject.c py: Add 'object' object. 11 years ago
objrange.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
objset.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objslice.c py: Clean up includes. 11 years ago
objstr.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objtuple.c Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
objtuple.h namedtuple: Inherit unary/binary ops from tuple base class. 11 years ago
objtype.c py: Fix bug in type_store_attr, trying to store to ROM. 11 years ago
objzip.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
parse.c py: Clean up includes. 11 years ago
parse.h py: Put number parsing code together in parsenum.c. 11 years ago
parsehelper.c Implement proper exception type hierarchy. 11 years ago
parsehelper.h Implement proper exception type hierarchy. 11 years ago
parsenum.c py: Put back proper ValueError for badly parsed integers. 11 years ago
parsenum.h py: Allow 'complex()' to take a string as first argument. 11 years ago
parsenumbase.c py: Implement bit-shift and not operations for mpz. 11 years ago
parsenumbase.h py: Implement bit-shift and not operations for mpz. 11 years ago
py.mk py: Factor out code from runtime.c to emitglue.c. 11 years ago
qstr.c py: Replace naive and teribble hash function with djb2. 11 years ago
qstr.h Add qstr_info() function and bindings for unix port. 11 years ago
qstrdefs.h py: Implement getattr() builtin. 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 py: Fix bugs with debugging output. 11 years ago
runtime.h py: Free unique_code slot for outer module. 11 years ago
runtime0.h py: Factor out code from runtime.c to emitglue.c. 11 years ago
scope.c py: Clean up includes. 11 years ago
scope.h py: Calculate maximum exception stack size in compiler. 11 years ago
sequence.c py: Clean up includes. 11 years ago
showbc.c py: Fix bugs with debugging output. 11 years ago
stream.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 11 years ago
stream.h stream: Add generic unbuffered iternext method. 11 years ago
unicode.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 11 years ago
vm.c Merge pull request #383 from pfalcon/yield-from 11 years ago
vstr.c py: Clean up includes. 11 years ago