aboutsummaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2017-06-15all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George
2017-06-11unix/modtime: Replace strftime() with localtime().Paul Sokolovsky
2017-06-08unix/Makefile: replace references to make with $(MAKE)Tamas TEVESZ
2017-06-01unix: Convert to use core-provided version of built-in import().Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-05-26unix/Makefile: Don't add frozen bytecode to minimal build.Damien George
2017-05-12unix: Move upip to frozen bytecode dir.Paul Sokolovsky
2017-05-12unix/Makefile: Enable frozen bytecode modules dir.Paul Sokolovsky
2017-05-10ports: Add ilistdir in uos module.Damien George
2017-05-09unix/main: Implement -m option for packages.Paul Sokolovsky
2017-05-06unix/main: Don't allow to specify too small heap size.Paul Sokolovsky
2017-05-03py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky
2017-05-01unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive.Paul Sokolovsky
2017-04-26unix: Remove obsolete MICROPY_FATFS macro.Damien George
2017-04-22mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George
2017-04-12unix: Enabled high-quality float hashing in coverage build.Damien George
2017-04-11unix, windows: Use core-provided KeyboardInterrupt exception object.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-31unix: Convert mp_uint_t to size_t in alloc.c.Pavol Rusnak
2017-03-29unix: Convert mp_uint_t to size_t for use of mp_obj_list_get.Damien George
2017-03-25unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-20unix/coverage: Enable scheduler and add tests for it.Damien George
2017-03-20unix: Use mp_handle_pending() in time.sleep().Damien George
2017-03-14tests: Improve binary.c test coverage.Rami Ali
2017-03-14unix/main: Refactor to put lexer constructors all in one place.Damien George
2017-03-05unix/moduselect: Properly implement ipoll object iteration.Paul Sokolovsky
2017-03-03unix: Remove remaining, obsolete traces of GNU readline support.Damien George
2017-03-02unix/modmachine: Add Signal class to machine module.Damien George
2017-02-16py: Add iter_buf to getiter type method.Damien George
2017-02-13unix/moduselect: Implement ipoll() method with no-allocation policy.Paul Sokolovsky
2017-02-09py/objtype: Implement __delattr__ and __setattr__.dmazzella
2017-02-07unix/main: Properly handle MICROPYPATH starting with ':'.Paul Sokolovsky
2017-02-06unix: Fix freedos port build problems.Nikita Melentev
2017-02-02py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren
2017-01-30unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-27unix/fatfs_port: Include new oofatfs header.Damien George
2017-01-27unix: Change to use new generic VFS sub-system in coverage build.Damien George
2017-01-27extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George
2017-01-27unix: Get minimal version compiling again.Damien George
2017-01-27unix: Switch to OO version of FatFS library.Damien George
2017-01-22unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build.Damien George
2017-01-22unix: Enable builtin help function in coverage build.Damien George
2017-01-16tests: Improve frozen import test coverage.Rami Ali
2017-01-16unix/coverage: Move coverage #if guard back to top of file.Damien George
2017-01-16tests: Improve stream.c test coverage.Rami Ali