Commit message (Expand) | Author | Age | |
---|---|---|---|
* | extmod/modubinascii: Re-use error string to reduce code size. | Damien George | 2015-07-06 |
* | ubinascii: Fix a shadowed variable case. | Paul Sokolovsky | 2015-07-04 |
* | ubinascii: b2a_base64: Optimize away a modulo operation. | Paul Sokolovsky | 2015-07-04 |
* | extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. | Galen Hazelwood | 2015-07-04 |
* | extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify(). | Daniel Campora | 2015-05-21 |
* | extmod: Add ubinascii.unhexlify | Dave Hylands | 2015-05-20 |
* | py: Remove mp_obj_str_builder and use vstr instead. | Damien George | 2015-01-21 |
* | py, unix: Allow to compile with -Wunused-parameter. | Damien George | 2015-01-20 |
* | extmod: Prefix py/ for includes from py core directory. | Damien George | 2015-01-01 |
* | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | 2014-11-29 |
* | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky | 2014-11-29 |