Menu

SVN archive Commit Log


Commit Date  
[r26542] by bugman

Expanded the Mac_framework_build_3way document to include matplotlib.

2014-11-12 09:57:44 Tree
[r26541] by bugman

Removed the writable base directory check in the dauvergne_protocol auto-analysis.

This check was causing the system test to fail if the user does not have write access to the
installed relax directory.

2014-11-12 09:51:25 Tree
[r26540] by bugman

Merged revisions 26538 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26538 | bugman | 2014-11-11 17:57:37 +0100 (Tue, 11 Nov 2014) | 3 lines

Missing import of lib.compat.unicode in lib.check_types.
........

2014-11-12 08:11:08 Tree
[r26539] by bugman

Merged revisions 26538 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26538 | bugman | 2014-11-11 17:57:37 +0100 (Tue, 11 Nov 2014) | 3 lines

Missing import of lib.compat.unicode in lib.check_types.
........

2014-11-12 08:11:04 Tree
[r26538] by bugman

Missing import of lib.compat.unicode in lib.check_types.

2014-11-11 16:57:37 Tree
[r26537] by bugman

Python 3 fixes via 2to3 - the xrange() function has been replaced by range().

The command used was:
2to3 -j 4 -w -f xrange .

2014-11-11 16:37:03 Tree
[r26536] by bugman

Python 3 fixes via 2to3 - the spacing around commas has been fixed.

The command used was:
2to3 -j 4 -w -f ws_comma .

2014-11-11 16:28:08 Tree
[r26535] by bugman

Python 3 fixes via 2to3 - the "while 1" construct has been replaces with "while True".

The command used was:
2to3 -j 4 -w -f idioms .

2014-11-11 15:51:21 Tree
[r26534] by bugman

Manual Python 3 fixes for the dict.key() function which returns a list or iterator in Python 2 or 3.

This matches r26519 in trunk.

2014-11-11 15:41:51 Tree
[r26533] by bugman

Merged revisions 26531 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26531 | bugman | 2014-11-11 16:37:13 +0100 (Tue, 11 Nov 2014) | 6 lines

Python 3 fixes via 2to3 - the filter() function in Python 3 now returns an iterator.

The command used was:
2to3 -j 4 -w -f filter .
........

2014-11-11 15:38:42 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.