Commit | Date | |
---|---|---|
[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 |
[r26525]
by
bugman
Better Python 3 compatibility in some test suite shared data profiling scripts. These changes invert the logic, importing the Python 3 builtins module and aliasing xrange() to |
2014-11-11 14:58:45 | Tree |
[r26524]
by
bugman
The lib.errors module is now importing lib.compat.pickle for better Python 2 and 3 support. This shifts the compatibility code from lib.errors into lib.compat so that the 2to3 program will not |
2014-11-11 14:52:43 | Tree |
[r26523]
by
bugman
Python 3 fixes via 2to3 - the execfile() function does not exist in Python 3. The command used was: |
2014-11-11 13:55:38 | Tree |
[r26522]
by
bugman
Python 3 fixes via 2to3 - proper handling of the dict.items() and dict.values() functions. These are now all wrapped in list() function calls to ensure that the Python 3 iterators are The command used was: |
2014-11-11 13:43:25 | Tree |