micropython/unix
Paul Sokolovsky 56eb25f049 py/objstr: Make .partition()/.rpartition() methods configurable.
Default is disabled, enabled for unix port. Saves 600 bytes on x86.
2016-08-07 06:46:55 +03:00
..
.gitignore
Makefile unix/Makefile: And note why btree module is disabled for coverage build. 2016-07-31 02:27:13 +03:00
alloc.c
coverage.c
fatfs_port.c
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
file.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
gccollect.c unix/gccollect: Provide declaration of exported function. 2016-06-28 11:28:50 +01:00
input.c
input.h
main.c unix/main: When preparing sys.path, allocate exact strings on uPy heap. 2016-07-09 01:48:07 +03:00
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
modtermios.c
modtime.c unix/modtime: Release the GIL when sleeping. 2016-06-28 11:28:50 +01:00
moduselect.c unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
mpconfigport.h py/objstr: Make .partition()/.rpartition() methods configurable. 2016-08-07 06:46:55 +03:00
mpconfigport.mk extmod/modussl_axtls: Further changes to allow alternative SSL modules. 2016-07-13 01:49:38 +03:00
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build. 2016-07-21 00:37:53 +03:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c unix/mpthreadport: Adjust minimum thread stack, and stack limit check. 2016-07-11 14:59:47 +00:00
mpthreadport.h unix: Implement garbage collection with threading. 2016-06-28 11:28:49 +01:00
qstrdefsport.h
unix_mphal.c