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
2018-06-02
tests: Point pyboard.py to tools/cpboard.py
Noralf Trønnes
2018-05-15
Merge pull request #837 from godlygeek/human_readable_oserror
Dan Halbert
2018-05-14
Update errno tests to match new expected behavior
Matt Wozniski
2018-05-14
Updated tests; removed try/catch for ucollections
bildzeitung
2018-05-06
tests: add new tests for uhashlib differences
Jeff Epler
2018-04-30
tests: Add new tests for ubinascii differences
Jeff Epler
2018-04-01
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Scott Shawcroft
2018-04-01
py/objgenerator: Check stack before resuming a generator
Jeff Epler
2018-03-31
py/objstr: Don't crash when end < start
Jeff Epler
2018-03-31
Merge pull request #728 from jepler/double-splat-crash-circuitpython
Scott Shawcroft
2018-03-31
Merge pull request #729 from jepler/tests-parallel-circuitpython
Scott Shawcroft
2018-03-31
run_tests: EXTERNAL_TARGETS can't run in parallel
Jeff Epler
2018-03-31
run-tests: automatically parallelism based on CPU (thread) count
Jeff Epler
2018-03-31
run-tests: optionally parallelize tests
Jeff Epler
2018-03-31
run-tests: sort skipped and failed tests
Jeff Epler
2018-03-31
run_tests: make access to shared variables thread safe
Jeff Epler
2018-03-31
run_tests: factor run_one_test to function
Jeff Epler
2018-03-31
py/bc: Turn assertion error into exception
Jeff Epler
2018-03-30
Merge pull request #710 from jepler/assertion-failures-to-exceptions
Dan Halbert
2018-03-29
Fix assertion failures in super_attr
Jeff Epler
2018-03-29
Fix assertion failures in mp_obj_new_type
Jeff Epler
2018-03-29
Fix assertion failure in mpz_divmod_inpl
Jeff Epler
2018-03-27
Add VfsFat.label property
Jeff Epler
2018-03-26
Merge pull request #709 from jepler/core-class-superproperty
Scott Shawcroft
2018-03-26
This test now passes, make it run regularly
Jeff Epler
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-23
Merge pull request #697 from jepler/issue501
Scott Shawcroft
2018-03-23
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2018-03-23
Implement * and *= for array.array
Jeff Epler
2017-12-11
Always test enumerate. This will ensure that all supported ports
Scott Shawcroft
2017-11-16
tests: Fixup tests for 3.x on Rosie
Scott Shawcroft
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-26
tests/net_inet: Update tls test to work with CPython and incl new site.
Damien George
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-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-10-07
tests/run-tests: Close device under test using "finally".
Paul Sokolovsky
2017-10-05
tests/extmod: Add test for '-' in character class in regex.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
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
[next]