| Make docstring less ambiguous. |
|
More...
|
almost 3 years ago
|
| Fixed Issue 33: broken interleaved repetition of processes. |
|
More...
|
almost 3 years ago
|
| Slightly safer imports in csp/csp.py |
|
More...
|
almost 3 years ago
|
| Fixed issue 39: tests not running on local copy of source. |
|
More...
|
almost 3 years ago
|
| Fixed issue 35: python-csp shell not importing csp.guards. |
|
More...
|
almost 3 years ago
|
| Fixed bugs in python-csp shell due to changes in imports. |
|
More...
|
almost 3 years ago
|
| Cleaned up imports. ALL code should now import the csp library as csp.csp, this module will search for the 'best' available implementation which, at the moment, is either based on OS processes or OS threads. |
|
More...
|
almost 3 years ago
|
| Added test for `Id`. |
|
More...
|
almost 3 years ago
|
| process/thread choosing in one place only |
|
More...
|
almost 3 years ago
|
| Merged pulled changes. |
|
More...
|
almost 3 years ago
|
| Fix memoized descriptor |
|
More...
|
almost 3 years ago
|
| Added dsp library. Should be merged with builtins. |
|
More...
|
almost 3 years ago
|
| Removed unused module assignment. |
|
More...
|
almost 3 years ago
|
| Re-worked structure of `TestBuiltinsWithProcesses`. |
|
More...
|
almost 3 years ago
|
| Updated comments and docstrings. |
|
More...
|
almost 3 years ago
|
| Jumped through hoops to make `Prefix` test work. |
|
More...
|
almost 3 years ago
|
| Attempt to make tests work with builtin `Prefix`. Currently, that doesn't work but hangs. |
|
More...
|
almost 3 years ago
|
| Added tests for builtins `Succ` and `Pred`. |
|
More...
|
almost 3 years ago
|
| Added FIXME comment on spelling. |
|
More...
|
almost 3 years ago
|
| Test return value for 10.0 (wrap > period). Added test for `Cos`. |
|
More...
|
almost 3 years ago
|