Menu

SVN archive Commit Log


Commit Date  
[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
[r17656] by bugman

Automatically converted the generic_fns.mol_res_spin module to support both Python 2 and 3.

The command used was:
2to3 -w generic_fns/mol_res_spin.py

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),
and memory decreases. For example on one system, the system test time decreased from 513.029s to
487.586s.

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

More usage of the is_unicode() function in the generic_fns.mol_res_spin module.

2012-10-02 08:53:34 Tree
[r17651] by bugman

Created the check_types.is_unicode() function for Python 2+3 compatibility.

This is used in the generic_fns.mol_res_spin module.

2012-10-02 08:52:35 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.