Home
last modified time | relevance | path

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

/third_party/python/Mac/
DMakefile.in178 pythonw: $(srcdir)/Tools/pythonw.c Makefile
180 $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include \
273 rm pythonw
/third_party/python/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"
/third_party/python/Lib/idlelib/
Didle.bat4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/third_party/python/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`.
Dwindows.rst459 ``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.gitignore75 Mac/pythonw
DMakefile.pre.in1805 $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \
2335 cd Mac && $(MAKE) pythonw
/third_party/python/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()
/third_party/python/PCbuild/
Dreadme.txt101 pythonw
102 pythonw.exe, a variant of python.exe that doesn't open a Command
Dpcbuild.sln21 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcxproj", "{F4229CC3-873C-4…
/third_party/python/Doc/library/
Dsite.rst120 with :file:`pythonw.exe` on Windows (which is used by default to start IDLE),
Didle.rst734 A zombie pythonw.exe process could be a problem. On Windows, use Task
790 use ``python`` or ``py`` rather than ``pythonw`` or ``pyw``.)
Dsys.rst1671 to a console and Python apps started with :program:`pythonw`.
Dmultiprocessing.rst1082 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch2233 + # 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/
D3.6.rst159 * ``python.exe`` and ``pythonw.exe`` have been marked as long-path aware,
D3.7.rst2546 creates redirector scripts named ``python.exe`` and ``pythonw.exe`` instead.
/third_party/python/Misc/
DHISTORY1089 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 …]
DNEWS16221 - 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.