Commit | Date | |
---|---|---|
[r26535]
by
bugman
Python 3 fixes via 2to3 - the "while 1" construct has been replaces with "while True". The command used was: |
2014-11-11 15:51:21 | Tree |
2014-11-11 15:41:51 | Tree | |
[r26533]
by
bugman
Merged revisions 26531 via svnmerge from ........ |
2014-11-11 15:38:42 | Tree |
[r26532]
by
bugman
Merged revisions 26531 via svnmerge from ........ |
2014-11-11 15:38:39 | Tree |
[r26531]
by
bugman
Python 3 fixes via 2to3 - the filter() function in Python 3 now returns an iterator. The command used was: |
2014-11-11 15:37:13 | Tree |
[r26530]
by
bugman
Merged revisions 26516-26528 via svnmerge from ........ |
2014-11-11 15:31:33 | Tree |
[r26529]
by
bugman
Merged revisions 26516-26528 via svnmerge from ........ |
2014-11-11 15:31:32 | Tree |
[r26528]
by
bugman
Python 3 improvements - changed how the Python 3 absent builtins.unicode() function is handled. The aliased builtins.str() function is now referenced as lib.compat.unicode(). The Python 2 |
2014-11-11 15:21:12 | Tree |
[r26527]
by
bugman
The lib.check_types now imports io.IOBase from the lib.compat module. This is to shift more Python 2 vs. 3 compatibility into lib.compat and out of all other modules. |
2014-11-11 15:13:25 | Tree |
[r26526]
by
bugman
Unicode fixes for the "\u" string in "\usepackage" in the module docstring. This requires escaping as "\\usepackage" to avoid the unicode character '\u'. |
2014-11-11 15:06:36 | Tree |