Menu

SVN archive Commit Log


Commit Date  
[r26544] by bugman

Bug fix for the Mf.test_bug_21615_incomplete_setup_failure GUI test on MS Windows systems.

The GUI interpreter flush() method needs to be called between the two structure.load_spins user
function calls. Without this, the test will freeze on MS Windows. The freezing behaviour is
however not 100% reproducible and is dependent on the Windows version and wxPython version.

2014-11-12 10:47:40 Tree
[r26543] by bugman

Important bug fix for racing causing the GUI to freeze.

This is really only seen in the GUI tests on MS Windows systems, as a user could never be fast
enough with the mouse. The GUI interpreter flush() method for ensuring that all user functions in
the queue have been cleared now calls wx.Yield() to force all wxPython events to also be flushed.
This change will avoid random freezing of the relax test suite.

2014-11-12 10:45:54 Tree
[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
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.