Releases: python-useful-helpers/exec-helpers
Releases · python-useful-helpers/exec-helpers
1.9.6: Backport: Rework exceptions
1. Allow substitute `CalledProcessError` 2. Modify exceptions class hierarchy Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
Fixed readme
fix readme Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
3.2.0: Rework exceptions
1. Allow substitute `CalledProcessError` 2. Modify exceptions class hierarchy 3. Expose **kwargs in stable places 4. Temporary disable black formatter: due to bug it's destroy py35 Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
2.9.3: Rework exceptions
1. Allow substitute `CalledProcessError` 2. Modify exceptions class hierarchy 3. Expose **kwargs in stable places 4. Temporary disable black formatter: due to bug it's destroy py35 Signed-off-by: Alexey Stepanov <penguinolog@gmail.com> (cherry picked from commit 46b200934e7d86c8f04578a6070704fa82b2c3d8) Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
Fix handle subprocess closing carefully
3.1.5 travis deploy: no sdist conflict
1.9.5
Fix: Race condition on process kill: sometimes FIFO are still open (#…
3.1.4: On old pythons `typing.Type` can cause unexpected errors -> deactivate
MyPy will still check types, while in normal runtime type will be string Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
Threaded&advanced_descriptors limit
1.9.4 1.9.4: limit upper requirements
3.1.3: Fix ssh stdin processing: do not add newline, support on proxy
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
3.1.2
Fix SSHClient: stdin processing, missed command in result for paralle…