Release Notes: This version adds basic typecode constants to the CORBA module, and gets rid of some unwanted debugging messages.


Release Notes: Some unused code was removed from the method marshaller. This is the first stable version.


Release Notes: A bug in the exception handling that was causing problems with Python 2.3 was fixed. Assigning to unknown attributes on stubs was disabled, and ORB.work_pending() and ORB.perform_work() methods were added.


Release Notes: The stub generation was improved so that it doesn't trigger MRO errors on Python 2.3. Some segfaults in the error handling were fixed.


Release Notes: This version supports building against ORBit2-2.7.x, returns sequences and arrays as lists rather than tuples, accepts strings for sequence<octet> arguments, and no longer accepts "None" for string/ wstring arguments.


Release Notes: Support for the ORBit2 imodule service was added, which allows runtime loading of IDL files. The marshalling of long longs was fixed up. Changes were made to make the code compile with the 2.7.x branch of ORBit2.