summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-28docs: Bump version to 1.3.7.v1.3.7Damien George
2014-11-28Update uheapq.rstinaugurator
2014-11-28esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George
2014-11-28esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.Damien George
2014-11-28esp8266: Allow to override serial port.Paul Sokolovsky
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George
2014-11-27py: Add NLR support for xtensa CPU.Damien George
2014-11-27stmhal: Enable uhashlib module; add heapq, hashlib weak links.Damien George
2014-11-27pfenv_printf: Properly implement %p format specifier.Paul Sokolovsky
2014-11-27builtin: Reimplement __repl_print__() in terms of print().Paul Sokolovsky
2014-11-27map: Add empty fixed map.Paul Sokolovsky
2014-11-27stmhal: Remove unnecessary HAL_Delay in readline loop.Damien George
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-11-27py: #if guard str_make_new when not needed.Damien George
2014-11-26Adding CAN filter managementHenrik Sölver
2014-11-25stmhal: Enable DAC on STM32F4DISC.Damien George
2014-11-22tests: Add test for hashlib.sha256 .Paul Sokolovsky
2014-11-22moduhashlib: Integrate sha256 implementation.Paul Sokolovsky
2014-11-22moduhashlib: Add sha256 implementation from "crypto-algorithms" project.Paul Sokolovsky
2014-11-22moduhashlib: Initial module skeleton.Paul Sokolovsky
2014-11-21drivers, cc3000: Cleaning up, make local functions static.Damien George
2014-11-21windows: Update config with latest featuresstijn
2014-11-21py: Add support for float/double arrays in array module.Damien George
2014-11-19Set PYTHONIOENCODING='utf-8' so that unicode tests can pass on CPython onblmorris
2014-11-17README: Update link to logo.Damien George
2014-11-16py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-11-17stmhal: Switch to file.seek() implementation using stream ioctl.Paul Sokolovsky
2014-11-17tests: Add test for file.seek().Paul Sokolovsky
2014-11-17stream: Implement seek operation support via ioctl, wrapped in generic method.Paul Sokolovsky
2014-11-17stream: Convert .ioctl() to take fixed number of args.Paul Sokolovsky
2014-11-15docs: Fix RTD build configuration.Damien George
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
2014-11-15stmhal: Fix HAL error raising; make test for it.Damien George
2014-11-15docs: Add optional sphinx_rtd_theme; add docs build instructions.evildmp
2014-11-15Document parameter "data" of i2c.mem_read() more clearMatthias
2014-11-15tests: Add test for hash of user defined class.Damien George
2014-11-15py: Use __hash__ method if a type defines itstijn
2014-11-09docs: select: Describe extra details.Paul Sokolovsky
2014-11-06py: Fix order-only dependencies in mkrules.mk and py.mk.Sven Wegener
2014-11-06py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.Damien George
2014-11-06py: Remove obsolute function declaration.Damien George
2014-11-05py: Add order-only dependency for py-version.hSven Wegener
2014-11-05stmhal: Declare variables extern in include filesSven Wegener
2014-11-05bare-arm: Add dummy __assert_func and __fatal_errorSven Wegener
2014-11-05py: Deactivate more code without MICROPY_PY_SYSSven Wegener
2014-11-05unix: Allow -X heapsize number take 'w' specifier for word size adjustment.Paul Sokolovsky
2014-11-05py: Fix some macros defines; cleanup some includes.Damien George
2014-11-05py: Allow bytes object as argument to some str methods.Damien George
2014-11-05py: Allow +, in, and compare ops between bytes and bytearray/array.Damien George