[GRASS-git] [OSGeo/grass] a71b72: Modernize object inheritance, super() calls, and O...

Edouard Choinière noreply at github.com
Tue Dec 12 06:47:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: a71b72a08f891e969d4833ee64dcb10093313b00
      https://github.com/OSGeo/grass/commit/a71b72a08f891e969d4833ee64dcb10093313b00
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M gui/wxpython/animation/controller.py
    M gui/wxpython/animation/data.py
    M gui/wxpython/animation/dialogs.py
    M gui/wxpython/animation/temporal_manager.py
    M gui/wxpython/core/gconsole.py
    M gui/wxpython/core/giface.py
    M gui/wxpython/core/layerlist.py
    M gui/wxpython/core/render.py
    M gui/wxpython/core/settings.py
    M gui/wxpython/core/treemodel.py
    M gui/wxpython/core/utils.py
    M gui/wxpython/core/workspace.py
    M gui/wxpython/datacatalog/tree.py
    M gui/wxpython/dbmgr/sqlbuilder.py
    M gui/wxpython/gcp/manager.py
    M gui/wxpython/gmodeler/frame.py
    M gui/wxpython/gmodeler/model.py
    M gui/wxpython/gui_core/dialogs.py
    M gui/wxpython/gui_core/forms.py
    M gui/wxpython/gui_core/ghelp.py
    M gui/wxpython/gui_core/goutput.py
    M gui/wxpython/gui_core/gselect.py
    M gui/wxpython/gui_core/prompt.py
    M gui/wxpython/gui_core/pyedit.py
    M gui/wxpython/gui_core/treeview.py
    M gui/wxpython/gui_core/widgets.py
    M gui/wxpython/gui_core/wrap.py
    M gui/wxpython/iclass/digit.py
    M gui/wxpython/iclass/frame.py
    M gui/wxpython/image2target/ii2t_gis_set.py
    M gui/wxpython/image2target/ii2t_manager.py
    M gui/wxpython/iscatt/plots.py
    M gui/wxpython/lmgr/giface.py
    M gui/wxpython/lmgr/layertree.py
    M gui/wxpython/lmgr/workspace.py
    M gui/wxpython/mapdisp/gprint.py
    M gui/wxpython/mapdisp/main.py
    M gui/wxpython/mapdisp/test_mapdisp.py
    M gui/wxpython/mapswipe/frame.py
    M gui/wxpython/mapswipe/mapwindow.py
    M gui/wxpython/mapwin/base.py
    M gui/wxpython/mapwin/decorations.py
    M gui/wxpython/nviz/workspace.py
    M gui/wxpython/nviz/wxnviz.py
    M gui/wxpython/photo2image/ip2i_manager.py
    M gui/wxpython/psmap/dialogs.py
    M gui/wxpython/psmap/frame.py
    M gui/wxpython/psmap/instructions.py
    M gui/wxpython/rlisetup/sampling_frame.py
    M gui/wxpython/rlisetup/wizard.py
    M gui/wxpython/startup/guiutils.py
    M gui/wxpython/startup/locdownload.py
    M gui/wxpython/tools/update_menudata.py
    M gui/wxpython/vdigit/wxdigit.py
    M gui/wxpython/vdigit/wxdisplay.py
    M gui/wxpython/vnet/vnet_data.py
    M gui/wxpython/web_services/widgets.py
    M gui/wxpython/wxplot/profile.py
    M lib/init/grass.py
    M man/parser_standard_options.py
    M python/grass/app/data.py
    M python/grass/exceptions/__init__.py
    M python/grass/gunittest/case.py
    M python/grass/gunittest/invoker.py
    M python/grass/gunittest/multireport.py
    M python/grass/gunittest/reporters.py
    M python/grass/gunittest/runner.py
    M python/grass/imaging/images2avi.py
    M python/grass/imaging/images2gif.py
    M python/grass/imaging/images2ims.py
    M python/grass/imaging/images2swf.py
    M python/grass/pydispatch/saferef.py
    M python/grass/pydispatch/signal.py
    M python/grass/pygrass/gis/__init__.py
    M python/grass/pygrass/gis/region.py
    M python/grass/pygrass/messages/__init__.py
    M python/grass/pygrass/modules/grid/grid.py
    M python/grass/pygrass/modules/interface/docstring.py
    M python/grass/pygrass/modules/interface/flag.py
    M python/grass/pygrass/modules/interface/module.py
    M python/grass/pygrass/modules/interface/parameter.py
    M python/grass/pygrass/modules/interface/typedict.py
    M python/grass/pygrass/modules/shortcuts.py
    M python/grass/pygrass/raster/__init__.py
    M python/grass/pygrass/raster/abstract.py
    M python/grass/pygrass/raster/category.py
    M python/grass/pygrass/raster/history.py
    M python/grass/pygrass/raster/rowio.py
    M python/grass/pygrass/raster/segment.py
    M python/grass/pygrass/rpc/__init__.py
    M python/grass/pygrass/rpc/base.py
    M python/grass/pygrass/vector/__init__.py
    M python/grass/pygrass/vector/abstract.py
    M python/grass/pygrass/vector/basic.py
    M python/grass/pygrass/vector/find.py
    M python/grass/pygrass/vector/geometry.py
    M python/grass/pygrass/vector/table.py
    M python/grass/pygrass/vector/testsuite/test_table.py
    M python/grass/script/array.py
    M python/grass/temporal/abstract_dataset.py
    M python/grass/temporal/abstract_space_time_dataset.py
    M python/grass/temporal/base.py
    M python/grass/temporal/c_libraries_interface.py
    M python/grass/temporal/core.py
    M python/grass/temporal/spatial_topology_dataset_connector.py
    M python/grass/temporal/spatio_temporal_relationships.py
    M python/grass/temporal/temporal_algebra.py
    M python/grass/temporal/temporal_operator.py
    M python/grass/temporal/temporal_topology_dataset_connector.py
    M scripts/d.frame/d.frame.py
    M scripts/d.redraw/d.redraw.py
    M scripts/g.extension/g.extension.py
    M scripts/r.in.wms/wms_base.py
    M scripts/r.in.wms/wms_cap_parsers.py
    M scripts/r.in.wms/wms_drv.py
    M scripts/r.in.wms/wms_gdal_drv.py
    M scripts/v.what.strds/v.what.strds.py
    M temporal/t.vect.observe.strds/t.vect.observe.strds.py
    M utils/mkhtml.py
    M utils/mkrest.py
    M utils/ppmrotate.py

  Log Message:
  -----------
  Modernize object inheritance, super() calls, and OSError aliases (#3251)




More information about the grass-commit mailing list