I have released comtypes-0.3.3.

Changes between 0.3.2 and 0.3.3:

2007-09-14  Thomas Heller  <[EMAIL PROTECTED]>

        * Released version 0.3.3.

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

        * Bump version number to 0.3.3.

2007-09-03  Thomas Heller  <[EMAIL PROTECTED]>

        * Add the partial module, which allows the usual class statement
        syntax to attach methods to already existing classes.

        * Use partial in comtypes.automation to attach methods to
        POINTER(VARIANT).


2007-08-24  Thomas Heller  <[EMAIL PROTECTED]>

        * Added a custom outgoing interface to TestComServer.idl.
        Implemented IConnectionPointContainer in TestComServer.py.

        * comtypes.server.automation: Fix the IProvideClassInfo2.GetGUID
        implementation.

        * comtypes.client: Fix ShowEvents(): COM methods must return a
        HRESULT value, not None.  Fix several NameErrors in the
        PumpWaitingMessages function.
        
2007-08-14  Thomas Heller  <[EMAIL PROTECTED]>

        * comtypes\tools\codegenerator.py: Generate the needed imports
        when COM defaultvalues are used in parameter lists.

2007-08-10  Thomas Heller  <[EMAIL PROTECTED]>

        * Add comtypes.client.PumpWaitingMessages() helper funtion.  May
        be used to dispatch COM events in single threaded appartments.

2007-08-09  Thomas Heller  <[EMAIL PROTECTED]>

        * Added the IRecordInfo interface to comtypes.typeinfo.

        * If UDTs (structures or unions) in a typelib have a GUID defined,
        add a _recordinfo_ attribute to the generated code.  This allows
        to call GetRecordInfoFromGuids(*_recordinfo_) to get an
        IRecordInfo pointer.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to