source: grass/branches/releasebranch_7_0/lib/python/script

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69242   8 years lucadelu python script: backported raster_what function to work with or without …
(edit) @68916   8 years wenzeslaus pythonlib: fix import in example, setup is not imported in init.py …
(edit) @67824   8 years wenzeslaus pythonlib/script: tell the name of not found executable on Windows …
(edit) @67774   9 years annakrat wxGUI: natural sort for map selection and add many maps dialog, #2818
(edit) @67745   9 years martinl fix pythonlib and GUI when debug/wx_debug value is invalid (do not …
(edit) @67739   9 years martinl pythonlib: backport set_gui_path() from trunk, needed for wx.mprecip addon
(edit) @67704   9 years mlennert Various typos (backport r67703 from trunk)
(edit) @67525   9 years martinl pythonlib: fix db_connection(True) when default DB connection is not …
(edit) @67408   9 years martinl pythonlib: implement db_begin/commit_transaction (see #2759) …
(edit) @67323   9 years annakrat wxGUI: fix encoding issues (r67187, r67205, r67262 merged from trunk)
(edit) @67289   9 years martinl libpython/setup: define also GRASS_PYTHON if not defined …
(edit) @67052   9 years annakrat fix commit r67035 which removes setup.py by accident
(edit) @67035   9 years annakrat replace PIL obsolete functions (merge from trunk r67011,r67012)
(edit) @66063   9 years annakrat wxGUI: fix loading addons (with different locale) which are compiled …
(edit) @65663   9 years wenzeslaus backport r65612 (improve python doc)
(edit) @65662   9 years wenzeslaus backport r65200 (more error for script.task.parse_interface)
(edit) @65658   9 years wenzeslaus backport r65523 (improve python doc)
(edit) @65653   9 years wenzeslaus backport r65474 (64 to 7 and bin to lib in init)
(edit) @65638   9 years martinl update svn props (merge r65637 from trunk)
(edit) @65530   9 years annakrat wxGUI: fix #2634 by bringing back r64834 and removing unnecessary …
(edit) @65527   9 years martinl revert r65462, causes #2634
(edit) @65462   9 years martinl Attempt to fix gettext behaviour (issue #2617) (merge r64834
(edit) @65448   9 years wenzeslaus pythonlib: document and redo compilation in grass.setup (backport …
(edit) @65417   9 years neteler script/array.py: white space cleanup
(edit) @64949   9 years martinl GRASS_DB_ENCODING is environmental variable (merge r64948 from trunk)
(edit) @64832   9 years annakrat script.array: make it into real doctest (merge from trunk, r64831)
(edit) @64830   9 years annakrat script.array: fix returncode, unintended change of API in r62566
(edit) @64829   9 years annakrat Fix examples in script.array, merge from trunk r64820
(edit) @64828   9 years annakrat Fix destruction (issue #2616), merge from trunk r64819
(edit) @64614   9 years neteler numpy.memmap() no longer has _close; use del instead (trunk, r64426)
(edit) @64321   10 years neteler Fixed various typos (trunk, r64320, trac #2560)
(edit) @64059   10 years martinl pythonlib: make_command(): do not include Popen opts (merge …
(edit) @63657   10 years neteler update g.copy calls to use new element names (#2409) (trunk, r63656)
(edit) @63653   10 years neteler update g.list/g.remove calls to use new element names (#2409) (trunk, …
(edit) @63649   10 years neteler update g.region/g.rename calls to use new element names (#2409) …
(edit) @63617   10 years martinl sync element names with trunk (#2409) (merge r63189, …
(edit) @63387   10 years neteler libpython make_command(): say in msg which module call needs an update …
(edit) @62840   10 years martinl svn prop update
(edit) @62827   10 years annakrat pythonlib/wxGUI: better error handling of vector_what (merge from …
(edit) @62823   10 years wenzeslaus pythonlib/script: ignore any errors from g.version (backport of r62822)
(edit) @62791   10 years wenzeslaus pythonlib: sync minor comments and white space with trunk (no …
(edit) @62788   10 years wenzeslaus pythonlib: describe more error and fatal functions (backport r62709)
(edit) @62787   10 years wenzeslaus pythonlib: allow control of error handling for run_command() and …
(edit) @62786   10 years wenzeslaus pythonlib: raise exceptions from run_command and others (#2326, …
(edit) @62706   10 years lucadelu sphinx documentation: backported 60817, 61141 and following related to …
(edit) @62600   10 years annakrat pythonlib: mlist_grouped replaced by list_grouped
(edit) @62579   10 years martinl v.unpack: fix when default DB connection is not set (merge …
(edit) @62427   10 years annakrat g.remove: backport changes in gui interface (multiple elements selection)
(edit) @62419   10 years hcho Update old g.list/remove calls in modules
(edit) @62379   10 years zarch Add exceptions module in python library, commit backported: r61187, …
(edit) @62307   10 years lucadelu lib/python/script/core.py: fix check of differences between upper and …
(edit) @62257   10 years wenzeslaus pythonlib/setup: add extrabin to PATH, do not add non-existing …
(edit) @62256   10 years wenzeslaus pythonlib/core: allow underscore at the end of module option (backport …
(edit) @61992   10 years martinl Use subprocess.Popen() directly for calling g.parser (merge r60870
(edit) @61926   10 years annakrat temporal: better formatting of suffixes of new maps - include padding …
(edit) @61924   10 years annakrat pythonlib: create new file utils not to clutter core with simple …
(edit) @61890   10 years martinl libpython: backport changes in Popen
(edit) @61811   10 years annakrat wxGUI: fix displaying translated 'required' string (to German) in …
(edit) @61680   10 years wenzeslaus pythonlib/script: return debug level also for the first invocation …
(edit) @61475   10 years neteler r.mapcalc: Replace GRASS_RND_SEED with seed= option and -s flag, Use …
(edit) @61207   10 years hellik Pass r.mapcalc expressions via stdin rather than expression= (merged …
(edit) @60750   10 years annakrat r3.info: output also rows, cols and depths (merge from trunk, r60615)
(edit) @60630   10 years neteler core.py: backport grass.separator() implementation (trunk r60622 and …
(edit) @60217   10 years neteler Python3 support: exception objects require 'as' keyword (compliant …
(edit) @59950   10 years martinl pygrass dox file added python dox file updated (merge r59949
(copy) @59487   10 years neteler Creating the GRASS GIS 7.0 release branch (development started in …
copied from grass/trunk/lib/python/script
(edit) @59486   10 years martinl modify libpython to fix calling Python script from Python script on Windows
Note: See TracRevisionLog for help on using the revision log.