| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-21 | moduhashlib: Remove not implemented .hexdigest(). | Paul Sokolovsky | |
| Effect can be easily achieved by ubinsacii.hexlify(hash.digest()). | |||
| 2015-01-21 | py: Remove mp_obj_str_builder and use vstr instead. | Damien George | |
| With this patch str/bytes construction is streamlined. Always use a vstr to build a str/bytes object. If the size is known beforehand then use vstr_init_len to allocate only required memory. Otherwise use vstr_init and the vstr will grow as needed. Then use mp_obj_new_str_from_vstr to create a str/bytes object using the vstr memory. Saves code ROM: 68 bytes on stmhal, 108 bytes on bare-arm, and 336 bytes on unix x64. | |||
| 2015-01-20 | py, unix: Allow to compile with -Wunused-parameter. | Damien George | |
| See issue #699. | |||
| 2015-01-01 | extmod: Prefix py/ for includes from py core directory. | Damien George | |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | |
| This is just a clean-up of the code. Generated code is exactly the same. | |||
| 2014-11-22 | moduhashlib: Integrate sha256 implementation. | Paul Sokolovsky | |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky | |
