Menu

SVN archive Commit Log


Commit Date  
[r17795] by bugman

Fix for the Mf.test_write_results() system test for the Python 3 versions.

The logic for determining Python 3 versions was broken and the incorrect files was used for Python
3.1.

2012-10-10 14:37:34 Tree
[r17794] by bugman

Python 2.4 and earlier fix for the GUI.

Try-except-finally statement blocks are not supported, so these have to nested in two try statements.

2012-10-09 19:06:42 Tree
[r17793] by bugman

Python 2.4 fix - the unit test runner no longer uses the builtin set() method.

2012-10-09 18:59:17 Tree
[r17792] by bugman

Better Python 2.3 support.

The compat module is now imported at the very start to allow the builtins to be set before any other
imports. The sorted() builtin method is now mimicked and the os.devnull string set for Python 2.3
and earlier.

2012-10-09 18:47:25 Tree
[r17791] by bugman

Fix for the Mf.test_write_results() system test for Python 3.1.

The XML version in Python 3.1 is the old style! Therefore the old results file is being used to
check this Python 3.1 result.

2012-10-09 13:59:34 Tree
[r17790] by bugman

Small improvements to the multiple python version test suite testing script.

2012-10-09 12:35:38 Tree
[r17789] by bugman

Reactivated support for Python 2.3.

This mainly skips the missing 'subprocess' module. This however decreases relax's functionality a
little.

2012-10-09 12:28:30 Tree
[r17788] by bugman

Fix for the test_write_protein_sequence() unit test for a recently introduced bug.

2012-10-09 11:36:46 Tree
[r17787] by bugman

Python 2.4 and lower fix for the pipe_loop() generator method.

In these Python versions, a 'try' block with a 'finally' statement cannot contain 'yield'
statements! This work around should be compatible with all Python versions.

2012-10-09 10:59:11 Tree
[r17786] by bugman

Python 2.4 fixes - the ctypes module does not exist in Python versions 2.4 and lower.

This is only used for some non-essential functionality on MS Windows, so now it is deactivated if
not present.

2012-10-09 10:52:34 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.