index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2017-10-25
tests: Capture stderr output as well.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-18
CircuitPython now has struct instead of ustruct (#302)
Michael McWethy
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-03
py/objset: Include the failed key in a KeyError raised from set.remove.
Damien George
2017-10-03
py/objset: Check that RHS of a binary op is a set/frozenset.
Damien George
2017-10-03
tests/extmod: Add test for ure regexes leading to infinite recursion.
Paul Sokolovsky
2017-09-26
py/objfloat: Support raising a negative number to a fractional power.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-25
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Paul Sokolovsky
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-09-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-16
tests/cpydiff: Add cases for locals() discrepancies.
Paul Sokolovsky
2017-09-10
tests/run-tests: Fix copy-paste mistake in var name.
Paul Sokolovsky
2017-09-10
tests/run-tests: Skip class_inplace_op for minimal profile.
Paul Sokolovsky
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-09-08
tests/run-bench-tests: Update locations of executables, now in ports/.
Damien George
2017-09-08
py/runtime0.h: Put inplace arith ops in front of normal operations.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/objlist: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-06
py/objstr: Add check for valid UTF-8 when making a str from bytes.
tll
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
py/objtuple: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-04
tests/class_inplace_op: Test for inplace op fallback to normal one.
Paul Sokolovsky
2017-09-04
py/obj: Fix comparison of float/complex NaN with itself.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-09-01
py/modstruct: Check and prevent buffer-write overflow in struct packing.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-read overflow in struct unpacking
Damien George
2017-09-01
py/modstruct: In struct.pack, stop converting if there are no args left.
Damien George
2017-09-01
tests/class_new: Add another testcase for __new__/__init__ interaction.
Paul Sokolovsky
2017-08-30
tests/class_new: Add checks for __init__ being called and other improvements.
Paul Sokolovsky
2017-08-30
tests/object_new: Better messages, check user __new__() method.
Paul Sokolovsky
2017-08-30
py/objtype: Handle NotImplemented return from binary special methods.
Paul Sokolovsky
2017-08-29
py/objstr: startswith, endswith: Check arg to be a string.
Paul Sokolovsky
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-20
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Paul Sokolovsky
2017-08-17
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Alex Robbins
2017-08-17
py/binary: Change internal bytearray typecode from 0 to 1.
Damien George
2017-08-16
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Eric Poulsen
2017-08-15
py/binary.c: Fix bug when packing big-endian 'Q' values.
Bas van Sisseren
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-08-09
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Damien George
2017-08-09
py/objtuple: Allow to use inplace-multiplication operator on tuples.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
[next]