Commits
User selector
Commit History
Commits on Feb 14, 2020
Commits on Jan 10, 2020
Commits on Oct 14, 2019
Support __bytes
Show description for 9435e01committed
Commits on May 12, 2019
Commits on May 9, 2019
- committed
Matt Wozniski
Commits on May 7, 2019
Commits on May 6, 2019
Commits on Feb 14, 2019
extmod/ure: Handle some escape sequences.
Show description for 20a787aauthored andcommittedextmod/modure: Add ure.sub() function and method, and tests.
Show description for b9dc23cauthored andcommittedextmod/modure: Add match.span(), start() and end() methods, and tests.
Show description for cbeac09authored andcommittedextmod/modure: Add match.groups() method, and tests.
Show description for a24fabbauthored andcommitted
Commits on Aug 25, 2018
Fix os.stat() to use 1970 epoch
Show description for 39ee12dcommitted
Commits on Jul 28, 2018
- committed
Commits on Jul 11, 2018
Commits on Jun 20, 2018
Commits on Jun 18, 2018
- committed
- committed
- committed
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Show description for a5f5552committed
Commits on Jun 15, 2018
Commits on Jun 12, 2018
- committed
- committed
py/lexer: Add support for underscores in numeric literals.
Show description for 6a445b6committed
Commits on Jun 8, 2018
tests/pyb: Make i2c and pyb1 pyboard tests run again.
Show description for a12d046committedpy/objtype: Optimise instance get/set/del by skipping special accessors.
Show description for 36c1052committed
Commits on Jun 6, 2018
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Show description for 5ef0d2acommitted- committed
Commits on Jun 2, 2018
tests: Point pyboard.py to tools/cpboard.py
Show description for d08cc2acommitted
Commits on May 30, 2018
py/objtype: Fix assertion failures in super_attr by checking type.
Show description for c60589cauthored andcommittedpy/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Show description for 05b13fdauthored andcommitted
Commits on May 25, 2018
py/objtype: Remove TODO comment about needing to check for property.
Show description for dfeaea1committed
Commits on May 22, 2018
py/emit: Combine yield value and yield-from emit funcs into one.
Show description for e686c94committedpy/objgenerator: Protect against reentering a generator.
Show description for 400273acommitted