Commit | Date | |
---|---|---|
[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 |
[r17656]
by
bugman
Automatically converted the generic_fns.mol_res_spin module to support both Python 2 and 3. The command used was: |
2012-10-02 09:47:15 | Tree |
[r17655]
by
bugman
For running relax with Python 2, the __builtin__.range() function has been replaced with xrange. This causes large speed ups (speed that was lost with the earlier xrange() to range() conversions), |
2012-10-02 09:39:17 | Tree |
[r17654]
by
bugman
The compat module now has the py_version variable specifying if this is Python 2 or 3. |
2012-10-02 09:04:51 | Tree |
[r17653]
by
bugman
Import fix for the OpenDX mapping package, recently broken with the relative import for Python 3 change. |
2012-10-02 08:54:58 | Tree |