Menu

Commit [r17832]  Maximize  Restore  History

Merged revisions 17581-17600 via svnmerge from

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

........
r17581 | bugman | 2012-09-28 10:58:47 +0200 (Fri, 28 Sep 2012) | 13 lines

Last Python 3 compatibility update for the system tests - they are now both Python 2 and 3 compatible!

The command used was:
2to3 -w \
-f except \
-f import \
-f imports \
-f long \
-f numliterals \
-f xrange \
.
........
r17582 | bugman | 2012-09-28 11:00:34 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - removed all xrange() calls from the unit tests, these are not needed.
........
r17583 | bugman | 2012-09-28 11:06:47 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - all the _prompt unit tests now use absolute module imports.
........
r17584 | bugman | 2012-09-28 11:08:34 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - all of the _generic_fns unit tests now use absolute module imports.
........
r17585 | bugman | 2012-09-28 11:09:41 +0200 (Fri, 28 Sep 2012) | 6 lines

Python 3 preparations - the unit tests are now fully Python 2 and 3 compatible.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .
........
r17586 | bugman | 2012-09-28 11:32:12 +0200 (Fri, 28 Sep 2012) | 5 lines

Bug fix for the BMRB system test initialisation for when the bmrblib module is missing.

The base __init__() method needs to be initialised first.
........
r17587 | bugman | 2012-09-28 11:32:41 +0200 (Fri, 28 Sep 2012) | 3 lines

Removed some temporary debugging code.
........
r17588 | bugman | 2012-09-28 11:34:04 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - the test_suite.gui_tests package now uses absolute module path imports.
........
r17589 | bugman | 2012-09-28 11:42:00 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - the queue modules for both Python versions are now supported in the GUI tests.
........
r17590 | bugman | 2012-09-28 11:43:29 +0200 (Fri, 28 Sep 2012) | 6 lines

Python 3 preparations - the GUI tests are now fully Python 2 and 3 compatible.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .
........
r17591 | bugman | 2012-09-28 11:45:14 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - the use of the queue module in the status module is now compatible with 2 and 3.
........
r17592 | bugman | 2012-09-28 11:49:34 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - the auto_analyses package now uses absolute paths for the module imports.
........
r17593 | bugman | 2012-09-28 11:50:34 +0200 (Fri, 28 Sep 2012) | 6 lines

Python 3 preparations - the auto_analyses package is now fully Python 2 and 3 compatible.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .
........
r17594 | bugman | 2012-09-28 13:28:49 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - the use of an absolute module path for import.
........
r17595 | bugman | 2012-09-28 13:29:29 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparation - eliminated the unneeded use of xrange().
........
r17596 | bugman | 2012-09-28 13:36:50 +0200 (Fri, 28 Sep 2012) | 6 lines

Python 3 preparations - removed all usage of the xrange() in the generic_fns package as none are needed.

The command used was:
2to3 -w -f xrange .
........
r17597 | bugman | 2012-09-28 14:23:58 +0200 (Fri, 28 Sep 2012) | 3 lines

Updated the Python 2 to 3 checklist document for the shifting of the 'relax' file to 'relax.py'.
........
r17598 | bugman | 2012-09-28 16:40:50 +0200 (Fri, 28 Sep 2012) | 17 lines

Python 3 conversions using 2to3.

The command used was:
2to3 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
.
........
r17599 | bugman | 2012-09-28 16:57:03 +0200 (Fri, 28 Sep 2012) | 6 lines

Reverted r17598 for the multi.processor module as this breaks in Python 2.

The command used was:
svn merge -r17598:r17597 processor.py
........
r17600 | bugman | 2012-09-28 16:58:29 +0200 (Fri, 28 Sep 2012) | 3 lines

Python 3 preparations - exception handling fix to be Python 2.4+ compatible.
........

bugman 2012-10-16

1 2 3 > >> (Page 1 of 3)
changed /branches/frame_order_testing
changed /branches/frame_order_testing/auto_analyses/__init__.py
changed /branches/frame_order_testing/auto_analyses/dauvergne_protocol.py
changed /branches/frame_order_testing/auto_analyses/stereochem_analysis.py
changed /branches/frame_order_testing/docs/2to3_checklist
changed /branches/frame_order_testing/generic_fns/align_tensor.py
changed /branches/frame_order_testing/generic_fns/diffusion_tensor.py
changed /branches/frame_order_testing/generic_fns/eliminate.py
changed /branches/frame_order_testing/generic_fns/minimise.py
changed /branches/frame_order_testing/generic_fns/model_selection.py
changed /branches/frame_order_testing/generic_fns/mol_res_spin.py
changed /branches/frame_order_testing/generic_fns/monte_carlo.py
changed /branches/frame_order_testing/generic_fns/palmer.py
changed /branches/frame_order_testing/generic_fns/pipes.py
changed /branches/frame_order_testing/generic_fns/relax_data.py
changed /branches/frame_order_testing/generic_fns/spectrum.py
changed /branches/frame_order_testing/generic_fns/structure/api_base.py
changed /branches/frame_order_testing/generic_fns/structure/geometric.py
changed /branches/frame_order_testing/generic_fns/structure/internal.py
changed /branches/frame_order_testing/generic_fns/structure/main.py
changed /branches/frame_order_testing/generic_fns/structure/scientific.py
changed /branches/frame_order_testing/generic_fns/value.py
changed /branches/frame_order_testing/generic_fns/vmd.py
changed /branches/frame_order_testing/graphics/wizards/dipole_pair/VectorFieldPlot.py
changed /branches/frame_order_testing/gui/misc.py
/branches/frame_order_testing/auto_analyses/__init__.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/auto_analyses/dauvergne_protocol.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/auto_analyses/stereochem_analysis.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/docs/2to3_checklist Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/align_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/diffusion_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/eliminate.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/minimise.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/model_selection.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/monte_carlo.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/pipes.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/relax_data.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/spectrum.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/structure/api_base.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/structure/geometric.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/structure/main.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/structure/scientific.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/value.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/generic_fns/vmd.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/graphics/wizards/dipole_pair/VectorFieldPlot.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_testing/gui/misc.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.