Searched refs:pythonw (Results 1 – 20 of 20) 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 | 93 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`.
|
| D | windows.rst | 459 ``python.exe`` and ``pythonw.exe`` are all provided. Tcl/tk (including all 498 directly calls the ``python.exe`` or ``pythonw.exe`` with the required
|
| /third_party/python/ |
| D | .gitignore | 75 Mac/pythonw
|
| D | Makefile.pre.in | 1805 $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ 2335 cd Mac && $(MAKE) pythonw
|
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 660 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()
|
| /third_party/python/PCbuild/ |
| D | readme.txt | 101 pythonw 102 pythonw.exe, a variant of python.exe that doesn't open a Command
|
| D | pcbuild.sln | 21 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 | 734 A zombie pythonw.exe process could be a problem. On Windows, use Task 790 use ``python`` or ``py`` rather than ``pythonw`` or ``pyw``.)
|
| D | sys.rst | 1671 to a console and Python apps started with :program:`pythonw`.
|
| D | multiprocessing.rst | 1082 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 2233 + # copy from python/pythonw so the venvlauncher magic in symlink_or_copy triggers 2236 + copier(os.path.join(dirname, 'pythonw.exe'), os.path.join(binpath, 'python3w.exe')) 2321 +BUILDPYTHONW= pythonw$(BUILDEXE) 2462 $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ 4287 -#define PYTHON_EXECUTABLE L"pythonw.exe" 4375 -1 ICON DISCARDABLE "icons\pythonw.ico" 4376 +1 ICON DISCARDABLE "icons/pythonw.ico" 4383 -6 ICON DISCARDABLE "icons\pythonw.ico" 4390 +6 ICON DISCARDABLE "icons/pythonw.ico" 4449 -1 ICON DISCARDABLE "icons\pythonw.ico" [all …]
|
| /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 | 2546 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 …]
|
| D | NEWS | 16221 - bpo-38492: Remove ``pythonw.exe`` dependency on the Microsoft C++ runtime. 35507 is run with pythonw.exe. 35821 when it is run with pythonw.exe.
|