| 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 |
|
More...
|
about 18 years ago
|
| added uuid module back to allow python2.4 compatibility |
|
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 |
|
More...
|
about 18 years ago
|
| fixed bug in block restriction where set union was intended, but set symmetric_difference was used |
|
More...
|
about 18 years ago
|
| Moved ExecutionManager from VMA to execution, fixed some unit tests |
|
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 |
|
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 |
|
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 |
|
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 |
|
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. |
|
More...
|
about 18 years ago
|
| fixed spacing in unit tests |
|
More...
|
about 18 years ago
|