1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made inputs, outputs, fromimports, etc into Properties with a cache, so we can defer expensive calculation from block.__init__ to when or if inputs and outputs are actually needed. More... almost 18 years ago
I found the slowdown on my machine way always around 2, so sometimes the test would fail and other times it would work. Therefore I increased the allowed_slowdown to 2.5. Also set number of timer iterations to 1000 (as docstring) indicates. -- code review by Kammeyer More... almost 18 years ago
Use ComponentEditor. More... almost 18 years ago
Applied new test mechanism to CodeTools More... almost 18 years ago
Forgot to remove print statement from dict method More... almost 18 years ago
Added support for unparsing dictionaries. More... almost 18 years ago
Fix up CodeTools tests. More... about 18 years ago
Fix context tests for UnitArray behavior. More... about 18 years ago
Fixed bug re: Bryce with making proper copies when external_block is set instead of external_code
dkammeyer
as kammeyer
More... about 18 years ago
added uuid module back to allow python2.4 compatibility
Bryce Hendrix
as bhendrix
More... about 18 years ago
Make the test base class skipping a bit more robust. It had a problem on my machine. More... about 18 years ago
Minor speed-up. More... about 18 years ago
Fix bug in source-code finder. Add codestring property to blocks and improve blocks.get_function method. More... about 18 years ago
Update tests to not use code in strings. More... about 18 years ago
Fixed imports and failing tests in CodeTools/execution
dkammeyer
as kammeyer
More... about 18 years ago
fixed bug in block restriction where set union was intended, but set symmetric_difference was used
Bryce Hendrix
as bhendrix
More... about 18 years ago
Moved ExecutionManager from VMA to execution, fixed some unit tests
dkammeyer
as kammeyer
More... about 18 years ago
Remove dependency on IPython. More... about 18 years ago
Fix error in func2block decorator. More... about 18 years ago
Moving execution management code to CodeTools
dkammeyer
as kammeyer
More... about 18 years ago
Add fromimports to blocks to keep track of names obtained from import statements in the block. Add get_function method to blocks to return a simple function given an inputs_list and an outputs_list. More... about 18 years ago
added require statement for ipython requiring the svn revision where findsource was added
Bryce Hendrix
as bhendrix
More... about 18 years ago
Add ability to obtain a list of variables that are assigned a constant expression in the block. More... about 18 years ago
implmented workaround for context adaptation bug. This needs to be removed once the bug has been squashed
Bryce Hendrix
as bhendrix
More... about 18 years ago
Remove warning from enthought.contexts More... about 18 years ago
removed deprecated warning that was copied from the deprecated code in enthought.block_canvas
Bryce Hendrix
as bhendrix
More... about 18 years ago
Remove dependency on wx from Codetools. More... about 18 years ago
Move BlockCanvas contexts to CodeTools More... about 18 years ago
when making a composite block, the new block is now the result of concatenating the blocks rather than artifically adding another level of heirarchy. This improves block restriction on composed heirarchical blocks.
Bryce Hendrix
as bhendrix
More... about 18 years ago
fixed spacing in unit tests
Bryce Hendrix
as bhendrix
More... about 18 years ago