Menu

SVN archive Commit Log


Commit Date  
[r25642] by bugman

The prompt UI now uses the user_functions.uf_translation_table dictionary.

The modified runcode() function will now check if the command typed by the user is a function or
method call and then will raise a RelaxError if the command name is in the
user_functions.uf_translation_table dictionary, telling the user that the user function has been
renamed to the new name in the translation table.

This appears to have no effect in the script UI however.

2014-09-04 15:18:08 Tree
[r25641] by bugman

Converted the user_functions.uf_translation_table object to a dictionary.

This is for faster access which does not require looping.

2014-09-04 15:13:38 Tree
[r25640] by bugman

Backported the relax 3.3.0 CHANGES file changes to trunk.

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

2014-09-04 14:56:24 Tree
[r25639] by bugman

More CHANGES file updates.

2014-09-04 14:50:05 Tree
[r25638] by bugman

Ported r25637 from the 3.3.0 tag.

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

.....
Python 3 fix for the lib.periodic_table module.

The Python string module does not exist in Python 3.
.....

2014-09-04 14:49:29 Tree
[r25637] by bugman

Python 3 fix for the lib.periodic_table module.

The Python string module does not exist in Python 3.

2014-09-04 14:46:42 Tree
[r25636] by bugman

Backported the relax 3.3.0 CHANGES file changes to trunk.

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

2014-09-04 14:45:05 Tree
[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
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.