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.
 
 
 
 
 
 
Nikita Nazarenko d51107927d unix: add unlink function to os module 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 stream seek correctly check for ioctl fn; add seek for textio. 10 years ago
gccollect.c py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 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 modsys: Add sys.print_exception(exc, file=sys.stdout) function. 10 years ago
modffi.c py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. 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 Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
mpconfigport.h py: Allow builtins to be overridden. 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: add unlink function to os module 10 years ago
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 11 years ago