Commit | Date | |
---|---|---|
2012-10-01 20:54:43 | Tree | |
2012-10-01 20:51:12 | Tree | |
2012-10-01 20:43:38 | Tree | |
[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 |