Menu

SVN archive Commit Log


Commit Date  
[r197] by bugman

Eliminated the use of string module functions in pystarlib which do not exist in Python 3.

2012-10-09 09:02:18 Tree
[r196] by bugman

Removed some nasty import of pystablib.__init__ code that was failing.

2012-10-09 08:58:34 Tree
[r195] by bugman

Converted the pystarlib Utils.transpose() function to support all Python versions.

The 'fast transposing algorithm' is not compatible with Python 3, so a standard slow manual
algorithm which supports all Python versions has been implemented.

2012-10-09 08:53:57 Tree
[r194] by bugman

Another set of Python 3 import fixes - the absolute module path with 'bmrblib' is now used.

2012-10-09 08:24:21 Tree
[r193] by bugman

Python 3 - fixes for the now missing string module functions.

2012-10-01 20:56:17 Tree
[r192] by bugman

Python 3 preparations - all usage of string.split() and string.strip() has been eliminated.

2012-09-28 16:08:35 Tree
[r191] by bugman

Typo fix.

2012-09-28 14:29:41 Tree
[r190] by bugman

The bmrblib library is now fully Python 2 and 3 compatible.

The command used to convert all files was:
2to3 -w -f except -f long -f numliterals -f xrange .

2012-09-28 14:28:16 Tree
[r189] by bugman

Import changes to support both Python 2 and 3.

2012-09-28 14:26:40 Tree
[r188] by bugman

pystarlib is now fully Python 2 and 3 compatible.

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

2012-09-28 14:13:25 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.