Path to this page:
./
devel/py-subprocess32,
Backport of the subprocess module from Python 3.2/3.3 for use on 2.x
Branch: CURRENT,
Version: 3.5.4nb1,
Package name: py27-subprocess32-3.5.4nb1,
Maintainer: nonakapBackport of the subprocess module from Python 3.2/3.3 for use on 2.x.
This is a backport of the subprocess standard library module from Python
3.2 & 3.3 for use on Python 2.4, 2.5, 2.6 and 2.7. It includes bugfixes
and new features. On POSIX systems it is guaranteed to be reliable when
used in threaded applications. Bonus: It includes timeout support from
Python 3.3.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 95.091 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py27-subprocess32-3.5.4nb1
- (2019-05-27) Updated to version: py27-subprocess32-3.5.4
- (2018-10-10) Updated to version: py27-subprocess32-3.5.3
- (2018-06-17) Updated to version: py27-subprocess32-3.5.2
- (2018-05-27) Updated to version: py27-subprocess32-3.5.1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2019-05-27 16:42:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-subprocess32: update to 3.5.4.
-----------------
2019-05-20 3.5.4
-----------------
* Promoted 3.5.4rc2 to become 3.5.4.
-----------------
2019-05-13 3.5.4rc2
-----------------
* GitHub [#57]: TimeoutExpired and CalledProcessError exceptions can now
be unpickled.
-----------------
2019-05-10 3.5.4rc1
-----------------
* GitHub [#61]: Backport the fixes for https://bugs.python.org/issue10963,
https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418.
When a child process was so short lived it dies or closes its pipes before
you call communicate(). When supplying stdin or reading its output in
this scenario, do not raise an unexpected broken pipe or interrupted
system call exception.
|
2018-10-10 10:20:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-subprocess32: updated to 3.5.3
3.5.3:
* Disallow rediculiously large numbers (millions) of arguments.
|
2018-07-27 09:51:30 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
py-subprocess32: Fix configure script variables.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|
2018-06-17 11:08:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-subprocess32: update to 3.5.2.
-----------------
2018-06-07 3.5.2
-----------------
* Explicitly include <signal.h> in _posixsubprocess_helpers.c; it already
gets configure checked and pulled in via Python's own <Python.h> in many
circumstances but it is better to be explicit. #IWYU
If you were using subprocess32 on a Python interpreter built *without*
the --with-fpectl configure option enabled, restore_signals is now
useful rather than a no-op. I do not know if such builds were common.
* Adds a functional test for restore_signals=True behavior.
|