Skip to content

Tags: cloudbase/PyMI

Tags

1.0.7

Toggle 1.0.7's commit message
1.0.7

Changes:

* Python 3.12 support
* Fixed support for building with mingw-w64

1.0.6

Toggle 1.0.6's commit message
Statically link the VC runtime

Before switching to distutils, we were statically linking the
VC runtime.

distutils, on the other hand, is enforcing dynamic linking. The
reason is that some extensions were hitting some runtime
limitations when statically linking it:
https://bugs.python.org/issue38597

This admittedly hacky patch will override the hardcoded distutils
/MD flag. It should work with all the supported Python versions.
For future versions, we're probably going to request the Python
community a better way of statically linking the runtime when
aware of the limitations.

1.0.5

Toggle 1.0.5's commit message
Markup fixes

1.0.4

Toggle 1.0.4's commit message
Merge pull request #28 from petrutlucian94/custom_opts

Add custom operation options support

1.0.2.dev2

Toggle 1.0.2.dev2's commit message
Merge pull request #18 from petrutlucian94/invalid_method_handling

Properly handle invalid attributes

1.0.2.dev1

Toggle 1.0.2.dev1's commit message
Merge pull request #13 from petrutlucian94/master

Provide a reference to the previous instance in case of events

1.0.1.dev1

Toggle 1.0.1.dev1's commit message
Merge pull request #12 from alinbalutoiu/wmi_pymi_compatibility

Fixes compatibility with the WMI module