Menu

SVN archive Commit Log


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

Another raise() function call to statement change for 2to3 preparations.

2012-10-02 08:49:09 Tree
[r17649] by bugman

Converted some raise() function calls to raise statements in preparation for the 2to3 conversion.

2012-10-02 08:47:48 Tree
[r17648] by bugman

Converted the ScientificPython PDB reader to support both Python 2 and 3.

The command used was:
2to3 extern/scientific_python/IO/PDB.py -w

The __repr__() method was manually modified due to the 'list' variable clashing with the 'list'
type.

2012-10-02 08:45:46 Tree
[r17647] by bugman

Created a new module for simultaneous Python 2 and 3 support in relax called 'compat'.

2012-10-02 08:35:22 Tree
[r17646] by bugman

Python 3 fixes - the list() function is now used in combination with range() to generate the ordered list.

range() in Python 3 is an iterator object (just as xrange was), so now the list() function has to be
called.

2012-10-02 08:26:09 Tree
[r17645] by bugman

Python 3 preparations - mass conversion of all xrange() calls to range().

2012-10-02 08:23:28 Tree
[r17644] by bugman

Fix for a bug introduced at r17624 in the generic_fns.sequence.validate_sequence() function.

The is_none() function call doesn't seem to be working correctly.

2012-10-01 23:16:44 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.