Menu

Commit [r17833]  Maximize  Restore  History

Merged revisions 17601-17620 via svnmerge from

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

........
r17601 | bugman | 2012-09-28 17:17:05 +0200 (Fri, 28 Sep 2012) | 3 lines

More exception handling changes to be Python 2.4+ compatible.
........
r17602 | bugman | 2012-09-28 17:22:32 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - eliminated the use of the os.popen3 function from the info module.
........
r17603 | bugman | 2012-09-28 17:28:11 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - all os.popen3() instances in relax have been replaced by the subprocess module.
........
r17604 | bugman | 2012-09-28 17:28:56 +0200 (Fri, 28 Sep 2012) | 3 lines

Removed an unused import (which was breaking relax in Python 3).
........
r17605 | bugman | 2012-09-28 17:55:25 +0200 (Fri, 28 Sep 2012) | 3 lines

Removed the completely unused gui.components.conversion module.
........
r17606 | bugman | 2012-09-28 18:08:24 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - all usage of string.split() and string.strip() has been eliminated.
........
r17607 | bugman | 2012-09-28 18:11:48 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - compatibility for both the Python 2 cPickle and Python 3 pickle modules.
........
r17608 | bugman | 2012-09-28 18:20:48 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - removed the use of the types.ClassType object.
........
r17609 | bugman | 2012-09-28 18:32:10 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - converted the relax prompt/script interpreter to be Python 2 and 3 compatible.
........
r17610 | bugman | 2012-09-28 18:34:49 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - error handling is now Python 2 and 3 compatible in the relax_io module.
........
r17611 | bugman | 2012-09-28 18:50:32 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - all raising of RelaxErrors is now Python 2.4+ compatible.
........
r17612 | bugman | 2012-09-28 18:52:10 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - more exception handling updates for all Python 2.4+ versions.
........
r17613 | bugman | 2012-09-28 18:55:04 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - absolute module path fix.
........
r17614 | bugman | 2012-09-28 18:57:45 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - support for both Python 2 __builtin__ and Python 3 builtins modules.
........
r17615 | bugman | 2012-09-28 18:58:47 +0200 (Fri, 28 Sep 2012) | 3 lines

Bug fix for a problem introduced in the last commit.
........
r17616 | bugman | 2012-09-28 19:02:02 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - absolute module path fixes.
........
r17617 | bugman | 2012-09-28 19:04:46 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - eliminated the use of the types.ListType object.
........
r17618 | bugman | 2012-09-28 19:06:23 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - the data package now uses absolute imports for all its modules.
........
r17619 | bugman | 2012-09-28 19:13:09 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - the data package now really does use the absolute path for its module imports.
........
r17620 | bugman | 2012-09-28 19:13:30 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - removal of some unneeded xrange() calls.
........

bugman 2012-10-16

<< < 1 2 3 (Page 3 of 3)
changed /branches/frame_order_testing/test_suite/gui_tests/__init__.py
changed /branches/frame_order_testing/test_suite/shared_data/align_data/CaM/randomise.py
changed /branches/frame_order_testing/test_suite/shared_data/bruker_files/convert_data_noe.py
changed /branches/frame_order_testing/test_suite/shared_data/bruker_files/convert_data_r1.py
changed /branches/frame_order_testing/test_suite/system_tests/__init__.py
changed /branches/frame_order_testing/test_suite/system_tests/grace.py
changed /branches/frame_order_testing/test_suite/system_tests/relax_fit.py
changed /branches/frame_order_testing/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py
changed /branches/frame_order_testing/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py
changed /branches/frame_order_testing/test_suite/system_tests/scripts/n_state_model/populations.py
changed /branches/frame_order_testing/user_functions/data.py
changed /branches/frame_order_testing/user_functions/minimisation.py
changed /branches/frame_order_testing/version.py
/branches/frame_order_testing/test_suite/gui_tests/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/shared_data/align_data/CaM/randomise.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/shared_data/bruker_files/convert_data_noe.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/shared_data/bruker_files/convert_data_r1.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/grace.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/relax_fit.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/scripts/diff_tensor/ri_back_calc.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/test_suite/system_tests/scripts/n_state_model/populations.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/user_functions/data.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/user_functions/minimisation.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 3 (Page 3 of 3)
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.