Menu

SVN archive Commit Log


Commit Date  
[r17601] by bugman

More exception handling changes to be Python 2.4+ compatible.

2012-09-28 15:17:05 Tree
[r17600] by bugman

Python 3 preparations - exception handling fix to be Python 2.4+ compatible.

2012-09-28 14:58:29 Tree
[r17599] by bugman

Reverted r17598 for the multi.processor module as this breaks in Python 2.

The command used was:
svn merge -r17598:r17597 processor.py

2012-09-28 14:57:03 Tree
[r17598] by bugman

Python 3 conversions using 2to3.

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 \
.

2012-09-28 14:40:50 Tree
[r17597] by bugman

Updated the Python 2 to 3 checklist document for the shifting of the 'relax' file to 'relax.py'.

2012-09-28 12:23:58 Tree
[r17596] by bugman

Python 3 preparations - removed all usage of the xrange() in the generic_fns package as none are needed.

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

2012-09-28 11:36:50 Tree
[r17595] by bugman

Python 3 preparation - eliminated the unneeded use of xrange().

2012-09-28 11:29:29 Tree
[r17594] by bugman

Python 3 preparation - the use of an absolute module path for import.

2012-09-28 11:28:49 Tree
[r17593] by bugman

Python 3 preparations - the auto_analyses package is now fully Python 2 and 3 compatible.

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

2012-09-28 09:50:34 Tree
[r17592] by bugman

Python 3 preparation - the auto_analyses package now uses absolute paths for the module imports.

2012-09-28 09:49: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.