Skip to content

Releases: python-useful-helpers/exec-helpers

Bump to 1.2.1 (#34)

04 May 16:14
Compare
Choose a tag to compare
* [x] Cythonize on python3 only
      (cython tried to process external python3 code)
* [x] Fix `execute_through_host`
* [x] implement keepalive work

Bump version to 1.2.0 (#29)

02 May 16:44
32a9559
Compare
Choose a tag to compare
* [x] STDIN for subprocess and SSH
* [x] `execute_async` has universal API
* [x] `execute`, `check_call` and `check_output` are shared
* [x] command can be masked for logs
* [x] all commands have default timeout instead of infinite wait
* [x] non-block subprocess pipe pull (including windows)

* Code-style: now 120 symbols/line

1.1.2: Merge pull request #7 from penguinolog/bump

28 Mar 12:41
bcbfc29
Compare
Choose a tag to compare

1.1.1

23 Mar 17:22
Compare
Choose a tag to compare
Repo move

1.1.0

23 Mar 14:37
Compare
Choose a tag to compare
* context managers works with locks
* Subprocess: kill on destructor/exit from context manager
* Subprocess: remove classmethods

1.0.0: Prepare 1.0

22 Mar 14:55
Compare
Choose a tag to compare
* Remove deprecated
* fix docs
* fix exceptions hierarchy
* paramiko>=2.4 & support of passphrase for keyfiles
* align requirements

pre-release

21 Mar 20:14
Compare
Choose a tag to compare
0.9.9

RTDlink

0.9.0

19 Mar 14:31
Compare
Choose a tag to compare
fix pylint

0.8.3

19 Mar 12:16
Compare
Choose a tag to compare
Fix README

0.8.2

19 Mar 11:50
Compare
Choose a tag to compare
FileNotFoundError not defined in python2