1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Jul 04, 2025 — Jul 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modernize and clean-up blocks code More... almost 13 years ago
Modernise execution code. More... almost 13 years ago
Modernize context mask code. More... almost 13 years ago
Bump the version number. More... almost 13 years ago
Modernize context code More... almost 13 years ago
Add a simple context manager to control deferring events on a DataContext. More... almost 13 years ago
Add a switch which controls whether multicontexts veto modification events from their subcontexts. More... almost 13 years ago
REL: Updating version for 4.1.0 release. More... over 13 years ago
Merge pull request #6 from jminardi/async_executing_context More... over 13 years ago
fix test, unix line endings, remove unneeded _wait() call More... over 13 years ago
Update docs/Makefile More... over 13 years ago
BUGFIX: make execute() properly execute whole block More... over 13 years ago
actually add test for exception handling More... over 13 years ago
add test for exception handling More... over 13 years ago
improve readability More... over 13 years ago
fix spelling mistake More... over 13 years ago
Merge remote-tracking branch 'origin/async_executing_context' into async_executing_context More... over 13 years ago
Merge remote-tracking branch 'origin' into async_executing_context More... over 13 years ago
Merge pull request #1 from enthought/async_executing_context_metd More... over 13 years ago
docstr updates More... over 13 years ago
Update docstring to reflect interface change IExecutable now returns the inputs and outputs of the block More... over 13 years ago
be ore specific on inputs and outputs defaults check More... over 13 years ago
Reinstate exception recording; other minor cleanups. More... over 13 years ago
Fix possibility of two callbacks being added to the same future. More... over 13 years ago
Renaming and simplifying updates for readability. More... over 13 years ago
In _wait, just wait until 'idle', else we could be waiting forever if execution is on hold. More... over 13 years ago
Renaming _running to _on_hold (and reversing the sense), at Ioannis's suggestion More... over 13 years ago
Update state machine; fix deadlock; remove busy wait. More... over 13 years ago
check for trait change More... over 13 years ago
remove unused code More... over 13 years ago