Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 18, 2020
Refine iMX RT memory layout and add three boards
Show description for 7d8dac9committed
Commits on Dec 19, 2017
Commits on Dec 9, 2017
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Aug 31, 2017
py/map: Remove unused new/free functions.
Show description for 6c9fca2committed- committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Mar 3, 2017
py/map: Fix bugs with deletion of elements from OrderedDict.
Show description for 9275c18committed
Commits on Feb 8, 2017
py/map: Change mp_uint_t to size_t where appropriate.
Show description for af622ebcommitted
Commits on May 20, 2016
py: Declare constant data as properly constant.
Show description for 3ff16ffcommitted
Commits on Apr 15, 2016
py/map: Change hash-table allocation policy to be less aggressive.
Show description for 00137b8committed
Commits on Apr 1, 2016
- authored andcommitted
Commits on Dec 31, 2015
py/map: In map lookup, check for fixed map independent of ordered map.
Show description for 6dde019committed
Commits on Dec 26, 2015
py/map: Add fast-path for hashing of map index when it is a qstr.
Show description for bbe8d51committed
Commits on Nov 20, 2015
Commits on Nov 19, 2015
py/map: Store key/value in earliest possible slot in hash table.
Show description for 593faf1committed
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on Apr 4, 2015
Commits on Mar 20, 2015
py: Clarify API for map/set lookup when removing&adding at once.
Show description for d1cee02committedpy: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
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 27, 2014
py: Allow to properly disable builtin "set" object.
Show description for e37dcaacommitted
Commits on Nov 27, 2014
map: Add empty fixed map.
Show description for e5dbe1eauthored andcommitted
Commits on Nov 5, 2014
Commits on Aug 30, 2014
py: Make map, dict, set use mp_int_t/mp_uint_t exclusively.
Show description for 93965e7committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 28, 2014
py: Fix bug in map lookup of interned string vs non-interned.
Show description for 186e463committed
Commits on Apr 7, 2014
Commits on Apr 6, 2014
py: Revert change to allocation policy for mp_set_t.
Show description for c75427bcommittedpy: Fix dict.copy() and low-level map/set allocation.
Show description for 5fedd0ccommitted