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
2015-08-08
tests: Remove over-specification of startup banner
Tom Soulanille
2015-08-08
tests: Fix exceptions when running cmdline tests on windows
stijn
2015-08-08
tests: Always use forward slashes for paths
stijn
2015-08-06
run-tests: Test REPL emacs keys, but only if present.
Tom Soulanille
2015-08-05
tests: Add test for pyboard SPI in slave mode, recv with no master.
Damien George
2015-08-02
py/objlist: Make list += accept all arguments and add test.
Damien George
2015-07-26
run-tests: Use PTY when running REPL tests.
Tom Soulanille
2015-07-26
tools: Add telnet support to pyboard.py.
Daniel Campora
2015-07-24
tests: Skip parser test if "compile" builtin is not available.
Damien George
2015-07-24
py/parse: Fix handling of empty input so it raises an exception.
Damien George
2015-07-23
py/lexer: Raise SyntaxError when str hex escape sequence is malformed.
Damien George
2015-07-23
py: Allow viper functions to take up to 4 arguments.
Damien George
2015-07-20
py: Implement memoryview slice assignment.
Delio Brignoli
2015-07-19
modbuiltins: Implement round() to precision.
Sebastian Plamauer
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-07-06
tests: Catch ValueError instead of any exception to properly test error.
Damien George
2015-07-04
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
Galen Hazelwood
2015-06-27
tests: Add test for relative import without package context.
Paul Sokolovsky
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
tests: Split out json float tests to separate files.
Damien George
2015-06-25
tests: Add support for the WiPy in run-tests script.
Daniel Campora
2015-06-24
tests: Adapt misc/features.py tests for ports without floating point.
Daniel Campora
2015-06-24
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
Daniel Campora
2015-06-21
tests: Add testcase for open(..., "a").
Paul Sokolovsky
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-06-15
tests: Check that machine module exists and print SKIP if it doesn't.
Damien George
2015-06-13
py: Implement divmod for mpz bignum.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-06-13
py: Implement second arg for math.log (optional value for base).
Damien George
2015-06-09
py: Support unicode (utf-8 encoded) identifiers in Python source.
Damien George
2015-06-08
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Damien George
2015-06-06
moductypes: Swap address and descriptor args in constructor.
Paul Sokolovsky
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-04
py: Implement native multiply operation in viper emitter.
Damien George
2015-06-04
py: Implement implicit cast to obj for viper load/store index/value.
Damien George
2015-06-03
tests: Add test for recursive iternext stack overflow.
Damien George
2015-05-28
tests: Add special tests to test mp_printf function to improve coverage.
Damien George
2015-05-28
tests: Add some tests for printing floats to improve coverage.
Damien George
2015-05-28
py: Remove unnecessary extra handling of padding of nan/inf.
Damien George
2015-05-28
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
Damien George
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-05-21
lib: Fix some issues in timeutils
Dave Hylands
2015-05-20
extmod: Add ubinascii.unhexlify
Dave Hylands
2015-05-17
py: Implement mp_format_float for doubles and use where appropriate
stijn
2015-05-13
py: Fix printing of complex number when imaginary part is nan
stijn
2015-05-12
unix: Add some extra coverage tests for vstr and attrtuple.
Damien George
2015-05-12
tests: Add further tests for class defining __hash__.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-11
vm: Properly handle StopIteration raised in user instance iterator.
Paul Sokolovsky
2015-05-11
sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.
blmorris
[next]