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 109c1de015 py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 10 years ago
..
.gitignore Revamp qstrs: they now include length and hash. 11 years ago
Makefile Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* 10 years ago
alloc.c Code style/whitespace cleanup; remove obsolete headers. 10 years ago
file.c Implement kwargs for builtin open() and _io.FileIO 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 unix: Make -v dump memory info at exit. 10 years ago
modffi.c unix: Fix modffi to be able to return double on x86 machines. 10 years ago
modos.c py: Change all uint to mp_uint_t in obj.h. 10 years ago
modsocket.c Implement kwargs for builtin open() and _io.FileIO 10 years ago
modtermios.c py: Change all uint to mp_uint_t in obj.h. 10 years ago
modtime.c Rename machine_(u)int_t to mp_(u)int_t. 10 years ago
mpconfigport.h py: Implement compile builtin, enabled only on unix port. 10 years ago
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 10 years ago
qstrdefsport.h unix: Rename "microsocket" module to "usocket". 10 years ago
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 11 years ago