aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-16logo: Change line endings in FONT-LICENSE.txt from CRLF to LF.Damien George
2015-04-16tests: Convert line endings in fun_name.py from CRLF to LF.Damien George
2015-04-16qemu-arm: Get compiling again with recent changes to print framework.Damien George
2015-04-16cc3200: Get bootloader compiling with latest overhaul of printf code.Damien George
2015-04-16py: Add %q format support to mp_[v]printf, and use it.Damien George
2015-04-16py: Convert occurrences of non-debug printf to mp_printf.Damien George
2015-04-16py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-16objarray: Support assignment of bytes to bytearray slice.Paul Sokolovsky
2015-04-14acks: Add 2 names to the ACKNOWLEDGEMENTS file.Damien George
2015-04-14cc3200: Correct the IP address byte order in the FTP server.Daniel Campora
2015-04-14cc3200: Add IPPROTO_SEC to be able to create secure sockets.Daniel Campora
2015-04-13stmhal: In USB HID driver, make polling interval configurable.Damien George
2015-04-13cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.Daniel Campora
2015-04-13cc3200: Add WLAN.config_ip().Daniel Campora
2015-04-12py/formatfloat.c: Fix format of floating point numbers near 1.0.Dave Hylands
2015-04-12objstr: split(None): Fix whitespace properly.Paul Sokolovsky
2015-04-11py: In emitinlinethumb, use qstr_data instead of qstr_str and strlen.Damien George
2015-04-11py: Remove old debugging printf's in compile.c.Damien George
2015-04-11stmhal: Make LED object print LED(x) for consistency with constructor.Damien George
2015-04-11py: Combine load_attr and store_attr type methods into one (attr).Damien George
2015-04-11lib/fatfs: Space optimise the ff_wtoupper function.Damien George
2015-04-11cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII.Daniel Campora
2015-04-11cc3200: Enable long filename support in FatFS.Daniel Campora
2015-04-10input.c: Fix line-endings after recent changes.Paul Sokolovsky
2015-04-09py: Provide typedefs for function types instead of writing them inline.Damien George
2015-04-09py: Adjust some spaces in code style/format, purely for consistency.Damien George
2015-04-09unix: Automatically fix incompatible readline build options.stijn
2015-04-09py: Use a dummy type for referring to extern structsstijn
2015-04-09py: Fix msvc warning '*/ found outside of comment'stijn
2015-04-09docs: Document pyb.main function to set main script.Damien George
2015-04-07py: Implement full func arg passing for native emitter.Damien George
2015-04-07cc3200: Enable the stdio UART for the LaunchXL only.Daniel Campora
2015-04-07cc3200: Enable pull-ups for the STDIO UART pins.Daniel Campora
2015-04-07py: Simplify bytecode prelude when encoding closed over variables.Damien George
2015-04-06py: Implement calling functions with *args in native emitter.Damien George
2015-04-07py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.Paul Sokolovsky
2015-04-06py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.Paul Sokolovsky
2015-04-05cc3200: Fix typo after previous refactor.Paul Sokolovsky
2015-04-05teensy: Fix function prototype.Paul Sokolovsky
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-04-05tests: Add some more tests to improve code coverage of corner cases.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2015-04-04stmhal, qemu-arm: Enable sys.maxsize attribute.Damien George
2015-04-04cc3200: Add WLAN AP specific settings for each board.Daniel Campora
2015-04-04py: Implement delete for property and descriptors.Damien George
2015-04-04py: In str unicode, str_subscr will never be passed a bytes object.Damien George
2015-04-04docs: Bump version to 1.4.1.Damien George
2015-04-04stmhal: Enable new str.splitlines() method.Damien George