aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-29extmod/modframebuf: Use correct initialization for .locals_dict.Paul Sokolovsky
2017-07-28py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-28.travis.yml: Pin cpp-coveralls at 0.3.12.Paul Sokolovsky
2017-07-27tools/mpy_bin2res: Tools to convert binary resources to Python module.Paul Sokolovsky
2017-07-26extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.Damien George
2017-07-26extmod/modussl_mbedtls: Implement non-blocking SSL sockets.Eric Poulsen
2017-07-25extmod/modframebuf: Consistently use "col" as name for colour variables.Damien George
2017-07-25extmod/modussl_mbedtls: Make socket.close() free all TLS resources.Damien George
2017-07-25extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.Radomir Dopieralski
2017-07-25extmod/modussl_mbedtls: When reading and peer wants to close, return 0.Damien George
2017-07-25py: Implement raising a big-int to a negative power.Damien George
2017-07-25py/mpz: Make mpz_is_zero() an inline function.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-24py/mperrno: Allow mperrno.h to be correctly included before other hdrs.Damien George
2017-07-24py/py.mk: Make berkeley-db C-defs apply only to relevant source files.Damien George
2017-07-24extmod/modussl_mbedtls: Support server_side mode.Damien George
2017-07-24docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.Matthew Brener
2017-07-22tools/pyboard: Add license header.Paul Sokolovsky
2017-07-21cc3200: Use the name MicroPython consistently in code.Alexander Steffen
2017-07-21minimal/Makefile: Enable gc-sections to remove unused code.Damien George
2017-07-21eps8266/general: Fix typo in recent example.Paul Sokolovsky
2017-07-21eps8266/general: Add known issue of WiFi RX buffers overflow.Peter Hinch
2017-07-21docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files.Piotr MaliƄski
2017-07-21tests/basics/builtin_exec: Test various globals/locals args to exec().Tom Collins
2017-07-21py/builtinevex: Add typechecking of globals/locals args to eval/exec.Tom Collins
2017-07-21tests: Rename exec1.py to builtin_exec.py.Damien George
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-07-19esp8266/mpconfigport.h: Make socket a weak linkAlex Robbins
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-19stmhal: Clean up USB CDC/MSC files and remove commented-out code.Damien George
2017-07-18py/modmicropython: Cast stack_limit value so it prints correctly.Damien George
2017-07-18py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.Damien George
2017-07-18py/vm: Make n_state variable local to just set-up part of VM.Damien George
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-07-17zephyr: Remove long-obsolete machine_ptr_t typedef's.Damien George
2017-07-15docs,teensy: Use the name MicroPython consistently in documentationAlexander Steffen
2017-07-14stmhal/servo: Don't compile servo code when it's not enabled.Damien George
2017-07-14stmhal/pin_named_pins: Remove unreachable print function.Damien George
2017-07-14stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.Damien George
2017-07-12stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.Damien George
2017-07-12py/gc: Refactor assertions in gc_free function.Damien George
2017-07-12unix/Makefile: Disable assertions in the standard unix executable.Damien George
2017-07-12unix/modsocket: Remove unnecessary asserts.Damien George
2017-07-11cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.Damien George
2017-07-09tests/cpydiff: Add case for str.ljust/rjust.Paul Sokolovsky
2017-07-09tests/cpydiff/: Improve wording, add more workarounds.Paul Sokolovsky
2017-07-09tools/gen-cpydiff: Use case description as 3rd-level heading.Paul Sokolovsky
2017-07-09tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.Paul Sokolovsky
2017-07-09tests/cpydiff/core_arguments: Move under Functions subsection.Paul Sokolovsky
2017-07-09tests/cpydiff/core_class_mro: Move under Classes, add workaround.Paul Sokolovsky