micropython/unix
Damien George e37dcaafb4 py: Allow to properly disable builtin "set" object.
This patch makes MICROPY_PY_BUILTINS_SET compile-time option fully
disable the builtin set object (when set to 0).  This includes removing
set constructor/comprehension from the grammar, the compiler and the
emitters.  Now, enabling set costs 8168 bytes on unix x64, and 3576
bytes on stmhal.
2014-12-27 17:33:30 +00:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile Makefiles: Support py/*.h includes per #1022. 2014-12-27 16:32:52 +02:00
alloc.c Code style/whitespace cleanup; remove obsolete headers. 2014-09-03 22:47:23 +01:00
file.c py: Make functions static where appropriate. 2014-12-10 22:08:14 +00:00
gccollect.c py: Make functions static where appropriate. 2014-12-10 22:08:14 +00:00
input.c unix: Remove unused CTRL-D definition 2014-06-25 13:33:10 +02:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c unix/windows: Make sure that process exit code is portable 8-bit value. 2014-12-19 00:01:49 +02:00
modffi.c modffi: Support void (None) return value for Python callback functions. 2014-12-16 00:28:12 +02:00
modos.c unix, windows: Add _os.system() call. 2014-12-23 12:56:24 +00:00
modsocket.c py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. 2014-12-05 23:13:52 +00:00
modtermios.c Use MP_DEFINE_CONST_DICT macro to define module dicts. 2014-11-29 14:39:27 +00:00
modtime.c unix: Rename "time" module to "utime" to allow extensibility. 2014-12-17 00:13:32 +02:00
mpconfigport.h unix: Rename "time" module to "utime" to allow extensibility. 2014-12-17 00:13:32 +02:00
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
mpconfigport_fast.h unix: fast: Set initial module dict size big to have high pystone score. 2014-11-05 00:30:21 +02:00
qstrdefsport.h py: Allow to properly disable builtin "set" object. 2014-12-27 17:33:30 +00:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00