Commit | Date | |
---|---|---|
[r17666]
by
bugman
Python 3 bug fix for the state.load user function. The header line of pickled states (rather than the standard XML states) is of the b'' byte format. |
2012-10-02 12:37:01 | Tree |
[r17665]
by
bugman
Better support for both Python 2 and 3 in the relax data store. The 2to3 script was used on all of the files in the data package. |
2012-10-02 12:25:52 | Tree |
[r17664]
by
bugman
Python 3 preparation - the relax data store (the data package) now supports both Python 2 and 3. The command used was: |
2012-10-02 12:23:43 | Tree |
[r17663]
by
bugman
Python 3 fix - the relax_errors.AllRelaxErrors object is now a proper tuple. Due to bad coding, it was previously a nested tuple. This nested tuple worked in Python 2, but is |
2012-10-02 12:18:41 | Tree |
[r17662]
by
bugman
Python 3 fixes - the character '\' is now properly escaped as '\\' in the stereochemistry auto-analysis. |
2012-10-02 12:16:02 | Tree |
[r17661]
by
bugman
Fix for the test suite summary for Python 3. The test suite now runs, but fails miserably, under Python 3. |
2012-10-02 12:08:22 | Tree |
2012-10-02 12:05:50 | Tree | |
[r17659]
by
bugman
Fix for the running of the test suite under Python 3. The zip() function used in the loadTestsFromTestCase() function is now an iterator, so it needs to |
2012-10-02 12:05:17 | Tree |
[r17658]
by
bugman
Fix for the test_parse_token_multi_element_name() unit test, as parse_token() no longer sorts. |
2012-10-02 11:35:59 | Tree |
[r17657]
by
bugman
Python 3 fix for the generic_fns.mol_res_spin.parse_token() function. Mixed lists for int and string can no longer be sorted. This sort call is not needed anyway. |
2012-10-02 09:53:17 | Tree |