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
/
extmod
Age
Commit message (
Expand
)
Author
2015-03-14
tests: Add some more tests for complex numbers and ure module.
Damien George
2015-03-14
tests: Add some more tests for bytes, bignum, string and ujson.
Damien George
2015-03-12
tests: Add zlib test for decompressing uncompressed data.
Damien George
2015-03-10
tests: Add test for modure when regex has errors.
Damien George
2015-03-04
extmod/ure: Correctly return None when a group has no match.
Damien George
2015-03-02
tests: Add tests for op special meths, ubinascii, complex.
Damien George
2015-02-21
tests: Add tests for ure groups and named char classes.
Damien George
2015-02-02
extmod: Make ujson.loads raise exception if given empty string.
Damien George
2015-01-28
moduzlib: Implement raw DEFLATE decoding support.
Paul Sokolovsky
2015-01-23
modujson: .loads(): Handle more whitespace characters.
Paul Sokolovsky
2014-12-18
tests: sha256: skip test if uhashlib module is not available.
Paul Sokolovsky
2014-11-22
tests: Add test for hashlib.sha256 .
Paul Sokolovsky
2014-10-30
moductypes: Add test for accessing UINT8 array.
Paul Sokolovsky
2014-10-30
moductypes: Make sure we can apply .sizeof() to all aggregate types.
Paul Sokolovsky
2014-10-22
extmod: Add uheapq module.
Damien George
2014-10-17
modure: Update to re1.5 v0.6.1, fixed and extended character class support.
Paul Sokolovsky
2014-10-15
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
Paul Sokolovsky
2014-10-13
moduzlib: Integrate into the system.
Paul Sokolovsky
2014-10-11
modure: Basic tests.
Paul Sokolovsky
2014-10-06
tests: Add missing "import sys".
Paul Sokolovsky
2014-10-06
tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh.
Damien George
2014-10-05
tests: Make printing of floats hopefully more portable.
Damien George
2014-09-25
py: Simplify JSON str printing (while still conforming to JSON spec).
Damien George
2014-09-23
tests: Fix uctypes tests to run on 64bit arch; enable more native tests.
Damien George
2014-09-21
extmod, ujson: Add test and comment for loads.
Damien George
2014-09-17
py: Add native json printing using existing print framework.
Damien George
2014-08-12
extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.
Damien George
2014-08-13
tests: Add test for zlibd module.
Paul Sokolovsky
2014-07-11
moductypes: Add symbolic constants to specify bitfield position/length.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky