index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
2019-05-14
tests/basics: Add coverage tests for memoryview attributes.
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-14
tests/pyb: Update UART expected output now that default timeout is 0.
Damien George
2019-05-14
extmod/modujson: Handle parsing of floats with + in the exponent.
Damien George
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
2019-05-03
tests/basics/sys1.py: Add test for calling sys.exit() without any args.
Damien George
2019-05-03
py/native: Improve support for bool type in viper functions.
Damien George
2019-04-30
tests/ussl_basic: Disable setblocking() calls.
Paul Sokolovsky
2019-04-30
extmod/modussl_axtls: Add non-blocking mode support.
Paul Sokolovsky
2019-04-28
tests: Skip tests needing machine module if (u)machine doesn't exist.
Damien George
2019-04-18
tests/micropython: Add some tests for failed heap allocation.
Damien George
2019-04-04
tests/run-tests: Ignore exception in process kill when ending repl test.
stijn
2019-03-27
tests/extmod: Add test for FAT filesystem on a very large block device.
Damien George
2019-03-26
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
2019-03-08
tests/import: Add test for importing x64 native code.
Damien George
2019-03-08
tests/run-tests: Support running native tests via mpy.
Damien George
2019-03-05
py/persistentcode: Add a qstr window to save mpy files more efficiently.
Damien George
2019-03-05
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
Damien George
2019-03-05
py: Fix VM crash with unwinding jump out of a finally block.
Damien George
2019-02-26
py/compile: Fix handling of unwinding BaseException in async with.
Damien George
2019-02-21
tests/basics: Add tests for try-except-else and try-except-else-finally.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2018-12-13
tests/basics/special_methods2: Typo fix in comment.
Paul Sokolovsky
2018-12-10
tests/extmod/uctypes_error: Add test for unsupported unary op.
Damien George
2018-12-10
tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field.
Paul Sokolovsky
2018-12-07
tests/basics/special_methods: Add testcases for __int__.
Paul Sokolovsky
2018-12-06
py/objboundmeth: Support loading generic attrs from the method.
Damien George
2018-12-05
stm32/uart: Add rxbuf keyword arg to UART constructor and init method.
Damien George
2018-12-04
stm32/uart: Always show the flow setting when printing a UART object.
Damien George
2018-11-26
tests/io: Update tests to use uos.remove() instead of uos.unlink().
Paul Sokolovsky
2018-11-26
py/unicode: Fix check for valid utf8 being stricter about contn chars.
Damien George
2018-11-01
tests/import_long_dyn: Test for "import *" of a long dynamic name.
Paul Sokolovsky
2018-10-30
tests/extmod: Skip uselect test when CPython doesn't have poll().
stijn
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2018-10-27
tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal.
Damien George
2018-10-23
tests/import: Add .exp file for module_getattr.py to not require Py 3.7.
Damien George
2018-10-23
tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout.
Paul Sokolovsky
2018-10-23
py/objmodule: Implement PEP 562's __getattr__ for modules.
Paul m. p. P
2018-10-22
tests: Make bytes/str.count() tests skippable.
Paul Sokolovsky
2018-10-18
tests/basics/class_getattr: Remove invalid test for __getattribute__.
Damien George
2018-10-18
py/objtype: Remove comment about catching exc from user __getattr__.
Damien George
2018-10-13
tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor
Paul Sokolovsky
2018-10-05
tests/uselect_poll_basic: Add basic test for uselect.poll invariants.
Paul Sokolovsky
2018-10-05
tests/unix/ffi_float: Skip if strtof() is not available.
Paul Sokolovsky
2018-10-01
tests/run-tests: Enabled native tests that pass now that yield works.
Damien George
2018-09-28
py/objtype: Support full object model for get/set/delitem special meths.
Damien George
[next]