Searched refs:pythonw (Results 1 – 21 of 21) sorted by relevance
| /third_party/python/Mac/ |
| D | Makefile.in | 178 pythonw: $(srcdir)/Tools/pythonw.c Makefile 180 $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include \ 273 rm pythonw
|
| /third_party/python/PC/ |
| D | pythonw_exe.rc | 15 1 ICON DISCARDABLE "icons\pythonw.ico" 45 VALUE "OriginalFilename", "pythonw" PYTHON_DEBUG_EXT ".exe\0"
|
| D | pylauncher.rc | 17 1 ICON DISCARDABLE "icons\pythonw.ico" 24 6 ICON DISCARDABLE "icons\pythonw.ico"
|
| /third_party/python/Lib/idlelib/ |
| D | idle.bat | 4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
| /third_party/python/Doc/using/ |
| D | mac.rst | 92 anything that has a GUI) need to be run in a special way. Use :program:`pythonw` 95 With Python 3.9, you can use either :program:`python` or :program:`pythonw`.
|
| D | windows.rst | 418 ``python.exe`` and ``pythonw.exe`` are all provided. Tcl/tk (including all 457 directly calls the ``python.exe`` or ``pythonw.exe`` with the required
|
| /third_party/python/ |
| D | .gitignore | 75 Mac/pythonw
|
| D | Makefile.pre.in | 1327 $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ 1815 cd Mac && $(MAKE) pythonw
|
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 659 LPWSTR pythonw = nullptr; in EnableMaxPathSupport() local 660 StrAllocFormatted(&pythonw, L"%ls\\pythonw.exe", targetDir); in EnableMaxPathSupport() 661 if (!pythonw || !pythonw[0]) { in EnableMaxPathSupport() 675 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Executing %ls %ls", pythonw, arguments); in EnableMaxPathSupport() 676 HINSTANCE res = ShellExecuteW(0, L"runas", pythonw, arguments, NULL, SW_HIDE); in EnableMaxPathSupport()
|
| /third_party/python/PCbuild/ |
| D | readme.txt | 103 pythonw 104 pythonw.exe, a variant of python.exe that doesn't open a Command
|
| D | pcbuild.sln | 18 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcxproj", "{F4229CC3-873C-4…
|
| /third_party/python/Doc/library/ |
| D | site.rst | 120 with :file:`pythonw.exe` on Windows (which is used by default to start IDLE),
|
| D | idle.rst | 708 A zombie pythonw.exe process could be a problem. On Windows, use Task
|
| D | sys.rst | 1604 to a console and Python apps started with :program:`pythonw`.
|
| D | multiprocessing.rst | 1049 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.10.2.patch | 132 + cp "${pkgdir}${MINGW_PREFIX}"/bin/python3w.exe "${pkgdir}${MINGW_PREFIX}"/bin/pythonw.exe 1972 + # copy from python/pythonw so the venvlauncher magic in symlink_or_copy triggers 1975 + copier(os.path.join(dirname, 'pythonw.exe'), os.path.join(binpath, 'python3w.exe')) 2058 +BUILDPYTHONW= pythonw$(BUILDEXE) 2216 + $(INSTALL_PROGRAM) $(BUILDPYTHONW) $(DESTDIR)$(VENVLAUNCHERDIR)/pythonw$(EXE); \ 2218 $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ 3594 -1 ICON DISCARDABLE "icons\pythonw.ico" 3595 +1 ICON DISCARDABLE "icons/pythonw.ico"
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.5.0a1.rst | 1218 pythonw.exe. 2258 run with pythonw.exe.
|
| D | 3.9.0a1.rst | 4642 Remove ``pythonw.exe`` dependency on the Microsoft C++ runtime.
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.6.rst | 159 * ``python.exe`` and ``pythonw.exe`` have been marked as long-path aware,
|
| D | 3.7.rst | 2545 creates redirector scripts named ``python.exe`` and ``pythonw.exe`` instead.
|
| /third_party/python/Misc/ |
| D | HISTORY | 1089 is run with pythonw.exe. 1436 when it is run with pythonw.exe. 3647 undocumented pythonw* symlinks are no longer installed anywhere. 12924 - Issue #6834: replace the implementation for the 'python' and 'pythonw' 17112 Windows GUI apps and scripts started with `pythonw.exe`. 20086 - Boosted the stack reservation for python.exe and pythonw.exe from 21047 asking whether to let pythonw.exe talk to address 127.0.0.1, say yes, 21116 - Scripts runs with pythonw no longer had full window manager access. 21315 - pythonw did not allow user interaction in 2.3rc1, this has been fixed. 23338 bundle. There is a command line tool "pythonw" that runs your script [all …]
|