22_win32typing
33win32com(ext)?.mapi._exchdapi
44win32._wincerapi
5+
56# PyWin tool / debugger
67pythonwin.pywin.*
78win32com.client.combrowse
89win32com.client.tlbrowse
10+
911# Utilities to generate python bindings
1012win32com.client.build
1113win32com.client.CLSIDToClass
1214win32com.client.connect
13- # Necessary for mypy to not throw AssertionError
15+ # "dynamic.CDipatch" is necessary for mypy to not throw AssertionError
1416win32com.client.dynamic.*
1517win32com.client.gencache
1618win32com.client.genpy
1719win32com.client.makepy
1820win32com.client.selecttlb
1921win32com.client.util
2022win32com.makegw.*
23+ (win32.lib.)?pywintypes.__import_pywin32_system_module__
24+
2125# COM object servers scripts
2226win32com.server.factory
2327win32com.server.localserver
@@ -26,50 +30,40 @@ win32com.servers.*
2630# Active X Scripts
2731win32com(ext)?.axscript.client.framework
2832win32com(ext)?.axscript.client.pyscript_rexec
29- # Necessary for mypy to not fail
33+ # "pyscript.pyi" is necessary for mypy to not fail due to missing stub
3034win32com(ext)?.axscript.client.pyscript.*
3135win32com(ext)?.axscript.client.scriptdispatch
3236# Other scripts
3337isapi.install
34- win32.scripts.*
35- win32.lib.netbios
36- win32.lib.sspi
37- win32.lib.win32pdhutil
38- win32.lib.win32rcparser
39- win32.lib.win32serviceutil
40- win32.lib.win32traceutil
41- win32.lib.verstamp
38+
4239# Demos, tests and debugging
43- win32.lib.pywin32_testutil
44- win32.lib.rasutil
4540win32com.demos.*
4641win32com.servers.test_pycomtest
4742win32com.test.*
4843win32com(ext)?.axdebug.codecontainer
4944win32com(ext)?.axdebug.dump
5045win32com(ext)?.axdebug.debugger
46+ win32com(ext)?.axscript.client.debug
5147win32com(ext)?.axscript.client.pydumper
5248win32com(ext)?.directsound.test.*
49+
5350# Deprecated and obsolete
5451pythoncom.MakeIID
5552pythoncom.MakeTime
56- win32.lib.dbi
57- win32.lib.win32pdhquery.Query.addperfcounter
53+ (win32.lib.)?win32pdhquery.Query.addperfcounter
5854# Deprecated and makes a buffer of random junk. Use something like `b"\x00" * bufferSize` instead
59- win32.win32gui.PyMakeBuffer
60- # Also a script
61- win32.lib.regcheck
55+ (win32.)?win(32|xp)gui.PyMakeBuffer
56+
6257# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
63- # https://github.com/python/mypy/issues/13822
6458win32com.axdebug.axdebug
65- win32com(ext)?.axdebug.adb
6659win32com(ext)?.axdebug.codecontainer
67- # failed to import, SystemError: CoInternetCreateSecurityManager() method: bad call flags
68- win32com(ext)?.internet.internet
69- # failed to import, ModuleNotFoundError: No module named '...'
60+ # failed to import, ModuleNotFoundError: No module named 'gateways'
7061win32com(ext)?.axdebug.contexts
71- win32com(ext)?.axdebug.debugger
62+ # failed to import, ModuleNotFoundError: No module named 'axdebug'
63+ win32com(ext)?.axdebug.adb
7264win32com(ext)?.axdebug.documents
7365win32com(ext)?.axdebug.expressions
66+ # failed to import, ModuleNotFoundError: No module named 'expressions'
7467win32com(ext)?.axdebug.stackframe
75- win32com(ext)?.axscript.client.debug
68+ # failed to import, SystemError: CoInternetCreateSecurityManager() method: bad call flags
69+ win32com(ext)?.internet.internet
0 commit comments