Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete changelog for 307 #2262

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ https://mhammond.github.io/pywin32_installers.html.
Coming in build 307, as yet unreleased
--------------------------------------
### pywin32
* Release GIL when calling CreateService or StartService
* Fixed `MFC redist DLLs not found` by preferring corresponding version but accepting different version (#2248, @andreabravetti)
* Fixed `pywintypes.error: (5, 'RegOpenKeyEx', 'Access is denied.')` when running service with debug parameter and no elevation (#2238, @jmartens)
* Fixed handling of `SyntaxError` exception from a Windows Scripting Host Python Script on Python 3.10+ (#2235, @nbbeatty)
* Add `CredGetSessionTypes` support (#2232, @CristiFati)
* Fixed `win32clipboard` increasing size of data when `SetClipboardData` used with `CF_DIB` (#2184, @CristiFati)
* Add `StoreLogoff` to `PyIMsgStore` to prevent possible hang when MAPI uninitializes or during session logoff (#2196, avivbrg)
* Enhance CredDelete to work with dictionaries (#2198, @CristiFati)
* Add UnregisterHotKey support (#2185, @CristiFati)
* IFolderView COM client support (#2180, #2181, #2182, @CristiFati)
* Release GIL when calling CreateService or StartService (#2062, @adamkbmc)
* Drop support for Internet Explorer 10 (#2229, @Avasam)
* Removed considerations for never-built Windows CE (#2218, @Avasam)
* Stopped building `winxpgui` (#2217, @Avasam)
Expand Down Expand Up @@ -69,7 +78,7 @@ Coming in build 307, as yet unreleased
* Cleaned up and fixed Axdebug (#2126, @Avasam)
* `win32comext.axdebug.codecontainer.SourceCodeContainer` now uses the `debugDocument` parameter
* `win32comext.axdebug.codecontainer` script can now be run independent of location
* Fixed Method Resolution Order issue in `win32comext.axdebug.documents`
* Fixed Method Resolution Order issue in `win32comext.axdebug.documents` (also #2071, @wxinix-2022)
* Fixed undefined names (`NameError`) in `win32comext.axdebug.expressions.DebugProperty.GetPropertyInfo`
* Removed unused `win32comext.axdebug.util.all_wrapped`
* Fixed multiple `ModuleNotFoundError` in `win32comext.axdebug` (#1983, @Avasam)
Expand Down
Loading