Lines Matching refs:posixmodule
2093 - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
4070 in Modules/posixmodule.c is now far more robust.
9059 - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
22003 - os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
23461 - posixmodule.c: fix a Windows crash with stat() of a filename ending
23901 - posixmodule (and by extension, the os module on POSIX platforms) now
26154 prototypes in posixmodule.c.
27146 * Modules/posixmodule.c: Add extern decl for fsync() for SunOS 4.x.
28001 * Modules/posixmodule.c:
30031 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
30958 - posixmodule.c: now exports the O_* flags (O_APPEND etc.). On
31906 in posixmodule (also under NT).
33098 * The DOS functions have been taken out of posixmodule.c and moved
33774 posixmodule.c. The executable is not yet available but will be soon