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-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-06-10
tests/run-multitests.py: Allow passing unique env vars to each instance.
Jim Mussared
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-10
py/objtype: Add __dict__ attribute for class objects.
Andrew Leech
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-06-05
tests/multi_bluetooth: Update to work with new BLE events.
Jim Mussared
2020-06-02
py/modbuiltins: Fix getattr to work with class raising AttributeError.
Damien George
2020-05-29
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-05-15
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
Damien George
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-09
esp32/modsocket: Fix getaddrinfo to raise on error.
Thorsten von Eicken
2020-05-09
tests/run-tests: Skip REPL feature checks when running via pyboard.py.
Damien George
2020-05-09
tests/run-multitests.py: Add TRACE banner and move TEST output to end.
Damien George
2020-05-08
extmod/vfs_lfsx: Fix rename to respect cur dir for new path.
robert
2020-05-08
extmod/vfs_lfsx: Normalize path name in chdir.
robert
2020-05-08
extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.
robert
2020-05-08
tests/multi_bluetooth: Fix typo printing wrong IRQ type.
Damien George
2020-05-05
tests/thread/thread_stacksize1.py: Increase stack size for CPython.
yangfl
2020-05-03
py/parse: Support constant folding of power operator for integers.
Damien George
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-05-02
tests/cpydiff: Add cpydiff test for __all__ used in imported package.
Jim Mussared
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-29
tests/run-multitests.py: Add shortcuts for local Python instances.
Jim Mussared
2020-04-29
tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.
Jim Mussared
2020-04-29
tests/run-multitests.py: Allow filtering out lines from stdout.
Jim Mussared
2020-04-27
tests/extmod: Add btree test for errors raised by btree DB library.
Damien George
2020-04-27
py/objdict: Fix popitem for ordered dicts.
Jim Mussared
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-18
py/objint: Do not use fpclassify.
stijn
2020-04-18
tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
stijn
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-13
py/scheduler: Add assert that scheduler is locked when unlocking.
Jim Mussared
2020-04-13
tests/run-tests: Make diff tool user configurable.
stijn
2020-04-09
py/parse: Remove unnecessary check in const folding for ** operator.
Damien George
2020-04-09
tests/extmod: Update littlefs test output to match new library version.
Damien George
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
Damien George
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-03-30
tests/run-tests: Add commands to print and clean *.exp,out files.
David Lechner
2020-03-30
tests/float: Add new lexer test to test parsing of float without prefix.
David Lechner
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma.
David Lechner
2020-03-28
tests/basics/dict_pop.py: Remove extra comma in call and fix grammar.
David Lechner
2020-03-26
tests/net_inet: Add uasyncio internet tests.
Damien George
2020-03-26
tests/multi_net: Add uasyncio test for TCP server and client.
Damien George
2020-03-26
tests: Make default MICROPYPATH include extmod to find uasyncio.
Damien George
[prev]
[next]