Commits
User selector
Commit History
Commits on Jul 25, 2016
py/objstrunicode: str_index_to_ptr: Should handle bytes too.
Show description for 6af90b2committed
Commits on Jul 22, 2016
tests/bytes_compare: Rework test for bytes <-> str comparison.
Show description for b652ee7committed
Commits on Jun 12, 2016
tests: Add testcase for OrderedDict equality.
Show description for deaf071authored andcommitted
Commits on May 28, 2016
Commits on May 23, 2016
py/objnamedtuple: Allow passing field names as a tuple.
Show description for ca41dc2authored andcommitted
Commits on May 21, 2016
Commits on May 14, 2016
Commits on May 13, 2016
- committed
py/objstr: Make dedicated splitlines function, supporting diff newlines.
Show description for cc80c4dcommitted
Commits on May 8, 2016
py/mpz: Do Python style division/modulo within bignum divmod routine.
Show description for 65402abcommittedpy/mpz: Fix bug with overflowing C-shift in division routine.
Show description for dc3faeacommitted
Commits on May 7, 2016
tests: Disable memoryview tests that overflow int conversion.
Show description for 9e47c14committed- committed
py/objstr: Binary type of str/bytes for buffer protocol is 'B'.
Show description for 12dd8dfcommitted
Commits on May 2, 2016
Commits on Apr 27, 2016
Commits on Apr 21, 2016
py: Fix bug passing a string as a keyword arg in a dict.
Show description for fea40adcommitted
Commits on Apr 15, 2016
Commits on Apr 13, 2016
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