mailr17606 - in /trunk: ./ auto_analyses/ data/ docs/latex/ generic_fns/ generic_fns/structure/ graphics/ gui/ gui/spin_viewer/ ...


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

Header


Content

Posted by edward on September 28, 2012 - 18:08:
Author: bugman
Date: Fri Sep 28 18:08:24 2012
New Revision: 17606

URL: http://svn.gna.org/viewcvs/relax?rev=17606&view=rev
Log:
Python 3 preparations - all usage of string.split() and string.strip() has 
been eliminated.


Modified:
    trunk/auto_analyses/stereochem_analysis.py
    trunk/data/__init__.py
    trunk/data/relax_xml.py
    trunk/docs/latex/fetch_docstrings.py
    trunk/generic_fns/bruker.py
    trunk/generic_fns/mol_res_spin.py
    trunk/generic_fns/molmol.py
    trunk/generic_fns/noesy.py
    trunk/generic_fns/palmer.py
    trunk/generic_fns/results.py
    trunk/generic_fns/structure/internal.py
    trunk/generic_fns/xplor.py
    trunk/graphics/__init__.py
    trunk/gui/about.py
    trunk/gui/relax_gui.py
    trunk/gui/spin_viewer/containers.py
    trunk/gui/string_conv.py
    trunk/gui/uf_objects.py
    trunk/info.py
    trunk/prompt/interpreter.py
    trunk/prompt/uf_docstring.py
    trunk/relax_io.py
    trunk/relax_string.py
    trunk/scripts/code_validator
    trunk/scripts/framework_bin_test
    trunk/scripts/optimisation_testing.py
    trunk/setup.py
    trunk/specific_fns/model_free/results.py
    trunk/status.py
    trunk/test_suite/gui_tests/__init__.py
    trunk/test_suite/shared_data/align_data/CaM/randomise.py
    trunk/test_suite/shared_data/bruker_files/convert_data_noe.py
    trunk/test_suite/shared_data/bruker_files/convert_data_r1.py
    trunk/test_suite/system_tests/__init__.py
    trunk/test_suite/system_tests/grace.py
    trunk/test_suite/system_tests/relax_fit.py
    trunk/user_functions/data.py
    trunk/user_functions/minimisation.py
    trunk/version.py

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

Modified: trunk/auto_analyses/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/stereochem_analysis.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/data/__init__.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/data/relax_xml.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/data/relax_xml.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/fetch_docstrings.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/bruker.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/bruker.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/mol_res_spin.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/molmol.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/noesy.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/noesy.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/palmer.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/results.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/results.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/internal.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/generic_fns/xplor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/xplor.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/graphics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/graphics/__init__.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/gui/about.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/about.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/relax_gui.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/gui/spin_viewer/containers.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/spin_viewer/containers.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/gui/string_conv.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/string_conv.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/uf_objects.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/info.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/prompt/interpreter.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/prompt/uf_docstring.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/prompt/uf_docstring.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/relax_io.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/relax_string.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/relax_string.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/scripts/code_validator
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scripts/code_validator?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/scripts/framework_bin_test
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scripts/framework_bin_test?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/scripts/optimisation_testing.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scripts/optimisation_testing.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/setup.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_fns/model_free/results.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/status.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/status.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/gui_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/__init__.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/shared_data/align_data/CaM/randomise.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/align_data/CaM/randomise.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/shared_data/bruker_files/convert_data_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/bruker_files/convert_data_noe.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/shared_data/bruker_files/convert_data_r1.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/bruker_files/convert_data_r1.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/__init__.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/system_tests/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/grace.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_fit.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/user_functions/data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/data.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/user_functions/minimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/minimisation.py?rev=17606&r1=17605&r2=17606&view=diff

Modified: trunk/version.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/version.py?rev=17606&r1=17605&r2=17606&view=diff




Related Messages


Powered by MHonArc, Updated Fri Sep 28 18:20:02 2012