Lines Matching refs:posixmodule
4619 - os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
6077 - posixmodule.c: fix a Windows crash with stat() of a filename ending
6522 - posixmodule (and by extension, the os module on POSIX platforms) now
8775 prototypes in posixmodule.c.
9767 * Modules/posixmodule.c: Add extern decl for fsync() for SunOS 4.x.
10622 * Modules/posixmodule.c:
12652 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
13579 - posixmodule.c: now exports the O_* flags (O_APPEND etc.). On
14527 in posixmodule (also under NT).
15719 * The DOS functions have been taken out of posixmodule.c and moved
16395 posixmodule.c. The executable is not yet available but will be soon