<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/pexpect/fdpexpect.py, branch locale-preffered-encoding</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>Document fdpexpect module</title>
<updated>2013-09-25T20:07:30+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-25T20:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=0a4ddcea89aacf138b145a5e6fc83e4b7c79bf1d'/>
<id>0a4ddcea89aacf138b145a5e6fc83e4b7c79bf1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fdpexpect for Python 3</title>
<updated>2013-09-21T01:21:42+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-21T01:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=81e7f9e3eca3966516af91e507ccc3ba5ad301a7'/>
<id>81e7f9e3eca3966516af91e507ccc3ba5ad301a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fdpexpect -&gt; pexpect.fdpexpect</title>
<updated>2013-09-20T00:01:06+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-20T00:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=dbff978b56a4c94c4361f083c40df14a7db7d6d4'/>
<id>dbff978b56a4c94c4361f083c40df14a7db7d6d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved everything up one directory level.</title>
<updated>2012-10-26T18:19:10+00:00</updated>
<author>
<name>Noah Spurrier</name>
<email>noah@squaretrade.com</email>
</author>
<published>2012-10-26T18:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=7999ca657997e78febfb3fb89cfcc066d50bf788'/>
<id>7999ca657997e78febfb3fb89cfcc066d50bf788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added backward compatability back to Python 2.2.</title>
<updated>2012-10-25T23:03:06+00:00</updated>
<author>
<name>Noah Spurrier</name>
<email>noah@squaretrade.com</email>
</author>
<published>2012-10-25T23:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=1ebbd81cb88cf6d23e77168df0e10b81362d1822'/>
<id>1ebbd81cb88cf6d23e77168df0e10b81362d1822</id>
<content type='text'>
I removed some of the changes I was working on for Python3 (mostly
exception systax). The reason for doing this is that it's impossible to
maintain a single source file that supports both Python2 and Python3, so
Python3 is never going to happen in this code anyway.** This is one of
the most annoying things about Python3. Maybe I'll create a build script
that strips out the Python3 crap so I can at least maintain one set of
source files that can be retargeted to Python2 or Python3 as a
pre-install step.

** This may not be strictly true, but short of adding
conditional tests and exceptions to handle run-time errors
I can't think of a clean way to do this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I removed some of the changes I was working on for Python3 (mostly
exception systax). The reason for doing this is that it's impossible to
maintain a single source file that supports both Python2 and Python3, so
Python3 is never going to happen in this code anyway.** This is one of
the most annoying things about Python3. Maybe I'll create a build script
that strips out the Python3 crap so I can at least maintain one set of
source files that can be retargeted to Python2 or Python3 as a
pre-install step.

** This may not be strictly true, but short of adding
conditional tests and exceptions to handle run-time errors
I can't think of a clean way to do this.
</pre>
</div>
</content>
</entry>
<entry>
<title>This is mostly an update to the license.</title>
<updated>2012-10-25T19:59:58+00:00</updated>
<author>
<name>Noah Spurrier</name>
<email>noah@squaretrade.com</email>
</author>
<published>2012-10-25T19:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=b5dacf63d8adf090db918e3016ac1450c0f80d33'/>
<id>b5dacf63d8adf090db918e3016ac1450c0f80d33</id>
<content type='text'>
I updated the license to a simpler FSF and OSI approved license.
I also did some code cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I updated the license to a simpler FSF and OSI approved license.
I also did some code cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>I had to make a few tweaks to fix some broken tests. All tests pass at 82% code coverage.</title>
<updated>2007-12-26T21:33:50+00:00</updated>
<author>
<name>noah</name>
<email>noah@656d521f-e311-0410-88e0-e7920216d269</email>
</author>
<published>2007-12-26T21:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=3a6f2e907e9ec76efa68df2270d3e7ad15b6ebb2'/>
<id>3a6f2e907e9ec76efa68df2270d3e7ad15b6ebb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaned up fdpexpect a bit.</title>
<updated>2007-12-22T01:41:04+00:00</updated>
<author>
<name>noah</name>
<email>noah@656d521f-e311-0410-88e0-e7920216d269</email>
</author>
<published>2007-12-22T01:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=bda1a67c294368ce98b4810c3a25cace4df762a0'/>
<id>bda1a67c294368ce98b4810c3a25cace4df762a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some svn:keywords</title>
<updated>2006-08-12T12:33:18+00:00</updated>
<author>
<name>noah</name>
<email>noah@656d521f-e311-0410-88e0-e7920216d269</email>
</author>
<published>2006-08-12T12:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=2e0dee95c13ccf5b6e274646501591d4dd0d3b07'/>
<id>2e0dee95c13ccf5b6e274646501591d4dd0d3b07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Syntax Error typo  in __all__ declaration.</title>
<updated>2006-03-02T17:06:55+00:00</updated>
<author>
<name>noah</name>
<email>noah@656d521f-e311-0410-88e0-e7920216d269</email>
</author>
<published>2006-03-02T17:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e7fbaefd4d0182d78f8174d675b84f5d05a5377b'/>
<id>e7fbaefd4d0182d78f8174d675b84f5d05a5377b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
