<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/paramiko.git/tests/test_kex.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>Fix import * and a bunch of PEP8 formatting</title>
<updated>2014-03-08T04:45:26+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2014-03-08T04:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=f0017b83309899bf6fffc0fa90093c36f1a7f7ea'/>
<id>f0017b83309899bf6fffc0fa90093c36f1a7f7ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 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>Fix bytes/str type in more places</title>
<updated>2013-10-31T17:01:21+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-10-31T17:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=fcf56ff9f85653e48db929b4a60460beabad24de'/>
<id>fcf56ff9f85653e48db929b4a60460beabad24de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert and detect types properly, use helper constants, use StringIO and range</title>
<updated>2013-10-31T00:14:52+00:00</updated>
<author>
<name>Scott Maxwell</name>
<email>scott@codecobblers.com</email>
</author>
<published>2013-10-31T00:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=0b7d0cf0a23e4f16f8552ae05a66539119e2e920'/>
<id>0b7d0cf0a23e4f16f8552ae05a66539119e2e920</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>Use Crypto.Random rather than Crypto.Util.RandomPool.</title>
<updated>2010-08-02T22:13:08+00:00</updated>
<author>
<name>Gary van der Merwe</name>
<email>garyvdm@gmail.com</email>
</author>
<published>2010-08-02T22:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/paramiko.git/commit/?id=044e7029986a060552770feb1687b00862f1a6ba'/>
<id>044e7029986a060552770feb1687b00862f1a6ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
