Menu

SVN archive Commit Log


Commit Date  
[r9459] by bugman

Added another rigid frame order system test.

2009-09-03 16:31:23 Tree
[r9458] by bugman

Shifted the rigid frame order system test into the sub-directory.

2009-09-03 16:18:51 Tree
[r9457] by bugman

Created a sub-directory for frame order test scripts.

2009-09-03 15:53:41 Tree
[r9456] by bugman

More updates for Python3k.

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

This is from the docs/2to3_checklist document.

2009-09-03 13:52:50 Tree
[r9455] by bugman

More updates for Python3k.

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

This is from the docs/2to3_checklist document.

2009-09-03 13:24:48 Tree
[r9454] by bugman

Updated the non-dangerous Python3k update command.

2009-09-03 13:23:45 Tree
[r9453] by bugman

Updates for Python3k.

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

This is from the docs/2to3_checklist document.

2009-09-03 13:20:11 Tree
[r9452] by bugman

Updates for Python3k.

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

This is from the docs/2to3_checklist document. Two print statements changed in multi/processor.py
had to be manually fixed afterwards, as the end and file args to the print statement do not exist in
all python 2.x versions.

2009-09-03 13:13:50 Tree
[r9451] by bugman

Manually changed a call to type() to isinstance().

This was because the following command failed:
2to3 -f types ./multi/processor.py

2009-09-03 13:03:52 Tree
[r9450] by bugman

Fix for the multi package __all__ list.

2009-09-03 12:57:23 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.