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-11-03
py: Fix builtin callable so it checks user-defined instances correctly.
Damien George
2014-11-02
py: Fix bug with right-shifting small ints by large amounts.
Paul Sokolovsky
2014-10-31
tests: Add heapalloc.py.exp, since CPython can't generate it.
Damien George
2014-10-31
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Damien George
2014-10-31
py: Add builtin round function.
Damien George
2014-10-30
stmhal: Improve CAN print function.
Damien George
2014-10-30
tests: Added and adapted CAN tests for extended messages
Henrik Sölver
2014-10-31
objstr: Allow to convert any buffer proto object to str.
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-26
tests: Get builtin_compile to skin properly on pyboard.
Damien George
2014-10-26
stmhal: Change SPI phase spec to 0,1 to match standard conventions.
Damien George
2014-10-26
py: Fix memoryview referencing so it retains ptr to original buffer.
Damien George
2014-10-25
tests: Add test for compile builtin.
Damien George
2014-10-23
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
Paul Sokolovsky
2014-10-23
py: Add builtin memoryview object (mostly using array code).
Damien George
2014-10-22
extmod: Add uheapq module.
Damien George
2014-10-22
py: Fix smallint modulo with negative arguments.
Damien George
2014-10-22
py: Remove unused and unneeded SystemError exception.
Damien George
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
v1.3.4
Damien George
2014-10-21
Use mode/encoding kwargs in io and unicode tests
stijn
2014-10-19
py: Partially fix viper multi-comparison; add test for it.
Damien George
2014-10-18
unix, stmhal: Implement file.readinto() method.
Paul Sokolovsky
2014-10-17
modure: Update to re1.5 v0.6.1, fixed and extended character class support.
Paul Sokolovsky
2014-10-17
py: Add more compiler optimisations for constant if/while conditions.
Damien George
2014-10-17
tests: Add test for nested while with exc and break.
Damien George
2014-10-16
objclosure: Fix printing of generator closures.
Paul Sokolovsky
2014-10-15
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
Paul Sokolovsky
2014-10-12
Merge pull request #904 from pfalcon/moduzlib
Damien George
2014-10-13
moduzlib: Integrate into the system.
Paul Sokolovsky
2014-10-12
py: Implement native load for viper.
Damien George
2014-10-12
py: Implement and,or,xor native ops for viper.
Damien George
2014-10-11
modure: Basic tests.
Paul Sokolovsky
2014-10-06
tests: Skip ffi_float.py if module ffi is not available.
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-06
tests: Make run-tests-exp.sh skip tests that fail due to invalid decorator.
Damien George
2014-10-05
tests: Add check for micropython.native and then skip relevant tests.
Damien George
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-10-05
tests: Make printing of floats hopefully more portable.
Damien George
2014-10-05
Exclude some tests which always fail on windows
stijn
2014-10-02
tests: Add simple CAN test.
Damien George
2014-10-01
Enable device keyword option when running pyboard.py --tests and run-tests --...
blmorris
2014-09-30
py: Remove IOError since it's deprecated; use OSError instead.
Damien George
2014-09-29
py: Fix viper store on x86; add tests for viper ptr16.
Damien George
2014-09-29
py: Add casting to viper; add native mem stores to viper.
Damien George
2014-09-29
tests: Add tests for viper binary operations.
Damien George
2014-09-29
py: Allow viper to use ints as direct conditionals in jumps.
Damien George
2014-09-25
py: Simplify JSON str printing (while still conforming to JSON spec).
Damien George
2014-09-25
Change allows tests/unix/ffi_float.py to pass on OSX
blmorris
[next]