Martin Landa
|
b30dbec619
fix python3 issue in grass.script.core.start_command() when debug enabled
|
6 years ago |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 years ago |
Martin Landa
|
2931415ef1
python script lib: cosmetics in CalledModuleError
|
6 years ago |
Markus Neteler
|
b660ed52da
python script core: shutil_which() exception fix for Python 3 (fixes https://trac.osgeo.org/grass/ticket/3773)
|
6 years ago |
Martin Landa
|
d098565658
winGRASS 7.7svn execute command fails, see https://trac.osgeo.org/grass/ticket/3733
|
6 years ago |
Martin Landa
|
545d9699aa
grass.core.find_program(): force bytes, see https://trac.osgeo.org/grass/ticket/3731
|
6 years ago |
Martin Landa
|
9d6c75cb1d
wingrass77 core python3 issues, see https://trac.osgeo.org/grass/ticket/3723
|
6 years ago |
Martin Landa
|
fef55ab82b
avoid usage of os.environb, inspired by https://stackoverflow.com/questions/52269281/fix-import-error-on-using-environb-in-python, see https://trac.osgeo.org/grass/ticket/3723
|
6 years ago |
Markus Metz
|
490ae922d5
libpython: revert https://trac.osgeo.org/grass/changeset/73238
|
6 years ago |
Markus Metz
|
c6e774daf0
libpython: by default, no error output is produced even though the output in case of failure reads "Process ended with non-zero return code 1. See errors in the (error) output.", change default to cpature and report error output
|
6 years ago |
Anna Petrášová
|
7e1945f230
experimental GSoC 2018 Python 3 support by Sanjeet Bhatti
|
6 years ago |
Markus Neteler
|
04157af89b
version bump: grass76 -> grass77 related updates
|
6 years ago |
Markus Neteler
|
c32a2c96f0
version bump: grass75 -> grass76 related updates
|
6 years ago |
Stefan Blumentrath
|
81e9ff7ad0
add tempname() function to grass.script.core, fix https://trac.osgeo.org/grass/ticket/3615
|
6 years ago |
Markus Neteler
|
947fcd1696
Update of version number entries
|
7 years ago |
Anna Petrášová
|
34a3607345
wxGUI/catalog: implement moving maps between mapsets and locations including reprojection
|
7 years ago |
Martin Landa
|
1490a11e6b
revert accidental commit (https://trac.osgeo.org/grass/changeset/71275)
|
7 years ago |
Martin Landa
|
8c3493007b
libraster: link against GDAL 2.2 (OSGeo4W)
|
7 years ago |
Luca Delucchi
|
7e197f57f5
python scripting library: added superquiet options to some functions
|
8 years ago |
Vaclav Petras
|
4aae37d427
Python 2.6 does not support ommitting of positional argument specifiers
|
8 years ago |
Vaclav Petras
|
53fd8d3b81
pythonlib: set_capture_stderr to send subprocess stderr to sys.stderr
|
8 years ago |
Markus Neteler
|
d33152f1d5
Numerous typos fixed (identified with tools/fix_typos.sh)
|
8 years ago |
Anna Petrášová
|
08dec112b8
wxGUI/datacatalog: add reprojection when copying
|
8 years ago |
Markus Neteler
|
4540c0cbec
docs: update grass70, grass71 to grass73
|
8 years ago |
Pietro Zambelli
|
6e0a0f3015
script: fix in python3 sys.stdout.write accept only strings not bytes
|
9 years ago |
Martin Landa
|
8dd743772a
fix pythonlib and GUI when debug/wx_debug value is invalid (do not fail, just print warning message)
|
9 years ago |
Vaclav Petras
|
8d78a49130
pythonlib/script: tell the name of not found executable
|
9 years ago |
Markus Neteler
|
e95c4d2cbe
pygrass docs: add link to table of parser standard options
|
9 years ago |
Pietro Zambelli
|
6b696260dd
script: remove decode to convert bytes to unicode, work just with bytes
|
9 years ago |
Pietro Zambelli
|
ba5833dc88
scipt:core add python3 support
|
9 years ago |