[GRASS-SVN] r53351 - in grass/trunk/lib/python: . ctypes ctypes/ctypesgencore ctypes/ctypesgencore/parser ctypes/ctypesgencore/printer ctypes/ctypesgencore/processor pygrass pygrass/docs pygrass/modules pygrass/raster pygrass/tests pygrass/vector temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 10 05:59:22 PDT 2012


Author: neteler
Date: 2012-10-10 05:59:22 -0700 (Wed, 10 Oct 2012)
New Revision: 53351

Modified:
   grass/trunk/lib/python/Makefile
   grass/trunk/lib/python/ctypes/__init__.py
   grass/trunk/lib/python/ctypes/ctypesgen.py
   grass/trunk/lib/python/ctypes/ctypesgencore/__init__.py
   grass/trunk/lib/python/ctypes/ctypesgencore/ctypedescs.py
   grass/trunk/lib/python/ctypes/ctypesgencore/descriptions.py
   grass/trunk/lib/python/ctypes/ctypesgencore/expressions.py
   grass/trunk/lib/python/ctypes/ctypesgencore/libraryloader.py
   grass/trunk/lib/python/ctypes/ctypesgencore/messages.py
   grass/trunk/lib/python/ctypes/ctypesgencore/options.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/__init__.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/cdeclarations.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/cgrammar.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/cparser.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/ctypesparser.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/datacollectingparser.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/lex.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/lextab.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/parsetab.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/pplexer.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
   grass/trunk/lib/python/ctypes/ctypesgencore/parser/yacc.py
   grass/trunk/lib/python/ctypes/ctypesgencore/printer/__init__.py
   grass/trunk/lib/python/ctypes/ctypesgencore/printer/defaultheader.py
   grass/trunk/lib/python/ctypes/ctypesgencore/printer/preamble.py
   grass/trunk/lib/python/ctypes/ctypesgencore/printer/printer.py
   grass/trunk/lib/python/ctypes/ctypesgencore/printer/test.py
   grass/trunk/lib/python/ctypes/ctypesgencore/processor/__init__.py
   grass/trunk/lib/python/ctypes/ctypesgencore/processor/dependencies.py
   grass/trunk/lib/python/ctypes/ctypesgencore/processor/operations.py
   grass/trunk/lib/python/ctypes/ctypesgencore/processor/pipeline.py
   grass/trunk/lib/python/ctypes/loader.py
   grass/trunk/lib/python/ctypes/preamble.py
   grass/trunk/lib/python/pygrass/__init__.py
   grass/trunk/lib/python/pygrass/docs/attributes.rst
   grass/trunk/lib/python/pygrass/docs/conf.py
   grass/trunk/lib/python/pygrass/docs/index.rst
   grass/trunk/lib/python/pygrass/docs/intro.rst
   grass/trunk/lib/python/pygrass/docs/modules.rst
   grass/trunk/lib/python/pygrass/docs/raster.rst
   grass/trunk/lib/python/pygrass/docs/vector.rst
   grass/trunk/lib/python/pygrass/env.py
   grass/trunk/lib/python/pygrass/errors.py
   grass/trunk/lib/python/pygrass/modules/__init__.py
   grass/trunk/lib/python/pygrass/orderdict.py
   grass/trunk/lib/python/pygrass/raster/__init__.py
   grass/trunk/lib/python/pygrass/raster/abstract.py
   grass/trunk/lib/python/pygrass/raster/buffer.py
   grass/trunk/lib/python/pygrass/raster/category.py
   grass/trunk/lib/python/pygrass/raster/history.py
   grass/trunk/lib/python/pygrass/raster/raster_type.py
   grass/trunk/lib/python/pygrass/raster/rowio.py
   grass/trunk/lib/python/pygrass/raster/segment.py
   grass/trunk/lib/python/pygrass/region.py
   grass/trunk/lib/python/pygrass/tests/__init__.py
   grass/trunk/lib/python/pygrass/tests/benchmark.py
   grass/trunk/lib/python/pygrass/tests/set_mapset.py
   grass/trunk/lib/python/pygrass/vector/__init__.py
   grass/trunk/lib/python/pygrass/vector/abstract.py
   grass/trunk/lib/python/pygrass/vector/basic.py
   grass/trunk/lib/python/pygrass/vector/geometry.py
   grass/trunk/lib/python/pygrass/vector/sql.py
   grass/trunk/lib/python/pygrass/vector/table.py
   grass/trunk/lib/python/pygrass/vector/vector_type.py
   grass/trunk/lib/python/temporal/__init__.py
   grass/trunk/lib/python/temporal/abstract_dataset.py
   grass/trunk/lib/python/temporal/abstract_map_dataset.py
   grass/trunk/lib/python/temporal/abstract_space_time_dataset.py
   grass/trunk/lib/python/temporal/aggregation.py
   grass/trunk/lib/python/temporal/base.py
   grass/trunk/lib/python/temporal/core.py
   grass/trunk/lib/python/temporal/datetime_math.py
   grass/trunk/lib/python/temporal/extract.py
   grass/trunk/lib/python/temporal/mapcalc.py
   grass/trunk/lib/python/temporal/metadata.py
   grass/trunk/lib/python/temporal/space_time_datasets.py
   grass/trunk/lib/python/temporal/space_time_datasets_tools.py
   grass/trunk/lib/python/temporal/spatial_extent.py
   grass/trunk/lib/python/temporal/stds_export.py
   grass/trunk/lib/python/temporal/stds_import.py
   grass/trunk/lib/python/temporal/temporal_extent.py
   grass/trunk/lib/python/temporal/temporal_granularity.py
   grass/trunk/lib/python/temporal/temporal_relationships.py
   grass/trunk/lib/python/temporal/unit_tests.py
   grass/trunk/lib/python/temporal/univar_statistics.py
Log:
svn propset


Property changes on: grass/trunk/lib/python/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile


Property changes on: grass/trunk/lib/python/ctypes/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgen.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/ctypedescs.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/descriptions.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/expressions.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/libraryloader.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/messages.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/options.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/cdeclarations.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/cgrammar.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/cparser.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/ctypesparser.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/datacollectingparser.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/lex.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/lextab.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/parsetab.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/pplexer.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/parser/yacc.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/printer/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/printer/defaultheader.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/printer/preamble.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/printer/printer.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/printer/test.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/processor/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/processor/dependencies.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/processor/operations.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/ctypesgencore/processor/pipeline.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/loader.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/ctypes/preamble.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/attributes.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/conf.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/index.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/intro.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/modules.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/raster.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/docs/vector.rst
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/env.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/errors.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/modules/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/orderdict.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/abstract.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/buffer.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/category.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/history.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/raster_type.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/rowio.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/raster/segment.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/region.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/tests/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/tests/benchmark.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/tests/set_mapset.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/abstract.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/basic.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/geometry.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/sql.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/table.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/pygrass/vector/vector_type.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/abstract_dataset.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/abstract_map_dataset.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/abstract_space_time_dataset.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/aggregation.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/base.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/core.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/datetime_math.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/extract.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/mapcalc.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/metadata.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/space_time_datasets.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/space_time_datasets_tools.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/spatial_extent.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/stds_export.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/stds_import.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/temporal_extent.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/temporal_granularity.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/temporal_relationships.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/unit_tests.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/lib/python/temporal/univar_statistics.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native



More information about the grass-commit mailing list