Home
last modified time | relevance | path

Searched refs:timemodule (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/RISCOS/
DMakefile364 @.^.Lib.time/pyd: @.^.Modules.o.timemodule s.linktab @.o.sleep
365 $(LINK) -aof -o @.^.Modules.o.timelink @.^.Modules.o.timemodule @.o.sleep $(OSLIB).o.OSLib32
/external/python/cpython3/Modules/
Dtimemodule.c1730 static struct PyModuleDef timemodule = { variable
1746 m = PyModule_Create(&timemodule); in PyInit_time()
DSetup.dist122 time -DPy_BUILD_CORE timemodule.c # -lm # time operations and variables
/external/python/cpython2/
DAndroid.bp421 "Modules/timemodule.c",
567 "Modules/timemodule.c",
/external/python/cpython2/Modules/
DSetup.dist175 #time timemodule.c # -lm # time operations and variables
214 #_socket socketmodule.c timemodule.c
/external/python/cpython2/PC/os2emx/
Dpython27.def1307 ; From python27_s.lib(timemodule)
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst862 ``timemodule`` on macOS.
D3.7.1rc1.rst76 Fix a memory leak in Modules/timemodule.c. Patch by Zackery Spytz.
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp758 SOURCE=..\..\Modules\timemodule.c
/external/python/cpython3/
Dpyconfig.h.in1413 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
Dconfigure.ac3900 [Library needed by timemodule.c: librt may be needed for clock_gettime()])
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk831 timemodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1158 timemodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/Misc/
DHISTORY3600 good to expose some other internal timemodule.c functions there.
9873 * Modules/timemodule.c:
9957 * Modules/timemodule.c: Chris Lawrence writes:
10461 * Modules/timemodule.c: Patch by Chris Herborth for BeOS code.
10583 * Modules/timemodule.c:
10599 * Modules/timemodule.c:
/external/python/cpython3/Misc/
DHISTORY20984 good to expose some other internal timemodule.c functions there.
27252 * Modules/timemodule.c:
27336 * Modules/timemodule.c: Chris Lawrence writes:
27840 * Modules/timemodule.c: Patch by Chris Herborth for BeOS code.
27962 * Modules/timemodule.c:
27978 * Modules/timemodule.c: