My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

Earlier this year

  • Jun 20, 2009
    PythonCSPTutorial Wiki page deleted by mount.sarah
  • Jun 19, 2009
    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).
  • Jun 17, 2009
    r241 (Fixed bug in ALT._preselect() ) committed by mount.sarah   -   Fixed bug in ALT._preselect()
    Fixed bug in ALT._preselect()
  • Jun 17, 2009
    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.
  • Jun 04, 2009
    PythonCSPTutorial (One-sentence summary of this page.) Wiki page added by samwilson001
  • Jun 04, 2009
    r238 (Various updates, esp. Mandelbrot demo. ) committed by mount.sarah   -   Various updates, esp. Mandelbrot demo.
    Various updates, esp. Mandelbrot demo.
  • Jan 27, 2009
    r237 (Removed code dependent on wxPython. ) committed by mount.sarah   -   Removed code dependent on wxPython.
    Removed code dependent on wxPython.
  • Jan 11, 2009
    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.
  • Jan 11, 2009
    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.
  • Jan 11, 2009
    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.
  • Jan 11, 2009
    r233 (Removed QChannel type. ) committed by mount.sarah   -   Removed QChannel type.
    Removed QChannel type.
  • Jan 11, 2009
    r232 (Fixed channel termination bug. ) committed by mount.sarah   -   Fixed channel termination bug.
    Fixed channel termination bug.
  • Jan 11, 2009
    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.
  • Jan 10, 2009
    r230 (Small code clean-up. ) committed by mount.sarah   -   Small code clean-up.
    Small code clean-up.
  • Jan 10, 2009
    r229 (Fixed semaphore bug in ALTing. ) committed by mount.sarah   -   Fixed semaphore bug in ALTing.
    Fixed semaphore bug in ALTing.
  • Jan 08, 2009
    r228 (Fixed documentation. ) committed by mount.sarah   -   Fixed documentation.
    Fixed documentation.
  • Jan 08, 2009
    r227 (Clean-up of Channel code. ) committed by mount.sarah   -   Clean-up of Channel code.
    Clean-up of Channel code.
  • Jan 07, 2009
    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.
  • Jan 06, 2009
    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.
  • Jan 06, 2009
    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.
  • Jan 03, 2009
    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.
  • Jan 02, 2009
    r222 (Minor update. ) committed by mount.sarah   -   Minor update.
    Minor update.
  • Jan 02, 2009
    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).
  • Jan 02, 2009
    r220 (Documentation updates. ) committed by mount.sarah   -   Documentation updates.
    Documentation updates.
  • Jan 02, 2009
    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

  • Dec 27, 2008
    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.
  • Dec 27, 2008
    r217 (Fixed fatel NameError bug. ) committed by mount.sarah   -   Fixed fatel NameError bug.
    Fixed fatel NameError bug.
  • Dec 27, 2008
    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.
  • Dec 27, 2008
    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.
  • Dec 27, 2008
    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.
  • Dec 23, 2008
    r213 (Fixes in CSP documentation. ) committed by mount.sarah   -   Fixes in CSP documentation.
    Fixes in CSP documentation.
  • Dec 22, 2008
    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).
  • Dec 22, 2008
    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.
  • Dec 22, 2008
    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.
  • Dec 22, 2008
    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.
  • Dec 22, 2008
    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'.
  • Dec 22, 2008
    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.
  • Dec 22, 2008
    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.
  • Dec 22, 2008
    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.
  • Dec 21, 2008
    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.
  • Dec 21, 2008
    r203 (CSP shell now has editable history. ) committed by mount.sarah   -   CSP shell now has editable history.
    CSP shell now has editable history.
  • Dec 19, 2008
    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.
  • Dec 19, 2008
    r201 (Minor fixes to CSP shell. ) committed by mount.sarah   -   Minor fixes to CSP shell.
    Minor fixes to CSP shell.
  • Dec 19, 2008
    r200 (Removed unnecessary channel module. ) committed by mount.sarah   -   Removed unnecessary channel module.
    Removed unnecessary channel module.
  • Dec 19, 2008
    r199 (Fixed issues with module namespaces. ) committed by mount.sarah   -   Fixed issues with module namespaces.
    Fixed issues with module namespaces.
  • Dec 18, 2008
    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.
  • Dec 13, 2008
    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.
 
Hosted by Google Code