Menu

SVN archive Commit Log


Commit Date  
[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
[r17623] by bugman

Python 3 preparations - removed all of the string module functions which no longer exist in Python 3.

These functions are part of the strings themselves now.

2012-10-01 16:48:11 Tree
[r17622] by bugman

Improvements for the relax test suite synopsis for when the wxPython module is missing or broken.

This is simply a printout improvement.

2012-10-01 16:13:20 Tree
[r17621] by bugman

Fix for bug #20210 (https://gna.org/bugs/?20210) - relax now runs again without having wxPython installed.

2012-10-01 12:04:16 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.