aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-26docs/uhashlib: Provide port-neutral description.Paul Sokolovsky
2017-02-24extmod/modurandom: Use mp_raise_ValueError().Paul Sokolovsky
2017-02-24py/runtime: mp_raise_msg(): Accept NULL argument for message.Paul Sokolovsky
2017-02-24esp8266/mpconfigport.h: Enable help('modules') feature.Damien George
2017-02-24drivers/display/lcd160cr: Fix bug with save_to_flash method.Damien George
2017-02-23cc3200/moduos: Remove uos.sep, as it's strictly optional.Paul Sokolovsky
2017-02-24py/parse: Simplify handling of errors by raising them directly.Damien George
2017-02-24py: Create str/bytes objects in the parser, not the compiler.Damien George
2017-02-24tests/micropython: Add test for consts that are bignums.Damien George
2017-02-24py/parse: Allow parser/compiler consts to be bignums.Damien George
2017-02-22tools/gen-cpydiff.py: Set the Python import path to find test modules.Damien George
2017-02-22cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.Damien George
2017-02-22cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.Damien George
2017-02-22cc3200: Enable uerrno module with short, custom list of error codes.Damien George
2017-02-22py/moduerrno: Make list of errno codes configurable.Damien George
2017-02-22py/moduerrno: Make uerrno.errorcode dict configurable.Damien George
2017-02-22cc3200: When raising OSError's use MP_Exxx as arg instead of a string.Damien George
2017-02-22cc3200: Convert to using uPy internal errno numbers.Damien George
2017-02-22cc3200: Move wlan socket glue functions from modwlan to modusocket.Damien George
2017-02-21cc3200: Remove remaining references to std.h.Damien George
2017-02-21drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().Damien George
2017-02-21cc3200/mods/modwlan: Add int casts to silence compiler warnings.Damien George
2017-02-21cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.Damien George
2017-02-21cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.Damien George
2017-02-21cc3200/mods/modwlan: Remove unused header includes; simplify others.Damien George
2017-02-21cc3200: Remove util/std.h, can just use stdio.h instead.Damien George
2017-02-21cc3200: Use simplelink API instead of emulated BSD API.Damien George
2017-02-21cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.Damien George
2017-02-20tests/cpydiff: Add a test for storing iterable to a list slice.Damien George
2017-02-20docs: Modify Makefile and indexes to generate cPy-differences pages.Rami Ali
2017-02-20tools: Add gen-cpydiff.py to generate docs differences.Rami Ali
2017-02-20tests/cpydiff: Add initial set of tests for uPy-CPython differences.Rami Ali
2017-02-20py/objlist: For list slice assignment, allow RHS to be a tuple or list.Damien George
2017-02-20tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.Paul Sokolovsky
2017-02-17zephyr/README: Network startup issues with frdm_k64f resolved.Paul Sokolovsky
2017-02-17docs/library/lcd160cr: Mention the valid values for set_power() method.Damien George
2017-02-17drivers/display/lcd160cr: Use correct variable in set_power().Stephan Brauer
2017-02-17windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015stijn
2017-02-17teensy/main: Remove unnecessary header includes.Damien George
2017-02-17stmhal/main: Remove unnecessary header includes.Damien George
2017-02-17py/grammar: Remove unused rule.Damien George
2017-02-17py/lexer: Convert mp_uint_t to size_t where appropriate.Damien George
2017-02-17tests/basics/string_join: Add more tests for string concatenation.Damien George
2017-02-17tests/cmdline/cmd_parsetree: Update to work with changes to grammar.Damien George
2017-02-17py: Do adjacent str/bytes literal concatenation in lexer, not compiler.Damien George
2017-02-17py/lexer: Simplify handling of line-continuation error.Damien George
2017-02-17py/lexer: Use strcmp to make keyword searching more efficient.Damien George
2017-02-17py/lexer: Move check for keyword to name-tokenising block.Damien George
2017-02-17py/lexer: Simplify handling of indenting of very first token.Damien George
2017-02-17minimal: Update frozentest.mpy file for new .mpy version.Damien George