micropython/py
Damien George ecf5b77123 py: This time, real proper overflow checking of small int power.
Previous overflow test was inadequate.
2014-04-04 11:13:51 +00:00
..
asmthumb.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
asmthumb.h
asmx64.c
asmx64.h
bc.h py: Implement support for generalized generator protocol. 2014-03-30 23:30:16 +03:00
bc0.h py: Add LOAD_NULL bytecode and use it to simplify function calls. 2014-03-31 11:59:23 +01:00
binary.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
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 Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
builtinimport.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
builtintables.c py: Add "io" module. 2014-04-03 22:08:57 +03:00
builtintables.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
compile.c py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00: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 py: Clean up includes. 2014-03-17 02:43:40 -07:00
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 py: Free unique_code slot for outer module. 2014-03-29 11:39:36 +00:00
emitinlinethumb.c py: Factor out code from runtime.c to emitglue.c. 2014-03-27 23:26:35 +00:00
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 Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. 2014-03-10 13:27:02 +00:00
gc.c gc: Uses uint defined in misc.h. 2014-04-02 20:36:32 +03:00
gc.h GC: Fix printf formats for debugging; add gc_dump_alloc_table. 2014-02-26 22:55:59 +00:00
grammar.h
lexer.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexer.h
lexerstr.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexerunix.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
lexerunix.h
makeqstrdata.py py: Replace naive and teribble hash function with djb2. 2014-03-25 15:27:15 +00:00
malloc.c py: Add m_malloc_fail function to handle memory allocation error. 2014-04-04 10:52:59 +00:00
map.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
misc.h py: Add m_malloc_fail function to handle memory allocation error. 2014-04-04 10:52:59 +00:00
mkenv.mk
mkrules.mk stmhal - add pin mapping, gpio, exti, usrsw 2014-03-14 23:41:28 -07:00
modarray.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
modcollections.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
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 Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
mpconfig.h py: Add "io" module. 2014-04-03 22:08:57 +03:00
mpz.c py: Handle small int power overflow correctly. 2014-04-04 00:16:32 +01:00
mpz.h py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
nlr.h Changes to get unix/ port compiling on Cygwin. 2014-04-03 23:51:16 +01:00
nlrthumb.S nlrthumb.S: Comment out ".cpu cortex-m4", it causes problems on Cortex-A. 2014-03-01 10:05:53 +02:00
nlrx64.S Changes to get unix/ port compiling on Cygwin. 2014-04-03 23:51:16 +01:00
nlrx86.S
obj.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
obj.h py: Add m_malloc_fail function to handle memory allocation error. 2014-04-04 10:52:59 +00:00
objarray.c py: Fix "TypeError: 'iterator' object is not iterable", doh. 2014-03-30 23:37:24 +03:00
objarray.h
objbool.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objboundmeth.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objcell.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
objclosure.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objcomplex.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
objdict.c py: Remove old "run time" functions that were 1 liners. 2014-03-31 16:28:13 +01:00
objenumerate.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objexcept.c py: Add m_malloc_fail function to handle memory allocation error. 2014-04-04 10:52:59 +00:00
objfilter.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
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 py: Swap around the double return value of mp_obj_gen_resume. 2014-03-26 19:33:23 +00:00
objgetitemiter.c py: Fix "TypeError: 'iterator' object is not iterable", doh. 2014-03-30 23:37:24 +03:00
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: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
objlist.c py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
objmap.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objmodule.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
objmodule.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
objnamedtuple.c py: Change mp_const_* objects to macros. 2014-03-29 13:15:08 +00:00
objnone.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
objobject.c py: Add 'object' object. 2014-03-22 21:31:28 +00:00
objrange.c py: Fix "TypeError: 'iterator' object is not iterable", doh. 2014-03-30 23:37:24 +03:00
objset.c py: Fix "TypeError: 'iterator' object is not iterable", doh. 2014-03-30 23:37:24 +03:00
objslice.c py: Rename old const type objects to mp_type_* for consistency. 2014-03-29 13:43:38 +00:00
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 py: Fix "TypeError: 'iterator' object is not iterable", doh. 2014-03-30 23:37:24 +03:00
objtuple.h namedtuple: Inherit unary/binary ops from tuple base class. 2014-03-03 11:42:53 +08:00
objtype.c py: Factor out static/class method unwrapping code; add tests. 2014-04-02 14:13:26 +01:00
objzip.c objzip: Use mp_identity(). 2014-03-30 23:30:15 +03:00
parse.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
parse.h
parsehelper.c
parsehelper.h
parsenum.c py: Put back proper ValueError for badly parsed integers. 2014-03-21 20:46:38 +00:00
parsenum.h py: Allow 'complex()' to take a string as first argument. 2014-03-21 11:45:46 +00:00
parsenumbase.c py: Implement bit-shift and not operations for mpz. 2014-03-01 19:50:50 +00:00
parsenumbase.h py: Implement bit-shift and not operations for mpz. 2014-03-01 19:50:50 +00:00
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: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
qstr.c py: Replace naive and teribble hash function with djb2. 2014-03-25 15:27:15 +00:00
qstr.h
qstrdefs.h py: Add "io" module. 2014-04-03 22:08:57 +03:00
repl.c
repl.h
runtime.c py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
runtime.h py: Implement __getattr__. 2014-03-31 22:57:56 +01:00
runtime0.h Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
scope.c py: Clean up includes. 2014-03-17 02:43:40 -07:00
scope.h py: Calculate maximum exception stack size in compiler. 2014-03-27 10:55:21 +00:00
sequence.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
showbc.c py: Add LOAD_NULL bytecode and use it to simplify function calls. 2014-03-31 11:59:23 +01:00
smallint.c py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
smallint.h py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
stream.c py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. 2014-03-26 19:27:58 +00:00
stream.h
unicode.c
vm.c py: Add m_malloc_fail function to handle memory allocation error. 2014-04-04 10:52:59 +00:00
vstr.c py: Fix vstr_init for case that alloc = 0. 2014-03-31 17:10:59 +01:00