index
:
delta/python-packages/pexpect.git
3.4-never-released-sadly
3.x
_is_solaris-badval
allow-disable-escape-interact
asyncio_utf8_issue
better-test-winsize
buffered-fileobj
bugfix-honor-force-close
bugfix-my_spawn-has_no-ptyproc
bugfix-virtualenv
buildbot-changes
coverage-race
coveralls
debug-asyncio-eof
default-handle-sighup-pull
desix
disable-maxcanon-test
dluyer-patch-1
doc-and-test-max-cannon-2
doc-and-test-max-canon
docfix-no-other-pexpect
docs-revision-1
docs-revision-2
docs-revision-3
docs-revision-4
document-blocking-write
failed-str-self
faq-about-gevent
faq-pyte-redirect
fix-occasionally-failing-solaris-setwinsize
freebsd-support
include-coveragerc-in-sdist
incremental-decoder
interact-does-not-detect-eof
interact-logfix
issue-103-filedes-leak
issue-104-cannot-exec-setuids
issue-20
issue-20-close-shouldnt-sleep
issue-20-travis-improving
issue-20-try-2
issue-42-cannot-implicit-bytes-to-str
issue-44-solaris-support
issue-44-solaris-try-2
issue-44-solaris-try-3
issue-49-cannot-exit-fdspawned-interact
issue-86-and-100-stdin-closed
locale-preffered-encoding
mac-test-readlines
master
more-exacting-which
more-utf8-tests
noexception-on-wait-after-terminate
occasionally-failing-testcases
optional-ignore-sighup
propose-more-reliable-terminate
read_more_bytes
replwrap-continuation-timeout-results
replwrap-test-fixes
resolve-eof-unicode-osx-sunos
restore-posix
setecho-in-bash-replwrap-sunos
setwinsize_on_spawn
simple-ftp-example-fix
skip_pypy_eof
solaris-experiments
solaris-workarounds
suggest-support-elsewhere
superfluous-sleep
support-method-as-run-event-callback
teamcity-coverage-support
teamcity-tests-ptyprocess
timing-issue-remove
unicode-argv
use-flit
use-ptyprocess
github.com: pexpect/pexpect.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pexpect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add spawnu and runu to __all__ list
Thomas Kluyver
2013-10-02
1
-2
/
+2
*
Fix check on timeout
Thomas Kluyver
2013-10-02
1
-1
/
+1
*
Version 3.0 beta 1
3.0b1
Thomas Kluyver
2013-10-02
1
-1
/
+1
*
Minor doc fixes
Thomas Kluyver
2013-10-02
1
-8
/
+4
*
Add runu function (unicode interface to run())
Thomas Kluyver
2013-10-02
1
-4
/
+22
*
Improve test for bad arguments to expect() and expect_exact()
Thomas Kluyver
2013-09-30
1
-9
/
+20
*
Fix some spelling mistakes
Thomas Kluyver
2013-09-25
1
-5
/
+5
*
Fix interact_unicode test
Thomas Kluyver
2013-09-25
1
-2
/
+8
*
Fix exception from interact()
Thomas Kluyver
2013-09-25
1
-37
/
+6
*
Fix some imports
Thomas Kluyver
2013-09-25
1
-2
/
+1
*
Code tidy-up
Thomas Kluyver
2013-09-25
1
-35
/
+0
*
Document screen and ANSI
Thomas Kluyver
2013-09-25
2
-41
/
+8
*
Document pxssh module
Thomas Kluyver
2013-09-25
1
-9
/
+11
*
Document fdpexpect module
Thomas Kluyver
2013-09-25
1
-1
/
+6
*
Remove bundled six module
Thomas Kluyver
2013-09-23
1
-577
/
+0
*
Remove use of six in pexpect
Thomas Kluyver
2013-09-23
1
-18
/
+15
*
remove UnicodeEncodeError in __str__() for unicode
jquast
2013-09-23
1
-6
/
+6
*
fix:str() before %r still UnicodeEncodeError
jquast
2013-09-23
1
-2
/
+2
*
UnicodeEncodeError, not UnicodeDecodeError!
jquast
2013-09-23
1
-1
/
+1
*
only repr() on UnicodeDecodeError in __str__()
jquast
2013-09-23
1
-2
/
+11
*
absurd_match => None
jquast
2013-09-23
1
-8
/
+6
*
UnicodeEncodeError fix -- str => repr
jquast
2013-09-23
1
-1
/
+1
*
unicode fix, exception fixes for py3
jquast
2013-09-22
1
-18
/
+24
*
py2.5-compatible exception handling
jquast
2013-09-22
1
-2
/
+2
*
py2.5 compatibilities w/six.py
jquast
2013-09-22
1
-31
/
+39
*
2 unicode fixes + some docfix lang brevity
jquast
2013-09-22
1
-7
/
+8
*
doc brevity and clean-up
jquast
2013-09-22
1
-7
/
+7
*
Fix run() for Python 3
Thomas Kluyver
2013-09-20
1
-3
/
+3
*
Fix fdpexpect for Python 3
Thomas Kluyver
2013-09-20
1
-17
/
+10
*
Fix logging tests for Python 3
Thomas Kluyver
2013-09-20
1
-2
/
+5
*
Fix pexpect.FSM for Python 3
Thomas Kluyver
2013-09-19
1
-20
/
+19
*
Move psh and pxssh into pexpect
Thomas Kluyver
2013-09-19
2
-0
/
+532
*
Move fdpexpect -> pexpect.fdpexpect
Thomas Kluyver
2013-09-19
1
-0
/
+99
*
Move ANSI -> pexpect.ANSI
Thomas Kluyver
2013-09-19
1
-0
/
+367
*
Move FSM -> pexpect.FSM
Thomas Kluyver
2013-09-19
1
-0
/
+346
*
Move screen -> pexpect.screen
Thomas Kluyver
2013-09-19
1
-0
/
+396
*
Add spawnu interface for unicode
Thomas Kluyver
2013-09-19
1
-33
/
+93
*
Changes towards Python 3 compatibility.
Thomas Kluyver
2013-09-17
2
-18
/
+613
*
Start reorganising into package
Thomas Kluyver
2013-09-17
1
-0
/
+1952
*
Moved everything up one directory level.
Noah Spurrier
2012-10-26
106
-15102
/
+0
*
Fixed tests and improved docs.
Noah Spurrier
2012-10-25
2
-6
/
+39
*
Added backward compatability back to Python 2.2.
Noah Spurrier
2012-10-25
3
-33
/
+32
*
This is mostly an update to the license.
Noah Spurrier
2012-10-25
79
-1172
/
+2667
*
Minor changes.
noah
2009-02-01
3
-7
/
+7
*
Just some comment updates.
noah
2008-12-06
1
-4
/
+10
*
This is a waste of space...
noah
2008-10-02
1
-7542
/
+0
*
This is looking a little old now.
noah
2008-08-18
1
-1
/
+2
*
It turns out someone was getting another exception besides AttributeError.
noah
2008-05-23
1
-5
/
+5
*
Following up on all the bug reports on SourceForge.net.
noah
2008-03-22
1
-1
/
+1
*
Patch from Jan Grant for solaris cron.
noah
2008-03-19
1
-5
/
+9
[next]