Home
last modified time | relevance | path

Searched refs:posixmodule (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt82 # Modules/posixmodule.c
121 # Modules/posixmodule.c
/external/python/cpython2/
DMakefile.pre.in661 Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c $(srcdir)/Modules/posixmodule.h
663 Modules/grpmodule.o: $(srcdir)/Modules/grpmodule.c $(srcdir)/Modules/posixmodule.h
665 Modules/pwdmodule.o: $(srcdir)/Modules/pwdmodule.c $(srcdir)/Modules/posixmodule.h
DAndroid.bp273 "Modules/posixmodule.c",
/external/python/cpython3/
DMakefile.pre.in782 Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c $(srcdir)/Modules/posixmodule.h
784 Modules/grpmodule.o: $(srcdir)/Modules/grpmodule.c $(srcdir)/Modules/posixmodule.h
786 Modules/pwdmodule.o: $(srcdir)/Modules/pwdmodule.c $(srcdir)/Modules/posixmodule.h
788 Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c $(srcdir)/Modules/posixmodule.h
/external/python/cpython2/PC/os2emx/
Dpython27.def1202 ; From python27_s.lib(posixmodule)
/external/python/cpython3/Modules/
DSetup.dist107 posix -DPy_BUILD_CORE posixmodule.c # posix (UNIX) system calls
Dposixmodule.c13295 static struct PyModuleDef posixmodule = { variable
13449 m = PyModule_Create(&posixmodule); in INITFUNC()
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp634 SOURCE=..\..\Modules\posixmodule.c
/external/python/cpython2/Modules/
DSetup.dist115 posix posixmodule.c # posix (UNIX) system calls
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst2730 Convert posixmodule to use Argument Clinic.
3914 posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk661 posixmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile882 posixmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
/external/python/cpython2/Misc/
DHISTORY4619 - 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
[all …]
/external/python/cpython3/Doc/howto/
Dclinic.rst1708 Warning in file "Modules/posixmodule.c" on line 12357:
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4270 posixmodule now includes os.chflags() and os.lchflags() functions on
/external/python/cpython3/Misc/
DHISTORY2093 - 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.
[all …]