Commits
User selector
Commit History
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 18, 2017
CircuitPython now has struct instead of ustruct (#302)
Show description for b41cbe9authored andcommitted
Commits on Oct 3, 2017
py/objset: Check that RHS of a binary op is a set/frozenset.
Show description for 2ac1364committed
Commits on Jun 10, 2017
Commits on Mar 11, 2017
Commits on Feb 10, 2017
Commits on Jan 19, 2017
Commits on Dec 21, 2016
- authored andcommitted
Commits on Oct 17, 2016
Commits on Oct 11, 2016
Commits on Oct 7, 2016
Commits on Aug 15, 2016
Commits on Jun 4, 2016
Commits on Jun 3, 2016
tests/misc/recursive_iternext: Provide more fine-grained selection of N.
Show description for 7d60a97committedtests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.
Show description for ddadbaecommitted
Commits on May 2, 2016
tests: Make "io" modules fixes for CPython compatibility.
Show description for 566d8f1committed- committed
Commits on Mar 7, 2016
- committed
tests/print_exception: Use exception which prints the same regardless of config.
Show description for 419bb26committed
Commits on Feb 3, 2016
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Show description for 2e2e15cauthored andcommitted
Commits on Jan 7, 2016
py/parse: Improve constant folding to operate on small and big ints.
Show description for 22b2265committed
Commits on Oct 2, 2015
tests: Allow tests to pass against CPython 3.5.
Show description for 34f26eacommitted
Commits on Oct 1, 2015
Commits on Sep 7, 2015
Commits on Sep 4, 2015
Commits on Sep 3, 2015
Commits on Sep 1, 2015
Commits on Aug 30, 2015
- committed
tests: Add tests for non-compliant behaviour.
Show description for c9fa667committed
Commits on Jun 24, 2015
- authored andcommitted

Commits on Jun 3, 2015
Commits on Apr 25, 2015
vm: On exiting except block, clear sys.exc_info() value.
Show description for ae2c81fcommittedmodsys: Add basic sys.exc_info() implementation.
Show description for 8b85d14committed
Commits on Feb 27, 2015
py: Fix adding of traceback so that it appends to existing info.
Show description for 4852e09committed