micropython/unix
stijn a89e93e050 CPython compatibility: raise an error for operations on a closed file descriptor
In CPython any operations on a file that has been closed already reaises
a ValueError with message "I/O operation on closed file"
2014-05-03 14:05:56 +02:00
..
.gitignore
Makefile
file.c CPython compatibility: raise an error for operations on a closed file descriptor 2014-05-03 14:05:56 +02:00
gccollect.c
main.c py, unix: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 17:48:40 +03:00
modffi.c unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 18:08:16 +03:00
modsocket.c unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 18:08:16 +03:00
modtime.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
mpconfigport.h py: Add tentative scheme for error messages configuration. 2014-05-01 01:50:35 +03:00
mpconfigport.mk
qstrdefsport.h py: "read" & "write" are so common that make them core. 2014-04-26 21:15:56 +03:00