Summary
- Remove all imports of print_function compatibility method (details)
- Remove all imports of division compatibility method (details)
- Remove all imports of absolute_import compatibility method (details)
- Replace all usages of native_str compatibility method (details)
- Replace all usages of standard_library compatibility method (details)
- Replace all usages of old_div (details)
- Replace usage of past.builtins.execfile by exec (details)
- Replace all usages of past.builtins.basestring by str (details)
- Replace all usages of past.builtins.long (details)
- Review and cleanup all codepaths handling Python 2 (details)
- Remove all unnecessary builtins imports (details)
- Fix miscellaneous flake8 warnings (details)
- Fix exec invocation for training scripts (details)
- OMERO.web integration tests: expect timestamp without milliseconds (details)
- build with various Python version (details)
- cap setuptools (details)
- fix badge display (details)