mailr9437 - in /1.3: ./ docs/ generic_fns/ generic_fns/structure/ maths_fns/ specific_fns/ specific_fns/model_free/ test_suite/s...


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 03, 2009 - 13:42:
Author: bugman
Date: Thu Sep  3 13:42:16 2009
New Revision: 9437

URL: http://svn.gna.org/viewcvs/relax?rev=9437&view=rev
Log:
The whitespace after commas has been enforced (for Python 3.x).

This was done with the python 2.x to 3.x script with the command:
2to3 -w -f ws_comma relax .

The change is in preparation for Python 3.0, and relax still works with 
Python versions 2.4, 2.5,
and 2.6.  All commas now have whitespace after them.

The docs/2to3_checklist file has also been updated with all the 2to3 changes.


Modified:
    1.3/docs/2to3_checklist
    1.3/float.py
    1.3/generic_fns/align_tensor.py
    1.3/generic_fns/mol_res_spin.py
    1.3/generic_fns/pcs.py
    1.3/generic_fns/rdc.py
    1.3/generic_fns/relax_data.py
    1.3/generic_fns/spectrum.py
    1.3/generic_fns/structure/geometric.py
    1.3/generic_fns/structure/mass.py
    1.3/maths_fns/alignment_tensor.py
    1.3/maths_fns/chi2.py
    1.3/maths_fns/frame_order_matrix_ops.py
    1.3/maths_fns/mf.py
    1.3/maths_fns/n_state_model.py
    1.3/maths_fns/rdc.py
    1.3/maths_fns/rotation_matrix.py
    1.3/relax_io.py
    1.3/specific_fns/frame_order.py
    1.3/specific_fns/model_free/main.py
    1.3/specific_fns/n_state_model.py
    1.3/test_suite/shared_data/align_data/CaM/generate_data.py
    1.3/test_suite/system_tests/model_free.py
    1.3/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
    1.3/test_suite/unit_tests/_maths_fns/test_chi2.py
    1.3/test_suite/unit_tests/_maths_fns/test_kronecker_product.py
    1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py
    1.3/test_suite/unit_tests/align_tensor_testing_base.py
    1.3/test_suite/unit_tests/unit_test_runner.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: 1.3/docs/2to3_checklist
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/2to3_checklist?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/float.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/float.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/align_tensor.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/mol_res_spin.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pcs.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/rdc.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/relax_data.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/spectrum.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/structure/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/geometric.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/generic_fns/structure/mass.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/mass.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/alignment_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/alignment_tensor.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/chi2.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/chi2.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/frame_order_matrix_ops.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/mf.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/mf.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/n_state_model.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rdc.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rotation_matrix.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/frame_order.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/shared_data/align_data/CaM/generate_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/shared_data/align_data/CaM/generate_data.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/_maths_fns/test_chi2.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_maths_fns/test_chi2.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/_maths_fns/test_kronecker_product.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_maths_fns/test_kronecker_product.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/align_tensor_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/align_tensor_testing_base.py?rev=9437&r1=9436&r2=9437&view=diff

Modified: 1.3/test_suite/unit_tests/unit_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/unit_test_runner.py?rev=9437&r1=9436&r2=9437&view=diff




Related Messages


Powered by MHonArc, Updated Thu Sep 03 14:00:04 2009