Commits
User selector
Commit History
Commits on Oct 11, 2020
Commits on Sep 12, 2020
modstruct: Improve compliance with python3
Show description for 54d9725committed
Commits on Sep 6, 2020
core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabled
Show description for 20c2dd0committed
Commits on Jul 25, 2020
py/compile: Don't await __aiter__ special method in async-for.
Show description for 901f3dcauthored andcommitted
Commits on Jul 24, 2020
add coroutine behavior for generators
Show description for 51a79b1committed
Commits on Jun 3, 2020
Fix up end of file and trailing whitespace.
Show description for dd5d7c8committed
Commits on Apr 1, 2020
tests: Add .exp files for basics/parser and import/import_override.
Show description for aa10e5cauthored andcommitted
Commits on Mar 31, 2020
tests/basics: Provide .exp files for generator tests that fail PEP479.
Show description for 764e65fauthored andcommittedtests: Modify tests that print repr of an exception with 1 arg.
Show description for 8f0147cauthored andcommittedtests/basics/int_big_error.py: Use bytearray to test for int overflow.
Show description for 4c4f81fauthored andcommitted- authored andcommitted
Commits on Mar 10, 2020
Update tests
Show description for ef195d6committed
Commits on Mar 9, 2020
lexer: catch concatenation of f'' and '' strings
Show description for 32647cdcommitted- authored andcommitted
py: Implement partial PEP-498 (f-string) support
Show description for 3a7a5baauthored andcommitted
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 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