817 Commits (72732fea1a041b94448d98ad4fd53545caa758ab)

Author SHA1 Message Date
Damien George d92898a35a unix: Convert to use core-provided version of built-in import(). 8 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George d77862279e unix/Makefile: Don't add frozen bytecode to minimal build. 8 years ago
Paul Sokolovsky a4e38db30d unix: Move upip to frozen bytecode dir. 8 years ago
Paul Sokolovsky 5c312861a6 unix/Makefile: Enable frozen bytecode modules dir. 8 years ago
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
Paul Sokolovsky edc02bd952 unix/main: Implement -m option for packages. 8 years ago
Paul Sokolovsky c1e0eb7afe unix/main: Don't allow to specify too small heap size. 8 years ago
Paul Sokolovsky d7da2dba07 py/modio: Implement uio.resource_stream(package, resource_path). 8 years ago
Paul Sokolovsky 11bc21dfa8 unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive. 8 years ago
Damien George 7743b1523e unix: Remove obsolete MICROPY_FATFS macro. 8 years ago
Damien George 03053f82db mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation. 8 years ago
Damien George fe79234ca0 unix: Enabled high-quality float hashing in coverage build. 8 years ago
Damien George 6c564aa408 unix, windows: Use core-provided KeyboardInterrupt exception object. 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Pavol Rusnak 6e6c01b971 unix: Convert mp_uint_t to size_t in alloc.c. 8 years ago
Damien George 46e98d9ea7 unix: Convert mp_uint_t to size_t for use of mp_obj_list_get. 8 years ago
Damien George 29424304d9 unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George 74faf4c5fc unix/coverage: Enable scheduler and add tests for it. 8 years ago
Damien George c138b21ceb unix: Use mp_handle_pending() in time.sleep(). 8 years ago
Rami Ali 77cbd173df tests: Improve binary.c test coverage. 8 years ago
Damien George 33a77ea25f unix/main: Refactor to put lexer constructors all in one place. 8 years ago
Paul Sokolovsky fe866d996f unix/moduselect: Properly implement ipoll object iteration. 8 years ago
Damien George 5e83a75c78 unix: Remove remaining, obsolete traces of GNU readline support. 8 years ago
Damien George f1ea3bc72b unix/modmachine: Add Signal class to machine module. 8 years ago
Damien George ae8d867586 py: Add iter_buf to getiter type method. 9 years ago
Paul Sokolovsky 16a3534ad4 unix/moduselect: Implement ipoll() method with no-allocation policy. 8 years ago
dmazzella 18e6569166 py/objtype: Implement __delattr__ and __setattr__. 8 years ago
Paul Sokolovsky de48a27d60 unix/main: Properly handle MICROPYPATH starting with ':'. 8 years ago
Nikita Melentev 5bea6ea808 unix: Fix freedos port build problems. 8 years ago
Nicko van Someren df0117c8ae py: Added optimised support for 3-argument calls to builtin.pow() 8 years ago
Damien George 30beed119f unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George 95635ade8b unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config. 8 years ago
Damien George 1808b2e8d5 extmod: Remove MICROPY_FSUSERMOUNT and related files. 8 years ago
Damien George 9225ce6a14 unix/fatfs_port: Include new oofatfs header. 8 years ago
Damien George f1e04148a1 unix: Change to use new generic VFS sub-system in coverage build. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 143fa0ffeb unix: Get minimal version compiling again. 8 years ago
Damien George 5395f5bc71 unix: Switch to OO version of FatFS library. 9 years ago
Damien George 1abaf74293 unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build. 8 years ago
Damien George 51c89e4f4e unix: Enable builtin help function in coverage build. 8 years ago
Rami Ali 751e379533 tests: Improve frozen import test coverage. 8 years ago
Damien George 9317fee523 unix/coverage: Move coverage #if guard back to top of file. 8 years ago
Rami Ali 8d01bd3a1c tests: Improve stream.c test coverage. 8 years ago
Damien George a722ed532f tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
Damien George 5d0d61586c unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 8 years ago
Damien George 1551309575 unix: Enable and add basic frozen str and frozen mpy in coverage build. 8 years ago