Commit | Date | |
---|---|---|
[r2557]
by
bugman
A number of cosmetic changes to the 'error.py' file (addition of comments and removal of spaces). I mentioned these changes within the post located at I've added a number of comments to both the RelaxError and RelaxWarning systems. There were also |
2006-09-13 10:44:23 | Tree |
[r2556]
by
bugman
Changed the introduction string width to be 80 characters wide under MS Windows (the width of |
2006-09-10 12:10:11 | Tree |
[r2555]
by
bugman
Changed the statement float('inf') to 1e300 for portability. This change fixes bug #6873 (https://gna.org/bugs/?func=detailitem&item_id=6873). |
2006-09-05 04:23:43 | Tree |
[r2554]
by
bugman
Removed the 'Popen3' class, UNIX only dependency from relax by commenting out two import statements. This was in response to Daniel Perez's post at The Popen3 dependance prevents relax from running under MS Windows and hence has been removed. |
2006-09-04 07:23:26 | Tree |
[r2553]
by
bugman
Merged the 'nan_catch_test' branch (r2552) into the 1.2 line (r2552). The command used was: This branch was created as a branch off the 1.2 line at r2528. It was in response to bug #6503 The two functions 'isnan()' and 'isinf()' have been created to fix the bug. These are however not |
2006-09-03 08:28:49 | Tree |
2006-09-03 08:03:22 | Tree | |
2006-09-03 06:48:21 | Tree | |
[r2550]
by
bugman
Added a skeleton for the isnan() and isinf() functions. Two dummy functions have been created and |
2006-09-03 06:06:12 | Tree |
2006-09-03 05:14:41 | Tree | |
[r2548]
by
bugman
Added a try statement to catch the ImportError failure of the 'lstat' and 'symlink' functions of the This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported This import statement fails under MS Windows as the symlink 'os' functions are UNIX only. |
2006-09-01 11:50:52 | Tree |