Last 30 days
-
21 Wiki pages changed by mount.sarah
- Edited BoomerangExternalPages"> BoomerangExternalPages, BoomerangGutsyUpgrade"> BoomerangGutsyUpgrade, BoomerangUbuntuInstall"> BoomerangUbuntuInstall, BoomerangWindowsIssues"> BoomerangWindowsIssues, Dingo, DingoBoom"> DingoBoom, DingoDevel"> DingoDevel, DingoDocs"> DingoDocs, DingoTop"> DingoTop, EclipseJavaTinyOS, EnergyModel"> EnergyModel, InstallDingo"> InstallDingo, MigrationGuide"> MigrationGuide, ModelHowTo"> ModelHowTo, ProfilingDingo"> ProfilingDingo, PythonIdioms"> PythonIdioms, TinyOSEclipsePlugins, TmoteInventBasics"> TmoteInventBasics, TmoteInventPyTos"> TmoteInventPyTos, TmoteInventSensorReadings"> TmoteInventSensorReadings, TmoteInventSoftware"> TmoteInventSoftware
Edited BoomerangExternalPages"> BoomerangExternalPages, BoomerangGutsyUpgrade"> BoomerangGutsyUpgrade, BoomerangUbuntuInstall"> BoomerangUbuntuInstall, BoomerangWindowsIssues"> BoomerangWindowsIssues, Dingo, DingoBoom"> DingoBoom, DingoDevel"> DingoDevel, DingoDocs"> DingoDocs, DingoTop"> DingoTop, EclipseJavaTinyOS, EnergyModel"> EnergyModel, InstallDingo"> InstallDingo, MigrationGuide"> MigrationGuide, ModelHowTo"> ModelHowTo, ProfilingDingo"> ProfilingDingo, PythonIdioms"> PythonIdioms, TinyOSEclipsePlugins, TmoteInventBasics"> TmoteInventBasics, TmoteInventPyTos"> TmoteInventPyTos, TmoteInventSensorReadings"> TmoteInventSensorReadings, TmoteInventSoftware"> TmoteInventSoftware
-
-
r244
(Cleaning up redundant files.) committed by mount.sarah
- Cleaning up redundant files.
Cleaning up redundant files.
Earlier this year
-
-
r242
(Fixed bug in setup (due to missing routing model).
) committed by samwilson001
- Fixed bug in setup (due to missing routing model).
Fixed bug in setup (due to missing routing model).
-
r241
(Fixed bug in ALT._preselect()
) committed by mount.sarah
- Fixed bug in ALT._preselect()
Fixed bug in ALT._preselect()
-
r240
(Corrected SVN issue with builtins.py. Added small optimisati...) committed by mount.sarah
- Corrected SVN issue with builtins.py. Added small optimisation to ALT objects.
Corrected SVN issue with builtins.py. Added small optimisation to ALT objects.
-
-
r238
(Various updates, esp. Mandelbrot demo.
) committed by mount.sarah
- Various updates, esp. Mandelbrot demo.
Various updates, esp. Mandelbrot demo.
-
r237
(Removed code dependent on wxPython.
) committed by mount.sarah
- Removed code dependent on wxPython.
Removed code dependent on wxPython.
-
r236
(Attempt made to make Channel objects serialisable. However, ...) committed by mount.sarah
- Attempt made to make Channel objects serialisable. However, class
instances from processing.synchronize are not designed to be pickled.
Attempt made to make Channel objects serialisable. However, class
instances from processing.synchronize are not designed to be pickled.
-
r235
(Added support for pickling to Channel and FileChannel object...) committed by mount.sarah
- Added support for pickling to Channel and FileChannel objects. BUG:
channel mobility still broken due to ImportError.
Added support for pickling to Channel and FileChannel objects. BUG:
channel mobility still broken due to ImportError.
-
r234
(Added documentation. Fixed bug in Channels regarding process...) committed by mount.sarah
- Added documentation. Fixed bug in Channels regarding process.Value
objects.
Added documentation. Fixed bug in Channels regarding process.Value
objects.
-
r233
(Removed QChannel type.
) committed by mount.sarah
- Removed QChannel type.
-
r232
(Fixed channel termination bug.
) committed by mount.sarah
- Fixed channel termination bug.
Fixed channel termination bug.
-
r231
(Channels now use operating system pipes directly. QChannels ...) committed by mount.sarah
- Channels now use operating system pipes directly. QChannels use
processing.Queue (may remove these), FileChannels use files AND close
the files between reading / writing. This means that one can have more
FileChannel objects than the maximum number of files the operating
system allows to be open at any one time.
Channels now use operating system pipes directly. QChannels use
processing.Queue (may remove these), FileChannels use files AND close
the files between reading / writing. This means that one can have more
FileChannel objects than the maximum number of files the operating
system allows to be open at any one time.
-
r230
(Small code clean-up.
) committed by mount.sarah
- Small code clean-up.
-
r229
(Fixed semaphore bug in ALTing.
) committed by mount.sarah
- Fixed semaphore bug in ALTing.
Fixed semaphore bug in ALTing.
-
r228
(Fixed documentation.
) committed by mount.sarah
- Fixed documentation.
-
r227
(Clean-up of Channel code.
) committed by mount.sarah
- Clean-up of Channel code.
Clean-up of Channel code.
-
r226
(Documentation and testing updates. BUG: Channel mobility not...) committed by mount.sarah
- Documentation and testing updates. BUG: Channel mobility not working due
to pickling issues.
Documentation and testing updates. BUG: Channel mobility not working due
to pickling issues.
-
r225
(SKIP guard now moved to builtins module.
) committed by mount.sarah
- SKIP guard now moved to builtins module.
SKIP guard now moved to builtins module.
-
r224
(Working version of ALT class. Mandelbrot example now uses AL...) committed by mount.sarah
- Working version of ALT class. Mandelbrot example now uses ALT, channels
implement Guard type. BUG: Cannot enable a Channel twice.
Working version of ALT class. Mandelbrot example now uses ALT, channels
implement Guard type. BUG: Cannot enable a Channel twice.
-
r223
(Channels now use rendezvous-like semantics. TODO: replace pr...) committed by mount.sarah
- Channels now use rendezvous-like semantics. TODO: replace process-safe
Queue objects with network support.
Channels now use rendezvous-like semantics. TODO: replace process-safe
Queue objects with network support.
-
-
r221
(Mandelbrot script refactored to use PyGame (rather than PIL)...) committed by mount.sarah
- Mandelbrot script refactored to use PyGame (rather than PIL).
Mandelbrot script refactored to use PyGame (rather than PIL).
-
r220
(Documentation updates.
) committed by mount.sarah
- Documentation updates.
-
r219
(Added Mandelbrot set generator. Each image column is generat...) committed by mount.sarah
- Added Mandelbrot set generator. Each image column is generated by a
separate producer process and a single consumer process aggregates the
results. BUG: does not work for columns larger than around 70pixels.
Added Mandelbrot set generator. Each image column is generated by a
separate producer process and a single consumer process aggregates the
results. BUG: does not work for columns larger than around 70pixels.
Older
-
r218
(Socket server now running in a process pool.
) committed by mount.sarah
- Socket server now running in a process pool.
Socket server now running in a process pool.
-
r217
(Fixed fatel NameError bug.
) committed by mount.sarah
- Fixed fatel NameError bug.
Fixed fatel NameError bug.
-
r216
(Improved documentation for built-in processes. Added automat...) committed by mount.sarah
- Improved documentation for built-in processes. Added automatic
collection of documentation strings for built-in processes to
python-csp.
Improved documentation for built-in processes. Added automatic
collection of documentation strings for built-in processes to
python-csp.
-
r215
(Added feature to python-csp shell: documentation now prints ...) committed by mount.sarah
- Added feature to python-csp shell: documentation now prints in
twenty line chunks with an option to continue. Small changes to csp.py
/ testcsp.py.
Added feature to python-csp shell: documentation now prints in
twenty line chunks with an option to continue. Small changes to csp.py
/ testcsp.py.
-
r214
(Added built-in processes for Python logical, bitwise, numeri...) committed by mount.sarah
- Added built-in processes for Python logical, bitwise, numeric and
comparison operators.
Added built-in processes for Python logical, bitwise, numeric and
comparison operators.
-
r213
(Fixes in CSP documentation.
) committed by mount.sarah
- Fixes in CSP documentation.
Fixes in CSP documentation.
-
r212
(Added comments and fixed bug in SEQ (unpacking nested SEQ ob...) committed by mount.sarah
- Added comments and fixed bug in SEQ (unpacking nested SEQ objects).
Added comments and fixed bug in SEQ (unpacking nested SEQ objects).
-
r211
(Changed 'help' to 'info' to avoid confusion with the Python ...) committed by mount.sarah
- Changed 'help' to 'info' to avoid confusion with the Python built-in
'help' function.
Changed 'help' to 'info' to avoid confusion with the Python built-in
'help' function.
-
r210
(Added several builtin processes. Simple refactoring on pytho...) committed by mount.sarah
- Added several builtin processes. Simple refactoring on python-csp
console.
Added several builtin processes. Simple refactoring on python-csp
console.
-
r209
(Small refactoring -- moved "builtin" processes to a separate...) committed by mount.sarah
- Small refactoring -- moved "builtin" processes to a separate module.
Small refactoring -- moved "builtin" processes to a separate module.
-
r208
(Removed all references to a CSP Python 'tutorial'.
) committed by mount.sarah
- Removed all references to a CSP Python 'tutorial'.
Removed all references to a CSP Python 'tutorial'.
-
r207
(Added help documentation to python-csp. Small changes in CSP...) committed by mount.sarah
- Added help documentation to python-csp. Small changes in CSP / testing.
Added help documentation to python-csp. Small changes in CSP / testing.
-
r206
(Bugfixes to CSP package (fixing operator overloading for PAR...) committed by mount.sarah
- Bugfixes to CSP package (fixing operator overloading for PAR). Added
desktop integration for GNU/Linux. Changes in distutils scripts. FIXME:
remove hard coded paths from setup.py; make portable.
Bugfixes to CSP package (fixing operator overloading for PAR). Added
desktop integration for GNU/Linux. Changes in distutils scripts. FIXME:
remove hard coded paths from setup.py; make portable.
-
r205
(Problems with operator overloading and PAR largely resolved ...) committed by mount.sarah
- Problems with operator overloading and PAR largely resolved by use of
timeouts on process joins.
Problems with operator overloading and PAR largely resolved by use of
timeouts on process joins.
-
r204
(Fixed tab-completion issues in CSP Python console.
) committed by mount.sarah
- Fixed tab-completion issues in CSP Python console.
Fixed tab-completion issues in CSP Python console.
-
r203
(CSP shell now has editable history.
) committed by mount.sarah
- CSP shell now has editable history.
CSP shell now has editable history.
-
r202
(Small changes and code cleanup. List of CSP types and pseudo...) committed by mount.sarah
- Small changes and code cleanup. List of CSP types and pseudo-type checker function
added.
Small changes and code cleanup. List of CSP types and pseudo-type checker function
added.
-
r201
(Minor fixes to CSP shell.
) committed by mount.sarah
- Minor fixes to CSP shell.
Minor fixes to CSP shell.
-
r200
(Removed unnecessary channel module.
) committed by mount.sarah
- Removed unnecessary channel module.
Removed unnecessary channel module.
-
r199
(Fixed issues with module namespaces.
) committed by mount.sarah
- Fixed issues with module namespaces.
Fixed issues with module namespaces.
-
r198
(First commit of CSP work. Channels, PAR, SEQ implemented and...) committed by mount.sarah
- First commit of CSP work. Channels, PAR, SEQ implemented and tested.
Some namespace issues.
First commit of CSP work. Channels, PAR, SEQ implemented and tested.
Some namespace issues.
-
r197
(New branch to play with CSP ideas.
) committed by mount.sarah
- New branch to play with CSP ideas.
New branch to play with CSP ideas.
|