Menu

SVN archive Commit Log


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
[r17632] by bugman

Python 3 - fixes for the renaming of the Queue package.

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
functions.

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
many string module functions which do not exist in Python 3, etc.

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
[r17625] by bugman

Python 3 - a pile of relative path fixes for many relax modules.

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.