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 2 of 3)
changed /branches/frame_order_testing/generic_fns/results.py
changed /branches/frame_order_testing/generic_fns/state.py
changed /branches/frame_order_testing/generic_fns/structure/internal.py
changed /branches/frame_order_testing/generic_fns/xplor.py
changed /branches/frame_order_testing/graphics/__init__.py
changed /branches/frame_order_testing/gui/about.py
removed /branches/frame_order_testing/gui/components/conversion.py
changed /branches/frame_order_testing/gui/relax_gui.py
changed /branches/frame_order_testing/gui/spin_viewer/containers.py
changed /branches/frame_order_testing/gui/string_conv.py
changed /branches/frame_order_testing/gui/uf_objects.py
changed /branches/frame_order_testing/info.py
changed /branches/frame_order_testing/prompt/interpreter.py
changed /branches/frame_order_testing/prompt/uf_docstring.py
changed /branches/frame_order_testing/relax.py
changed /branches/frame_order_testing/relax_errors.py
changed /branches/frame_order_testing/relax_io.py
changed /branches/frame_order_testing/relax_string.py
changed /branches/frame_order_testing/scripts/code_validator
changed /branches/frame_order_testing/scripts/framework_bin_test
changed /branches/frame_order_testing/scripts/optimisation_testing.py
changed /branches/frame_order_testing/setup.py
changed /branches/frame_order_testing/specific_fns/model_free/results.py
changed /branches/frame_order_testing/specific_fns/n_state_model.py
changed /branches/frame_order_testing/status.py
/branches/frame_order_testing/generic_fns/results.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/state.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/structure/internal.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/xplor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/graphics/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/about.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/relax_gui.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/spin_viewer/containers.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/string_conv.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/uf_objects.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/info.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/prompt/interpreter.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/prompt/uf_docstring.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/relax.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/relax_errors.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/relax_io.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/relax_string.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/scripts/code_validator Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/scripts/framework_bin_test Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/scripts/optimisation_testing.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/setup.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/model_free/results.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/specific_fns/n_state_model.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/status.py Diff Switch to side-by-side view
Loading...
<< < 1 2 3 > >> (Page 2 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.