You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
..
coverage-frzmpy tests: Improve frozen import test coverage. 8 years ago
coverage-frzstr tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
scripts unix: Add symlinks for upip to make it frozen into binary. 8 years ago
.gitignore unix: Fix freedos port build problems. 8 years ago
Makefile unix: Remove obsolete MICROPY_FATFS macro. 8 years ago
alloc.c unix: Convert mp_uint_t to size_t in alloc.c. 8 years ago
coverage.c unix/coverage: Enable scheduler and add tests for it. 8 years ago
fatfs_port.c unix/fatfs_port: Include new oofatfs header. 8 years ago
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 8 years ago
file.c py: Add iter_buf to getiter type method. 8 years ago
gccollect.c unix: fix symbol references for x86 Mac 8 years ago
input.c unix: Remove remaining, obsolete traces of GNU readline support. 8 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c unix/main: Implement -m option for packages. 8 years ago
modffi.c unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
modjni.c all: Consistently update signatures of .make_new and .call methods. 8 years ago
modmachine.c unix/modmachine: Add Signal class to machine module. 8 years ago
modos.c unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
modsocket.c all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
modtermios.c unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
modtime.c unix: Use mp_handle_pending() in time.sleep(). 8 years ago
moduos_vfs.c ports: Add ilistdir in uos module. 8 years ago
moduselect.c unix/moduselect: Properly implement ipoll object iteration. 8 years ago
mpconfigport.h py/modio: Implement uio.resource_stream(package, resource_path). 8 years ago
mpconfigport.mk unix: Remove obsolete MICROPY_FATFS macro. 8 years ago
mpconfigport_coverage.h unix: Enabled high-quality float hashing in coverage build. 8 years ago
mpconfigport_fast.h py: Add ability to have frozen persistent bytecode from .mpy files. 9 years ago
mpconfigport_freedos.h unix: Fix freedos port build problems. 8 years ago
mpconfigport_minimal.h unix, windows: Use core-provided KeyboardInterrupt exception object. 8 years ago
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 9 years ago
mphalport.h unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 8 years ago
mpthreadport.c unix: Use mp_raise_OSError helper function. 8 years ago
mpthreadport.h unix: Implement garbage collection with threading. 8 years ago
qstrdefsport.h py: Add rules for automated extraction of qstrs from sources. 9 years ago
unix_mphal.c unix, windows: Use core-provided KeyboardInterrupt exception object. 8 years ago