Commits
User selector
Commit History
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 400273acommittedpy/modbuiltins: Add support for rounding integers.
Show description for b318ebfauthored andcommitted
Commits on May 21, 2018
tests: Add some tests for bigint hash, float hash and float parsing.
Show description for 1ad0013committed
Commits on May 15, 2018
Merge pull request #837 from godlygeek/human_readable_oserror
Show description for 5429339authoredUpdate errno tests to match new expected behavior
Show description for 086bffbcommitted
Commits on May 14, 2018
- committed
bildzeitung
Commits on May 11, 2018
tests/basics/special_methods2: Enable some additional tests that work.
Show description for 7541be5committedtests/float/float_parse: Allow test to run on 32-bit archs.
Show description for d2c1db1committed
Commits on May 10, 2018
py/modbuiltins: Make built-in dir support the __dir__ special method.
Show description for 3678a6bcommittedpy/modbuiltins: Make built-in hasattr work properly for user types.
Show description for 5298606committed