Download List

项目描述

PyORBit is a Python binding for the ORBit2 CORBA ORB. It was developped to suit the needs of the bonobo bindings in GNOME-Python, but is usable for other purposes as well. It aims to follow the standard Python language mapping for CORBA. It can generate stubs at runtime from typelibs, IDL files, or by introspecting remote objects using ORBit2's IModule typelib capabilities.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-02 17:42
2.0.0

一些未使用的代码被从方法编组。这是第一个稳定的版本。
标签: Code cleanup
Some unused code was removed from the method
marshaller. This is the first stable version.

2003-08-25 10:11
1.99.7

中的一个例外处理的是造成问题与Python 2.3错误是固定的。对存根分配未知的属性是残疾人和ORB.work_pending()和ORB.perform_work()方法增加了。
标签: Minor feature enhancements
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.

2003-07-31 18:50
1.99.6

存根代改进,使之不会触发关于Python 2.3航空维修错误。在错误处理的一些段错误是固定的。
标签: Minor bugfixes
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.

2003-07-17 06:26
1.99.5

此版本支持对ORBit2建设2.7.x,返回序列,而不是列出的元组阵列,接受的顺序串<octet>论据,不再接受“,”对于字符串无/ wstring论点。
标签: Minor feature enhancements
This version supports building against ORBit2-2.7.x,
returns sequences and arrays as lists rather than
tuples, accepts strings for sequence&lt;octet&gt;
arguments, and no longer accepts "None" for string/
wstring arguments.

2003-03-23 15:30
1.99.4

为ORBit2 imodule服务支援的是,它允许运行时加载IDL文件。长期多头编组是固定的了。变化是为了使代码编译同ORBit2 2.7.x分支。
标签: Major feature enhancements
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.

Project Resources