Home
last modified time | relevance | path

Searched refs:pythonw (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Mac/
DMakefile.in54 install_pythonw: pythonw
55 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/pythonw$(VERSION)"
56 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/python$(VERSION)"
59 ln -sf pythonw$(VERSION) "$(DESTDIR)$(prefix)/bin/pythonw2"
62 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw
63 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/pythonw$(VERSION)-32 pythonw
66 ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw2-32"
79 for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \
83 python$(VERSION) pythonw$(VERSION) idle$(VERSION) \
90 for fn in python-32 pythonw-32 \
[all …]
/aosp_15_r20/external/python/cpython2/PC/VC6/
Dpythonw.dsp1 # Microsoft Developer Studio Project File - Name="pythonw" - Package Owner=<4>
7 CFG=pythonw - Win32 Alpha Release
11 !MESSAGE NMAKE /f "pythonw.mak".
16 !MESSAGE NMAKE /f "pythonw.mak" CFG="pythonw - Win32 Alpha Release"
20 !MESSAGE "pythonw - Win32 Release" (based on "Win32 (x86) Application")
21 !MESSAGE "pythonw - Win32 Debug" (based on "Win32 (x86) Application")
26 # PROP Scc_ProjName "pythonw"
32 !IF "$(CFG)" == "pythonw - Win32 Release"
42 # PROP Intermediate_Dir "x86-temp-release\pythonw"
59 !ELSEIF "$(CFG)" == "pythonw - Win32 Debug"
[all …]
Dpcbuild.dsw237 Project: "pythonw"=".\pythonw.dsp" - Package Owner=<4>
Dreadme.txt31 main ones (pythoncore, python, pythonw) generally build a DLL (renamed to
39 pythonw
40 pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
/aosp_15_r20/external/python/cpython3/Mac/
DMakefile.in178 pythonw: $(srcdir)/Tools/pythonw.c Makefile
180 $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include \
273 rm pythonw
/aosp_15_r20/external/python/cpython3/PC/
Dpythonw_exe.rc15 1 ICON DISCARDABLE "icons\pythonw.ico"
45 VALUE "OriginalFilename", "pythonw" PYTHON_DEBUG_EXT ".exe\0"
Dpylauncher.rc17 1 ICON DISCARDABLE "icons\pythonw.ico"
24 6 ICON DISCARDABLE "icons\pythonw.ico"
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Didle.bat4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Didle.bat4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dreadme.txt80 main ones (pythoncore, python, pythonw) generally build a DLL (renamed to
88 pythonw
89 pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
/aosp_15_r20/external/python/cpython2/PC/VS7.1/
Dpython.iss113 Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
209 Name: {group}\Module Docs; Filename: {app}\pythonw.exe; WorkingDir: {app}; Parameters: """{app}\Too…
210 Name: {group}\IDLE (Python GUI); Filename: {app}\pythonw.exe; WorkingDir: {app}; Parameters: """{ap…
234 …le\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\pythonw.exe"" ""%1"" %*"
Dpython20.wse1701 Source=.\pythonw.exe
1702 Destination=%MAINDIR%\pythonw.exe
2475 New Value=%MAINDIR%\pythonw.exe "%%1" %%*
2574 New Value=%MAINDIR%\pythonw.exe "%%1" %%*
2669 New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
2674 New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
2681 New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
2687 New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
2961 Source=%MAINDIR%\pythonw.exe
2969 Source=%MAINDIR%\pythonw.exe
Dreadme.txt34 main ones (pythoncore, python, pythonw) generally build a DLL (renamed to
42 pythonw
43 pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
Dpcbuild.sln54 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcproj", "{F4229CC3-873C-49…
/aosp_15_r20/external/python/cpython2/Doc/using/
Dwindows.rst213 :program:`pythonw.exe` by default (both executables are located in the top-level
217 You can also make all ``.py`` scripts execute with :program:`pythonw.exe`,
228 ftype Python.File=C:\Path\to\pythonw.exe "%1" %*
Dmac.rst100 anything that has a GUI) need to be run in a special way. Use :program:`pythonw`
103 With Python 2.7, you can use either :program:`python` or :program:`pythonw`.
/aosp_15_r20/external/python/cpython3/Doc/using/
Dmac.rst93 anything that has a GUI) need to be run in a special way. Use :program:`pythonw`
96 With Python 3.9, you can use either :program:`python` or :program:`pythonw`.
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp660 LPWSTR pythonw = nullptr; in EnableMaxPathSupport() local
661 StrAllocFormatted(&pythonw, L"%ls\\pythonw.exe", targetDir); in EnableMaxPathSupport()
662 if (!pythonw || !pythonw[0]) { in EnableMaxPathSupport()
676 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Executing %ls %ls", pythonw, arguments); in EnableMaxPathSupport()
677 HINSTANCE res = ShellExecuteW(0, L"runas", pythonw, arguments, NULL, SW_HIDE); in EnableMaxPathSupport()
/aosp_15_r20/external/python/cpython3/
D.gitignore75 Mac/pythonw
/aosp_15_r20/external/python/cpython3/PCbuild/
Dreadme.txt101 pythonw
102 pythonw.exe, a variant of python.exe that doesn't open a Command
/aosp_15_r20/external/python/cpython2/Doc/library/
Dmacos.rst113 :program:`pythonw` instead of :program:`python` or when running as an applet.
Dsite.rst87 with :file:`pythonw.exe` on Windows (which is used by default to start IDLE),
/aosp_15_r20/external/python/cpython2/PCbuild/
Dreadme.txt151 pythonw
152 pythonw.exe, a variant of python.exe that doesn't open a Command
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a3.rst382 Ensure that the new pythonw executable works on OSX 10.4
D2.7a2.rst102 Replace the implementation for the 'python' and 'pythonw' executables on

12