Commit | Date | |
---|---|---|
[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 |
2012-10-02 08:26:09 | Tree |
2012-10-02 08:23:28 | Tree | |
2012-10-01 23:16:44 | Tree | |
[r17643]
by
bugman
Created the special check_types.is_filetype() function for checking for files in all Python versions. |
2012-10-01 22:37:08 | Tree |
2012-10-01 21:40:37 | Tree | |
[r17641]
by
bugman
Python 3 - eliminated the use of the map() function, as this behaves differently in Python 3. |
2012-10-01 21:34:42 | Tree |
[r17640]
by
bugman
Python 3 - removed the use of the string.lower() function as it is missing in Python 3. |
2012-10-01 21:34:08 | Tree |
[r17639]
by
bugman
Python 3 fix for the relax information print out. The try blocks seem to now operate slightly differently in Python 3. |
2012-10-01 21:19:57 | Tree |
[r17638]
by
bugman
Python 2 fixes - the Python 3 fixes for the ScientificPython module imports broke Python 2. |
2012-10-01 21:06:27 | Tree |