Avasam

Results 330 issues of Avasam

> The current deployment has some issues (as broken links in https://mhammond.github.io/pywin32/html/isapi/doc/isapi.html that would need a ‹base href› … in https://mhammond.github.io/pywin32/html/com/win32com/readme.html that might need tweaking for case sensitivity /html vs...

documentation

As found in https://github.com/mhammond/pywin32/pull/2448#discussion_r1904862001 According to https://github.com/mhammond/pywin32/blob/034969e214e9353db1409b25c8ca61e1ddf8b4a1/com/win32com/readme.html#L62-L63 > Python only supports "trusted" execution hosts - thus, it will no longer work as an engine inside IE (Python itself no longer...

ActiveX

Standardizes test skipping with `@unittest.skip*` methods

Addresses a Python C API Deprecation listed in https://github.com/mhammond/pywin32/issues/2588 `_Py_HashPointer` is currently an alias for `Py_HashPointer` kept temporarily for backwards compatibility. So this should be safe. ```h // Kept for...

Addresses a Python C API Deprecation listed in https://github.com/mhammond/pywin32/issues/2588

Extracted from https://github.com/mhammond/pywin32/pull/2555 `__doc__` will always be `None` because it references `com/win32com/client/__init__.py`'s docstring (I believe this class was part of the gen_py generation a long time ago). Before: ```py >>>...

I extracted those from the current `warning C4996: 'xx': deprecated in 3.xx` build messages. Deprecated since Python 3.11: - [ ] [Py_SetProgramName](https://docs.python.org/3/c-api/init.html#c.Py_SetProgramName) - Set [PyConfig.program_name](https://docs.python.org/3/c-api/init_config.html#c.PyConfig.program_name) instead. - [ ] [PySys_SetArgv](https://docs.python.org/3/c-api/init.html#c.PySys_SetArgv)...

help wanted

For all bugs, please provide the following information: ## Expected behavior and actual behavior Calling `SetCustomColors` should raise a descriptive exception, namely: `TypeError: The argument must be a sequence of...

bug

These are more exception raising hacks I didn't see when I did https://github.com/mhammond/pywin32/pull/2350 Also solves a few "possibly unbound/undefined" variables as seen by checkers. Changes some `while` loops into `for`...

### Summary Feel free to rename or mark as duplicate if there's a pre-existing issue that better describes the root cause. The closest related I found was maybe https://github.com/astral-sh/ty/issues/1648 /...

generics
bidirectional inference