| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Test possible combinations of single and double quotes with escaped
quotes and parenthesis with and without function calls in REPL.
Covers: #1419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configurable with MICROPY_PY_BUILTINS_SLICE_ATTRS. Disabled by default.
|
|
|
|
When creating constant mpz's, the length of the mpz must be exactly how
many digits are used (not allocated) otherwise these numbers are not
compatible with dynamically allocated numbers.
Addresses issue #1448.
|
|
|
|
Fixes #1435.
|
|
|
|
|
|
|
|
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
|
|
|
Fails because warnings are not enabled on the CC3200.
|
|
|
|
Also remove pin.high() and pin.low() methods.
|
|
Also add relevant test.
|
|
|
|
Eg 0e0 almost looks like a hex number but in fact is a float.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These tests are intended to improve coverage and provide a record of
behaviour that's either not implemented or non-compliant to CPython.
|
|
|
|
|
|
Which are currently intermixed with real scripts and spread around various
dirs.
|
|
|
|
Was KeyError, should be ValueError.
|
|
|
|
|
|
|
|
|
|
If byteorder of MicroPython under test and host CPython differ.
|