Skip to content

1.4.5 Add statically defined ``ISequentialStream`` and improve creation of ``SAFEARRAY``s

Compare
Choose a tag to compare
@junkmd junkmd released this 08 Jul 12:40
· 20 commits to main since this release
d73b917
  • Split __init__.py into some modules. By @junkmd.
  • Fix importing _DispMemberSpec in automation. By @junkmd.
  • Fix importing _encode_idl in _comobject. By @junkmd.
  • Change the name of the component that implements the interface for record parameter testing. By @geppi.
  • Implement SAFEARRAY pointers and SAFEARRAYs as method parameters of a Dispatch Interface. By @geppi.
  • Change the default value of the extra parameter in the create method of tagSAFEARRAY subtypes. By @geppi.
  • Implement static import for ISequentialStream. By @jonschz.
  • Modernize test_wmi. By @junkmd.
  • Add static typing for _midlSAFEARRAY. By @junkmd.