aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05tests/run-tests: Wrap long lists to facilitate adding more items.Paul Sokolovsky
2017-12-05py: mp_call_function_*_protected(): Pass-thru return value if possible.Paul Sokolovsky
2017-12-04docs/library: Add xrefs to "stream" dictionary entry for many modules.Paul Sokolovsky
2017-12-04py/misc.h: Add m_new_obj_var_with_finaliser().Paul Sokolovsky
2017-12-04docs/glossary: Describe string interning.Paul Sokolovsky
2017-12-04esp8266/modnetwork: Make sure to intern string passed to .config("param").Paul Sokolovsky
2017-12-03docs/glossary: Describe "stream" term.Paul Sokolovsky
2017-12-03docs/uerrno: Fix xref-vs-code markup.Paul Sokolovsky
2017-12-03tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code).Paul Sokolovsky
2017-12-03docs/glossary: Describe the callee-owned tuple concept.Paul Sokolovsky
2017-12-01zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.Paul Sokolovsky
2017-12-01stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK.Damien George
2017-12-01stm32/boards/stm32f767_af.csv: Update AF table based on datasheet.Damien George
2017-11-30docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.Paul Sokolovsky
2017-11-30docs/library/utime: Fix incorrect example with ticks_diff args order.Paul Carver
2017-11-30py/objgenerator: Remove unreachable code for STOP_ITERATION case.Damien George
2017-11-30esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.Damien George
2017-11-29py/gc: In gc_realloc, convert pointer sanity checks to assertions.Damien George
2017-11-29py/qstr: Rewrite find_qstr to make manifest that it returns a valid ptr.Damien George
2017-11-29py: Annotate func defs with NORETURN when their corresp decls have it.Damien George
2017-11-28zephyr/Makefile: Make prj_$(BOARD).conf optional, again.Paul Sokolovsky
2017-11-28zephyr/Makefile: Convert to new CMake-based Zephyr build system.Paul Sokolovsky
2017-11-28zephyr/prj_base.conf: Force zephyr.bin build output.Paul Sokolovsky
2017-11-28tests/run-tests: "minimal": Skip recently added float/float_parse.py.Paul Sokolovsky
2017-11-28zephyr/Makefile: clean: Remove generated prj_*_merged.conf.Paul Sokolovsky
2017-11-28tests/cpydiff: Add difference-test for second arg of builtin next().Damien George
2017-11-28tools/gen-cpydiff.py: Update executable paths to point to new ports dir.Damien George
2017-11-27py/objdict: Reuse dict-view key iterator for standard dict iterator.Damien George
2017-11-27tests/basics/builtin_locals: Add test for using locals() in class body.Damien George
2017-11-27py/parsenum: Improve parsing of floating point numbers.Damien George
2017-11-26docs/uselect: Describe POLLHUP/POLLERR semantics in more details.Paul Sokolovsky
2017-11-25docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.Paul Sokolovsky
2017-11-25docs/uctypes: Typo/article fixes.Paul Sokolovsky
2017-11-24extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.Damien George
2017-11-24extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.Damien George
2017-11-24tests/basics/builtin_range: Add test for corner case of range slicing.Damien George
2017-11-24tests/basics: Add test for containment of a subclass of a native type.Damien George
2017-11-24py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.Damien George
2017-11-24py/opmethods: Include the correct header for binary op enums.Damien George
2017-11-24py/runtime: Simplify handling of containment binary operator.Damien George
2017-11-23docs/uselect: poll: Explicitly specify that no-timeout value is -1.Paul Sokolovsky
2017-11-23docs: Add notes on heap allocation caused by bound method refs.Peter Hinch
2017-11-23tests/net_hosted: Add test for socket connect() and poll() behaviour.Damien George
2017-11-22py/modbuiltins: Slightly simplify code in builtin round().Damien George
2017-11-21py/objfloat: Allow float() to parse anything with the buffer protocol.Damien George
2017-11-20py/objnamedtuple: Allow to reuse namedtuple basic functionality.Paul Sokolovsky
2017-11-20py: Add config option to disable multiple inheritance.Damien George
2017-11-20stm32/led: Remove unused LED enum constants.Damien George
2017-11-20stm32/boards: Remove obsolete and unused board-specific defines.Damien George
2017-11-20stm32/boards: Add support for NUCLEO-F746ZG evaluation board.Jaroslav Sykora