boduch 0.2.1

Creator: coderz1093

Last updated:

Add to Cart

Description:

boduch 0.2.1

API

Changelog


0.2.1 (2009/8/14)

Multiprocessing support.



0.2.0 (2009/6/30)

Maintenance release.



0.1.9 (2009/6/19)

Subscription instances can now create new subscriptions for additional handles.
New StateMachine event classes.
New Set and Hash operators.



0.1.8 (2009/6/12)

Implemented a new subscription abstraction for the event system.
Major Hash unit test improvements.



0.1.7 (2009/5/27)

Fixed many issues with prioritizing event handles.
New StateMachine operators.
Unittest updates.
Interface updates.



0.1.6 (2009/5/06)

CRITICAL FIX: Added missing interface modules.
Misc predicate enhancements.



0.1.5 (2009/5/05)

Fixed a bug related to starting threads.
Added new state machine functionality.



0.1.4 (2009/3/27)

New Handle.get_event_data() method for retrieving event data from handles.
New Set and Hash handles.
Minor interface enhancements.



0.1.3 (2009/3/13)

Removed the data keyword parameters from the Set and Hash constructors. This
fixed a rather major bug.
Fixed a bug in the Set and Hash unit tests.
Hash instances can now be iterated over.
Implemented two new predicates. Greater and Lesser.



0.1.2 (2009/2/27)

A new predicate package that is still in the works. Only the Equal predicate
exists at the moment.
Set instances may now be iterated over.



0.1.1 (2009/2/11)

New Set and Hash functionality. Both object types now support the Python
key/index notation.
More unit tests.



0.1.0 (2009/2/1)

Minor release.
Refactored the interface package.
More API documentation.



0.0.9 (2009/1/26)

Completely replaced the LockManager class. The locking primitives for
exchanging data between event threads is now handled by the Python queue
module.
Added a new atomic parameter to the EventManager.publish() method. This
allows handles to be executed by the same thread that published the event.
Event when the event manager is running in threaded mode.
Added a new max_threads attribute to the ThreadManager class. This is the
maximum number of threads allowed to execute.



0.0.8 (2009/1/23)

Implemented a new ThreadManager. This takes the responsibility of starting
new threads away from the EventManager.
Created a new data package in boduch.event for the Set and Hash events.
Created a new data package in boduch.handle for the Set and Hash handles.
Minor bug fixes.



0.0.7 (2009/1/17)

Implemented a new LockManager class for locking in threaded event handles.
Made some enhancements to the is_type() utility function.
Create some new type constants.



0.0.6 (2009/1/13)

Fixed a major bug in EventManager.subscribe() that allowed the same handle for
a single event to be subscribed more than once.
Type instances now have a uuid attribute which is generated by the constructor.
EventThread will now inherit from Type.
Improved the EventManager interface.
Improved the Event and Handle interfaces.
Implemented new Set and Hash event handles.



0.0.5 (2009/1/9)

Minor release.
Added more unit tests.
Added more API documentation.



0.0.4 (2009/1/6)

Fixed a minor bug in the ISet interface.
The new Hash data type with event emission has been implemented.
Implemented a new handle for EventSetPush events.



0.0.3 (2009/1/3)

The event manager can now execute in non-threaded mode.
Made some improvements to the event manager interface.
Created a new constants package with some priority constants.



0.0.2 (2008/12/16)

Added a new Set class.
EventManager.prioritize() will now prioritize the event handlers.
Added some new event classes.
Added some new unit tests.
API documentation enhancements.



0.0.1 (2008/12/9)

Initial release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.