Skip to content

Changes

Summary

  1. Remove all imports of print_function compatibility method (details)
  2. Remove all imports of division compatibility method (details)
  3. Remove all imports of absolute_import compatibility method (details)
  4. Replace all usages of native_str compatibility method (details)
  5. Replace all usages of standard_library compatibility method (details)
  6. Replace all usages of old_div (details)
  7. Replace usage of past.builtins.execfile by exec (details)
  8. Replace all usages of past.builtins.basestring by str (details)
  9. Replace all usages of past.builtins.long (details)
  10. Review and cleanup all codepaths handling Python 2 (details)
  11. Remove all unnecessary builtins imports (details)
  12. Fix miscellaneous flake8 warnings (details)
  13. Fix exec invocation for training scripts (details)
  14. OMERO.web integration tests: expect timestamp without milliseconds (details)
  15. build with various Python version (details)
  16. cap setuptools (details)
  17. fix badge display (details)
Commit b7ba908f2ae3129e30117a891d7d1f6415185657 by sbesson
Remove all imports of print_function compatibility method
The file was modified components/tools/OmeroWeb/test/integration/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py
The file was modified components/tools/OmeroPy/test/integration/test_iquery.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_performance.py
The file was modified examples/Training/python/Task_Scripts/Raw_Data_Task.py
The file was modified components/tools/OmeroPy/test/integration/test_delete.py
The file was modified components/tools/OmeroWeb/test/integration/test_plategrid.py
The file was modified examples/Training/python/Groups_Permissions.py
The file was modified components/tools/OmeroPy/test/integration/test_scripts.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_tag.py
The file was modified examples/Training/python/Bulk_Shapes.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_inputs.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import.py
The file was modified examples/Training/python/Advanced/Write_data_advanced.py
The file was modified components/antlib/scripts/parse_version
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_rand.py
The file was modified examples/Training/python/Advanced/Raw_Data_advanced.py
The file was modified components/tools/OmeroWeb/test/integration/test_history.py
The file was modified examples/Training/python/Connect_To_OMERO.py
The file was modified components/tools/OmeroWeb/test/integration/test_containers.py
The file was modified components/tools/OmeroWeb/test/integration/test_show.py
The file was modified examples/Training/python/Delete.py
The file was modified examples/Training/python/Render_Images.py
The file was modified examples/Training/python/Task_Scripts/Write_Data_4.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py
The file was modified examples/Training/python/Advanced/Read_Data_advanced.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_pyramids.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py
The file was modified components/tools/OmeroPy/test/integration/tablestest/test_service.py
The file was modified examples/Training/python/Task_Scripts/ROIs_To_Table.py
The file was modified examples/Training/python/Write_Data.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_image.py
The file was modified components/tools/OmeroPy/test/integration/test_isession.py
The file was modified examples/Training/python/__main__.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py
The file was modified examples/Training/python/Metadata.py
The file was modified components/tools/OmeroPy/test/integration/test_repository.py
The file was modified components/tools/OmeroPy/test/integration/test_rois.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_containers.py
The file was modified examples/Training/python/Read_Data.py
The file was modified components/tools/OmeroPy/test/integration/test_client_ctors.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py
The file was modified examples/Training/python/Raw_Data_Access.py
The file was modified examples/Training/python/Scripting_Service_Example.py
The file was modified examples/Training/python/Task_Scripts/Write_Data_3.py
The file was modified examples/Training/python/Task_Scripts/Raw_Data2.py
The file was modified examples/Training/python/Filesets.py
The file was modified components/tools/OmeroPy/test/integration/test_tickets1000.py
The file was modified components/tools/OmeroPy/test/integration/test_tickets6000.py
The file was modified examples/Training/python/Json_Api/Login.py
The file was modified examples/Training/python/Create_Image.py
The file was modified examples/Training/python/ROIs.py
The file was modified examples/Training/python/Tables.py
The file was modified components/antlib/scripts/source-archive.py
The file was modified examples/Training/markup.py
Commit 077fabe946b2c5964f627688d33fc5e07a35b8e1 by sbesson
Remove all imports of division compatibility method
The file was modified examples/Training/python/Create_Image.py
The file was modified examples/Training/python/Raw_Data_Access.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_script_utils.py
The file was modified components/tools/OmeroPy/test/integration/test_reporawfilestore.py
The file was modified components/tools/OmeroPy/test/integration/test_repository.py
The file was modified examples/Training/python/Render_Images.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
The file was modified components/tools/OmeroPy/test/integration/test_scripts.py
The file was modified components/tools/OmeroWeb/test/integration/test_show.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_admin.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree.py
The file was modified examples/Training/python/ROIs.py
The file was modified examples/Training/python/Read_Data.py
The file was modified components/tools/OmeroFS/test/drivers.py
The file was modified components/tools/OmeroPy/test/integration/test_rawpixelsstore.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py
The file was modified components/tools/OmeroWeb/test/integration/test_plategrid.py
Commit 27572b4e041be56b53e026de620f7beb5e285139 by sbesson
Remove all imports of absolute_import compatibility method
The file was modified components/tools/OmeroPy/test/integration/test_pixelsService.py
The file was modified components/tools/OmeroPy/test/integration/test_iquery.py
Commit 7f73a491a2efe88077c0251e21bea38c7df68594 by sbesson
Replace all usages of native_str compatibility method
The file was modified components/tools/OmeroPy/test/integration/test_client_ctors.py
The file was modified examples/Training/python/ROIs.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_chmod.py
The file was modified components/tools/OmeroPy/test/integration/test_iquery.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_projects.py
The file was modified components/tools/OmeroPy/test/integration/test_thumbnailPerms.py
The file was modified components/tools/OmeroWeb/test/integration/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/test_permissions.py
The file was modified components/tools/OmeroPy/test/integration/test_ishare.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_connection.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/test_delete.py
The file was modified components/tools/OmeroPy/test/integration/fstest/test_rename.py
The file was modified components/tools/OmeroPy/test/integration/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_cleanse.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_errors.py
The file was modified components/tools/OmeroPy/test/integration/tablestest/test_service.py
Commit 1d3201389d452bb8680c9f083b3878805a428274 by sbesson
Replace all usages of standard_library compatibility method
The file was modified components/tools/OmeroPy/test/integration/clitest/test_db.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_rdefs.py
The file was modified examples/Training/python/Render_Images.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py
The file was modified components/tools/OmeroWeb/test/integration/test_thumbnails.py
The file was modified components/tools/OmeroWeb/test/integration/test_rendering.py
Commit 46568a0ed72bd73abb4400878756506153a4bab2 by sbesson
Replace all usages of old_div

For numerical division, use / when the result is expected to be
a float or // when the floor division is desired
For path concatenation, use / systematically
The file was modified examples/Training/python/ROIs.py
The file was modified components/tools/OmeroPy/test/integration/test_scripts.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py
The file was modified components/tools/OmeroPy/test/integration/test_reporawfilestore.py
The file was modified components/tools/OmeroWeb/test/integration/test_plategrid.py
The file was modified examples/Training/python/Render_Images.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_admin.py
The file was modified components/tools/OmeroPy/test/integration/test_rawpixelsstore.py
The file was modified examples/Training/python/Create_Image.py
The file was modified examples/Training/python/Raw_Data_Access.py
The file was modified components/tools/OmeroWeb/test/integration/test_show.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import.py
The file was modified components/tools/OmeroPy/test/integration/test_repository.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_script_utils.py
The file was modified components/tools/OmeroFS/test/drivers.py
Commit 875c25fd7fbe0d84cbcb8310c2edc57a2608c814 by sbesson
Replace usage of past.builtins.execfile by exec
The file was modified examples/Training/python/__main__.py
Commit 8f6bbb7ed9a49c0992a0aab463303a95aee4f9a2 by sbesson
Replace all usages of past.builtins.basestring by str
The file was modified components/tools/OmeroPy/test/integration/test_chmod.py
Commit 9b1810491b8b8f3c1e1a47c4a430cd08fe0ce13e by sbesson
Replace all usages of past.builtins.long
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_inputs.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_metadata.py
Commit 792913ef9eb0b8dd0fda366e90686c3d03801ee8 by sbesson
Review and cleanup all codepaths handling Python 2
The file was modified components/tools/OmeroPy/test/integration/test_ishare.py
The file was modified components/tools/OmeroFS/test/drivers.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py
The file was modified components/tools/OmeroPy/test/integration/test_rawpixelsstore.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_admin.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_helpers.py
The file was modified components/tools/OmeroPy/test/integration/test_scripts.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_fs.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_get_objects.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_populate.py
The file was modified components/tools/OmeroPy/test/integration/test_itimeline.py
The file was modified components/tools/OmeroPy/test/integration/test_thumbs.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py
The file was modified components/tools/OmeroPy/test/integration/test_tickets2000.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_image_wrapper.py
The file was modified components/tools/OmeroPy/test/integration/test_permissions.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_multi_group.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_download.py
The file was modified components/tools/OmeroPy/test/integration/test_render.py
The file was modified components/tools/OmeroPy/test/integration/test_reporawfilestore.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_plate_wrapper.py
The file was modified components/tools/OmeroPy/test/integration/tablestest/test_service.py
Commit 59d8fbd5c97492089674371f5a7607a084c1ba01 by sbesson
Remove all unnecessary builtins imports
The file was modified components/tools/OmeroPy/test/integration/clitest/test_pyramids.py
The file was modified components/tools/OmeroPy/test/integration/test_iquery.py
The file was modified components/tools/OmeroPy/test/integration/tablestest/test_service.py
The file was modified components/tools/OmeroFS/test/integration/test_dbclient.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_wells.py
The file was modified components/tools/OmeroWeb/test/integration/test_plategrid.py
The file was modified examples/Training/python/Tables.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_rdefs.py
The file was modified components/tools/OmeroWeb/test/integration/test_csrf.py
The file was modified components/tools/OmeroPy/test/integration/helpers.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/test_scripts.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_user.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_sessions.py
The file was modified components/tools/OmeroWeb/test/integration/test_links.py
The file was modified build.py
The file was modified components/tools/OmeroPy/test/integration/test_repository.py
The file was modified components/tools/OmeroWeb/test/integration/test_login.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_user.py
The file was modified examples/Training/python/Raw_Data_Access.py
The file was modified components/tools/OmeroWeb/test/integration/test_scripts.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_projects.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import.py
The file was modified components/tools/OmeroWeb/test/integration/test_tags.py
The file was modified examples/Training/python/Read_Data.py
The file was modified components/antlib/scripts/parse_version
The file was modified components/tools/OmeroFS/test/drivers.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_image.py
The file was modified components/tools/OmeroPy/test/integration/test_iupdate.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_containers.py
The file was modified components/tools/OmeroPy/test/integration/test_simple.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_multi_group.py
The file was modified components/tools/OmeroPy/test/integration/test_chmod.py
The file was modified components/tools/OmeroPy/test/integration/test_delete.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_download.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_populate.py
The file was modified components/tools/OmeroWeb/test/integration/test_thumbnails.py
The file was modified components/tools/OmeroPy/test/conftest.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_fs.py
The file was modified examples/Training/python/Groups_Permissions.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_wrapper.py
The file was modified components/tools/OmeroPy/test/integration/test_cmdcallback.py
The file was modified components/tools/OmeroPy/test/integration/test_itypes.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_db.py
The file was modified components/tools/OmeroWeb/test/integration/test_show.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_search.py
The file was modified examples/Training/python/Render_Images.py
The file was modified components/tools/OmeroWeb/test/integration/test_tree.py
The file was modified components/tools/OmeroPy/test/integration/test_rois.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_group.py
The file was modified examples/Training/python/Bulk_Shapes.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_chown.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py
The file was modified components/tools/OmeroPy/test/integration/test_mail.py
The file was modified components/tools/OmeroFS/setup.py
The file was modified components/tools/OmeroPy/test/integration/test_rawpixelsstore.py
The file was modified components/tools/OmeroWeb/test/integration/test_containers.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_chmod.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_helpers.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_script_utils.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py
The file was modified components/tools/OmeroWeb/test/integration/test_rendering.py
The file was modified components/tools/OmeroPy/test/integration/test_itimeline.py
The file was modified components/tools/OmeroPy/test/integration/test_render.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_performance.py
The file was modified components/tools/OmeroWeb/test/integration/test_webadmin.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_delete.py
The file was modified components/tools/OmeroPy/test/integration/clitest/cli.py
The file was modified components/tools/OmeroPy/test/integration/test_icontainer.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_delete.py
The file was modified examples/Training/python/ROIs.py
The file was modified components/tools/OmeroPy/test/integration/test_permissions.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_admin.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_plate_wrapper.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_connection.py
The file was modified components/tools/OmeroPy/test/integration/test_util.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_search_objects.py
The file was modified components/tools/OmeroPy/test/integration/test_tickets2000.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_image_wrapper.py
The file was modified components/tools/OmeroPy/test/integration/test_model51.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_script.py
The file was modified components/tools/OmeroPy/test/integration/tablestest/test_populate_metadata.py
The file was modified components/tools/OmeroPy/test/integration/test_chgrp.py
The file was modified components/tools/OmeroPy/test/integration/test_files.py
The file was modified components/tools/OmeroWeb/test/integration/test_api_images.py
The file was modified components/tools/OmeroWeb/test/integration/test_annotate.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_cli.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_ticket10618.py
The file was modified components/tools/OmeroPy/test/integration/test_reimport.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_get_objects.py
The file was modified components/tools/OmeroPy/test/integration/scriptstest/test_ping.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_services.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_pixels.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_tag.py
The file was modified components/tools/OmeroPy/test/integration/clitest/test_upload.py
The file was modified examples/Training/python/Create_Image.py
The file was modified examples/Training/python/Write_Data.py
The file was modified components/tools/OmeroPy/test/integration/test_thumbs.py
The file was modified components/tools/OmeroPy/test/integration/test_tickets3000.py
The file was modified components/tools/OmeroPy/test/integration/test_mapannotation.py
Commit 06081f1d8e14c4e7cb37d47e23c7c942e11eb981 by sbesson
Fix miscellaneous flake8 warnings
The file was modified components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py
The file was modified components/tools/OmeroPy/test/integration/test_rawpixelsstore.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_populate.py
The file was modified components/tools/OmeroPy/test/integration/gatewaytest/test_helpers.py
The file was modified examples/Training/python/__main__.py
The file was modified components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py
Commit 5d1f4d4e99a10b80a15e4dc6315b1d1395a644c0 by sbesson
Fix exec invocation for training scripts
The file was modified examples/Training/python/__main__.py
Commit 2cab58de2fc7bb2713d8eb8ecd61f12d2678a32f by sbesson
OMERO.web integration tests: expect timestamp without milliseconds
The file was modified components/tools/OmeroWeb/test/integration/test_tree_annotations.py
Commit d8697c322ea0028105f855c6db3ea8e8b2e0d440 by j.burel
build with various Python version
The file was modified .github/workflows/source_build.yml
Commit 25b2c9195986ee978bacd6b4ae32d6dca42587c2 by j.burel
cap setuptools
The file was modified .github/workflows/source_build.yml
Commit f3331592abc6819bcfb08c595d924c175ebfca8a by j.burel
fix badge display
The file was modified .github/workflows/source_build.yml
The file was modified README.md