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.
 
 
 
 
 
 
Paul Sokolovsky 8427c5b76c unix/windows: Make sure that process exit code is portable 8-bit value. 10 years ago
..
.gitignore Revamp qstrs: they now include length and hash. 11 years ago
Makefile unix: Provide "fast" target to build interpreter for benchmarking. 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 unix/windows: Make sure that process exit code is portable 8-bit value. 10 years ago
modffi.c modffi: Support void (None) return value for Python callback functions. 10 years ago
modos.c unix: add unlink function to os module 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 unix: Rename "time" module to "utime" to allow extensibility. 10 years ago
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 11 years ago