Commits
User selector
Commit History
Commits on Apr 7, 2016
py/objarray: Fix array.append so it doesn't extend if append fails.
Show description for 04d5e64committed
Commits on Mar 15, 2016
tests: Split large tests into smaller files, to run with a small heap.
Show description for ab69ed7committed
Commits on Mar 14, 2016
py/objarray: Fix array slice assignment when array is reallocated.
Show description for 77f85dbcommitted
Commits on Mar 6, 2016
- authored andcommitted
- authored andcommitted
Commits on Feb 14, 2016
Commits on Feb 3, 2016
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Show description for 2e2e15cauthored andcommitted
Commits on Feb 2, 2016
py/objstr: For str.format, add nested/computed fields support.
Show description for e3a29deauthored andcommitted
Commits on Feb 1, 2016
py/vm: Fix popping of exception block in UNWIND_JUMP opcode.
Show description for 93bb7dfcommitted
Commits on Jan 19, 2016
- authored andcommitted
Commits on Jan 14, 2016
builtin property: accept keyword arguments
Show description for f8ba2ecauthored andcommittedtests: Remove builtin_dict test
Show description for dea585fauthored andcommitted
Commits on Jan 4, 2016
py/objstr: In str.format, handle case of no format spec for string arg.
Show description for d4df8f4committed
Commits on Jan 3, 2016
- committed
py: Implement __dict__ for instances.
Show description for 3c014a6authored andcommitted- authored andcommitted
Commits on Dec 26, 2015
py: Be more restrictive binding self when looking up instance attrs.
Show description for 7891321committed
Commits on Dec 24, 2015
py: Handle case of return within the finally block of try-finally.
Show description for 8047340committed
Commits on Dec 20, 2015
tests: Add tests for %-formatting of bytes.
Show description for 664bc44committed
Commits on Dec 12, 2015
py: Fix compiler to handle lambdas used as default arguments.
Show description for 29e9db0committed
Commits on Dec 10, 2015
Commits on Dec 9, 2015
py: Fix calling of parent classmethod from instance of subclass.
Show description for 3ff259acommitted
Commits on Dec 8, 2015
py: Don't try to optimise for+range when args are not simple expressions.
Show description for 33ac0fdcommitted
Commits on Dec 7, 2015
Commits on Dec 3, 2015
py: Fix function calls that have positional and a star-arg-with-iterator.
Show description for 7a99639committed
Commits on Nov 23, 2015
py/compile: Do proper checking of * and ** in function definition.
Show description for 9a56912committedpy: Check that second argument to hasattr is actually a string.
Show description for 0e3f29ccommitted
Commits on Nov 22, 2015
tests/int_big_*: Add more tests for result normalization.
Show description for 4120f32committedtests/int_big_xor: Test that xor result is normalized.
Show description for b56c635committed
Commits on Nov 17, 2015
Commits on Oct 31, 2015
Commits on Oct 15, 2015
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
Show description for 4bf3f2dcommitted
Commits on Oct 14, 2015
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7dcommitted