summaryrefslogtreecommitdiff
path: root/oslo_concurrency/processutils.py
Commit message (Expand)AuthorAgeFilesLines
* Allow python_exec kwarg to be NoneBrian Rosmaita2022-03-011-3/+3
* Monkey patch original current_thread _active in processutilsRodolfo Alonso Hernandez2020-09-301-0/+7
* Add support for timeout to processutils.execute4.2.0Dmitry Tantsur2020-06-241-2/+14
* Remove six usageAndreas Jaeger2020-05-091-26/+13
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-05-051-2/+2
* ignore warning from bandit for using shell=Doug Hellmann2018-08-161-1/+1
* Switch pep8 job to python 3Ben Nemec2018-04-121-2/+2
* Mask passwords only when command execution failsprashkre2018-02-221-2/+22
* Add python_exec kwarg to processutils.execute()3.25.0Matthew Treinish2018-01-091-1/+6
* Minor correction to docstrings3.22.0Brian Rosmaita2017-08-301-4/+6
* Windows: ensure exec calls don't block other greenthreadsLucian Petrut2017-08-161-3/+22
* Automatically convert process_input to bytes3.18.03.17.0Davanum Srinivas2017-01-121-2/+8
* Ignore prlimit argument on WindowsLucian Petrut2016-09-291-5/+10
* Add timeout option to ssh_executezhangsong2016-05-121-2/+3
* processutils: add support for missing process limitsDaniel P. Berrange2016-04-191-10/+28
* Make ProcessExecutionError picklableAngus Lees2016-02-191-4/+11
* Add prlimit parameter to execute()Victor Stinner2016-01-281-0/+52
* Use versionadded and versionchanged in docVictor Stinner2015-11-051-1/+23
* Use int enumerations for log error constantsJoshua Harlow2015-09-011-14/+34
* Allow preexec_fn method for processutils.executeDavanum Srinivas2015-07-071-4/+16
* processutils: ensure on_completion callback is always calledDaniel P. Berrange2015-07-021-9/+10
* Use better timing mechanisms instead of time.time()Joshua Harlow2015-06-221-4/+6
* Add 2 callbacks to processutils.execute()Tony Breeds2015-06-171-0/+20
* Add binary parameter to execute and ssh_execute1.9.0Victor Stinner2015-04-191-10/+35
* Port processutils to Python 3Victor Stinner2015-04-181-5/+18
* Merge "processutils: execute(): fix option incompatibility"Jenkins2015-02-171-1/+6
|\
| * processutils: execute(): fix option incompatibilityCsaba Henk2015-02-141-1/+6
* | Ability to set working directory1.5.0Davanum Srinivas2015-02-131-0/+4
* | Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-2/+2
* | Merge "Revert "Port processutils to Python 3""1.4.1Jenkins2015-01-141-20/+1
|\ \
| * | Revert "Port processutils to Python 3"Doug Hellmann2015-01-131-20/+1
| |/
* | make time format for processutils match lockutilsSean Dague2015-01-071-1/+1
|/
* Port processutils to Python 3Victor Stinner2014-12-121-1/+20
* Move out of the oslo namespace packageDoug Hellmann2014-11-141-0/+340