.. |
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 |
modules
|
unix: Move upip to frozen bytecode dir.
|
8 years ago |
.gitignore
|
unix: Fix freedos port build problems.
|
8 years ago |
Makefile
|
unix/Makefile: replace references to make with $(MAKE)
|
8 years ago |
alloc.c
|
unix: Convert mp_uint_t to size_t in alloc.c.
|
8 years ago |
coverage.c
|
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
|
7 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: Convert to use core-provided version of built-in import().
|
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
|
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
|
8 years ago |
modjni.c
|
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
|
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
|
various: Spelling fixes
|
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/modtime: Replace strftime() with localtime().
|
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
|
unix: Convert to use core-provided version of built-in import().
|
8 years ago |
mpconfigport.mk
|
unix/mpconfigport.mk: Update descriptions of readline and TLS options.
|
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: Convert to use core-provided version of built-in import().
|
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 |