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 1 of 3)
changed /branches/frame_order_testing
changed /branches/frame_order_testing/auto_analyses/stereochem_analysis.py
changed /branches/frame_order_testing/data/__init__.py
changed /branches/frame_order_testing/data/align_tensor.py
changed /branches/frame_order_testing/data/data_classes.py
changed /branches/frame_order_testing/data/diff_tensor.py
changed /branches/frame_order_testing/data/exp_info.py
changed /branches/frame_order_testing/data/gui.py
changed /branches/frame_order_testing/data/interatomic.py
changed /branches/frame_order_testing/data/mol_res_spin.py
changed /branches/frame_order_testing/data/pipe_container.py
changed /branches/frame_order_testing/data/relax_xml.py
changed /branches/frame_order_testing/dep_check.py
changed /branches/frame_order_testing/docs/latex/fetch_docstrings.py
changed /branches/frame_order_testing/float.py
changed /branches/frame_order_testing/generic_fns/angles.py
changed /branches/frame_order_testing/generic_fns/bruker.py
changed /branches/frame_order_testing/generic_fns/dasha.py
changed /branches/frame_order_testing/generic_fns/mol_res_spin.py
changed /branches/frame_order_testing/generic_fns/molmol.py
changed /branches/frame_order_testing/generic_fns/noesy.py
changed /branches/frame_order_testing/generic_fns/palmer.py
changed /branches/frame_order_testing/generic_fns/pcs.py
changed /branches/frame_order_testing/generic_fns/pipes.py
changed /branches/frame_order_testing/generic_fns/rdc.py
/branches/frame_order_testing/auto_analyses/stereochem_analysis.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/align_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/data_classes.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/diff_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/exp_info.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/gui.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/interatomic.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/mol_res_spin.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/pipe_container.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/data/relax_xml.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/dep_check.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/docs/latex/fetch_docstrings.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/float.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/angles.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/bruker.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/dasha.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/mol_res_spin.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/molmol.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/noesy.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/palmer.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/pcs.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/pipes.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/rdc.py Diff Switch to side-by-side view
Loading...
1 2 3 > >> (Page 1 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.