Commit History

Author SHA1 Message Date
  Vaclav Petras 60a3479229 pythonlib: allow underscore at the end of core start_command family of functions as a way of avoiding conflict with Python keywords 10 years ago
  Anna Petrášová ac0dfc0055 g.list/remove: instead of text field use selection widget with multiple elements 10 years ago
  Huidae Cho e1984e83be Rename g.mlist to g.list and update g.remove usage 10 years ago
  Luca Delucchi 28aac9cd13 python script library: update documentation and doctest; fix pep8 10 years ago
  Anna Petrášová 31297ef713 pythonlib: create new file utils not to clutter core with simple functions and move some of them from core and change all affected imports 10 years ago
  Vaclav Petras c0a9e4d90f pythonlib/script: return debug level also for the first invocation (inconsistent undocumented function return values inconsitency found by python -3 option used in tests - None > 0 is DeprecationWarning in 2.7, TypeError in 3.x) 10 years ago
  Pietro Zambelli 69fecb8622 exceptions: Move exceptions from around the GRASS code to one place 10 years ago
  Martin Landa 231dd30170 wingrass: fix Popen class (contribution of Glynn and Anna) 10 years ago
  Luca Delucchi d56d3e4bb8 python script: add exclude parameter to g.mlist interfaces 10 years ago
  Glynn Clements bae3b450d2 Use subprocess.Popen() directly for calling g.parser 11 years ago
  Vaclav Petras 6ec162d53e pythonlib/script: more doctests for core 11 years ago
  Glynn Clements 0032336528 Remove Popen() "magic" on Windows; it creates more problems than it solves 11 years ago
  Markus Neteler 90464abe6e core.py: document grass.separator() (updates https://trac.osgeo.org/grass/changeset/60622) 11 years ago
  Huidae Cho d4c28dba68 grass.separator: added \t and \n 11 years ago
  Huidae Cho d328e09b7f core.py: added grass.separator() for G_OPT_F_SEP 11 years ago
  Markus Neteler da32bb85b9 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 years ago
  Martin Landa d218d714b4 modify libpython to fix calling Python script from Python script on Windows 11 years ago
  Hamish Bowman 6b1e2b4011 only read region, don't alter WIND file (https://trac.osgeo.org/grass/ticket/2230) 11 years ago
  Martin Landa 887e6b090e winGRASS: fig debug() to handle '&' on Windows, check debug_level 11 years ago
  Martin Landa b6e3dc0cf0 wingrass: attempt to fix building manuals for py scripts (first step) 11 years ago
  Luca Delucchi 8b5cf0c2dc python core: fix function to check if location is latlong 11 years ago
  Luca Delucchi 57337d5a41 script/core.py: fix bug in compare_key_value_text_files 11 years ago
  Luca Delucchi 0860933d85 r.unpack/v.unpack: fix problems for duplicate names in proj info and units, there is still a problem if second file has more keys, eg south:defined; PEP8 cleaning 11 years ago
  Soeren Gebbert 1079434857 Better handling of fatal error behavior in temporal framework and the pygrass messenger 11 years ago
  Glynn Clements 031e5a5fce Deal with newlines in option values (issue https://trac.osgeo.org/grass/ticket/2139) 11 years ago
  Martin Landa 51f4725e8e attemt to fix failure when user name contains non-ascii characters 11 years ago
  Soeren Gebbert 764605330c Fixed spelling mistakes 11 years ago
  Anna Petrášová 6faf715ed7 unpacking maps: show projection file difference 11 years ago
  Glynn Clements 6531aea5bf Remove bogosity from https://trac.osgeo.org/grass/changeset/57910 11 years ago
  Vaclav Petras 8cf24a3d96 handling of scripts on MS Win using Python which (uses PATH) and sys.executable (for grass.script and wxGUI), fixes MAXREPEAT error when running Python script 11 years ago