aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-04stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.Damien George
2017-07-04py/makeversionhdr.py: Update to parse new release line in docs/conf.py.Damien George
2017-07-04esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.Damien George
2017-07-04docs/uzlib: Update description of decompress() and mention DecompIO.Paul Sokolovsky
2017-07-04py/modmath: Check for zero division in log with 2 args.Damien George
2017-07-04py/vm: Make "if" control flow more obvious in YIELD_FROM opcode.Damien George
2017-07-04py/objstr: Remove unnecessary "sign" variable in formatting code.Damien George
2017-07-04py/runtime: Mark m_malloc_fail() as NORETURN.Damien George
2017-07-04py/binary: Add missing "break" statements.Damien George
2017-07-03stmhal: Clean up some header includes.Damien George
2017-07-03stmhal/boards: Add configuration files for NUCLEO_F429ZI.Alberto Petrucci
2017-07-03docs/pyboard: Move info about using Windows from topindex to general.Damien George
2017-07-03extmod/modubinascii: Add check for empty buffer passed to hexlify.Damien George
2017-07-02docs/esp8266/general.rst: Fix name of NTP module.Patrick O'Leary
2017-07-03docs/uerrno: Document "uerrno" module.Paul Sokolovsky
2017-07-02docs/pyboard: Move hardware info into General Info chapter.Paul Sokolovsky
2017-07-02docs/*_index: Drop "Indices and tables" pseudo-section.Paul Sokolovsky
2017-07-02py/objstr: Move uPy function wrappers to just after the C function.Damien George
2017-07-02docs/conf.py: Set "version" and "release" to the same value.Paul Sokolovsky
2017-07-02docs/replace.inc: Add |see_cpython|, to xref individual symbols from CPython.Paul Sokolovsky
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
2017-07-02docs/conf.py: Add file for global replacements definition.Paul Sokolovsky
2017-07-02docs/conf.py: Switch to "new" format of intersphinx_mapping.Paul Sokolovsky
2017-07-02docs/topindex.html: Fix typo in "Glossary" heading.Damien George
2017-07-02docs: Add glossary.Paul Sokolovsky
2017-07-02docs/ure: Elaborate doc, update markup to the latest conventions.Paul Sokolovsky
2017-07-01docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError.Paul Sokolovsky
2017-07-01reference/index: Rewrite introduction paragraph to avoid confusion.Paul Sokolovsky
2017-07-01docs/differences/index_template: Use consistent heading casing.Paul Sokolovsky
2017-07-01docs: Move topindex.html to templates/ subdir.Damien George
2017-07-01docs/conf.py: Add .venv dir to exclude_patterns.Paul Sokolovsky
2017-07-01docs/constrained: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-07-01extmod/modure: If input string is bytes, return bytes results too.Paul Sokolovsky
2017-06-30docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.Paul Sokolovsky
2017-06-30docs/topindex.html: Remove link to wipy.io, it's no longer available.Damien George
2017-06-30tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.Damien George
2017-06-30py/mpprint: Remove unreachable check for neg return of mp_format_float.Damien George
2017-06-29tests/basics/namedtuple1: Add test for creating with pos and kw args.Damien George
2017-06-29py/objnamedtuple: Simplify and remove use of alloca building namedtuple.Damien George
2017-06-29docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-28stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.Damien George
2017-06-28stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options.Damien George
2017-06-28stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C nameDamien George
2017-06-28travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP.Damien George
2017-06-28stmhal/Makefile: Use hardware double-prec FP for MCUs that support it.Damien George
2017-06-28stmhal/boards: Enable double-prec FP on F76x boards.Damien George
2017-06-28stmhal: Add possibility to build with double-precision floating point.Damien George
2017-06-28lib: Add libm_dbl, a double-precision math library, from musl-1.1.16.Damien George
2017-06-28tests/import: Update comment now that uPy raises correct exception.Damien George
2017-06-28tests/import: Add a test for the builtin __import__ function.Damien George