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
2015-12-26
tests: Skip class_bind_self.py for native emitter.
Damien George
2015-12-26
py: Be more restrictive binding self when looking up instance attrs.
Damien George
2015-12-24
tests: Skip try-finally test for native emitter.
Damien George
2015-12-24
py: Handle case of return within the finally block of try-finally.
Damien George
2015-12-23
tests: Add tests for stream IO errors.
Damien George
2015-12-20
tests: Add tests for %-formatting of bytes.
Paul Sokolovsky
2015-12-12
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Michael Buesch
2015-12-12
py: Fix compiler to handle lambdas used as default arguments.
Damien George
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-10
tests: Add test for "not" of a user defined class.
Damien George
2015-12-10
py/emitinlinethumb: Add support for MRS instruction.
Henrik Sölver
2015-12-09
extmod: Add test which demonstrates LITTLE_ENDIAN packing failure
Dave Hylands
2015-12-09
py: Fix calling of parent classmethod from instance of subclass.
Damien George
2015-12-08
tests: Disable for_range.py test for native emitter (it requires yield).
Damien George
2015-12-08
py: Don't try to optimise for+range when args are not simple expressions.
Damien George
2015-12-07
tests/builtin_minmax: Make compatible with @native codegen.
Paul Sokolovsky
2015-12-07
tests/builtin_minmax: Add testcase for lazy iterable (generator).
Paul Sokolovsky
2015-12-07
tests: Add min/max "default" agrument test
pohmelie
2015-12-06
tests: Actuall add feature check for complex type being available.
Paul Sokolovsky
2015-12-06
tests/run-tests: Allow to skip complex tests if it's not compiled in.
Paul Sokolovsky
2015-12-05
tests/extra_coverage: Update for sys.modules addition.
Paul Sokolovsky
2015-12-03
py: Fix function calls that have positional and a star-arg-with-iterator.
Damien George
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
2015-11-30
stmhal: uart.any() function now returns number of bytes available.
Ryan Shaw
2015-11-24
tests/run-tests: Improve robustness of REPL tests.
Paul Sokolovsky
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-22
tests/int_big_*: Add more tests for result normalization.
Paul Sokolovsky
2015-11-22
tests/int_big_xor: Test that xor result is normalized.
Paul Sokolovsky
2015-11-22
tests/float/string_format: Add testcase for incorrect rounding for %f.
Paul Sokolovsky
2015-11-17
py: Implement default and star args for lambdas.
Damien George
2015-11-16
cc3200: Unmount all user file systems after a soft reset.
danicampora
2015-11-13
tests/jni: Add test for working with container of List interface.
Paul Sokolovsky
2015-11-02
stmhal/can: Fix a bug in filter handling.
Henrik Sölver
2015-11-01
extmod/modure: Make sure that errors in regexps are caught early.
Paul Sokolovsky
2015-10-31
tests/base/struct1.py: Add test for repetition counters.
Paul Sokolovsky
2015-10-31
tests: Make sure test output has \r\n line-ends when running on Windows
stijn
2015-10-31
py: In inline asm, vldr and vstr offsets now in bytes not words.
adminpete
2015-10-26
cc3200: Set pin direction first, then value. Fixes #1542.
danicampora
2015-10-24
tests/jni: Test for basic object operations.
Paul Sokolovsky
2015-10-21
cc3200: Fix UART tests after correcting uart.read() behaviour.
danicampora
2015-10-21
cc3200: Correct ticks_cpu and ticks_us functions in time module.
danicampora
2015-10-20
tests: Disable some tests for pyboard that do not run correctly.
Damien George
2015-10-20
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
Paul Sokolovsky
2015-10-19
cc3200: WLAN class can retrieve the existing instance.
danicampora
2015-10-19
tests/wipy: Make WLAN test more stable.
danicampora
2015-10-19
cc3200: Fix time.ticks_* functions.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-19
cc3200: Refactor network module to make the server a propper object.
danicampora
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
[next]