summaryrefslogtreecommitdiffstatshomepage
path: root/unix
Commit message (Expand)AuthorAge
* all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George2017-08-21
* extmod,unix: For uos.stat interpret st_size member as an unsigned int.Damien George2017-08-21
* all: Raise exceptions via mp_raise_XXXJavier Candeira2017-08-13
* py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky2017-08-11
* all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George2017-08-11
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* unix/modjni: Convert to mp_rom_map_elem_t.Paul Sokolovsky2017-07-30
* all: Unify header guard usage.Alexander Steffen2017-07-18
* unix/Makefile: Disable assertions in the standard unix executable.Damien George2017-07-12
* unix/modsocket: Remove unnecessary asserts.Damien George2017-07-12
* py/repl: Change mp_uint_t to size_t in repl helpers.Damien George2017-07-04
* tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.Damien George2017-06-30
* unix/mpconfigport.mk: Update descriptions of readline and TLS options.Paul Sokolovsky2017-06-17
* all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George2017-06-15
* unix/modtime: Replace strftime() with localtime().Paul Sokolovsky2017-06-11
* unix/Makefile: replace references to make with $(MAKE)Tamas TEVESZ2017-06-08
* unix: Convert to use core-provided version of built-in import().Damien George2017-06-01
* various: Spelling fixesVille Skyttä2017-05-29
* unix/Makefile: Don't add frozen bytecode to minimal build.Damien George2017-05-26
* unix: Move upip to frozen bytecode dir.Paul Sokolovsky2017-05-12
* unix/Makefile: Enable frozen bytecode modules dir.Paul Sokolovsky2017-05-12
* ports: Add ilistdir in uos module.Damien George2017-05-10
* unix/main: Implement -m option for packages.Paul Sokolovsky2017-05-09
* unix/main: Don't allow to specify too small heap size.Paul Sokolovsky2017-05-06
* py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky2017-05-03
* unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive.Paul Sokolovsky2017-05-01
* unix: Remove obsolete MICROPY_FATFS macro.Damien George2017-04-26
* mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George2017-04-22
* unix: Enabled high-quality float hashing in coverage build.Damien George2017-04-12
* unix, windows: Use core-provided KeyboardInterrupt exception object.Damien George2017-04-11
* all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George2017-04-01
* all: Use full path name when including mp-readline/timeutils/netutils.Damien George2017-03-31
* unix: Convert mp_uint_t to size_t in alloc.c.Pavol Rusnak2017-03-31
* unix: Convert mp_uint_t to size_t for use of mp_obj_list_get.Damien George2017-03-29
* unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data.Damien George2017-03-25
* all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz2017-03-23
* unix/coverage: Enable scheduler and add tests for it.Damien George2017-03-20
* unix: Use mp_handle_pending() in time.sleep().Damien George2017-03-20
* tests: Improve binary.c test coverage.Rami Ali2017-03-14
* unix/main: Refactor to put lexer constructors all in one place.Damien George2017-03-14
* unix/moduselect: Properly implement ipoll object iteration.Paul Sokolovsky2017-03-05
* unix: Remove remaining, obsolete traces of GNU readline support.Damien George2017-03-03
* unix/modmachine: Add Signal class to machine module.Damien George2017-03-02
* py: Add iter_buf to getiter type method.Damien George2017-02-16
* unix/moduselect: Implement ipoll() method with no-allocation policy.Paul Sokolovsky2017-02-13
* py/objtype: Implement __delattr__ and __setattr__.dmazzella2017-02-09
* unix/main: Properly handle MICROPYPATH starting with ':'.Paul Sokolovsky2017-02-07
* unix: Fix freedos port build problems.Nikita Melentev2017-02-06
* py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren2017-02-02
* unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.Damien George2017-01-30