Commits
User selector
Commit History
Commits on Mar 26, 2018
Conditionally compile out nonstandard array/struct typecodes
Show description for 355bf8bcommitted
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 15, 2017
py/binary.c: Fix bug when packing big-endian 'Q' values.
Show description for a14ce77authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 3, 2017
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on May 9, 2017
py/binary: Handle storing big-ints to all arrays types.
Show description for 6cfa61acommitted
Commits on Feb 14, 2017
Commits on Jan 17, 2017
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
Show description for af90461committed
Commits on Dec 12, 2016
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Nov 27, 2015
Commits on Oct 12, 2015
py/objarray: Allow to create array of void pointers, as extension to CPython.
Show description for 91fc075committed
Commits on Sep 1, 2015
Commits on May 17, 2015
py/binary: Make return type of mp_binary_get_size size_t instead of int.
Show description for f5dd6f7authored andcommitted
Commits on Apr 25, 2015
- committed
py: Support conversion of bignum to bytes.
Show description for 271d18ecommitted
Commits on Mar 5, 2015
objarray: Support array('O'), array of objects, as extension to CPython.
Show description for 24c1000committed
Commits on Jan 27, 2015
py: Add support for floats in mp_binary_{get,set}_val()
Show description for 0b3014cauthored andcommitted
Commits on Jan 24, 2015
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 21, 2014
py: Add support for float/double arrays in array module.
Show description for c9f8f65committed
Commits on Oct 6, 2014
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 10, 2014
py: Enable struct/binary-helper to parse q and Q sized ints.
Show description for 9530743committed
Commits on Sep 6, 2014
modstruct: Implement 'O', 'P', 's' types for packed structs.
Show description for 78fde48committed
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committed
Commits on Aug 10, 2014
Commits on Jul 5, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 25, 2014
- committed
modstruct: Fix alignment handling issues.
Show description for 7a2f166committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted