Skip to content

Releases: python-useful-helpers/exec-helpers

2.2.0: Rework locks model on exec_result. (#94)

24 Oct 10:26
d4c3a47

Choose a tag to compare

Deprecate `ExecResult().lock` property.
Bump to 2.2.0

Expect last release before work start on asyncio support and split py34

2.1.3

23 Oct 19:52
c31300c

Choose a tag to compare

Force to close FIFO buffers instead of waiting for garbage collector …

2.1.2: Use process tree and kill tree instead of parent only. Fix #90 (#91)

23 Oct 18:44
027b029

Choose a tag to compare

1.4.1: Use process tree and kill tree instead of parent only. Fix #90 (#92)

23 Oct 19:51
0e3879d

Choose a tag to compare

* Use process tree and kill tree instead of parent only. Fix #90

Bump to 1.4.1

Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>

* Force to close FIFO buffers instead of waiting for garbage collector

Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>

2.1.1

17 Oct 05:18
34ddbd5

Choose a tag to compare

Save information about origin exception and traceback in deserialize …

API port from master & bump to 1.4.0 (#87)

01 Oct 10:21
c4ecd03

Choose a tag to compare

* API port from master & bump to 1.4.0

* `ExecuteAsyncResult` NamedTuple
* Non-blocking execute
* CI optimizations: static part before tests
* Partial code-style port for easier backports later

Bump to 2.1.0 (#85)

21 Sep 10:30
d478c4f

Choose a tag to compare

* API changes: async calls
* Code style changed
* Docs and types explanations fixed
* Require `threaded>=2.0` as properly typed

ver 2.0.2 (#73)

05 Sep 08:13
9b2f998

Choose a tag to compare

* Python 3.4
* fixed types
* fixed several issues in docs

Bump to 1.3.8 (#78)

05 Sep 13:44
b6b4743

Choose a tag to compare

* Bump to 1.3.8

* Python 2.7 only
* No cythonize code
* CI optimizations
* fix IntEnum subclass

2.0.1: Use subprocess.Popen().wait(timeout=... for timeouts. Related #64 (#65)

21 Aug 12:26
f80f0cb

Choose a tag to compare