Menu

Commit [r17836]  Maximize  Restore  History

Merged revisions 17624-17640 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r17624 | bugman | 2012-10-01 21:33:21 +0200 (Mon, 01 Oct 2012) | 5 lines

Python 3 - removed the use of the types module from generic_fns.sequence.

The relax arg_check module is now being used instead.
........
r17625 | bugman | 2012-10-01 21:34:01 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - a pile of relative path fixes for many relax modules.
........
r17626 | bugman | 2012-10-01 21:44:20 +0200 (Mon, 01 Oct 2012) | 5 lines

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.
........
r17627 | bugman | 2012-10-01 21:48:28 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - converted some print statements to function calls in the ScientificPython modules.
........
r17628 | bugman | 2012-10-01 21:52:19 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - modified some except statements to be Python 2.4+ compatible in a ScientificPython module.
........
r17629 | bugman | 2012-10-01 22:12:24 +0200 (Mon, 01 Oct 2012) | 6 lines

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.
........
r17630 | bugman | 2012-10-01 22:15:43 +0200 (Mon, 01 Oct 2012) | 6 lines

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.
........
r17631 | bugman | 2012-10-01 22:22:34 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - converted the last of the except error catching statements to be Python 2.4+ compatible.
........
r17632 | bugman | 2012-10-01 22:27:00 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - fixes for the renaming of the Queue package.
........
r17633 | bugman | 2012-10-01 22:41:26 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 fix - ensure an integer is actually an integer (division now converts ints to floats).
........
r17634 | bugman | 2012-10-01 22:43:38 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 fixes for the version module for catching empty lists.
........
r17635 | bugman | 2012-10-01 22:51:12 +0200 (Mon, 01 Oct 2012) | 3 lines

Debugging printout removal.
........
r17636 | bugman | 2012-10-01 22:54:43 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - relative module paths are now used for the test suite runner.
........
r17637 | bugman | 2012-10-01 22:55:29 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - The cStringIO.StringIO import switches to io.StringIO if missing.
........
r17638 | bugman | 2012-10-01 23:06:27 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 2 fixes - the Python 3 fixes for the ScientificPython module imports broke Python 2.
........
r17639 | bugman | 2012-10-01 23:19:57 +0200 (Mon, 01 Oct 2012) | 5 lines

Python 3 fix for the relax information print out.

The try blocks seem to now operate slightly differently in Python 3.
........
r17640 | bugman | 2012-10-01 23:34:08 +0200 (Mon, 01 Oct 2012) | 3 lines

Python 3 - removed the use of the string.lower() function as it is missing in Python 3.
........

bugman 2012-10-16

<< < 1 2 (Page 2 of 2)
changed /branches/frame_order_testing/multi/result_queue.py
changed /branches/frame_order_testing/opendx/isosurface_3D.py
changed /branches/frame_order_testing/opendx/main.py
changed /branches/frame_order_testing/scons/install.py
changed /branches/frame_order_testing/scons/manuals.py
changed /branches/frame_order_testing/specific_fns/consistency_tests.py
changed /branches/frame_order_testing/specific_fns/frame_order.py
changed /branches/frame_order_testing/specific_fns/hybrid.py
changed /branches/frame_order_testing/specific_fns/jw_mapping.py
changed /branches/frame_order_testing/specific_fns/model_free/__init__.py
changed /branches/frame_order_testing/specific_fns/model_free/mf_minimise.py
changed /branches/frame_order_testing/specific_fns/noe/__init__.py
changed /branches/frame_order_testing/specific_fns/relax_fit.py
changed /branches/frame_order_testing/test_suite/gui_tests/dead_uf_pages.py
changed /branches/frame_order_testing/test_suite/relax_test_runner.py
changed /branches/frame_order_testing/test_suite/system_tests/dasha.py
changed /branches/frame_order_testing/test_suite/test_suite_runner.py
changed /branches/frame_order_testing/test_suite/unit_tests/unit_test_runner.py
changed /branches/frame_order_testing/version.py
/branches/frame_order_testing/multi/result_queue.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/opendx/isosurface_3D.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/opendx/main.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/scons/install.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/scons/manuals.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/consistency_tests.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/frame_order.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/hybrid.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/jw_mapping.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/model_free/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/model_free/mf_minimise.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/noe/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/relax_fit.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/gui_tests/dead_uf_pages.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/relax_test_runner.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/dasha.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/test_suite_runner.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/unit_tests/unit_test_runner.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/version.py Diff Switch to side-by-side view
Loading...
<< < 1 2 (Page 2 of 2)
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.