<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/paramiko.git/tests/test_message.py, branch python3</title>
<subtitle>github.com: paramiko/paramiko.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/'/>
<entry>
<title>Start in on star import eradication</title>
<updated>2014-03-08T00:17:19+00:00</updated>
<author>
<name>Jeff Forcier</name>
<email>jeff@bitprophet.org</email>
</author>
<published>2014-03-08T00:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=b4cd4bea1d5616dac5bc9c8a9c320164667d1533'/>
<id>b4cd4bea1d5616dac5bc9c8a9c320164667d1533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead</title>
<updated>2013-11-19T18:09:08+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-11-19T18:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=6d75c75e643c3a109075e86e72b08221c76088cc'/>
<id>6d75c75e643c3a109075e86e72b08221c76088cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix message to handle long properly, even on Py3</title>
<updated>2013-11-03T03:19:52+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-11-03T03:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=dc58b7bcb2bf6c945878a841b1861f0f195a3075'/>
<id>dc58b7bcb2bf6c945878a841b1861f0f195a3075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some deprecation and resource warnings</title>
<updated>2013-11-03T03:19:04+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-11-03T03:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=7444a999931cddc1e61bb35270468aa45da2687e'/>
<id>7444a999931cddc1e61bb35270468aa45da2687e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Python 2.5 and Python 3.2 support</title>
<updated>2013-11-01T07:51:00+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-11-01T07:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=fee18142a58dce099dd7a9bcb93d124a539cc55c'/>
<id>fee18142a58dce099dd7a9bcb93d124a539cc55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate all uses of b'' syntax to allow for Python 2.5 support</title>
<updated>2013-11-01T07:37:11+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-11-01T07:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=8a7267beeb3435fa16c06d22c201650e1e593d89'/>
<id>8a7267beeb3435fa16c06d22c201650e1e593d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix message sending</title>
<updated>2013-10-31T00:09:34+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-10-31T00:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=0e4ce3762a5b25c5d3eb89335495d3bb9054e3e7'/>
<id>0e4ce3762a5b25c5d3eb89335495d3bb9054e3e7</id>
<content type='text'>
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix imports</title>
<updated>2013-10-30T23:19:30+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-10-30T23:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=66cfa97cce92b1d60383d178887b18dddb999fc1'/>
<id>66cfa97cce92b1d60383d178887b18dddb999fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a typo in the license header of most files</title>
<updated>2013-09-28T04:29:18+00:00</updated>
<author>
<name>Jeff Forcier</name>
<email>jeff@bitprophet.org</email>
</author>
<published>2013-09-28T04:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=83f44878eaacce5ee2bab0aa7f03a36743fea044'/>
<id>83f44878eaacce5ee2bab0aa7f03a36743fea044</id>
<content type='text'>
Conflicts:
	paramiko/proxy.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	paramiko/proxy.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fix my email address to be the current one.</title>
<updated>2009-07-20T02:45:02+00:00</updated>
<author>
<name>Robey Pointer</name>
<email>robey@twitter.com</email>
</author>
<published>2009-07-20T02:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=60c6e94e7dd6d7ac65c88ce1231f55d311777a34'/>
<id>60c6e94e7dd6d7ac65c88ce1231f55d311777a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
