Commits
User selector
Commit History
Commits on May 12, 2019
Commits on May 9, 2019
- committed
Matt Wozniski
Commits on Jul 11, 2018
Commits on Jun 12, 2018
py/lexer: Add support for underscores in numeric literals.
Show description for 6a445b6committed
Commits on Jun 8, 2018
py/objtype: Optimise instance get/set/del by skipping special accessors.
Show description for 36c1052committed
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/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 7541be5committed
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
Commits on Apr 5, 2018
- authored andcommitted
Commits on Apr 4, 2018
tests/basics/string_compare.py: Add test with string that hashes to 0.
Show description for 1bfc774committed- committed
- committed
- committed
- committed
tests/basics: Modify int-big tests to prevent constant folding.
Show description for 7d5c753committed- committed
Commits on Apr 3, 2018
tests/basics: Add test for use of return within try-except.
Show description for 430efb0committed
Commits on Apr 2, 2018
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Show description for e4ae1e3authored
Commits on Apr 1, 2018
py/objgenerator: Check stack before resuming a generator
Show description for a909007committedpy/objstr: Don't crash when end < start
Show description for 0041df0committed
Commits on Mar 31, 2018
Merge pull request #728 from jepler/double-splat-crash-circuitpython
Show description for 3215b85authored- committed
Commits on Mar 30, 2018
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Show description for bcfff4fcommittedpy/runtime: Be sure that non-intercepted thrown object is an exception.
Show description for f50b64ccommittedpy/runtime: Check that keys in dicts passed as ** args are strings.
Show description for 3280788committed
Commits on Mar 29, 2018
Fix assertion failures in super_attr
Show description for ff06a45committed