summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
3.4-never-released-sadlyremove version 3.4 from historyJeff Quast9 years
3.xMerge pull request #207 from Depado/fix_io_error_3.xThomas Kluyver9 years
_is_solaris-badvalFreeBSD: catch 'ValueError: signal number out of range'Jeff Quast9 years
allow-disable-escape-interactAllow {p}.interact(escape_character=None)Jeff Quast9 years
asyncio_utf8_issueuse 'ucs' (uni-code-string) instead of 'data'Jeff Quast9 years
better-test-winsizeImprove test for setting and retrieving window sizeThomas Kluyver11 years
buffered-fileobjbugfix $pyversion_flit -> $version_flitJeff Quast8 years
bugfix-honor-force-closeHonor 'force=False' when set on p.close()Jeff Quast9 years
bugfix-my_spawn-has_no-ptyprocCheck error repr can be str-edThomas Kluyver8 years
bugfix-virtualenvmkvirtualenv may exit 1 when on success !?Jeff Quast9 years
buildbot-changespython 3.2 fixjquast10 years
coverage-raceUse no_coverage_env for spawn(sigwinch_report.py)Jeff Quast9 years
coverallsSimplify pexpect.pshThomas Kluyver11 years
debug-asyncio-eofwhat?Jeff Quast9 years
default-handle-sighup-pullMerge remote-tracking branch 'origin/master' into default-handle-sighupJeff Quast9 years
desixFix tests in test_performanceThomas Kluyver11 years
disable-maxcanon-test2 new tools: display-{fpathconf.maxcanon}.pyJeff Quast9 years
dluyer-patch-1Minor typo fix.dluyer4 years
doc-and-test-max-cannon-2make sure to FF beyond cat(1) command for \ajquast10 years
doc-and-test-max-canondocstring grammer fixes in send*() functionJeff Quast9 years
docfix-no-other-pexpectRemove FAQ entry about other python expect effortsJeff Quast9 years
docs-revision-1Merge remote-tracking branch 'origin/master' into docs-revision-1Jeff Quast9 years
docs-revision-2will raise -> will be raised + newlineJeff Quast9 years
docs-revision-3Merge remote-tracking branch 'origin/master' into docs-revision-3Jeff Quast9 years
docs-revision-4Merge remote-tracking branch 'origin/master' into docs-revision-4Jeff Quast9 years
document-blocking-writeMerge remote-tracking branch 'origin/master' into document-blocking-writeJeff Quast9 years
failed-str-selfUse ternary if/else in spawn.__str__Jeff Quast9 years
faq-about-geventMerge remote-tracking branch 'origin/master' into faq-about-geventJeff Quast9 years
faq-pyte-redirectMerge remote-tracking branch 'origin/master' into faq-pyte-redirectJeff Quast9 years
fix-occasionally-failing-solaris-setwinsizeFix occasionally failing Solaris setwinsize()Jeff Quast9 years
freebsd-supportworkaround travis-ci's strange EOF issueJeff Quast9 years
include-coveragerc-in-sdistInclude .coveragerc in pypi download tarballJeff Quast9 years
incremental-decoder`is ucs is None` is not necessaryjquast11 years
interact-does-not-detect-eofMake a modified copy of os.environ for interact testsThomas Kluyver10 years
interact-logfixinteract logs by self._log(s, 'read') and 'send'Jeff Quast9 years
issue-103-filedes-leakCloses issue #103: file descriptor leak on EOF.jquast10 years
issue-104-cannot-exec-setuidsComment on the cause for 'group executable' == noJeff Quast9 years
issue-20additional Nonetype timeout accomidationjquast10 years
issue-20-close-shouldnt-sleepdocument issue-20 for next releasejquast10 years
issue-20-travis-improvingtry a 'death' workaround -- cannot reproduce locallyjquast10 years
issue-20-try-2more naughty attempts, cleaning up, as not to losejquast10 years
issue-42-cannot-implicit-bytes-to-strdisplay expected prompt as PROMPT, not PROMPT_SET_SHjquast10 years
issue-44-solaris-supportallow setwinsize() to failjquast10 years
issue-44-solaris-try-2catch termios.error (linux).jquast10 years
issue-44-solaris-try-3SRV4 -> SVR4jquast10 years
issue-49-cannot-exit-fdspawned-interactResolves Issue #49 -- bad fdspawned-interact()jquast10 years
issue-86-and-100-stdin-closedadd to changelogjquast10 years
locale-preffered-encodingupdate example to work with current openbsd sitejquast11 years
mac-test-readlinesFix another possible test failureThomas Kluyver11 years
masterMerge pull request #698 from stesser/masterRed_M13 months
more-exacting-whichMake execute permission check more explicitThomas Kluyver10 years
more-utf8-testscommit these utf8 tests; there are issues ...jquast11 years
noexception-on-wait-after-terminateAdd wait() change to doc/history.rstJeff Quast9 years
occasionally-failing-testcasesFix 2nd and 3rd expect/response PS1 promptJeff Quast9 years
optional-ignore-sighupList ignore_sighup option in changes for 3.0Thomas Kluyver11 years
propose-more-reliable-terminateadd SIGCONT and use select, not time.sleepJeff Quast9 years
read_more_bytesChange test condition: TRAVIS => Linux platformJeff Quast8 years
replwrap-continuation-timeout-resultscomment about the need of '\\' to trigger testcaseJeff Quast9 years
replwrap-test-fixesMinor fixes for replwrap testsThomas Kluyver10 years
resolve-eof-unicode-osx-sunosrevert echo/interact sub-proc UTF8 wrappersJeff Quast9 years
restore-posixMerge remote-tracking branch 'origin/master' into restore-posixJeff Quast8 years
setecho-in-bash-replwrap-sunosBugfix for solaris in replwrap.bash()Jeff Quast9 years
setwinsize_on_spawnMerge remote-tracking branch 'origin/master' into setwinsize_on_spawnJeff Quast9 years
simple-ftp-example-fixSimple fix for ftp.openbsd.org exampleJeff Quast9 years
skip_pypy_eofOnly expect <eof> on non-PyPy implementations.Jeff Quast9 years
solaris-experimentsjust pushing up all solaris experimentsjquast10 years
solaris-workaroundsdefault values of sendeof and sendintr for bad platformsjquast10 years
suggest-support-elsewhereReword support FAQ answerThomas Kluyver9 years
superfluous-sleepadd new spawn.delayafterread attribute.Jeff Quast9 years
support-method-as-run-event-callbackDocument method-callback enhancement under 4.0Jeff Quast9 years
teamcity-coverage-supportFix TeamCity Service Messages, 'key', not '<key>'Jeff Quast9 years
teamcity-tests-ptyprocessDo not combine ptyprocess coverage into pexpect'sJeff Quast9 years
timing-issue-removeRemove 'add sleep before isalive()' recommendationJeff Quast9 years
unicode-argvuse /bin/echo instead of PYTHONBIN for argv testJeff Quast9 years
use-flitremove unreachable path, rename to pyversion_flitJeff Quast8 years
use-ptyprocessNot all spawn classes have a kill methodThomas Kluyver10 years
 
TagDownloadAuthorAge
4.8.0pexpect-4.8.0.tar.gz  Thomas Kluyver4 years
4.7.0pexpect-4.7.0.tar.gz  Red_M5 years
4.6pexpect-4.6.tar.gz  Thomas Kluyver6 years
4.5pexpect-4.5.tar.gz  Thomas Kluyver6 years
4.4pexpect-4.4.tar.gz  Thomas Kluyver6 years
4.3.1pexpect-4.3.1.tar.gz  Thomas Kluyver6 years
4.3pexpect-4.3.tar.gz  Thomas Kluyver6 years
4.2.1pexpect-4.2.1.tar.gz  Thomas Kluyver8 years
4.2pexpect-4.2.tar.gz  Jeff Quast8 years
4.1.0pexpect-4.1.0.tar.gz  Thomas Kluyver8 years
4.0.1pexpect-4.0.1.tar.gz  Thomas Kluyver9 years
4.0pexpect-4.0.tar.gz  Thomas Kluyver9 years
3.3pexpect-3.3.tar.gz  Thomas Kluyver10 years
3.2pexpect-3.2.tar.gz  Thomas Kluyver10 years
3.1pexpect-3.1.tar.gz  Thomas Kluyver10 years
3.0pexpect-3.0.tar.gz  Thomas Kluyver10 years
3.0rc3pexpect-3.0rc3.tar.gz  Thomas Kluyver10 years
3.0rc2pexpect-3.0rc2.tar.gz  Thomas Kluyver11 years
3.0rc1pexpect-3.0rc1.tar.gz  Thomas Kluyver11 years
3.0b2pexpect-3.0b2.tar.gz  Thomas Kluyver11 years
3.0b1pexpect-3.0b1.tar.gz  Thomas Kluyver11 years