<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect, branch docs-revision-2</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/'/>
<entry>
<title>will raise -&gt; will be raised + newline</title>
<updated>2015-09-21T19:35:56+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-21T19:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=6a8e9b2ad73104740a48b0c8d6c9fd0cc2ae9e92'/>
<id>6a8e9b2ad73104740a48b0c8d6c9fd0cc2ae9e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify meaning of kwarg 'timeout' in spawn class.</title>
<updated>2015-09-20T19:45:03+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T19:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cbfa28b59c02faf787cb56b21ac987cf3a021292'/>
<id>cbfa28b59c02faf787cb56b21ac987cf3a021292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expect() clarifies timeout value behavior</title>
<updated>2015-09-20T19:42:47+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T19:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=773a2ca8eacde8485e2268b7a86d07de0f8f1b33'/>
<id>773a2ca8eacde8485e2268b7a86d07de0f8f1b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove docstring about timeout=-1 in expect_list</title>
<updated>2015-09-20T19:27:22+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-20T19:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=b2c2e2d391c8b8bdc9397c396b65423385741466'/>
<id>b2c2e2d391c8b8bdc9397c396b65423385741466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow {p}.interact(escape_character=None)</title>
<updated>2015-09-18T19:38:58+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-18T19:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=faff3e605b2e1d6d30d3f9ded95473ccfbb8daf0'/>
<id>faff3e605b2e1d6d30d3f9ded95473ccfbb8daf0</id>
<content type='text'>
For those who wish to disable the ability to escape using
escape_character until normal process termination, they
may now set the value of escape_character to None.

Some of the related docstring on escape_character was made more
brief and clear about its related value behavior.

This closes #131 #132 #167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For those who wish to disable the ability to escape using
escape_character until normal process termination, they
may now set the value of escape_character to None.

Some of the related docstring on escape_character was made more
brief and clear about its related value behavior.

This closes #131 #132 #167
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #239 from takluyver/more-encoding-parameters</title>
<updated>2015-09-15T21:12:57+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-09-15T21:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cde8e15893edd87c61acf0515fd217554d21ce51'/>
<id>cde8e15893edd87c61acf0515fd217554d21ce51</id>
<content type='text'>
Encoding parameters for pxssh and fdspawn</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encoding parameters for pxssh and fdspawn</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Typo</title>
<updated>2015-09-15T20:04:12+00:00</updated>
<author>
<name>Patrick Yevsukov</name>
<email>patrickyevsukov@users.noreply.github.com</email>
</author>
<published>2015-09-15T20:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=87b3eb21377fc6bacf794a0eb98409f8cbb146f5'/>
<id>87b3eb21377fc6bacf794a0eb98409f8cbb146f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecation warning in pexpect.screen</title>
<updated>2015-09-12T11:34:25+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-12T11:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=74274698a9b87aeb10b8f0ec6b1322a0787c3b8f'/>
<id>74274698a9b87aeb10b8f0ec6b1322a0787c3b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add encoding parameter for fdspawn</title>
<updated>2015-09-12T10:46:18+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-12T10:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=b485f7e2bd673f85950bc15b37908884be806fcb'/>
<id>b485f7e2bd673f85950bc15b37908884be806fcb</id>
<content type='text'>
Closes gh-92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-92
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for pxssh when reading unicode</title>
<updated>2015-09-12T10:46:18+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-12T10:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=9681f4c10e54ac10f611bae827c33a68d81a98af'/>
<id>9681f4c10e54ac10f611bae827c33a68d81a98af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
