Menu

SVN archive Commit Log


Commit Date  
[r91] by bugman

Python 3 - more relative import changes.

2012-10-01 17:12:50 Tree
[r90] by bugman

Python 3 preparations - the except statements have been modified to handle all Python 2.4+ versions.

2012-10-01 17:10:28 Tree
[r89] by bugman

Typo fix for a bug introduced 2 revisions ago with the print statement to function change.

2012-10-01 17:08:17 Tree
[r88] by bugman

Python 3 preparations - all minfx modules are now using the relative module path import.

2012-10-01 17:07:11 Tree
[r87] by bugman

Python 3 preparations - converted all raise and print statements to functions.

2012-10-01 17:04:24 Tree
[r86] by bugman

Python 3.0 preparatory fixes, replacing all `x` instances with repr(x).

2012-09-27 17:14:53 Tree
[r85] by bugman

Modified the test module so that it only executes when run directly from python.

2011-08-11 13:33:43 Tree
[r84] by bugman

A few more epydoc fixes, mainly for lists in the docstrings.

2011-08-11 13:03:28 Tree
[r83] by bugman

Updated all of the docstrings to the epydoc format (http://epydoc.sourceforge.net).

2011-08-11 12:40:40 Tree
[r82] by bugman

Prepared minfx for Python 3 using the 2to3 command.

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 \
.
These are the 2to3 arguments which still allow the code to run under Python 2.x.

2011-07-22 14:26:32 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.