micropython/extmod
Paul Sokolovsky 1679696612 moductypes: Swap address and descriptor args in constructor.
Now address comes first, and args related to struct type are groupped next.
Besides clear groupping, should help catch errors eagerly (e.g. forgetting
to pass address will error out).

Also, improve args number checking/reporting overall.
2015-06-06 22:57:54 +03:00
..
crypto-algorithms
re1.5
uzlib
modmachine.c modmachine: Add new module to access hardware, starting with physical memory. 2015-05-04 13:05:12 +03:00
modubinascii.c extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify(). 2015-05-21 17:19:41 +03:00
modubinascii.h extmod: Actually expose the ubinascii python methods. 2015-05-22 09:56:09 +02:00
moductypes.c moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
moduhashlib.c moduhashlib: Remove not implemented .hexdigest(). 2015-05-21 17:20:26 +03:00
moduheapq.c
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