提交历史

作者 SHA1 备注 提交日期
  Markus Neteler 16b3184e9c module.py manual: fix example formatting (https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html) 8 年之前
  Soeren Gebbert ee49d01f03 pygrass module: Documentation update 8 年之前
  Soeren Gebbert e7c8d10ec4 pygrass modules: Implemented process based version of MultiModule class and enabled temporary region environment for multi module runs 8 年之前
  Soeren Gebbert c25a35aee0 pygrass module: Added MultiModule class to put multiple modules into the parallel module queue, for example coupled g.region and r.mapcalc calls, that must be run in a specific order but many of these combined calls should run in parallel 8 年之前
  Soeren Gebbert 5629079c12 pygrass interface: Some typo fixes (merge from relbr72) 8 年之前
  Anna Petrášová 2ed2f5faf3 pygrass: include in command also parameters with value equal 0 9 年之前
  Pietro Zambelli 915e29d956 pygrass: Add a new method to check the correctness of the provide parameter, a new special parameter: check_ is added to skip the check 9 年之前
  Pietro Zambelli 8d51fd7773 pygrass: Add unicode variable to support python3 9 年之前
  Pietro Zambelli 52023e77ba pygrass: rm get_msgr from modules to avoid the ctypes use 10 年之前
  Pietro Zambelli 2df768c6bc pygrass: Change import 10 年之前
  Pietro Zambelli 7dac80f225 pygrass: Remove unused code: mdebug decorator 10 年之前
  Pietro Zambelli 8a6c5c03c2 pygrass: Remove dependencies from ctypes for the Module class 10 年之前
  Pietro Zambelli 52d7d1ff2a pygrass: Remove import from utils, because utils require ctypes 10 年之前
  Markus Neteler 8426ce5072 Fixed various typos (trac https://trac.osgeo.org/grass/ticket/2560) 10 年之前
  Pietro Zambelli 487cad1928 pygrass: disable mdebug decorator 10 年之前
  Soeren Gebbert 7a227d3797 pygrass: More tests and fixed function for the ParallelModuleQueue 10 年之前
  Pietro Zambelli fe52b6d2fa pygrass: rename functions to utils 10 年之前
  Pietro Zambelli ca6a4c9f7f pygrass: back to a pickable Module instance 10 年之前
  Martin Landa 6ffbd1766d pygrass: fix debug level (0->1) 10 年之前
  Martin Landa 618f9d53cf fix https://trac.osgeo.org/grass/changeset/62349 (print full cmd) 10 年之前
  Martin Landa a793577cdb pygrass: Module.__call__() - print debug message 10 年之前
  Luca Delucchi d44a272461 lib python: documentation cleanup, fix sphinx warning 10 年之前
  Pietro Zambelli 1e4eda6464 pygrass: Return always the Module instance and rename max_num_procs to nprocs to be more consistent with other GRASS libraries 10 年之前
  Vaclav Petras 9b9cf7ae42 gunittest: handle process manually since pygrass would raise an exception (introduced in https://trac.osgeo.org/grass/changeset/61229, alternative would be to use try-except, SimpleModule doctest is failing), clean up some module calls (use SimpleModule), improve CalledModuleError creation in pygrass 10 年之前
  Pietro Zambelli f58fc60726 pygrass: Module class raise a CalledModuleError if return code is not 0, when user run a Module instance without asking to handle the process (therefore with finish_==True). 10 年之前
  Pietro Zambelli 89cdce1388 pygrass: Fix stdout and stderr 10 年之前
  Pietro Zambelli 69fecb8622 exceptions: Move exceptions from around the GRASS code to one place 10 年之前
  Pietro Zambelli 31da3c7ac4 pygrass: Move and add documentation 10 年之前
  Pietro Zambelli b24d7d3ec9 pygrass: Fix generated documentation for decorated __doc__ methods, for more details about the problem look: https://bitbucket.org/birkenfeld/sphinx/issue/1273/error-when-__doc__-is-a-property, thanks to Luca. 10 年之前
  Soeren Gebbert 74b57034d0 Fixed wrong stdout and stderr handling that result in an exception 10 年之前