micropython/extmod
Damien George c50772d19f py: Add mp_obj_get_int_truncated and use it where appropriate.
mp_obj_get_int_truncated will raise a TypeError if the argument is not
an integral type.  Use mp_obj_int_get_truncated only when you know the
argument is a small or big int.
2015-05-12 23:05:53 +01:00
..
crypto-algorithms extmod/crypto: Add static keyword where it should be. 2015-03-19 00:25:33 +00:00
re1.5 extmod: Update re1.5 to 0.7. 2015-03-18 23:42:17 +02:00
uzlib extmod: Update uzlib to 1.2.1. 2015-03-19 00:04:12 +02:00
modmachine.c modmachine: Add new module to access hardware, starting with physical memory. 2015-05-04 13:05:12 +03:00
modubinascii.c py: Remove mp_obj_str_builder and use vstr instead. 2015-01-21 23:18:02 +00:00
moductypes.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
moduhashlib.c py: Remove mp_obj_str_builder and use vstr instead. 2015-01-21 23:18:02 +00:00
moduheapq.c py, extmod: Remove include of unnecessary system headers. 2015-03-14 23:11:25 +00:00
modujson.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
modure.c py: Add mp_obj_get_int_truncated and use it where appropriate. 2015-05-12 23:05:53 +01:00
moduzlib.c py, extmod: Remove include of unnecessary system headers. 2015-03-14 23:11:25 +00:00