issues
search
pexpect
/
ptyprocess
Run a subprocess in a pseudo terminal
https://ptyprocess.readthedocs.io/en/latest/
Other
222
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Flit packaging
#29
takluyver
closed
8 years ago
6
Use setuptools, not distutils
#28
njwhite
closed
8 years ago
6
Logging of stdout and stderr
#27
JohnLonginotto
closed
8 years ago
6
Fix typos
#26
jwilk
closed
9 years ago
1
Race condition (fail) in tests.test_spawn.PtyTestCase.test_spawn_sh_unicode
#25
jquast
opened
9 years ago
1
fix typo pass -> return
#24
sccolbert
closed
9 years ago
1
Tested with Python 2.6
#23
nad2000
closed
9 years ago
1
Exclude __pycache__ and .pyc files from sdist
#22
takluyver
closed
9 years ago
1
pypi tar.gz has __pycache__/.pyc files in tests directory
#21
opoplawski
closed
9 years ago
1
FreeBSD /bin/sh test workaround, simple "call and response" test using bc(1)
#20
jquast
closed
9 years ago
2
bugfix: waitnoecho() refers to missing self.timeout
#19
jquast
closed
9 years ago
2
wait(): return exit status instead of raising an exception
#18
jquast
closed
9 years ago
2
Ignore errno.ENXIO in inst.setwinsize after fork
#17
jquast
closed
9 years ago
1
Do not allow ptyprocess to install on py2.6 and earlier
#16
jquast
closed
9 years ago
0
Solaris 11, python2.6 fixes in ptyprocess.py
#15
jquast
closed
9 years ago
5
wait(): return exit status instead of raising an exception
#14
reynir
closed
9 years ago
3
Wait() should return normally if the child process has already terminated
#13
reynir
closed
9 years ago
5
test failure on FreeBSD
#12
emaste
closed
9 years ago
5
Added screen size parameters.
#11
detly
closed
9 years ago
5
Integrate unicode support into PtyProcess class
#10
takluyver
closed
9 years ago
5
FreeBSD fails fork_pty: OSError: [Errno 6] Device not configured: '/dev/tty'
#9
jquast
closed
9 years ago
5
Use readline to read full output of closing parent process
#8
tomspur
closed
9 years ago
1
Race condition in tests?
#7
tomspur
closed
9 years ago
4
Single preexec_fn with error handling, like subprocess.Popen
#6
takluyver
closed
9 years ago
2
Document PC_MAX_CANON limitations
#5
jquast
closed
9 years ago
1
Include tests in sdist
#4
tomspur
closed
9 years ago
3
Potential performance issue with unbuffered IO and the PtyProcess readline method
#3
anwilli5
closed
8 years ago
7
Remove all sleep calls?
#2
takluyver
opened
10 years ago
10
Potential fix for 'exec' failure case
#1
anwilli5
closed
10 years ago
9
Previous