Menu

SVN archive Commit Log


Commit Date  
[r25635] by bugman

Updated the CHANGES file with the recent Python 3 fixes.

2014-09-04 14:43:34 Tree
[r25634] by bugman

Ported r25633 from the 3.3.0 tag.

The command used was:
svn merge -r25632:25633 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25633 | bugman | 2014-09-04 16:40:11 +0200 (Thu, 04 Sep 2014) | 6 lines
Changed paths:
M /tags/3.3.0/dep_check.py

Python 3 fix.

The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with
(v1 > v2) - (v1 < v2). This allows relax to run on Python 3.
.....

2014-09-04 14:41:28 Tree
[r25633] by bugman

Python 3 fix.

The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with
(v1 > v2) - (v1 < v2). This allows relax to run on Python 3.

2014-09-04 14:40:11 Tree
[r25632] by bugman

Ported r25630 from the 3.3.0 tag.

The command used was:
svn merge -r25629:25630 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25630 | bugman | 2014-09-04 16:33:24 +0200 (Thu, 04 Sep 2014) | 7 lines
Changed paths:
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse_relax.py

Python 2 vs. 3 compatibility fix for the pickle module.

This is for the estimate_errors*.py scripts in the directory
test_suite/shared_data/curve_fitting/numeric_topology/. The lib.compat.pickle module is now used to
allow both Python versions to run relax.
.....

2014-09-04 14:36:36 Tree
[r25631] by bugman

Ported r25629 from the 3.3.0 tag.

The command used was:
svn merge -r25628:25629 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
r25629 | bugman | 2014-09-04 16:31:00 +0200 (Thu, 04 Sep 2014) | 6 lines
Changed paths:
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse.py
M /tags/3.3.0/test_suite/shared_data/curve_fitting/numeric_topology/estimate_errors_analyse_relax.py
M /tags/3.3.0/test_suite/system_tests/relax_disp.py

Python 3 fixes via the 2to3 compatibility script.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .
.....

2014-09-04 14:35:35 Tree
[r25630] by bugman

Python 2 vs. 3 compatibility fix for the pickle module.

This is for the estimate_errors*.py scripts in the directory
test_suite/shared_data/curve_fitting/numeric_topology/. The lib.compat.pickle module is now used to
allow both Python versions to run relax.

2014-09-04 14:33:24 Tree
[r25629] by bugman

Python 3 fixes via the 2to3 compatibility script.

The command used was:
2to3 -w -f except -f import -f imports -f long -f numliterals -f xrange .

2014-09-04 14:31:00 Tree
[r25628] by bugman

Ported r25627 from the 3.3.0 tag.

The command used was:
svn merge -r25626:25627 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

.....
Python 3 fixes via the 2to3 compatibility script.

The command used was:
2to3 -w -f buffer -f idioms -f set_literal -f ws_comma -x except -x import -x imports -x long -x numliterals -x xrange .
.....

2014-09-04 14:25:48 Tree
[r25627] by bugman

Python 3 fixes via the 2to3 compatibility script.

The command used was:
2to3 -w -f buffer -f idioms -f set_literal -f ws_comma -x except -x import -x imports -x long -x numliterals -x xrange .

2014-09-04 14:24:20 Tree
[r25626] by bugman

Created the user_functions.uf_translation_table list.

The elements of this list are the names of user functions before and after a renaming. The list is
provided for backwards compatibility for relax scripts, though it is not used yet.

2014-09-04 13:35:36 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.