1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #22 from fsouza/master More... over 11 years ago
os_process: fix debug messages More... over 11 years ago
Added wiki files from old Google Code repository. FIXME: These need to be converted to RST and integrated into the Sphinx documentation. FIXME: Make sure all docs are built sanely on readthedocs.org More... over 11 years ago
Rationalised README files and moved to github flavoured markdown. FIXME: Add something about readthedocs.org. FIXME: move documentation in tutorial/ into main developer documentation More... over 11 years ago
Ignore the generated image for the Mandelbrot set programs for Mercurial. More... over 11 years ago
Make all the Mandelbrot programs executable. More... over 11 years ago
Switch from using Numeric to using NumPy. More... over 11 years ago
Remove the image as it is a generated file. More... over 11 years ago
FIX: Renamed epsilon in GenerateFloats process. More... about 12 years ago
BUGFIX: Now importing time module correctly More... about 12 years ago
Branch merge More... over 12 years ago
Fixed issue with __doc__ in guards temporarily, needs looking at again. Moved the Oscilloscope example from Numeric to the more modern numpy package. More... over 12 years ago
Merge from real default head. More... over 13 years ago
Correct the Python 2 specific code so as to be both Python 2 and Python 3 compatible. More... over 13 years ago
Merged top branches. More... over 13 years ago
Added context manager to provide OCCAM-like syntax for python-csp. More... over 13 years ago
Merge the two defualt branches. More... over 13 years ago
out function in simple.py used a mixture of spaces and tabs for indentation. Switched to using only spaces. More... over 13 years ago
Move "loaded os-backend" string into the backend More... over 13 years ago
Documentation clean-up. Need a script to convert Google Wiki syntax to rst to put the tutorials in Sphinx format. More... over 13 years ago
Formatting. More... over 13 years ago
Fixed Issue 29: documentation in python-csp shell, not in core library modules. More... over 13 years ago
Fixed embarrassing (sp?) syntax errors. More... over 13 years ago
Issue 41 again, all files not have Python 3 style string formatting. More... over 13 years ago
Updated test scripts re. Issue 41 (string formatting). More... over 13 years ago
Re Issue 41, string formatting updated to Python 3 standard. More... over 13 years ago
Spacing.
sschwarzer
as Stefan Schwarzer
More... over 13 years ago
Replaced tabs with spaces. Use PEP-8-conforming spacing.
sschwarzer
as Stefan Schwarzer
More... over 13 years ago
Use first/second instead of left/right since we use a call syntax.
sschwarzer
as Stefan Schwarzer
More... over 13 years ago
Removed csp/unittest.py. Better to use some sort of framework based on Stefan's work with the builtin module. More... over 13 years ago