Historique des commits

Auteur SHA1 Message Date
  Pietro Zambelli 1e4eda6464 pygrass: Return always the Module instance and rename max_num_procs to nprocs to be more consistent with other GRASS libraries il y a 10 ans
  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 il y a 10 ans
  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). il y a 10 ans
  Pietro Zambelli 89cdce1388 pygrass: Fix stdout and stderr il y a 10 ans
  Pietro Zambelli 69fecb8622 exceptions: Move exceptions from around the GRASS code to one place il y a 10 ans
  Pietro Zambelli 31da3c7ac4 pygrass: Move and add documentation il y a 10 ans
  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. il y a 10 ans
  Soeren Gebbert 74b57034d0 Fixed wrong stdout and stderr handling that result in an exception il y a 10 ans
  Soeren Gebbert af662d10e6 Added doctests to verify the handling of PIPE's for stdin, stdout and stderr. il y a 10 ans
  Luca Delucchi 9f963cb76f pygrass doc: several improvements to sphinx documentation il y a 11 ans
  Markus Neteler 569500e7f7 pygrass: fix error message il y a 11 ans
  Luca Delucchi 6f0a2742d9 update doctest for pygrass, some should be fixed. please check https://trac.osgeo.org/grass/ticket/2261 il y a 11 ans
  Hamish Bowman 6b1e2b4011 only read region, don't alter WIND file (https://trac.osgeo.org/grass/ticket/2230) il y a 11 ans
  Markus Metz 7a40149188 pygrass: restore python 2.6 compatibility il y a 11 ans
  Pietro Zambelli 99f2d2d2b1 Add the documentation of the GRASS module to the class Module. il y a 11 ans
  Pietro Zambelli c31d7c7fda Add support for python2 code and python3 il y a 11 ans
  Pietro Zambelli 3201b38841 Fix Popen using grass.script.core.Popen instead of subprocess.Popen il y a 11 ans
  Pietro Zambelli 6539e57a52 Revert fix for Popen on win platforms il y a 11 ans
  Anna Petrášová ce05097fd2 pygrass: fix launching modules - shell=True needed (see https://trac.osgeo.org/grass/ticket/2189) il y a 11 ans
  Pietro Zambelli 08a22ae624 Clarify the error message and add additional informations il y a 11 ans
  Pietro Zambelli 08f4e66cb4 Add execution time attribute to the class Module il y a 11 ans
  Pietro Zambelli c1580c29b0 Check required parameters only if run_ is True il y a 11 ans
  Soeren Gebbert 1d2153efce New process queue class to easily run grass.pygrass.modules.Module processes in parallel. il y a 11 ans
  Pietro Zambelli c6364d3c09 Skip special parameters il y a 11 ans
  Pietro Zambelli c0e4dd6d2b Fix the last test using deepcopy and neighbors il y a 11 ans
  Soeren Gebbert 4adb6a0ce6 New test il y a 11 ans
  Soeren Gebbert 0ea5a10797 Fixed floating point range value handling and command string creation. Added test. il y a 11 ans
  Soeren Gebbert afd05c1003 Dont wait for the process to terminate in case finish_==False il y a 11 ans
  Pietro Zambelli 0a1706fd7d Show the documentation of the special parameters available for the class Module il y a 12 ans
  Pietro Zambelli cd74fc4e1d Split pygrass/modules/__init__ in smaller files il y a 12 ans