Toshio Kuratomi
|
baa309309d
|
Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version.
|
2015-10-16 08:21:28 -07:00 |
|
James Cammarata
|
59d655c543
|
Double echo temp directory name to handle spaces and ~ expansion both
Fixes #12667
|
2015-10-08 16:22:38 -04:00 |
|
James Cammarata
|
30d481ac57
|
Fix old-style (non-python) module support
|
2015-10-02 12:58:35 -04:00 |
|
Marius Gedminas
|
37be9539ff
|
Python 3: use six.text_type instead of unicode
Replace 'unicode' with six.text_type, everywhere but in module_utils.
|
2015-09-04 08:40:10 +03:00 |
|
Brian Coca
|
5a65dce6fb
|
fix issues with csh redirection
|
2015-08-30 17:49:16 -04:00 |
|
Marius Gedminas
|
0eb538df03
|
Use 0oNNN octal syntax
This syntax is valid in Python 2.6+ and 3.x.
|
2015-08-27 22:15:04 +03:00 |
|
Lukas Pirl
|
d9aa14feea
|
fixes remote code execution for su/sudo and strict remote umasks
* temporarily changes umask for creating temporary directories
* otherwise parent directories may not get chmod'ed and end up
unreadable
refs #9902
|
2015-07-28 19:24:23 +12:00 |
|
James Cammarata
|
3de6f264dd
|
Fix bug where spaces in the $HOME directory broke things
Fixes #11332
|
2015-07-20 15:40:49 -04:00 |
|
Brian Coca
|
b34b606fcf
|
fixed and/or grouping
|
2015-06-21 01:51:28 -04:00 |
|
Brian Coca
|
68325dbfe2
|
fixed remote tmp creation when becoem user is not root and '~/' instead of $HOME is the default
|
2015-06-21 01:43:35 -04:00 |
|
Brian Coca
|
16c70dd7d4
|
added equivalent of #9636 to v2
|
2015-05-26 11:55:52 -04:00 |
|
James Cammarata
|
ce3ef7f4c1
|
Making the switch to v2
|
2015-05-03 21:47:26 -05:00 |
|