I have released comtypes 0.5.1, so that it is no longer
required to use SVN to get the current package.

Here is the full ChangeLog:

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

        * Bump version number to 0.5.1

        * comtypes\tools\codegenerator.py: Change the order of the
        interfaces in the _com_interfaces_ and _outgoing_interfaces_ list
        so that the default interface is the first one.  This fixes the
        bug that GetEvents() and ShowEvents() sometimes did use the wrong
        event interface.

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

        * The repository was moved from python.org to sourceforge.net.
        The svn trunk URL is now:
        https://comtypes.svn.sourceforge.net/svnroot/comtypes/trunk

        The script that extracted the repository is in
        admin/extract_comtypes_repo. The repository structure and the
        revision numbers have changed; the last revision on python.org is
        rev 65336, this was imported as revision rev 355.

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

        * comtypes\test\find_memleak.py: Windows CE does not have
        GetProcessMemoryInfo; disable the find_memleak function because it
        cannot work.

        * comtypes\client\_generate.py, comtypes\typeinfo.py: Windows CE
        doesn't have QueryPathOfRegTypeLib - try to emulate it.  Also it
        doesn't use tha PATH environment variable; use a hardcoded search
        path for type libraries.

        * comtypes\test\runtests.py: Define a main() function.

2008-05-29  Thomas Heller  <[EMAIL PROTECTED]>

        * Improved the [in, out] parameter workaround.  These parameters
        are now optional.  Removed the special codegeneration for [in,
        out] parameters in IEnumXXX.Next methods.  Added test.

2008-05-16  Thomas Heller  <[EMAIL PROTECTED]>

        * Provide a workaround for a bug in ctypes. This allows methods
        using [in, out] parameters to correctly convert native Python
        values.

        * comtypes/tools/tlbparser.py: When GetRefTypeInfo(hreftype)
        fails, emit a warning and generate a fake type instead.

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

        * Fixed the definition of VARIANT.empty and VARIANT.null; the
        values were swapped.
        
https://sourceforge.net/tracker/?func=detail&atid=692940&aid=1959722&group_id=115265

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

        * Replace logger.info() calls with logger.debug() since it is more
        appropriate.

        In comtypes.server.connectionpoints, when a event notification
        fails with an error indicating that the event sink is no longer
        present, close the connection and log a warning.

        The __repr__ of VARIANT changed again to make it a little bit shorter.

        VARIANT instances of VT_BREF are NOT unpacked when the .value
        attribute as accessed. The value instead can be got or set by
        indexing, so the api is the same as for pointer instances:

          print byref_var[0]
          byref_var[0] = value


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

        * More changes merged from upstream svn 26400, add support for
        implementing (non-dual) dispinterfaces (work in progress).

        * Merge in a lot of changes from the private upstream repository
        26394; mainly much better support for implementing comtypes
        servers.


-- 
Thanks,
Thomas


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to