Scott Shawcroft
|
b35fa44c8a
|
Merge MicroPython 1.12 into CircuitPython
|
2021-05-03 14:01:18 -07:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Paul Sokolovsky
|
85d809d1f4
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:34:38 +03:00 |
Paul Sokolovsky
|
f2d732f459
|
tests/extmod: Make tests skippable.
|
2017-02-15 01:56:22 +03:00 |
Damien George
|
e44c1d3ace
|
tests: Split out json float tests to separate files.
|
2015-06-25 10:50:00 +01:00 |
Damien George
|
26a9975fba
|
tests: Add some more tests for bytes, bignum, string and ujson.
|
2015-03-14 21:20:58 +00:00 |
Damien George
|
cde0ca21bf
|
py: Simplify JSON str printing (while still conforming to JSON spec).
The JSON specs are relatively flexible and allow us to use one function
to print strings, be they ascii, bytes or utf-8 encoded.
|
2014-09-25 17:35:56 +01:00 |
Damien George
|
612045f53f
|
py: Add native json printing using existing print framework.
Also add start of ujson module with dumps implemented. Enabled in unix
and stmhal ports. Test passes on both.
|
2014-09-17 22:56:34 +01:00 |