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
2014-01-04
Fix int -> machine_int_t; add print to slice test.
Damien George
2014-01-03
Merge pull request #59 from pfalcon/slice
Damien George
2014-01-04
Add test for byte string slicing.
Paul Sokolovsky
2014-01-03
Added list.clear. Fixes issue #53.
John R. Lenton
2014-01-03
renamed some tests to have better names.
John R. Lenton
2014-01-03
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-03
Worked on list.pop:
John R. Lenton
2014-01-03
Merge pull request #43 from chipaca/master
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-03
Add list addition (fixes: #39)
John R. Lenton
2014-01-02
py: Fix generator where state array was incorrectly indexed.
Damien George
2014-01-02
Fix bash->/usr/bin/env bash; add LICENSE for Python library tests.
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-29
Small change to handling of integers in run-tests.
Damien
2013-12-29
Add basic functionality tests for the Python bit.
Damien
2013-12-29
Add 2 files to a gitignore.
Damien
2013-12-29
Add tests to test compiler and emitted byte code.
Damien