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
9ddbe291c4
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
|
10 years ago |
.. |
.gitignore
|
Revamp qstrs: they now include length and hash.
|
11 years ago |
Makefile
|
Makefiles: Support py/*.h includes per #1022.
|
10 years ago |
alloc.c
|
Code style/whitespace cleanup; remove obsolete headers.
|
10 years ago |
file.c
|
py: Make functions static where appropriate.
|
10 years ago |
gccollect.c
|
py: Make functions static where appropriate.
|
10 years ago |
input.c
|
unix: Remove unused CTRL-D definition
|
11 years ago |
input.h
|
Add input command for unix
|
11 years ago |
main.c
|
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
|
10 years ago |
modffi.c
|
modffi: Support void (None) return value for Python callback functions.
|
10 years ago |
modos.c
|
unix, windows: Add _os.system() call.
|
10 years ago |
modsocket.c
|
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
|
10 years ago |
modtermios.c
|
Use MP_DEFINE_CONST_DICT macro to define module dicts.
|
10 years ago |
modtime.c
|
unix: Rename "time" module to "utime" to allow extensibility.
|
10 years ago |
mpconfigport.h
|
unix: Rename "time" module to "utime" to allow extensibility.
|
10 years ago |
mpconfigport.mk
|
modtermios: Add "termios" unix module, subset of CPython's.
|
10 years ago |
mpconfigport_fast.h
|
unix: fast: Set initial module dict size big to have high pystone score.
|
10 years ago |
qstrdefsport.h
|
py: Allow to properly disable builtin "set" object.
|
10 years ago |
seg_helpers.c
|
unix: Create __bss_start and _end symbols for Mach-O targets.
|
11 years ago |