Commits
User selector
Commit History
Commits on Mar 17, 2020
Commits on Aug 28, 2019
Commits on Aug 2, 2019
Commits on Jun 19, 2019
Don't operate directly on bleio objects in shared-bindings: use common_hal
Show description for 35b9191committed
Commits on May 14, 2019
Make Group iterable via a generic native iterator.
Show description for b7b55e0committed
Commits on May 8, 2019
Commits on Apr 5, 2019
- authored
Commits on Feb 4, 2019
Check sequence multiply for length overflow
Show description for c60f77dcommitted
Commits on Jan 15, 2019
Commits on Dec 31, 2018
Commits on Oct 7, 2018
modsys: exc_info: Add traceback
Show description for db4a8f5committed
Commits on Aug 17, 2018
Merge pull request #1064 from notro/i2cslave
Show description for 4a4d84bauthoredCompress all translated strings with Huffman coding.
Show description for de5a9d7committed
Commits on Aug 16, 2018
- committed
Commits on Jul 28, 2018
Commits on Jul 19, 2018
Commits on Jul 12, 2018
Commits on Jul 11, 2018
Commits on Jun 8, 2018
Commits on Jun 4, 2018
py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.
Show description for 1427f8fcommitted
Commits on May 14, 2018
Commits on May 1, 2018
py/obj.h: Fix math.e constant for nan-boxing builds.
Show description for 6b4b6d3committed
Commits on Mar 30, 2018
py/runtime: Check that keys in dicts passed as ** args are strings.
Show description for 3280788committed
Commits on Mar 13, 2018
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
Show description for e0bc438committed- committed
Commits on Feb 21, 2018
py/objdeque: Implement ucollections.deque type with fixed size.
Show description for 970eedcauthored andcommitted
Commits on Feb 15, 2018
py/objexcept: Remove long-obsolete mp_const_MemoryError_obj.
Show description for 73d1d20committed
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 11, 2017
py: Extend nan-boxing config to have 47-bit small integers.
Show description for 2759beccommitted
Commits on Nov 16, 2017
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Show description for 4601759committed
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Sep 4, 2017
Commits on Sep 2, 2017
py/objfloat: Fix binary ops with incompatible objects.
Show description for 9950865committed
Commits on Aug 29, 2017
py/objtype: Handle NotImplemented return from binary special methods.
Show description for 784909ccommittedall: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Show description for 58321ddcommitted