I've released comtypes 0.4.2.

Enjoy,
Thomas

Release notes:

SAFEARRAYs containing COM pointers are now supported.

Several bugfixes; see the ChangeLog.

Changes:
2008-04-09  Thomas Heller  <[EMAIL PROTECTED]>

        * Released version comtypes 0.4.2.

        * comtypes.util: New module, containing the byref_at() and
        cast_field() helper functions.

2008-04-07  Thomas Heller  <[EMAIL PROTECTED]>

        * Fix the codegenerator to handle all kinds of IEnumXXX::Next
        method signatures; the second and third parameters may be [out] or
        [in, out].

2008-03-07  Thomas Heller  <[EMAIL PROTECTED]>

        * Implemented support for SAFEARRAYs containing com interface
        pointers.

2008-03-04  Thomas Heller  <[EMAIL PROTECTED]>

        * Add comtypes.client.gen_dir to comtypes.gen.__path__ so that the
        codegenerator can import its generated module(s).

2008-02-08  Thomas Heller  <[EMAIL PROTECTED]>

        * Hacked support for 'open array' [out] parameters in COM methods.
        These are arrays that have both size_is() and length_is() in IDL.
        See the comments in comtypes\tools\codegenerator.py, search for
        'OPENARRAY'.

2008-02-06  Thomas Heller  <[EMAIL PROTECTED]>

        * The badly named comtypes.client.wrap function was renamed into
        comtypes.client.GetBestInterface.  For backwards compatibility the
        old name stays as an alias.
        
        * Replaced the comtypes.messageloop.add_filter(filter) function
        with comtypes.messageloop.insert_filter(index, filter).  This
        allows to specify the order in which the filters are applied.

        * Added a workaround for the buggy _ctypes.COMError in Python 2.5
        and 2.51.

2007-12-19  Thomas Heller  <[EMAIL PROTECTED]>

        * Bump version number to 0.4.2.

        * Special methods (__iter__ and so on) did not work on
        dispinterfaces, because the __map_case__ dictionary was not
        populated.


----


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to