Menu

SVN archive Commit Log


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.
This is now converted to a string, and the search expression is comparing it to the raw string
r"<\?xml".

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:
2to3 -w data/__init__.py

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
fatal for Python 3.

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
[r17660] by bugman

Copyright update.

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
be passed through the list() function to generate a list.

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
Older >
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.