issues
search
minrk
/
wurlitzer
Capture C-level stdout/stderr in Python
MIT License
194
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[pre-commit.ci] pre-commit autoupdate
#94
pre-commit-ci[bot]
opened
1 month ago
0
not getting C outputs in Jupyter notebooks with "modern" MacPorts install
#93
aeszym
opened
2 months ago
0
stderr is not captured on first invocation of c function?
#92
tfmark
closed
3 months ago
4
[pre-commit.ci] pre-commit autoupdate
#91
pre-commit-ci[bot]
closed
4 months ago
0
drop python<=3.7 support
#90
kloczek
opened
5 months ago
5
fix restore after capture with optimized file pipes
#89
minrk
closed
5 months ago
0
pipes are not redirected back in 3.1.0
#88
scturtle
closed
5 months ago
3
How to redirect c stderr to stdout
#87
JakeSummers
closed
6 months ago
2
Minor readme clarification
#86
JakeSummers
closed
6 months ago
0
sys_pipes: check that sys.stdout isn't being forwarded to itself
#85
minrk
closed
6 months ago
0
`sys_pipes()` hangs on mac os
#84
JakeSummers
closed
6 months ago
6
accept fileno-having objects for GIL-less capture
#83
minrk
closed
7 months ago
0
update Python versions in test matrix
#82
minrk
closed
7 months ago
0
accept Logger objects in pipes
#81
minrk
closed
7 months ago
0
Improper type hits deduced by liters
#80
SebastianMorawiec
opened
7 months ago
0
[pre-commit.ci] pre-commit autoupdate
#79
pre-commit-ci[bot]
closed
7 months ago
0
Update `pipes`'s docstring
#78
hoel-bagard
closed
9 months ago
1
[pre-commit.ci] pre-commit autoupdate
#77
pre-commit-ci[bot]
closed
10 months ago
0
Capture printout while c++ program is running
#76
FlorianBury
opened
1 year ago
3
[pre-commit.ci] pre-commit autoupdate
#75
pre-commit-ci[bot]
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#74
pre-commit-ci[bot]
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#73
pre-commit-ci[bot]
closed
1 year ago
0
pre-commit.ci: autoupdate quarterly
#72
minrk
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#71
pre-commit-ci[bot]
closed
1 year ago
0
ci: update packages in freebsd
#70
minrk
closed
1 year ago
0
Include STDOUT and PIPE in public API
#69
sethfischer
closed
1 year ago
2
[pre-commit.ci] pre-commit autoupdate
#68
pre-commit-ci[bot]
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#67
pre-commit-ci[bot]
closed
2 years ago
0
[pre-commit.ci] pre-commit autoupdate
#66
pre-commit-ci[bot]
closed
2 years ago
0
[pre-commit.ci] pre-commit autoupdate
#65
pre-commit-ci[bot]
closed
2 years ago
0
[pre-commit.ci] pre-commit autoupdate
#64
pre-commit-ci[bot]
closed
2 years ago
0
[WIP] Windows support
#63
minrk
opened
2 years ago
2
[pre-commit.ci] pre-commit autoupdate
#62
pre-commit-ci[bot]
closed
2 years ago
0
use 2**18 for bufsize test
#61
minrk
closed
2 years ago
0
Try running tests on freebsd
#60
minrk
closed
2 years ago
0
Bump pre-commit
#59
minrk
closed
2 years ago
0
Add details to the failed-to-set-pipe-buffer-size warning
#58
Dobiasd
closed
2 years ago
1
Reason for failing to set pipe buffer size not shown with the corresponding warning
#57
Dobiasd
closed
2 years ago
2
Tee support
#56
minrk
opened
2 years ago
1
Tests fail on ppc64el: PAGESIZE is 65536 > 32768
#55
juliangilbey
closed
2 years ago
0
import F_GETPIPE_SZ along with F_SETPIPE_SZ
#54
minrk
closed
3 years ago
0
Python 3.10 test regression
#53
mgorny
closed
3 years ago
1
fix setting pipe buffer size
#52
minrk
closed
3 years ago
0
use F_SETPIPE_SZ ot set large pipe page size, if available
#51
minrk
closed
3 years ago
0
fallback on cffi to detect stdout/stderr pointers
#50
minrk
closed
3 years ago
0
use Bytes/StringIO for pipes
#49
minrk
closed
3 years ago
0
wurlitzer.pipes hang if output from C is very large
#48
bphunter1972
closed
3 years ago
17
explicitly close the poller when we are done with it
#47
minrk
closed
3 years ago
2
Wurlitzer does not release file descriptors
#46
jamitr-jci
closed
3 years ago
1
fix typo in importing unittest.mock
#45
mgorny
closed
3 years ago
1
Next