Commit | Date | |
---|---|---|
[r26519]
by
bugman
Manual Python 3 fixes for the dict.key() function which returns a list or iterator in Python 2 or 3. This involves a number of changes. The biggest is the conversion of the "x in y.keys()" statements |
2014-11-11 13:26:23 | Tree |
2014-11-11 13:10:47 | Tree | |
[r26517]
by
bugman
The target_function.relax_fit module unit tests are now skipped if the C module is not compiled. |
2014-11-11 12:39:57 | Tree |
[r26516]
by
bugman
The ImportErrors in unit tests are now correctly handled by the relax test suite. If an ImportError occurred, this was previously killing the entire test suite. |
2014-11-11 11:13:52 | Tree |
[r26515]
by
bugman
Merged revisions 26498-26513 via svnmerge from ........ |
2014-11-11 11:02:16 | Tree |
[r26514]
by
bugman
Merged revisions 26498-26513 via svnmerge from ........ |
2014-11-11 11:02:14 | Tree |
[r26513]
by
bugman
Expanded the Python 2 to 3 conversion document to list the 2to3 command individually. |
2014-11-11 10:04:45 | Tree |
[r26512]
by
bugman
Python 3 fixes via 2to3 - replacement of all `x` with repr(x). The command used was: |
2014-11-11 09:43:30 | Tree |
[r26511]
by
bugman
Python 3 fixes via 2to3 - elimination of all map and lambda usage in relax. The command used was: |
2014-11-11 09:26:07 | Tree |
2014-11-11 09:20:56 | Tree |