Menu

SVN archive Commit Log


Commit Date  
[r17687] by bugman

Another Python 3 fix for the relax_io.extract_data() function.

Sometimes this function sees byte types, sometimes string types. The function can now handle both.

2012-10-02 16:55:31 Tree
[r17686] by bugman

The Mf.test_write_results system test can now select the correct file to compare against in Python 3.

The algorithm for determining if the 'final_results_trunc_1.3_v2' or
'final_results_trunc_1.3_pre_py2.7.3_v2' file should be used could not handle Python 3.

2012-10-02 16:48:25 Tree
[r17685] by bugman

The relax_io.DummyFileObject now mimics a file object for both Python 2 and 3.

In Python 3, everything from a file is of byte type and no longer string type.

2012-10-02 16:46:16 Tree
[r17684] by bugman

Python 2 fix for the relax_io.extract_data() function for a bug introduced at r17669.

2012-10-02 16:34:02 Tree
[r17683] by bugman

Python 3 fix for the format detection of results and save files.

2012-10-02 16:29:25 Tree
[r17682] by bugman

Python 3 import fixes for the generic_fns.structure package using relative paths.

2012-10-02 15:58:04 Tree
[r17681] by bugman

Python 3 fix for the writing out of XML formatted state and results files.

In Python 3, the xmldoc.toprettyxml() returns a string object which needs to be 'encoded' prior to
writing out to file.

2012-10-02 15:47:23 Tree
[r17680] by bugman

Python 3 fix - removed the use of the string.lower() function in the OpenDX mapping code.

2012-10-02 14:59:22 Tree
[r17679] by bugman

Python 3 fix for the frame order system tests matching r17678.

As float to string conversions behave differently, the %.1f formatting is used to force only a
single decimal place float.

2012-10-02 14:58:40 Tree
[r17678] by bugman

Python 3 fix for the frame order system tests - float to string conversions behave differently.

Now the explicit %.1f formatting is used to force only a single decimal place float.

2012-10-02 14:54:57 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.