Releases: enthought/pywin32-ctypes
Releases · enthought/pywin32-ctypes
v0.2.3
Version 0.2.2
- Use ctypes.set_last_error to avoid race conditions (#122)
Version 0.2.1
- Use faulthandler when testing and fix discovered errors (#115, #117).
- Fix support for None username in credentials to be consistent in all backends (#99).
- Test also on cp38, cp39, cp310, cp311 and use cp38 for linting (#114, #107, #100).
- Add support for CredEnumerate extending code from @markb-EE (#110, #109, #111)
- Remove support for older python versions < cp36 (#104, #120).
Version 0.2.0
0.1.2 (bugfix release)
- Fix implementation for the deprecated api (#64).
0.1.1 (bugfix release)
Version 0.1.1
(bugfix release)
- Update Manifest.in entries (#63)
- fix VERSION path in Manifest.in (#62 contributed by @MinchinWeb)
0.1.0 Release
Version 0.1.0
- Update tests and provide better compatibility with pywin32 for
Resource functions - Fix: Python 3.5 and 3.6 support (#52).
- API additions to allow pywin32-ctypes to work with pyinstaller (#46
and #57 contributed by @virtuald). - Fix: do not update the global copy of the windows dlls (#42)
- Add documentation and setup automatic builds in ReadTheDocs (#3, #36).
- Add cffi backend to be used when available (#31).
- Fix: EnumResourceTypes and EnumResourceNames would only return ints
(#21, #30). - Restructure package layout to split core wrapping modules from
pywin32 emulation (#15, #17).