index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2020-10-29
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Damien George
2020-10-28
tests/thread/stress_schedule.py: Assign globals before running test.
Damien George
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-09-30
extmod/modure: Allow \\ in re.sub replacements.
Andrew Leech
2020-09-25
tests/run-tests: Use -BS flags when running CPython.
Damien George
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-23
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-18
tests/basics: Enable == and != special-method tests now that they work.
Damien George
2020-09-18
tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.
Jim Mussared
2020-09-18
tests/run-multitests.py: Show test/truth diff.
Jim Mussared
2020-09-18
tests/multi_bluetooth: Update UUID format in .exp files.
Jim Mussared
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-11
py/objfloat: Fix handling of negative float to power of nan.
Damien George
2020-09-08
tests/multi_bluetooth: Make ble_gap_connect robust against event timing.
Jim Mussared
2020-09-08
tests/multi_bluetooth: Update to new config('mac') behaviour.
Jim Mussared
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
tests/extmod: Add tests for verifying FAT and littlefs mtime values.
Damien George
2020-08-30
extmod/modlwip: Fix error return for TCP recv when not connected.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-29
tests: Split out complex reverse-op tests to separate test file.
Damien George
2020-08-27
tests/run-tests: Make test output directory configurable.
stijn
2020-08-27
tests/run-tests: Use absolute paths where possible.
stijn
2020-08-26
tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.
Damien George
2020-08-25
extmod/vfs_lfs: Add mtime support to littlefs files.
Damien George
2020-08-22
extmod/uasyncio: Truncate negative sleeps to 0.
Damien George
2020-08-22
tests/extmod: Add test for uasyncio.sleep of a negative time.
Damien George
2020-08-22
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
Damien George
2020-08-12
extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.
Damien George
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-07-26
tests/micropython: Improve .mpy import tests to run on more targets.
Damien George
2020-07-26
tests: Move .mpy import tests from import/ to micropython/ dir.
Damien George
2020-07-25
extmod/uasyncio: Add StreamReader.readexactly(n) method.
Damien George
2020-07-25
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
2020-07-21
py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.
Damien George
2020-07-21
tests/basics: Split out memoryview slice-assign tests to separate file.
Damien George
2020-07-21
extmod/modussl_mbedtls: Integrate shorter error strings.
Thorsten von Eicken
2020-07-20
extmod/modussl: Improve exception error messages.
Thorsten von Eicken
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-06-30
py: Rework mp_convert_member_lookup to properly handle built-ins.
Damien George
2020-06-27
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
Damien George
2020-06-27
py/emitnative: Implement binary operations for viper uint operands.
Damien George
2020-06-24
py/objtype: Support passing in an OrderedDict to type() as the locals.
Damien George
2020-06-16
tests/basics: Add tests for variable annotations.
Damien George
2020-06-16
tests/cpydiff: Add CPy diff test for assignment expression behaviour.
Damien George
2020-06-16
tests/basics: Add tests for assignment operator :=.
Damien George
[prev]
[next]