- Aug 06, 2020
-
-
Frank Winklmeier authored
`builtins.file` is not available in Py3 and does not need an import in Py2.
-
- Feb 14, 2020
-
-
scott snyder authored
Encoding fix for chappy writing its temp JO file.
-
- Jan 09, 2020
-
-
- Coerce iterator to list. - fileno Also need to make sure `file' is explicitly defined as a local if we're assigning it on any arm of a conditional; can't just rely on finding it as a builtin.
-
- Dec 19, 2019
-
-
scott snyder authored
- string.translate no longer exists. - __builtin__ -> builtins - types module - need to open temp file in text mode
-
- Nov 26, 2019
-
-
scott snyder authored
- basestring - file - reduce - apply - raw_input - execfile - cmp - unicode
-
- Jun 04, 2019
-
-
scott snyder authored
python3 fixes for ChapPy: - Backwards compatibility for `basestring'. - Text/binary output fix.
-
- Apr 23, 2019
-
-
Initial python3 port. Not intended to fix everything now; only what's needed for basic athena/configuration jobs.
-
- Nov 27, 2018
-
-
Frank Winklmeier authored
Add a flake8 unit test and make the python code compliant. Former-commit-id: 51bdb0ef
-
- Sep 19, 2014
-
-
Charles Leggett authored
-