summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2015-10-20extmod/modussl: Remove unused header.Paul Sokolovsky
2015-10-06modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky
2015-08-18extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any.Paul Sokolovsky
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-07-06extmod/modubinascii: Re-use error string to reduce code size.Damien George
2015-07-04ubinascii: Fix a shadowed variable case.Paul Sokolovsky
2015-07-04ubinascii: b2a_base64: Optimize away a modulo operation.Paul Sokolovsky
2015-07-04extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2015-05-22extmod: Actually expose the ubinascii python methods.Daniel Campora
2015-05-21moduhashlib: Remove not implemented .hexdigest().Paul Sokolovsky
2015-05-21extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify().Daniel Campora
2015-05-20extmod: Add ubinascii.unhexlifyDave Hylands
2015-05-12py: Add mp_obj_get_int_truncated and use it where appropriate.Damien George
2015-05-04modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-11py: Combine load_attr and store_attr type methods into one (attr).Damien George
2015-03-19extmod/crypto: Add static keyword where it should be.Damien George
2015-03-19extmod: Update uzlib to 1.2.1.Paul Sokolovsky
2015-03-18extmod: Update re1.5 to 0.7.Paul Sokolovsky
2015-03-17extmod/ure: Fix msvc warning resulting from memset on const char ** pointerstijn
2015-03-14py, extmod: Remove include of unnecessary system headers.Damien George
2015-03-10extmod: Pull in upstream changes to re1.5; fixes bugs with regex errors.Damien George
2015-03-04extmod/ure: Correctly return None when a group has no match.Damien George
2015-02-21extmod: Pull in upstream changes to re1.5; fixes bug, adds named class.Damien George
2015-02-18extmod/modure: Make num_matches store actual number of matches.Damien George
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2015-02-02extmod: Make ujson.loads raise exception if given empty string.Damien George
2015-01-28py: Change vstr so that it doesn't null terminate buffer by default.Damien George
2015-01-28moduzlib: Align out buffer to block size; shrink when decompression done.Paul Sokolovsky
2015-01-28moduzlib: Implement raw DEFLATE decoding support.Paul Sokolovsky
2015-01-26moduzlib: Update to uzlib v1.2.Paul Sokolovsky
2015-01-23modujson: .loads(): Handle more whitespace characters.Paul Sokolovsky
2015-01-21py: Remove mp_obj_str_builder and use vstr instead.Damien George
2015-01-20py, unix: Allow to compile with -Wunused-parameter.Damien George
2015-01-12py, unix, lib: Allow to compile with -Wold-style-definition.Damien George
2015-01-01extmod: Prefix py/ for includes from py core directory.Damien George
2014-12-10py: Make functions static where appropriate.Damien George
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-11-29modubinascii: Add, with hexlify() implementation.Paul Sokolovsky
2014-11-22moduhashlib: Integrate sha256 implementation.Paul Sokolovsky
2014-11-22moduhashlib: Add sha256 implementation from "crypto-algorithms" project.Paul Sokolovsky
2014-11-22moduhashlib: Initial module skeleton.Paul Sokolovsky
2014-11-21windows: Update config with latest featuresstijn
2014-10-30moductypes: Make .sizeof() work with bytearrays.Paul Sokolovsky
2014-10-30moductypes: When dereferencing a field which is array of uint8, use bytearray.Paul Sokolovsky
2014-10-30moductypes: Make sure we can apply .sizeof() to all aggregate types.Paul Sokolovsky
2014-10-22extmod: Add uheapq module.Damien George
2014-10-17modure: Update to re1.5 v0.6.1, fixed and extended character class support.Paul Sokolovsky