Commit | Date | |
---|---|---|
[r17633]
by
bugman
Python 3 fix - ensure an integer is actually an integer (division now converts ints to floats). |
2012-10-01 20:41:26 | Tree |
2012-10-01 20:27:00 | Tree | |
[r17631]
by
bugman
Python 3 - converted the last of the except error catching statements to be Python 2.4+ compatible. |
2012-10-01 20:22:34 | Tree |
[r17630]
by
bugman
Python 3 - removal of the use of the string.atoi and string.atof functions. These have been depreciated since Python 2.0!! They have been replace by the int and float |
2012-10-01 20:15:43 | Tree |
[r17629]
by
bugman
Python 3 - a number of fixes for running the ScientificPython modules in relax on Python 2 and 3. This includes relative imports, converting raise statements to function calls, removal of the use of |
2012-10-01 20:12:24 | Tree |
[r17628]
by
bugman
Python 3 - modified some except statements to be Python 2.4+ compatible in a ScientificPython module. |
2012-10-01 19:52:19 | Tree |
[r17627]
by
bugman
Python 3 - converted some print statements to function calls in the ScientificPython modules. |
2012-10-01 19:48:28 | Tree |
[r17626]
by
bugman
Python 3 - Fix for an os.chmod() call by using the stat module rather than the number 0775. The number 0755 is no longer valid in Python 3. |
2012-10-01 19:44:20 | Tree |
2012-10-01 19:34:01 | Tree | |
[r17624]
by
bugman
Python 3 - removed the use of the types module from generic_fns.sequence. The relax arg_check module is now being used instead. |
2012-10-01 19:33:21 | Tree |