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
/
basics
Age
Commit message (
Expand
)
Author
2019-05-12
use approx of original @godlygeek code for smallints; add tests
Dan Halbert
2019-05-09
Add tests for overflows converting ints to bytes
Matt Wozniski
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-05-22
py/objgenerator: Protect against reentering a generator.
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
2018-05-21
tests: Add some tests for bigint hash, float hash and float parsing.
Damien George
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-11
tests/basics/special_methods2: Enable some additional tests that work.
Damien George
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-04-05
tests/basics/string_compare.py: Add test with string that hashes to 0.
Damien George
2018-04-05
tests/basics/class_super.py: Add tests for store/delete of super attr.
Damien George
2018-04-05
tests/basics: Add tests for edge cases of nan-box's 47-bit small int.
Damien George
2018-04-04
tests/basics: Add test for subclassing an iterable native type.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.
Damien George
2018-04-04
tests/basics: Modify int-big tests to prevent constant folding.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test converting str with non-print chars.
Damien George
2018-04-04
tests/basics: Add test for use of return within try-except.
Damien George
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
py/bc: Turn assertion error into exception
Jeff Epler
2018-03-30
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
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-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
Implement * and *= for array.array
Jeff Epler
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
Damien George
2018-02-27
tests/basics/gc1: Add test which triggers GC threshold.
Damien George
2018-02-27
py/vm: Fix case of handling raised StopIteration within yield from.
Damien George
2018-02-24
tests/basics: Add test for calling a subclass of a native class.
Damien George
2018-02-21
py/objdeque: Protect against negative maxlen in deque constructor.
Damien George
2018-02-21
tests/basics: Add tests to improve coverage of py/objdeque.c.
Damien George
2018-02-21
tests/basics/deque*: Tests for ucollections.deque.
Paul Sokolovsky
2018-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
[next]