index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
Age
Commit message (
Expand
)
Author
2016-04-07
py/objarray: Fix array.append so it doesn't extend if append fails.
Damien George
2016-03-15
tests: Split large tests into smaller files, to run with a small heap.
Damien George
2016-03-14
py/objarray: Fix array slice assignment when array is reallocated.
Damien George
2016-03-06
tests: Remove commented out tests so test script is not too big.
Damien George
2016-03-06
tests: Reduce large object allocations so tests can run with small heap.
Damien George
2016-02-14
tests/bytearray1: Add testcases for "in" operator.
Paul Sokolovsky
2016-02-03
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Doug Currie
2016-02-02
py/objstr: For str.format, add nested/computed fields support.
pohmelie
2016-02-01
py/vm: Fix popping of exception block in UNWIND_JUMP opcode.
Damien George
2016-01-19
py: Add ustruct.pack_into and unpack_from
Dave Hylands
2016-01-14
builtin property: accept keyword arguments
chrysn
2016-01-14
tests: Remove builtin_dict test
stijn
2016-01-04
py/objstr: In str.format, handle case of no format spec for string arg.
Damien George
2016-01-03
tests/object_dict.py: Add test for obj.__dict__ .
Paul Sokolovsky
2016-01-03
py: Implement __dict__ for instances.
stijn
2016-01-03
py: Make dir report instance members
Dave Hylands
2015-12-26
py: Be more restrictive binding self when looking up instance attrs.
Damien George
2015-12-24
py: Handle case of return within the finally block of try-finally.
Damien George
2015-12-20
tests: Add tests for %-formatting of bytes.
Paul Sokolovsky
2015-12-12
py: Fix compiler to handle lambdas used as default arguments.
Damien George
2015-12-10
tests: Add test for "not" of a user defined class.
Damien George
2015-12-09
py: Fix calling of parent classmethod from instance of subclass.
Damien George
2015-12-08
py: Don't try to optimise for+range when args are not simple expressions.
Damien George
2015-12-07
tests/builtin_minmax: Make compatible with @native codegen.
Paul Sokolovsky
2015-12-07
tests/builtin_minmax: Add testcase for lazy iterable (generator).
Paul Sokolovsky
2015-12-07
tests: Add min/max "default" agrument test
pohmelie
2015-12-03
py: Fix function calls that have positional and a star-arg-with-iterator.
Damien George
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-22
tests/int_big_*: Add more tests for result normalization.
Paul Sokolovsky
2015-11-22
tests/int_big_xor: Test that xor result is normalized.
Paul Sokolovsky
2015-11-17
py: Implement default and star args for lambdas.
Damien George
2015-10-31
tests/base/struct1.py: Add test for repetition counters.
Paul Sokolovsky
2015-10-15
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-10-08
tests: Add test for evaluation order of dictionary key/value pairs.
Damien George
2015-10-08
py/compile: Fix edge case when constant-folding negation of integer.
Damien George
2015-10-05
tests/basics/builtin_range: PEP8 fixes.
Paul Sokolovsky
2015-10-02
tests: Allow tests to pass against CPython 3.5.
Damien George
2015-10-01
py: Catch all cases of integer (big and small) division by zero.
Damien George
2015-10-01
py/mpz: Fix bignum anding of large negative with smaller positive int.
Damien George
2015-10-01
tests: Add further tests for mpz code.
Damien George
2015-09-28
tests: Test slicing a range that does not start at zero.
Tom Soulanille
2015-09-23
py: Fix call args when a stararg is followed by keyword args.
Delio Brignoli
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.
Damien George
2015-09-07
tests: Move int+unicode test to unicode-specific test directory.
Damien George
2015-09-07
py/compile: Refine SyntaxError for repeated use of global/nonlocal.
Damien George
2015-09-03
tests: Add tests to improve coverage of objstr.c.
Damien George
2015-09-01
py/binary: Add support for array('q') and array('Q').
Damien George
[next]