| Age | Commit message (Collapse) | Author |
|
For a small number of bytes, it's expected to return a small int without
allocation.
|
|
This test works only for MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ
and needs a way of skipping in other cases.
|
|
|
|
|
|
|
|
|
|
|
|
Previouly, we had errors checked in callers, which led to duplicate code
or missing checks in some places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CPython 3.6 has a few changes that, when run on uPy's test suite, give a
different output to CPython 3.5. uPy currently officially supports the
3.4 language definition, but it's useful to be able to run the test suite
with 3.4/3.5/3.6 versions of CPython. This patch makes such changes to
support 3.6.
|
|
|
|
|
|
set isn't the most basic type and can be disabled by a port.
|
|
|
|
|
|
|
|
|
|
If sets are not enabled, set literals lead to SyntaxError during parsing,
so it requires feature_check. Set tests are skipped based on set_*.py
pattern.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that specialized utimeq module has been implenented, revert previous
adhoc changes to uheapq.
This reverts commit 0cbc07227c4ab70c846f40a1e2a5fd57dec30428.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|